Bump @nevware21/tripwire to v0.1.7 with recommended version range#174
Conversation
Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
There was a problem hiding this comment.
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
left a comment
There was a problem hiding this comment.
Approved by nevware21-bot
Updates tripwire dependency from
^0.1.1to>= 0.1.7 < 2.xper upstream recommendation.Changes
Rationale
The tripwire maintainers recommend
>= 0.1.7 < 2.xover caret ranges to ensure:This aligns with tripwire's stability guarantees for the 0.x/1.x series.
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.