chore(deps): update dependency nock to v14 - #10377
metamask-ci[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning MetaMask internal reviewing guidelines:
|
b288074 to
bcc3e55
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bcc3e55. Configure here.
| "knip": "^6.37.0", | ||
| "lodash": "^4.17.21", | ||
| "nock": "^13.5.6", | ||
| "nock": "^14.0.17", |
There was a problem hiding this comment.
Nock v14 breaks jsdom tests
Medium Severity
nock v14 loads @mswjs/interceptors, which requires TextEncoder. That global is missing in jsdom (Jest 30 / jsdom 26). nock is imported for every suite via tests/setupAfterEnv/nock.ts, so packages that use testEnvironment: 'jsdom' without a custom polyfill (network-controller, selected-network-controller, core-backend) can fail at setup with ReferenceError: TextEncoder is not defined.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit bcc3e55. Configure here.
bcc3e55 to
88c57c5
Compare
88c57c5 to
a7a8d84
Compare
a7a8d84 to
8ba2efa
Compare


This PR contains the following updates:
^13.5.6→^14.0.17Release Notes
nock/nock (nock)
v14.0.17Compare Source
Bug Fixes
v14.0.16Compare Source
Bug Fixes
v14.0.15Compare Source
Bug Fixes
v14.0.14Compare Source
Bug Fixes
v14.0.13Compare Source
Bug Fixes
v14.0.12Compare Source
Bug Fixes
v14.0.11Compare Source
Bug Fixes
@mswjs/interceptorsto fix a memory leak (#2938) (025db76)v14.0.10Compare Source
Bug Fixes
v14.0.9Compare Source
Bug Fixes
v14.0.8Compare Source
Bug Fixes
v14.0.7Compare Source
Bug Fixes
v14.0.6Compare Source
Bug Fixes
v14.0.5Compare Source
Bug Fixes
v14.0.4Compare Source
Bug Fixes
v14.0.3Compare Source
Bug Fixes
v14.0.2Compare Source
Bug Fixes
v14.0.1Compare Source
Bug Fixes
v14.0.0Compare Source
BREAKING CHANGES
Features
fetch(#2813) (ef3f158)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.