Create v0.1.5 release PR metadata updates#211
Merged
Conversation
Closed
Agent-Logs-Url: https://github.com/nevware21/ts-build-tools/sessions/da2eae97-f040-4da2-83f8-ff5cbec432b0 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create a release PR for v0.1.5
Create v0.1.5 release PR metadata updates
May 13, 2026
nev21
approved these changes
May 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the ts-build-tools Rush monorepo for the v0.1.5 release by aligning package versions, updating internal cross-package pins, refreshing README install guidance, and cutting a v0.1.5 changelog entry.
Changes:
- Bump versions to
0.1.5across root and packagepackage.jsonfiles. - Update internal devDependency exact pins to
0.1.5and adjust README “Quick Start” version ranges. - Cut
CHANGELIST.mdfromUnreleasedintov0.1.5with a compare link; update Rush shrinkwrap integrity entries.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps root version to 0.1.5. |
| lib/publish-npm/package.json | Bumps package version to 0.1.5. |
| lib/pre-proc/package.json | Bumps package version and updates internal devDependency pins to 0.1.5. |
| lib/coverage-tools/package.json | Bumps package version and updates internal devDependency pin to 0.1.5. |
| lib/publish-npm/README.md | Updates recommended install range to >= 0.1.5 < 2.x. |
| lib/coverage-tools/README.md | Updates recommended install range to >= 0.1.5 < 2.x. |
| CHANGELIST.md | Adds v0.1.5 section and resets Unreleased content. |
| common/config/rush/npm-shrinkwrap.json | Updates Rush shrinkwrap integrity and includes a yaml transitive version bump. |
Files not reviewed (1)
- common/config/rush/npm-shrinkwrap.json: Language not supported
Comments suppressed due to low confidence (1)
common/config/rush/npm-shrinkwrap.json:7924
- This section also reflects the
yaml2.8.4 → 2.9.0 bump. If the yaml upgrade is intentional, consider calling it out explicitly in the PR description/changelog; if not, revert/regenerate the shrinkwrap to keep release PRs limited to version/pin updates.
nevware21-bot
approved these changes
May 13, 2026
nevware21-bot
left a comment
Contributor
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.
This PR prepares the repository for the
v0.1.5release by applying the coordinated version/documentation/changelog updates required for a release PR. It aligns package versions, internal pins, and published guidance in one change set.Version alignment across monorepo
0.1.5in:package.jsonlib/coverage-tools/package.jsonlib/pre-proc/package.jsonlib/publish-npm/package.jsonCross-package devDependency pin updates
0.1.5:@nevware21/publish-npminlib/coverage-tools/package.json@nevware21/coverage-toolsand@nevware21/publish-npminlib/pre-proc/package.jsonREADME quick-start version guidance
>= 0.1.5 < 2.xin:lib/coverage-tools/README.mdlib/publish-npm/README.mdChangelog release cut
# Unreleasedchangelog content into a new:# v0.1.5 May 13th, 2026https://github.com/nevware21/ts-build-tools/compare/0.1.4...0.1.5# Unreleasedto an empty## Changelogsection for next iteration.{ "version": "0.1.5", "devDependencies": { "@nevware21/coverage-tools": "0.1.5", "@nevware21/publish-npm": "0.1.5" } }