@metamask/snaps-jest 9.4.0 → 9.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [9.4.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump MetaMask dependencies ([#3651](https://github.com/MetaMask/snaps/pull/3651), [#3638](https://github.com/MetaMask/snaps/pull/3638), [#3648](https://github.com/MetaMask/snaps/pull/3648), [#3630](https://github.com/MetaMask/snaps/pull/3630), [#3628](https://github.com/MetaMask/snaps/pull/3628), [#3629](https://github.com/MetaMask/snaps/pull/3629), [#3607](https://github.com/MetaMask/snaps/pull/3607), [#3623](https://github.com/MetaMask/snaps/pull/3623), [#3612](https://github.com/MetaMask/snaps/pull/3612))
15
+
10
16
  ## [9.4.0]
11
17
 
12
18
  ### Added
@@ -411,7 +417,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
411
417
  - The version of the package no longer needs to match the version of all other
412
418
  MetaMask Snaps packages.
413
419
 
414
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.4.0...HEAD
420
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.4.1...HEAD
421
+ [9.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.4.0...@metamask/snaps-jest@9.4.1
415
422
  [9.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.3.0...@metamask/snaps-jest@9.4.0
416
423
  [9.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.2.0...@metamask/snaps-jest@9.3.0
417
424
  [9.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.1.0...@metamask/snaps-jest@9.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-jest",
3
- "version": "9.4.0",
3
+ "version": "9.4.1",
4
4
  "description": "A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -60,11 +60,11 @@
60
60
  "@jest/environment": "^29.5.0",
61
61
  "@jest/expect": "^29.5.0",
62
62
  "@jest/globals": "^29.5.0",
63
- "@metamask/snaps-controllers": "^14.2.0",
64
- "@metamask/snaps-sdk": "^9.3.0",
65
- "@metamask/snaps-simulation": "^3.4.0",
63
+ "@metamask/snaps-controllers": "^15.0.0",
64
+ "@metamask/snaps-sdk": "^10.0.0",
65
+ "@metamask/snaps-simulation": "^3.4.2",
66
66
  "@metamask/superstruct": "^3.2.1",
67
- "@metamask/utils": "^11.4.2",
67
+ "@metamask/utils": "^11.8.1",
68
68
  "express": "^5.1.0",
69
69
  "jest-environment-node": "^29.5.0",
70
70
  "jest-matcher-utils": "^29.5.0",
@@ -72,9 +72,9 @@
72
72
  },
73
73
  "devDependencies": {
74
74
  "@jest/types": "^29.6.3",
75
- "@lavamoat/allow-scripts": "^3.3.4",
75
+ "@lavamoat/allow-scripts": "^3.4.0",
76
76
  "@metamask/auto-changelog": "^5.0.2",
77
- "@metamask/snaps-utils": "^11.3.0",
77
+ "@metamask/snaps-utils": "^11.6.0",
78
78
  "@swc/core": "1.11.31",
79
79
  "@swc/jest": "^0.2.38",
80
80
  "@ts-bridge/cli": "^0.6.1",