Skip to content

fix: resync web-ui package-lock to npm-10 format (deploy CodeBuild compatibility) - #299

Merged
ShotaroKataoka merged 1 commit into
mainfrom
fix/webui-lock-npm10-resync
Aug 5, 2026
Merged

fix: resync web-ui package-lock to npm-10 format (deploy CodeBuild compatibility)#299
ShotaroKataoka merged 1 commit into
mainfrom
fix/webui-lock-npm10-resync

Conversation

@ShotaroKataoka

Copy link
Copy Markdown
Contributor

The four dependabot merges (#272 / #277 / #278 / #280) regenerated the web-ui lock in npm-11 format, which fails npm ci on the deploy CodeBuild (npm 10) — same known pattern as #250 / #254 (documented in steering).

Regenerated with npx npm@10.8.2 install --package-lock-only; npm@10.8.2 ci --dry-run exits 0. Lockfile-only change, nothing else run in between per the steering rule.

dependabot のマージ4連発(#272/#277/#278/#280)で lock が npm-11 形式に
なり、npm 10 の `npm ci` が通らない状態だった(deploy CodeBuild は npm 10
— PR #250/#254 と同一の既知パターン、steering に記録済み)。
npx npm@10.8.2 install --package-lock-only で再生成し ci --dry-run を確認。
@ShotaroKataoka
ShotaroKataoka merged commit 413e927 into main Aug 5, 2026
13 of 14 checks passed
@ShotaroKataoka
ShotaroKataoka deleted the fix/webui-lock-npm10-resync branch August 5, 2026 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant