Skip to content

Conversation

@yogeshchoudhary147
Copy link
Contributor

Fixes dependency resolution issues causing Dependabot PRs to fail.

Changes:

  • Update @types/node from ^12.19.8 to ^22.10.0
  • Update ts-node from ~8.10.2 to ^10.9.2
  • Regenerate package-lock.json

Why:
All Dependabot PRs (#725, #728, #734, #735, etc.) were failing because npm's resolver was pruning nested optional peer dependencies due to version conflicts between outdated base dependencies and what the build tools actually needed.

- Update @types/node from ^12.19.8 to ^22.10.0
- Update ts-node from ~8.10.2 to ^10.9.2
- Regenerate package-lock.json to resolve nested dependency conflicts

This fixes npm dependency resolution issues that were causing all
Dependabot PRs to fail with lock file sync errors.
@yogeshchoudhary147 yogeshchoudhary147 requested a review from a team as a code owner December 22, 2025 12:43
@yogeshchoudhary147 yogeshchoudhary147 merged commit 2f503d3 into main Dec 22, 2025
8 of 9 checks passed
@yogeshchoudhary147 yogeshchoudhary147 deleted the fix/update-node-types-for-node22-compatibility branch December 22, 2025 14:08
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.

3 participants