From 640a0a5bc4af3d3f97ed77eb9c8cda852ef656c0 Mon Sep 17 00:00:00 2001 From: Mikola Lysenko Date: Fri, 28 Aug 2026 11:43:07 -0400 Subject: [PATCH] fix(ci): regenerate the npm wrapper lock with CI's npm major MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release-readiness regenerates the lock with the runner's npm 10, which does not write the `libc` platform arrays npm >= 11 emits — so the npm-11-shaped lock from #233 makes 'version-sync.sh 4.0.0 is not a no-op' fail on every PR and on main. The check's npm is the effective canon; note the npm-major dependence for whoever next refreshes the lock locally. Co-Authored-By: Claude Fable 5 --- npm/socket-patch/package-lock.json | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/npm/socket-patch/package-lock.json b/npm/socket-patch/package-lock.json index 987aca5f..0bd34b59 100644 --- a/npm/socket-patch/package-lock.json +++ b/npm/socket-patch/package-lock.json @@ -84,9 +84,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -100,9 +97,6 @@ "cpu": [ "arm" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -116,9 +110,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -132,9 +123,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -148,9 +136,6 @@ "cpu": [ "ia32" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -164,9 +149,6 @@ "cpu": [ "ia32" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -180,9 +162,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -196,9 +175,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [