Update np to 11.2.1 - #29
Merged
Merged
Conversation
Bump the np publishing tool from 10.2.0 to 11.2.1. np is a release CLI (devDependency, not imported in source), so no code changes are needed. np 11 raises its required Node engine from >=18 to >=20; CI runs Node 22, so this is satisfied. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
despairblue
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades the
nprelease tool from10.2.0to11.2.1(latest).Code changes
None required.
npis a publishing CLI used manually (devDependency, not imported anywhere in source, nonpconfig file, not referenced by any npm script). The upgrade is a straight version bump, keeping the repo's exact-pin convention.Compatibility note
np 11 raises its required Node engine from
>=18to>=20. CI runs Node 22 (.github/workflows/pull_request.yml), so the requirement is satisfied.Testing
npm testpasses (5/5)npx np --version→11.2.1(binary resolves correctly)npm install🤖 Generated with Claude Code