Skip to content

Commit 487ba3f

Browse files
committed
chore(deps): bump pnpm 11.0.0-rc.5 → 11.0.0 (GA)
pnpm v11 is now stable: https://github.com/pnpm/pnpm/releases/tag/v11.0.0 - package.json: packageManager pin "pnpm@11.0.0-rc.5" → "pnpm@11.0.0"; engines.pnpm ">=11.0.0-rc.3" → ">=11.0.0". - external-tools.json: bump version + 6 platform sha256s (darwin arm64/x64, linux arm64/x64, win arm64/x64). Hashes computed locally from the v11.0.0 release tarballs. pnpm-workspace.yaml already on the v11 idioms (allowBuilds, pmOnFail, minimumReleaseAge); lockfile shape unchanged.
1 parent 215c707 commit 487ba3f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

external-tools.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"pnpm": {
2424
"description": "pnpm — the fleet's package manager.",
25-
"version": "11.0.0-rc.5",
25+
"version": "11.0.0",
2626
"packageManager": "pnpm",
2727
"repository": "github:pnpm/pnpm",
2828
"release": "asset",
@@ -34,27 +34,27 @@
3434
"checksums": {
3535
"darwin-arm64": {
3636
"asset": "pnpm-darwin-arm64.tar.gz",
37-
"sha256": "32a50710ccacfdcf14e6d5995d5368298eec913b0ce3903b9e09b6555f06f4e5"
37+
"sha256": "3620a0fcaf81ecd3aaeccd5965919d90dbc913f4d07a96e11e7cafc2c785054b"
3838
},
3939
"darwin-x64": {
4040
"asset": "pnpm-darwin-x64.tar.gz",
41-
"sha256": "71dca33f4275da6b43bf1eb40bdc4d876f59a116716eacbf01079c3d985ff85d"
41+
"sha256": "1701748b75187f1333a9c616827943ff84ff46cc42becc156ff6864b9bd0f948"
4242
},
4343
"linux-arm64": {
4444
"asset": "pnpm-linux-arm64.tar.gz",
45-
"sha256": "2dd04127ff10b1f9dd20bae248b779c77a8ec67e3afa35e7256e5f94abddd493"
45+
"sha256": "1e6d87ebfd7ff169966ff5b3ad71b780b883c68d3e59987df1096dfd8853df75"
4646
},
4747
"linux-x64": {
4848
"asset": "pnpm-linux-x64.tar.gz",
49-
"sha256": "7ebef4b616ba41fb0d54a207b36508fae3346723283a088b43fc1e038ee6fed0"
49+
"sha256": "9b44acc77ada40fc41b665fde1d57367a5ebec31bd4b1b00598daed195da3e17"
5050
},
5151
"win-arm64": {
5252
"asset": "pnpm-win32-arm64.zip",
53-
"sha256": "e4a39ad4c251db5e34b18b98561ef25bab5506ad65cad2fa3602af58d1972667"
53+
"sha256": "0746be8e98ca183078d0747559f0cbbd30a13a53eb177f67474eb3c52dc21bc8"
5454
},
5555
"win-x64": {
5656
"asset": "pnpm-win32-x64.zip",
57-
"sha256": "147485ae2f38c3d1ccf2f5db00d0244416bcd22b9114c02388e6a78f41538fc4"
57+
"sha256": "581e222e622cd0cc4f0ac5f85dd0db76b65117e3b17507979d89e63fdc68edca"
5858
}
5959
}
6060
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "socket-cli-monorepo",
33
"version": "0.0.0",
4-
"packageManager": "pnpm@11.0.0-rc.5",
4+
"packageManager": "pnpm@11.0.0",
55
"private": true,
66
"engines": {
77
"node": ">=25.9.0",
8-
"pnpm": ">=11.0.0-rc.3"
8+
"pnpm": ">=11.0.0"
99
},
1010
"scripts": {
1111
"// Build": "",

0 commit comments

Comments
 (0)