Skip to content

Commit 5218f6e

Browse files
committed
chore(node, pnpm): bump to Node v26.0.0 + pnpm 11.0.6 with sha512
Root engines.node: >=25.9.0 → >=26.0.0; pnpm range: >=11.0.0-rc.3 → >=11.0.6. The packageManager field carries an integrity hash in the corepack-mandated hex form (RFC 2018), so corepack verifies the downloaded pnpm tarball before trusting it. Subpackage engines drop: build-infra and package-builder are private workspace-only packages with no published surface — their engines.node fields were drift-prone (>=25.5.0 vs root >=25.9.0) without serving any consumer. Per the new socket-repo-template CLAUDE.md rule "monorepo-internal subpackages don't need engines", the field is removed entirely. The root package.json's engines is the single source of truth for the workspace. Tracks the SocketDev/socket-registry/external-tools.json bump (commit 9246c28b) which moved pnpm to 11.0.6 in the canonical CI pin and migrated the schema from per-platform sha256 fields to SRI-format integrity strings.
1 parent 19f9af2 commit 5218f6e

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

package.json

Lines changed: 3 additions & 3 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.6+sha512.97f906e1da2bedac3df83cadae04b4753a130092dd49d55cd36825ad3e623e9df3f97754f8f259e699172a360fac569acf2f908e7732bdae3eddb2dcf7e121fd",
55
"private": true,
66
"engines": {
7-
"node": ">=25.9.0",
8-
"pnpm": ">=11.0.0-rc.3"
7+
"node": ">=26.0.0",
8+
"pnpm": ">=11.0.6"
99
},
1010
"scripts": {
1111
"// Build": "",

packages/build-infra/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,5 @@
2525
"@sinclair/typebox": "catalog:",
2626
"@socketsecurity/lib": "catalog:",
2727
"magic-string": "catalog:"
28-
},
29-
"engines": {
30-
"node": ">=25.5.0",
31-
"pnpm": ">=10.22.0"
3228
}
3329
}

packages/package-builder/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
"@socketsecurity/lib": "catalog:",
1919
"build-infra": "workspace:*",
2020
"handlebars": "^4.7.9"
21-
},
22-
"engines": {
23-
"node": ">=25.5.0"
2421
}
2522
}

0 commit comments

Comments
 (0)