Skip to content

Bump @nevware21/tripwire to v0.1.7 with recommended version range#174

Merged
nev21 merged 4 commits into
mainfrom
copilot/bump-tripwire-version
Feb 16, 2026
Merged

Bump @nevware21/tripwire to v0.1.7 with recommended version range#174
nev21 merged 4 commits into
mainfrom
copilot/bump-tripwire-version

Conversation

Copilot AI commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Updates tripwire dependency from ^0.1.1 to >= 0.1.7 < 2.x per upstream recommendation.

Changes

  • Updated version specification in all package.json files:
    • Root package
    • lib/publish-npm
    • lib/coverage-tools
    • lib/pre-proc

Rationale

The tripwire maintainers recommend >= 0.1.7 < 2.x over caret ranges to ensure:

  • Minimum version 0.1.7 (includes important fixes)
  • Forward compatibility with 1.x releases
  • Protection against breaking changes in 2.x

This aligns with tripwire's stability guarantees for the 0.x/1.x series.

Original prompt

This section details on the original issue you should resolve

<issue_title>Bump: @nevware21/tripwire to minimum of v0.1.7</issue_title>
<issue_description>Use the recommended settings from the tripwire package and not just ^0.1.7</issue_description>

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


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Bump @nevware21/tripwire to minimum of v0.1.7 Bump @nevware21/tripwire to v0.1.7 with recommended version range Feb 16, 2026
Copilot AI requested a review from nev21 February 16, 2026 01:48
@nev21 nev21 marked this pull request as ready for review February 16, 2026 02:53
@nev21 nev21 requested review from a team as code owners February 16, 2026 02:53
Copilot AI review requested due to automatic review settings February 16, 2026 02:53
@nev21 nev21 enabled auto-merge (squash) February 16, 2026 02:54

@nev21 nev21 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 the @nevware21/tripwire dependency from ^0.1.1 to >= 0.1.7 < 2.x across all package files in the repository. The version range change follows the upstream maintainer's recommendation and aligns with the established convention in this codebase for versioning @nevware21 packages. This ensures a minimum version of 0.1.7 (which includes important fixes), allows forward compatibility with 1.x releases, and protects against breaking changes in 2.x.

Changes:

  • Updated @nevware21/tripwire version specification from caret range to recommended minimum version range in all package.json files
  • Updated rush lockfile to reflect tripwire version 0.1.7 installation

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Updated tripwire version range in root package devDependencies
lib/publish-npm/package.json Updated tripwire version range in publish-npm package devDependencies
lib/pre-proc/package.json Updated tripwire version range in pre-proc package devDependencies
lib/coverage-tools/package.json Updated tripwire version range in coverage-tools package devDependencies
common/config/rush/npm-shrinkwrap.json Updated lockfile with tripwire 0.1.7 resolution and updated integrity hashes
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.

@nevware21-bot nevware21-bot left a comment

Copy link
Copy Markdown
Contributor

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 293c9be into main Feb 16, 2026
13 checks passed
@nev21 nev21 deleted the copilot/bump-tripwire-version branch February 16, 2026 04: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.

Bump: @nevware21/tripwire to minimum of v0.1.7

4 participants