chore: Bump all @nevware21 components to latest recommended versions#168
Merged
chore: Bump all @nevware21 components to latest recommended versions#168
Conversation
Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update all @nevware21 components to latest recommended versions
chore: Bump all @nevware21 components to latest recommended versions
Feb 23, 2026
nev21
approved these changes
Feb 23, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates version specifiers for @nevware21 packages to follow the recommended >= x.x.x < 2.x range format instead of caret (^) ranges, and bumps @nevware21/tripwire to the latest 0.1.8 release.
Changes:
- Converted three
@nevware21packages from caret to recommended range format in both root and core package.json files - Updated
@nevware21/tripwireminimum version from 0.1.7 to 0.1.8 (latest release) - Updated npm-shrinkwrap.json with corresponding package versions and transitive dependencies
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated version ranges for @nevware21/coverage-tools, @nevware21/ts-preproc, and @nevware21/publish-npm from caret to recommended format |
| core/package.json | Updated version ranges for @nevware21/coverage-tools and @nevware21/ts-preproc from caret to recommended format, and bumped @nevware21/tripwire from 0.1.7 to 0.1.8 |
| common/config/rush/npm-shrinkwrap.json | Updated lockfile with new package versions and transitive dependency updates |
Files not reviewed (1)
- common/config/rush/npm-shrinkwrap.json: Language not supported
💡 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 #168 +/- ##
=======================================
Coverage 89.86% 89.86%
=======================================
Files 23 23
Lines 513 513
Branches 138 138
=======================================
Hits 461 461
Misses 52 52 🚀 New features to boost your workflow:
|
nevware21-bot
approved these changes
Feb 23, 2026
Contributor
nevware21-bot
left a comment
There was a problem hiding this comment.
Approved by nevware21-bot
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.
Version specifiers for
@nevware21packages were using^caret ranges instead of the>= x.x.x < 2.xranges recommended in each package's README.@nevware21/tripwirewas also pinned to a minimum of0.1.7despite0.1.8being the current release and recommended minimum.Changes
core/package.json@nevware21/tripwire:>= 0.1.7 < 2.x→>= 0.1.8 < 2.x@nevware21/coverage-tools:^0.1.4→>= 0.1.4 < 2.x@nevware21/ts-preproc:^0.1.4→>= 0.1.4 < 2.xpackage.json@nevware21/coverage-tools:^0.1.4→>= 0.1.4 < 2.x@nevware21/publish-npm:^0.1.4→>= 0.1.4 < 2.x@nevware21/ts-preproc:^0.1.4→>= 0.1.4 < 2.x@nevware21/ts-utilswas already using the correct>= 0.12.6 < 2.xrange. Grunt plugins (grunt-ts-plugin,grunt-eslint-ts) have no documented recommended range and remain at^0.5.1.Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.