Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps @metamask/snaps-jest from 9.8.0 to 10.0.0.

Commits
  • afc2c54 release: 139.0.0 (#3813)
  • 261ebc4 chore: Bump @​lavamoat/allow-scripts from 3.4.1 to 3.4.2 (#3809)
  • 100e1f0 chore: Resolve Dependabot warnings (#3810)
  • 500ea37 feat: Support --manifest option in build command (#3811)
  • 9f90234 feat: Add --preinstalled flag to build command to create preinstalled Snap ...
  • 0f5181a chore: Bump @​lavamoat/webpack from 1.5.6 to 1.5.7 (#3807)
  • 9387688 refactor: Refactor Webpack plugin for readability and hook into `processAsset...
  • 9924890 feat!: Add Multichain API support (#3759)
  • f5bb314 feat!: Allow manifest to extend another manifest (#3802)
  • b522af5 chore: Bump @​metamask/json-rpc-engine from 10.2.0 to 10.2.1 (#3804)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Updates test tooling and lockfile to align with the latest Snaps ecosystem.

  • Upgrade dev dependency: @metamask/snaps-jest from ^9.8.0 to ^10.0.0 in packages/snap/package.json
  • Lockfile refresh: bumps related packages (e.g., snaps-execution-environments@10.4.0, snaps-simulation@4.0.0, snaps-rpc-methods@14.2.0, snaps-utils@12.0.0, json-rpc-engine@10.2.1) and adds @metamask/api-specs and @metamask/chain-agnostic-permission
  • No source code changes; runtime dependency @metamask/snaps-sdk remains ~10.3.0

Written by Cursor Bugbot for commit bb59de0. This will update automatically on new commits. Configure here.

Bumps [@metamask/snaps-jest](https://github.com/MetaMask/snaps) from 9.8.0 to 10.0.0.
- [Release notes](https://github.com/MetaMask/snaps/releases)
- [Commits](https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.8.0...@metamask/snaps-jest@10.0.0)

---
updated-dependencies:
- dependency-name: "@metamask/snaps-jest"
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 23, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 23, 2026 06:11
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Jan 23, 2026
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​metamask/​snaps-jest@​9.8.0 ⏵ 10.0.07610010096 +1100

View full report

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

"@jest/globals": "^29.5.0",
"@metamask/snaps-cli": "^8.3.0",
"@metamask/snaps-jest": "^9.8.0",
"@metamask/snaps-jest": "^10.0.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SDK version mismatch between production and tests

High Severity

The production code depends on @metamask/snaps-sdk@~10.3.0 which resolves to version 10.3.0, but the updated @metamask/snaps-jest@^10.0.0 requires @metamask/snaps-sdk@^10.4.0 which resolves to version 10.4.0. This creates a version mismatch where tests run against SDK 10.4.0 while production uses 10.3.0, potentially causing tests to pass with APIs or behaviors unavailable in production, or miss issues present in the deployed version.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant