Skip to content

chore(deps): regenerate package-lock for npm 10 compatibility - #330

Merged
ErickXavier merged 1 commit into
mainfrom
chore/lockfile-sync
Aug 5, 2026
Merged

chore(deps): regenerate package-lock for npm 10 compatibility#330
ErickXavier merged 1 commit into
mainfrom
chore/lockfile-sync

Conversation

@ErickXavier

Copy link
Copy Markdown
Collaborator

Core's package-lock.json was regenerated under npm 11 during the v1.20.1 release; npm 10 (bundled with node 20/22) rejects it: npm ci fails with "Missing: conventional-commits-parser@6.4.0 from lock file" — git-raw-commits declares an optional peerDependency npm 11 skips but npm 10 requires recorded.

Regenerated with npm 10 (npx npm@10 install): records the nested git-raw-commits/node_modules/conventional-commits-parser@6.4.0 entry (+19/−30 lines). Verified: npm ci passes under BOTH npm 10.9 and npm 11.17; full Jest suite 2232/2232 green; build unchanged.

Unblocks the Elements e2e CI job (nojs-elements#81), which clones and npm cis this repo on node 22. Surfaced by no-js-dev/nojs-elements#80 CI work.

@ErickXavier
ErickXavier merged commit 164c3cf into main Aug 5, 2026
1 check passed
@ErickXavier
ErickXavier deleted the chore/lockfile-sync branch August 5, 2026 02:05
@ErickXavier ErickXavier mentioned this pull request Aug 5, 2026
3 tasks
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