openclaw/.github/actions
Peter Steinberger f6131a4fbf
build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks (#114006)
* build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks

npm 12 removed shrinkwrap (command + tarball/root loading). Delete all 82
committed npm-shrinkwrap.json files and stop publishing lockfiles; keep
pnpm-lock.yaml as the single reviewed dependency boundary. The generator
becomes scripts/generate-npm-package-lock.mjs and feeds plugin bundling via
a transient package-lock.json + npm ci (works on npm 11 and 12). Tarball
validation treats the published 2026.7.2 beta train as a shrinkwrap
transition; self-update npm detection now uses install topology instead of
the shipped shrinkwrap.

* fix(deps): repair lint, deadcode, and test-type lanes for the npm 12 migration

- sort integrity comparisons with an explicit comparator (oxlint)
- keep resolveBunGlobalNodeModules module-local (knip unused-export gate)
- model npm pack --json as npm<=11 array / npm 12 name-keyed object
- default calver destructuring in the tarball test fixture
2026-07-26 01:29:55 -04:00
..
create-generated-pr-tokens fix: control UI locale PRs fail to arm auto-merge (#110809) 2026-07-18 17:45:27 +01:00
detect-docs-changes fix(maint): keep PR maintenance delta-only (#108018) 2026-07-14 22:49:33 -07:00
docker-e2e-plan ci(release): harden release controls 2026-06-18 03:11:20 +08:00
ensure-base-commit fix(ci): fetch exact PR base before history (#107674) 2026-07-14 10:12:40 -07:00
publish-generated-pr fix: control UI locale PRs fail to arm auto-merge (#110809) 2026-07-18 17:45:27 +01:00
register-bind-mount-cleanup improve(ci): speed warm Node shards with sticky bind mount (#108386) 2026-07-15 15:41:24 -07:00
setup-android-toolchain fix(ci): handle Android license pipe closure 2026-07-16 12:12:18 +01:00
setup-node-env build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks (#114006) 2026-07-26 01:29:55 -04:00
setup-pnpm-store-cache fix(ci): bound fallback Node downloads (#108166) 2026-07-15 22:40:39 -07:00