Skip to content

Commit 3f35e78

Browse files
Copilotnev21nevware21-bot
authored
Create v0.1.5 release PR metadata updates (#211)
* Initial plan * [Release] Increase version to 0.1.5 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> * chore: syncing versions and shrinkwrap --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com> Co-authored-by: nevware21-bot <252503968+nevware21-bot@users.noreply.github.com>
1 parent 2e02f61 commit 3f35e78

8 files changed

Lines changed: 25 additions & 19 deletions

File tree

CHANGELIST.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
## Changelog
44

5+
# v0.1.5 May 13th, 2026
6+
7+
## Changelog
8+
59
- [Breaking][Tooling] Updated the CI Node.js matrix to `18`, `20`, `22`, and `24`; removed Node.js `16`.
610
- Why: Node.js 16 is EOL and current dependencies (for example `@pnpm/error` and `puppeteer`) now require Node.js 18+.
711
- Why: CI started failing on Node.js 16 because required runtime features like `structuredClone` are not available.
812

13+
[Full changelog](https://github.com/nevware21/ts-build-tools/compare/0.1.4...0.1.5)
14+
915
# v0.1.4 Nov 18th, 2024
1016

1117
## Changelog

common/config/rush/npm-shrinkwrap.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/coverage-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Install the npm packare: `npm install @nevware21/coverage-tools --save-dev`
1717
> It is suggested / recommended that you use the following definition in your `package.json` so that you are compatible with any future releases as they become available
1818
> we do not intend to make ANY known breaking changes moving forward until v2.x
1919
> ```json
20-
> "@nevware21/coverage-tools": ">= 0.1.4 < 2.x"
20+
> "@nevware21/coverage-tools": ">= 0.1.5 < 2.x"
2121
> ```
2222
2323
And then just used the helper in your package.json

lib/coverage-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevware21/coverage-tools",
33
"description": "Tools for merging coverage reports.",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"homepage": "https://github.com/nevware21/ts-build-tools",
66
"license": "MIT",
77
"author": {
@@ -66,7 +66,7 @@
6666
"@rollup/plugin-json": "^6.0.0",
6767
"@rollup/plugin-node-resolve": "^16.0.0",
6868
"@rollup/plugin-strip": "^3.0.2",
69-
"@nevware21/publish-npm": "0.1.4",
69+
"@nevware21/publish-npm": "0.1.5",
7070
"@types/istanbul-lib-coverage": "^2.0.0",
7171
"@types/istanbul-lib-report": "^3.0.0",
7272
"@types/istanbul-reports": "^3.0.2",

lib/pre-proc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevware21/ts-preproc",
33
"description": "TypeScript pre-processing tools.",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"homepage": "https://github.com/nevware21/ts-build-tools",
66
"license": "MIT",
77
"author": {
@@ -80,8 +80,8 @@
8080
"devDependencies": {
8181
"@microsoft/api-extractor": "^7.34.4",
8282
"@nevware21/tripwire": ">= 0.1.8 < 2.x",
83-
"@nevware21/coverage-tools": "0.1.4",
84-
"@nevware21/publish-npm": "0.1.4",
83+
"@nevware21/coverage-tools": "0.1.5",
84+
"@nevware21/publish-npm": "0.1.5",
8585
"@rollup/plugin-commonjs": "^29.0.0",
8686
"@rollup/plugin-json": "^6.0.0",
8787
"@rollup/plugin-node-resolve": "^16.0.0",

lib/publish-npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install the npm packare: `npm install @nevware21/publish-npm --save-dev`
1818
> It is suggested / recommended that you use the following definition in your `package.json` so that you are compatible with any future releases as they become available
1919
> we do not intend to make ANY known breaking changes moving forward until v2.x
2020
> ```json
21-
> "@nevware21/publish-npm": ">= 0.1.4 < 2.x"
21+
> "@nevware21/publish-npm": ">= 0.1.5 < 2.x"
2222
> ```
2323
2424
Create a configuration file with your group settings, where the

lib/publish-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevware21/publish-npm",
33
"description": "Tools to automate the publishing packages to npm.",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"homepage": "https://github.com/nevware21/ts-build-tools",
66
"license": "MIT",
77
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevware21/ts-build-tools",
33
"description": "A mono-repo for @nevware21 build-tools.",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"homepage": "https://github.com/nevware21/ts-build-tools",
66
"sideEffects": false,
77
"license": "MIT",

0 commit comments

Comments
 (0)