Skip to content

chore: pin all dependencies to exact versions - #358

Merged
rafa-stacks merged 1 commit into
masterfrom
version-pin
Aug 3, 2026
Merged

chore: pin all dependencies to exact versions#358
rafa-stacks merged 1 commit into
masterfrom
version-pin

Conversation

@rafa-stacks

Copy link
Copy Markdown
Collaborator

Summary

  • Pins every dependency and devDependency in both package.json and client/package.json to exact versions (carets removed), matching the versions already resolved in the lockfiles — 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, @typescript-eslint/* 8.57.2).
  • Adds .npmrc with save-exact=true to the root and client/ packages so future npm install <pkg> saves exact versions automatically.
  • Lockfiles re-synced with npm install --package-lock-only; only spec strings changed, no resolved versions.

🤖 Generated with Claude Code

@rafa-stacks
rafa-stacks merged commit 003aaad into master Aug 3, 2026
10 checks passed
@rafa-stacks
rafa-stacks deleted the version-pin 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.

2 participants