chore: Bump all @nevware21 components to latest recommended versions#450
Open
chore: Bump all @nevware21 components to latest recommended versions#450
Conversation
Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update all @nevware21 components to latest versions
chore: Bump all @nevware21 components to latest recommended versions
Feb 23, 2026
nev21
approved these changes
Feb 23, 2026
There was a problem hiding this comment.
Pull request overview
Updates @nevware21 dependency ranges to align with the latest recommended versions across the repo’s root tooling package and the Rush-managed lib package.
Changes:
- Bumped
@nevware21/coverage-toolsand@nevware21/publish-npmto the recommended>= 0.1.4 < 2.xrange in the rootpackage.json. - Bumped
@nevware21/tripwireto>= 0.1.8 < 2.xand@nevware21/ts-preprocto^0.1.4inlib/package.json. - Bumped
@nevware21/ts-preprocto^0.1.4in the rootpackage.json.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates repo-level dev tooling dependencies to newer recommended @nevware21 versions/ranges. |
| lib/package.json | Updates the published library’s devDependencies to the latest recommended @nevware21 versions/ranges. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #450 +/- ##
=======================================
Coverage 99.03% 99.03%
=======================================
Files 19 19
Lines 727 727
Branches 183 183
=======================================
Hits 720 720
Misses 7 7 🚀 New features to boost your workflow:
|
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.
Updates
@nevware21package version ranges across bothpackage.jsonfiles to align with the latest releases and each package's README-recommended version constraints.Changes
Root
package.json@nevware21/coverage-tools:^0.1.3→>= 0.1.4 < 2.x@nevware21/publish-npm:^0.1.3→>= 0.1.4 < 2.x@nevware21/ts-preproc:^0.1.3→^0.1.4lib/package.json@nevware21/tripwire:>= 0.1.7 < 2.x→>= 0.1.8 < 2.x@nevware21/ts-preproc:^0.1.3→^0.1.4The
>= x.y.z < 2.xrange pattern follows the explicit guidance in the respective package READMEs (e.g. coverage-tools, publish-npm, tripwire), reflecting the no-breaking-changes-until-v2 commitment from those packages.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.