Skip to content

Commit f50b209

Browse files
committed
Set yarn resolution for @metamask/snaps-sdk@6.1.0 dependency @metamask/providers from 17.0.0 to 17.1.1
1 parent 6b0075d commit f50b209

File tree

6 files changed

+25
-24
lines changed

6 files changed

+25
-24
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"pre-push": "yarn lint"
4444
},
4545
"resolutions": {
46+
"@metamask/snaps-sdk@6.1.0/@metamask/providers": "17.1.1",
4647
"tsup@^8.0.2": "patch:tsup@npm%3A8.0.2#./.yarn/patches/tsup-npm-8.0.2-86e40f68a7.patch"
4748
},
4849
"devDependencies": {

packages/accounts-controller/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Uncategorized
11+
12+
- Please hold off on new releases of this package until the yarn resolution for `@metamask/providers` is removed.
13+
- This is blocked by a `@metamask/snaps-sdk` release with `@metamask/providers` bumped to `>=17.1.1`.
14+
- See: [Fix regressions introduced by @metamask/providers@17.1.1](https://github.com/MetaMask/snaps/pull/2579)
15+
- Build error fixed by yarn resolution: [MetaMask/core/actions/runs/10011688901/job/27675682526?pr=3645](https://github.com/MetaMask/core/actions/runs/10011688901/job/27675682526?pr=3645)
16+
1017
## [17.2.0]
1118

1219
### Added

packages/accounts-controller/src/AccountsController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ export class AccountsController extends BaseController<
423423
...account,
424424
metadata: { ...account.metadata, name: accountName },
425425
};
426-
// Do not remove this comment: This error is flaky. Comment out and restore the `ts-expect-error` directive below as needed.
427-
// @ts-expect-error Known issue - `Json` causes recursive error in immer `Draft`/`WritableDraft` types
426+
// Do not remove this comment - This error is flaky: Comment out or restore the `ts-expect-error` directive below as needed.
427+
// // @ts-expect-error Known issue - `Json` causes recursive error in immer `Draft`/`WritableDraft` types
428428
currentState.internalAccounts.accounts[accountId] = internalAccount;
429429
});
430430
}

packages/chain-controller/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Uncategorized
11+
12+
- Please hold off on new releases of this package until the yarn resolution for `@metamask/providers` is removed.
13+
- This is blocked by a `@metamask/snaps-sdk` release with `@metamask/providers` bumped to `>=17.1.1`.
14+
- See: [Fix regressions introduced by @metamask/providers@17.1.1](https://github.com/MetaMask/snaps/pull/2579)
15+
- Build error fixed by yarn resolution: [MetaMask/core/actions/runs/10011688901/job/27675682526?pr=3645](https://github.com/MetaMask/core/actions/runs/10011688901/job/27675682526?pr=3645)
16+
1017
## [0.1.0]
1118

1219
### Changed

packages/profile-sync-controller/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Uncategorized
11+
12+
- Please hold off on new releases of this package until the yarn resolution for `@metamask/providers` is removed.
13+
- This is blocked by a `@metamask/snaps-sdk` release with `@metamask/providers` bumped to `>=17.1.1`.
14+
- See: [Fix regressions introduced by @metamask/providers@17.1.1](https://github.com/MetaMask/snaps/pull/2579)
15+
- Build error fixed by yarn resolution: [MetaMask/core/actions/runs/10011688901/job/27675682526?pr=3645](https://github.com/MetaMask/core/actions/runs/10011688901/job/27675682526?pr=3645)
16+
1017
## [0.1.4]
1118

1219
### Added

yarn.lock

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3548,28 +3548,7 @@ __metadata:
35483548
languageName: unknown
35493549
linkType: soft
35503550

3551-
"@metamask/providers@npm:17.0.0":
3552-
version: 17.0.0
3553-
resolution: "@metamask/providers@npm:17.0.0"
3554-
dependencies:
3555-
"@metamask/json-rpc-engine": "npm:^8.0.1"
3556-
"@metamask/json-rpc-middleware-stream": "npm:^7.0.1"
3557-
"@metamask/object-multiplex": "npm:^2.0.0"
3558-
"@metamask/rpc-errors": "npm:^6.2.1"
3559-
"@metamask/safe-event-emitter": "npm:^3.1.1"
3560-
"@metamask/utils": "npm:^8.3.0"
3561-
detect-browser: "npm:^5.2.0"
3562-
extension-port-stream: "npm:^3.0.0"
3563-
fast-deep-equal: "npm:^3.1.3"
3564-
is-stream: "npm:^2.0.0"
3565-
readable-stream: "npm:^3.6.2"
3566-
peerDependencies:
3567-
webextension-polyfill: ^0.10.0 || ^0.11.0 || ^0.12.0
3568-
checksum: 10/9e6b84120276035c9d7e776da4f7e18243116c53fd0c33efca17034971981164720e808dff055e871d08b9ed9d78dc9ebd0d974238baa599d7d91e1560fc1abb
3569-
languageName: node
3570-
linkType: hard
3571-
3572-
"@metamask/providers@npm:^17.0.0":
3551+
"@metamask/providers@npm:17.1.1, @metamask/providers@npm:^17.0.0":
35733552
version: 17.1.1
35743553
resolution: "@metamask/providers@npm:17.1.1"
35753554
dependencies:

0 commit comments

Comments
 (0)