Skip to content

Conversation

douglasduteil
Copy link
Contributor


What happened

The package.json specifies @types/node@^22.18.6, which allows npm to install any compatible version from 22.18.6 up to (but not including) 23.0.0.

When npm install ran, it resolved to the latest compatible version (22.18.8) and updated the lock file accordingly. However, this created a mismatch that breaks npm ci:

Invalid: lock file's @types/node@22.18.7 does not satisfy @types/node@22.18.8

The fix

This PR commits the updated lock file to sync it with the current resolved dependency version, allowing npm ci to work again.

@douglasduteil douglasduteil changed the title fix(dependabot): 🔧 remove invalid ignore entry with null dependency-name hore(deps): 🔒 sync lock file with @types/node@22.18.8 Oct 3, 2025
@douglasduteil douglasduteil merged commit f8cfeab into main Oct 3, 2025
43 of 44 checks passed
@douglasduteil douglasduteil deleted the douglasduteil/sync-types-node-lockfile branch October 3, 2025 07:58
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