Skip to content

chore: pin all dependencies to exact versions - #109

Merged
rafa-stacks merged 1 commit into
mainfrom
pin-deps
Aug 3, 2026
Merged

chore: pin all dependencies to exact versions#109
rafa-stacks merged 1 commit into
mainfrom
pin-deps

Conversation

@rafa-stacks

Copy link
Copy Markdown
Collaborator

Summary

  • Pins every dependency and devDependency in package.json to exact versions (carets removed), matching the versions already resolved in the lockfile — no packages actually change version.
  • Where the lockfile had resolved ahead of the range floor, the pin uses the resolved version (e.g. fastify 5.8.4, @types/node 24.12.2, tsx 4.21.0, @sinclair/typebox 0.34.49).
  • Adds .npmrc with save-exact=true so future npm install <pkg> saves exact versions automatically.
  • Lockfile re-synced with npm install --package-lock-only; only spec strings changed, no resolved versions.

Same change as hirosystems/token-metadata-api#358.

🤖 Generated with Claude Code

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@rafa-stacks
rafa-stacks requested a review from a team August 3, 2026 20:17
@rafa-stacks
rafa-stacks enabled auto-merge (squash) August 3, 2026 20:21
@rafa-stacks
rafa-stacks merged commit 0ca3776 into main Aug 3, 2026
7 checks passed
@rafa-stacks
rafa-stacks deleted the pin-deps branch August 3, 2026 20:21
@github-project-automation github-project-automation Bot moved this to ✅ Done in API Board Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants