Skip to content

chore(deps-dev): align dev toolchain versions and pinned floors - #240

Merged
rjamul-elnora-ai merged 1 commit into
mainfrom
chore/deps-dev-toolchain-floors
Sep 10, 2026
Merged

rjamul-elnora-ai merged 1 commit into
mainfrom
chore/deps-dev-toolchain-floors

Conversation

@rjamul-elnora-ai

Copy link
Copy Markdown
Member

Summary

Routine dependency-floor maintenance for the dev and build toolchain.

  • Raise the declared vitest floor so the @vitest/* family resolves as one matching set.
  • Drop an override that became redundant once vitest declares its own matching version. While in place it resolved that package across a major boundary and left a duplicate in the tree.
  • Move the tar and nanoid pinned floors up to current upstream, each constrained to its existing major line so a future major cannot be picked up silently the way an open-ended floor would.

Net effect on the lockfile is smaller: 60 insertions, 73 deletions.

Testing

Run locally against a clean install with the pinned pnpm version:

  • pnpm install --frozen-lockfile
  • pnpm lint
  • pnpm typecheck
  • pnpm test
  • pnpm build, then node dist/cli.js --version and --help

All pass.

🤖 Generated with Claude Code

https://claude.ai/code/session_019RkRkJLtM4AUEVMUBC8WZQ

Raises the declared vitest floor so the @vitest/* family resolves as one
matching set, and drops an override that had become redundant once vitest
declares its own matching version — while in place it resolved that package
across a major boundary and left a duplicate in the tree.

Also moves the tar and nanoid pinned floors up to current upstream, each
constrained to its existing major line so a future major cannot be picked
up silently the way an open-ended floor would.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019RkRkJLtM4AUEVMUBC8WZQ

@ckivisild-elnora-ai ckivisild-elnora-ai left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed and approved, looks good

@rjamul-elnora-ai
rjamul-elnora-ai merged commit 55bef15 into main Sep 10, 2026
10 checks passed
@rjamul-elnora-ai
rjamul-elnora-ai deleted the chore/deps-dev-toolchain-floors branch September 10, 2026 23:22
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.

2 participants