You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The weekly update bumped nock from 14.0.16 → 15.0.0, but 15.0.0 ships @mswjs/interceptors@0.39.8 whose fetch bypass path clones an already-consumed request body and throws TypeError: unusable on any fetch POST-with-body to an enableNetConnect-allowed host. The upstream marked 15.0.0 as deprecated ("released accidentally"); the stabilized fix is in a beta still inside the 7-day soak window.
The fleet catalog in .config/fleet/pnpm-workspace.fleet.yaml already documents this pin at 14.0.16; pnpm-workspace.yaml is aligned to match. The nock-loopback-passthrough regression guard exists specifically to red-drive any future bump until the stabilized 15.x ships.
Files changed:
pnpm-workspace.yaml — nock pin reverted to 14.0.16 with comment linking the fleet rationale
pnpm-lock.yaml — lockfile regenerated
Test result: 9 test files, 62 tests, all green.
Warning
Firewall blocked 3 domains
The following domains were blocked by the firewall during workflow execution:
api.refero.design
mcp.linear.app
mcp.notion.com
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
The bundle file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 30619299746 -n agent -D /tmp/agent-30619299746
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-30619299746/aw-deps-weekly-update-2026-07-31.bundle refs/heads/deps/weekly-update-2026-07-31:refs/bundles/create-pr-deps-weekly-update-2026-07-31-389903b79a0499b0-fe1451f0
git update-ref refs/heads/deps/weekly-update-2026-07-31-389903b79a0499b0 refs/bundles/create-pr-deps-weekly-update-2026-07-31-389903b79a0499b0-fe1451f0
git checkout deps/weekly-update-2026-07-31-389903b79a0499b0
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-deps-weekly-update-2026-07-31-389903b79a0499b0-fe1451f0
# Push the branch to origin
git push origin deps/weekly-update-2026-07-31-389903b79a0499b0
# Create the pull request
gh pr create --title 'chore(deps): weekly dependency update weekly dependency update (2026-07-31)' --base main --head deps/weekly-update-2026-07-31-389903b79a0499b0 --repo SocketDev/socket-vscode
Caution
Protected files were modified in this change.
This pull request is in
request_reviewmode and requires explicit human scrutiny before merge.Protected files:
pnpm-lock.yamlWeekly catalog refresh for 2026-07-31.
Fix applied (out-of-allowlist):
pnpm-workspace.yaml— nock catalog pinThe weekly update bumped
nockfrom14.0.16→15.0.0, but 15.0.0 ships@mswjs/interceptors@0.39.8whose fetch bypass path clones an already-consumed request body and throwsTypeError: unusableon anyfetchPOST-with-body to anenableNetConnect-allowed host. The upstream marked 15.0.0 as deprecated ("released accidentally"); the stabilized fix is in a beta still inside the 7-day soak window.The fleet catalog in
.config/fleet/pnpm-workspace.fleet.yamlalready documents this pin at14.0.16;pnpm-workspace.yamlis aligned to match. Thenock-loopback-passthroughregression guard exists specifically to red-drive any future bump until the stabilized 15.x ships.Files changed:
pnpm-workspace.yaml—nockpin reverted to14.0.16with comment linking the fleet rationalepnpm-lock.yaml— lockfile regeneratedTest result: 9 test files, 62 tests, all green.
Warning
Firewall blocked 3 domains
The following domains were blocked by the firewall during workflow execution:
api.refero.designmcp.linear.appmcp.notion.comSee Network Configuration for more information.
Note
This was originally intended as a pull request, but the git push operation failed.
Original error: pushSignedCommits: refusing unsigned push for branch 'deps/weekly-update-2026-07-31-389903b79a0499b0': Signed-commit payload violates file-protection policy (request_review): pnpm-lock.yaml
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: