Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/base-data-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Bump `@metamask/utils` from `^11.12.0` to `^12.0.0` ([#10192](https://github.com/MetaMask/core/pull/10192))
- Bump `cockatiel` from `^3.1.2` to `^4.0.0` ([#10381](https://github.com/MetaMask/core/pull/10381))

## [2.0.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/base-data-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@metamask/superstruct": "^3.4.1",
"@metamask/utils": "^12.0.0",
"@tanstack/query-core": "^5.62.16",
"cockatiel": "^3.1.2",
"cockatiel": "^4.0.0",
"fast-deep-equal": "^3.1.3",
"lodash-es": "^4.17.21"
},
Expand Down
1 change: 1 addition & 0 deletions packages/controller-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `@metamask/utils` from `^11.12.0` to `^12.0.0` ([#10192](https://github.com/MetaMask/core/pull/10192))
- Bump `@types/bn.js` from `^5.1.5` to `^5.2.0` ([#10362](https://github.com/MetaMask/core/pull/10362))
- Bump `bn.js` from `^5.2.1` to `^5.2.5` ([#10362](https://github.com/MetaMask/core/pull/10362))
- Bump `cockatiel` from `^3.1.2` to `^4.0.0` ([#10381](https://github.com/MetaMask/core/pull/10381))

## [13.0.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/controller-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/bn.js": "^5.2.0",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.5",
"cockatiel": "^3.1.2",
"cockatiel": "^4.0.0",
"eth-ens-namehash": "^2.0.8",
"fast-deep-equal": "^3.1.3",
"lodash-es": "^4.17.21"
Expand Down
1 change: 1 addition & 0 deletions packages/core-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump `uuid` from `^9.0.1` to `^11.1.1` ([#10243](https://github.com/MetaMask/core/pull/10243))
- Bump `@metamask/profile-sync-controller` from `^32.1.1` to `^32.2.0` ([#10348](https://github.com/MetaMask/core/pull/10348))
- Bump `cockatiel` from `^3.1.2` to `^4.0.0` ([#10381](https://github.com/MetaMask/core/pull/10381))

## [11.0.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/core-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@metamask/utils": "^12.0.0",
"@tanstack/query-core": "^5.62.16",
"async-mutex": "^0.5.0",
"cockatiel": "^3.1.2",
"cockatiel": "^4.0.0",
"uuid": "^11.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/network-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@types/lodash-es": "^4.17.12",
"@types/node-fetch": "^2.6.12",
"@typescript/native": "npm:typescript@^7.0.2",
"cockatiel": "^3.1.2",
"cockatiel": "^4.0.0",
"deep-freeze-strict": "^1.1.1",
"deepmerge": "^4.2.2",
"jest": "^30.4.2",
Expand Down
1 change: 1 addition & 0 deletions packages/shield-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `@metamask/profile-sync-controller` from `^32.0.0` to `^32.2.0` ([#10184](https://github.com/MetaMask/core/pull/10184), [#10220](https://github.com/MetaMask/core/pull/10220), [#10348](https://github.com/MetaMask/core/pull/10348))
- Bump `@metamask/utils` from `^11.12.0` to `^12.0.0` ([#10192](https://github.com/MetaMask/core/pull/10192))
- Bump `@metamask/transaction-controller` from `^70.0.0` to `^70.1.0` ([#10242](https://github.com/MetaMask/core/pull/10242), [#10262](https://github.com/MetaMask/core/pull/10262))
- Bump `cockatiel` from `^3.1.2` to `^4.0.0` ([#10381](https://github.com/MetaMask/core/pull/10381))

## [7.0.1]

Expand Down
2 changes: 1 addition & 1 deletion packages/shield-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@metamask/transaction-controller": "^70.1.0",
"@metamask/utils": "^12.0.0",
"@tanstack/query-core": "^5.62.16",
"cockatiel": "^3.1.2"
"cockatiel": "^4.0.0"
},
"devDependencies": {
"@babel/runtime": "^7.23.9",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6092,7 +6092,7 @@ __metadata:
"@types/jest": "npm:^30.0.0"
"@types/lodash-es": "npm:^4.17.12"
"@typescript/native": "npm:typescript@^7.0.2"
cockatiel: "npm:^3.1.2"
cockatiel: "npm:^4.0.0"
deepmerge: "npm:^4.2.2"
fast-deep-equal: "npm:^3.1.3"
jest: "npm:^30.4.2"
Expand Down Expand Up @@ -6531,7 +6531,7 @@ __metadata:
"@typescript/native": "npm:typescript@^7.0.2"
bignumber.js: "npm:^9.1.2"
bn.js: "npm:^5.2.5"
cockatiel: "npm:^3.1.2"
cockatiel: "npm:^4.0.0"
deepmerge: "npm:^4.2.2"
eth-ens-namehash: "npm:^2.0.8"
fast-deep-equal: "npm:^3.1.3"
Expand Down Expand Up @@ -6566,7 +6566,7 @@ __metadata:
"@types/jest": "npm:^30.0.0"
"@typescript/native": "npm:typescript@^7.0.2"
async-mutex: "npm:^0.5.0"
cockatiel: "npm:^3.1.2"
cockatiel: "npm:^4.0.0"
deepmerge: "npm:^4.2.2"
jest: "npm:^30.4.2"
jest-environment-jsdom: "npm:^30.4.1"
Expand Down Expand Up @@ -8136,7 +8136,7 @@ __metadata:
"@types/lodash-es": "npm:^4.17.12"
"@types/node-fetch": "npm:^2.6.12"
"@typescript/native": "npm:typescript@^7.0.2"
cockatiel: "npm:^3.1.2"
cockatiel: "npm:^4.0.0"
deep-freeze-strict: "npm:^1.1.1"
deepmerge: "npm:^4.2.2"
fast-deep-equal: "npm:^3.1.3"
Expand Down Expand Up @@ -8925,7 +8925,7 @@ __metadata:
"@tanstack/query-core": "npm:^5.62.16"
"@types/jest": "npm:^30.0.0"
"@typescript/native": "npm:typescript@^7.0.2"
cockatiel: "npm:^3.1.2"
cockatiel: "npm:^4.0.0"
deepmerge: "npm:^4.2.2"
jest: "npm:^30.4.2"
lodash-es: "npm:^4.17.21"
Expand Down Expand Up @@ -15420,6 +15420,13 @@ __metadata:
languageName: node
linkType: hard

"cockatiel@npm:^4.0.0":
version: 4.0.0
resolution: "cockatiel@npm:4.0.0"
checksum: 10/443bc255c19e2fb318296aff1a45c0db3c461d62f88ad4acb33db22db8880844eeab0c30c2e653d4efc5f7f0b3c2eec105514896d14c0aaa8f78dd33c790f2f9
languageName: node
linkType: hard

"code-block-writer@npm:^13.0.3":
version: 13.0.3
resolution: "code-block-writer@npm:13.0.3"
Expand Down
Loading