Skip to content

chore: Bump all @nevware21 components to latest recommended versions#168

Merged
nev21 merged 4 commits intomainfrom
copilot/bump-nevware21-dependencies
Feb 23, 2026
Merged

chore: Bump all @nevware21 components to latest recommended versions#168
nev21 merged 4 commits intomainfrom
copilot/bump-nevware21-dependencies

Conversation

Copy link
Contributor

Copilot AI commented Feb 23, 2026

Version specifiers for @nevware21 packages were using ^ caret ranges instead of the >= x.x.x < 2.x ranges recommended in each package's README. @nevware21/tripwire was also pinned to a minimum of 0.1.7 despite 0.1.8 being 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.x

package.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-utils was already using the correct >= 0.12.6 < 2.x range. Grunt plugins (grunt-ts-plugin, grunt-eslint-ts) have no documented recommended range and remain at ^0.5.1.

Original prompt

This section details on the original issue you should resolve

<issue_title>chore: Bump all @nevware21 components to the latest recommended versions</issue_title>
<issue_description>Update all dependencies and devDependencies of the @nevware21 projects to the latest recommended versions based on their readme guidance.</issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 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.

Copilot AI and others added 2 commits February 23, 2026 05:45
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
Copilot AI requested a review from nev21 February 23, 2026 05:47
@nev21 nev21 marked this pull request as ready for review February 23, 2026 05:49
@nev21 nev21 requested review from a team as code owners February 23, 2026 05:49
Copilot AI review requested due to automatic review settings February 23, 2026 05:49
@nev21 nev21 enabled auto-merge (squash) February 23, 2026 05:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 @nevware21 packages from caret to recommended range format in both root and core package.json files
  • Updated @nevware21/tripwire minimum 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
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.86%. Comparing base (e2fdb6f) to head (9d6ded1).
⚠️ Report is 1 commits behind head on main.

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@nevware21-bot nevware21-bot left a comment

Choose a reason for hiding this comment

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

Approved by nevware21-bot

@nev21 nev21 merged commit 8b5c239 into main Feb 23, 2026
14 checks passed
@nev21 nev21 deleted the copilot/bump-nevware21-dependencies branch February 23, 2026 06:30
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.

chore: Bump all @nevware21 components to the latest recommended versions

4 participants