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
chore: bump snaps and messenger dependencies (#500)
Bump snaps and messenger dependencies to drop the legacy
`@metamask/messenger@0.3.0` from the lock file.
**Changes:**
- `@metamask/messenger`: `^1.0.0` → `^1.1.1`
- `@metamask/snaps-controllers`: `^19.0.0` → `^19.0.1`
- `@metamask/snaps-utils`: `^12.1.2` → `^12.1.3`
These updated snaps packages now depend on `@metamask/messenger@^1.1.0`
instead of `^0.3.0`, so the 0.3.0 resolution is no longer needed.
## Examples
See MetaMask/snaps#3939 for the snaps release that bumped messenger to
^1.1.0.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Primarily dependency/lockfile updates; risk is limited to potential
behavioral changes introduced by the bumped upstream packages.
>
> **Overview**
> Updates `@metamask/keyring-internal-snap-client` and
`@metamask/eth-snap-keyring` to use `@metamask/messenger@^1.1.1` and
bumps related Snaps dependencies (`@metamask/snaps-controllers@^19.0.1`,
`@metamask/snaps-utils@^12.1.3`).
>
> Refreshes `yarn.lock` accordingly, removing the legacy
`@metamask/messenger@0.3.0` resolution and aligning transitive Snaps
packages to newer `messenger`/controller versions; changelogs are
updated to reflect the bumps.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
ffd6bac. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: packages/keyring-internal-snap-client/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Changed
11
11
12
-
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#489](https://github.com/MetaMask/accounts/pull/489))
12
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.1.1` ([#489](https://github.com/MetaMask/accounts/pull/489), [#500](https://github.com/MetaMask/accounts/pull/500))
Copy file name to clipboardExpand all lines: packages/keyring-snap-bridge/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Changed
11
11
12
-
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#489](https://github.com/MetaMask/accounts/pull/489))
12
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.1.1` ([#489](https://github.com/MetaMask/accounts/pull/489), [#500](https://github.com/MetaMask/accounts/pull/500))
13
+
- Bump `@metamask/snaps-controllers` from `^19.0.0` to `^19.0.1` ([#500](https://github.com/MetaMask/accounts/pull/500))
14
+
- Bump `@metamask/snaps-utils` from `^12.1.2` to `^12.1.3` ([#500](https://github.com/MetaMask/accounts/pull/500))
13
15
- Bump `@metamask/utils` from `^11.1.0` to `^11.10.0` ([#489](https://github.com/MetaMask/accounts/pull/489))
0 commit comments