chore: Bump all @nevware21 components to latest recommended versions#373
chore: Bump all @nevware21 components to latest recommended versions#373
Conversation
Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates all @nevware21 dependency version ranges across the monorepo to the minimum versions recommended in each package's README. The changes align the version range style to use the >= x.y.z < N.x convention consistently across all @nevware21 packages, replacing some that previously used the ^x.y.z caret notation.
Changes:
- Bumped
@nevware21/ts-utilsfrom>= 0.9.4 < 2.xto>= 0.12.6 < 2.x - Bumped
@nevware21/tripwirefrom>= 0.1.7 < 2.xto>= 0.1.8 < 2.x - Bumped
@nevware21/coverage-toolsfrom^0.1.3to>= 0.1.4 < 2.x(also aligning version range format) - Bumped
@nevware21/publish-npmfrom^0.1.3to>= 0.1.4 < 2.x(also aligning version range format)
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated ts-utils, coverage-tools, and publish-npm versions in root package |
| dbg/package.json | Updated ts-utils, coverage-tools, and tripwire versions in dbg package |
| providers/package.json | Updated ts-utils, coverage-tools, and tripwire versions in providers package |
💡 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 #373 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 458 458
Branches 113 113
=========================================
Hits 458 458 🚀 New features to boost your workflow:
|
nevware21-bot
left a comment
There was a problem hiding this comment.
Approved by nevware21-bot
Updates all
@nevware21dependency version ranges across the monorepo to the minimum versions recommended in each package's README.Version changes
@nevware21/ts-utils>= 0.9.4 < 2.x>= 0.12.6 < 2.x@nevware21/tripwire>= 0.1.7 < 2.x>= 0.1.8 < 2.x@nevware21/coverage-tools^0.1.3>= 0.1.4 < 2.x@nevware21/publish-npm^0.1.3>= 0.1.4 < 2.xFiles updated
package.json—ts-utils,coverage-tools,publish-npmdbg/package.json—ts-utils,tripwire,coverage-toolsproviders/package.json—ts-utils,tripwire,coverage-toolsVersion range style for
coverage-toolsandpublish-npmalso aligned to the>= x.y.z < N.xconvention used by the other packages.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.