From f3066ddb048f7d8daf683350f6fc458c83a1ed6b Mon Sep 17 00:00:00 2001 From: Rushbot Date: Thu, 28 Mar 2024 22:42:24 +0000 Subject: [PATCH] Update changelogs [skip ci] --- .../graceful-worker-exit_2024-03-28-22-00.json | 10 ---------- .../graceful-worker-exit_2024-03-28-22-00.json | 10 ---------- .../graceful-worker-exit_2024-03-28-22-00.json | 10 ---------- heft-plugins/heft-lint-plugin/CHANGELOG.json | 12 ++++++++++++ heft-plugins/heft-lint-plugin/CHANGELOG.md | 7 ++++++- .../heft-typescript-plugin/CHANGELOG.json | 12 ++++++++++++ .../heft-typescript-plugin/CHANGELOG.md | 9 ++++++++- libraries/module-minifier/CHANGELOG.json | 17 +++++++++++++++++ libraries/module-minifier/CHANGELOG.md | 9 ++++++++- libraries/worker-pool/CHANGELOG.json | 12 ++++++++++++ libraries/worker-pool/CHANGELOG.md | 9 ++++++++- rigs/heft-node-rig/CHANGELOG.json | 15 +++++++++++++++ rigs/heft-node-rig/CHANGELOG.md | 7 ++++++- rigs/heft-web-rig/CHANGELOG.json | 15 +++++++++++++++ rigs/heft-web-rig/CHANGELOG.md | 7 ++++++- .../CHANGELOG.json | 15 +++++++++++++++ .../CHANGELOG.md | 7 ++++++- .../CHANGELOG.json | 18 ++++++++++++++++++ .../CHANGELOG.md | 7 ++++++- 19 files changed, 170 insertions(+), 38 deletions(-) delete mode 100644 common/changes/@rushstack/heft-typescript-plugin/graceful-worker-exit_2024-03-28-22-00.json delete mode 100644 common/changes/@rushstack/module-minifier/graceful-worker-exit_2024-03-28-22-00.json delete mode 100644 common/changes/@rushstack/worker-pool/graceful-worker-exit_2024-03-28-22-00.json diff --git a/common/changes/@rushstack/heft-typescript-plugin/graceful-worker-exit_2024-03-28-22-00.json b/common/changes/@rushstack/heft-typescript-plugin/graceful-worker-exit_2024-03-28-22-00.json deleted file mode 100644 index e3049dc86a3..00000000000 --- a/common/changes/@rushstack/heft-typescript-plugin/graceful-worker-exit_2024-03-28-22-00.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/heft-typescript-plugin", - "comment": "Gracefully exit transpile worker instead of using `process.exit(0)`.", - "type": "minor" - } - ], - "packageName": "@rushstack/heft-typescript-plugin" -} \ No newline at end of file diff --git a/common/changes/@rushstack/module-minifier/graceful-worker-exit_2024-03-28-22-00.json b/common/changes/@rushstack/module-minifier/graceful-worker-exit_2024-03-28-22-00.json deleted file mode 100644 index bcb0a9aaaae..00000000000 --- a/common/changes/@rushstack/module-minifier/graceful-worker-exit_2024-03-28-22-00.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/module-minifier", - "comment": "Gracefully exit minifier worker instead of using `process.exit(0)`.", - "type": "minor" - } - ], - "packageName": "@rushstack/module-minifier" -} \ No newline at end of file diff --git a/common/changes/@rushstack/worker-pool/graceful-worker-exit_2024-03-28-22-00.json b/common/changes/@rushstack/worker-pool/graceful-worker-exit_2024-03-28-22-00.json deleted file mode 100644 index 40a39280b03..00000000000 --- a/common/changes/@rushstack/worker-pool/graceful-worker-exit_2024-03-28-22-00.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/worker-pool", - "comment": "Use `once` instead of `on` for `exit` event.", - "type": "patch" - } - ], - "packageName": "@rushstack/worker-pool" -} \ No newline at end of file diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.json b/heft-plugins/heft-lint-plugin/CHANGELOG.json index 418bff7d2ec..25e94cc9295 100644 --- a/heft-plugins/heft-lint-plugin/CHANGELOG.json +++ b/heft-plugins/heft-lint-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft-lint-plugin", "entries": [ + { + "version": "0.3.23", + "tag": "@rushstack/heft-lint-plugin_v0.3.23", + "date": "Thu, 28 Mar 2024 22:42:23 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.0`" + } + ] + } + }, { "version": "0.3.22", "tag": "@rushstack/heft-lint-plugin_v0.3.22", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.md b/heft-plugins/heft-lint-plugin/CHANGELOG.md index aecb548d0d1..0e6f1369e3d 100644 --- a/heft-plugins/heft-lint-plugin/CHANGELOG.md +++ b/heft-plugins/heft-lint-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-lint-plugin -This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified. +This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified. + +## 0.3.23 +Thu, 28 Mar 2024 22:42:23 GMT + +_Version update only_ ## 0.3.22 Tue, 19 Mar 2024 15:10:18 GMT diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.json b/heft-plugins/heft-typescript-plugin/CHANGELOG.json index cdbf0788ed3..ec3b290795d 100644 --- a/heft-plugins/heft-typescript-plugin/CHANGELOG.json +++ b/heft-plugins/heft-typescript-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft-typescript-plugin", "entries": [ + { + "version": "0.5.0", + "tag": "@rushstack/heft-typescript-plugin_v0.5.0", + "date": "Thu, 28 Mar 2024 22:42:23 GMT", + "comments": { + "minor": [ + { + "comment": "Gracefully exit transpile worker instead of using `process.exit(0)`." + } + ] + } + }, { "version": "0.4.0", "tag": "@rushstack/heft-typescript-plugin_v0.4.0", diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.md b/heft-plugins/heft-typescript-plugin/CHANGELOG.md index a9f6f0d3083..0b798a53753 100644 --- a/heft-plugins/heft-typescript-plugin/CHANGELOG.md +++ b/heft-plugins/heft-typescript-plugin/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/heft-typescript-plugin -This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified. +This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified. + +## 0.5.0 +Thu, 28 Mar 2024 22:42:23 GMT + +### Minor changes + +- Gracefully exit transpile worker instead of using `process.exit(0)`. ## 0.4.0 Tue, 19 Mar 2024 15:10:18 GMT diff --git a/libraries/module-minifier/CHANGELOG.json b/libraries/module-minifier/CHANGELOG.json index 6eecadef422..ef2f47a0a28 100644 --- a/libraries/module-minifier/CHANGELOG.json +++ b/libraries/module-minifier/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/module-minifier", "entries": [ + { + "version": "0.5.0", + "tag": "@rushstack/module-minifier_v0.5.0", + "date": "Thu, 28 Mar 2024 22:42:23 GMT", + "comments": { + "minor": [ + { + "comment": "Gracefully exit minifier worker instead of using `process.exit(0)`." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.40`" + } + ] + } + }, { "version": "0.4.40", "tag": "@rushstack/module-minifier_v0.4.40", diff --git a/libraries/module-minifier/CHANGELOG.md b/libraries/module-minifier/CHANGELOG.md index 7a4ca663c04..91c7ae0effb 100644 --- a/libraries/module-minifier/CHANGELOG.md +++ b/libraries/module-minifier/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/module-minifier -This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified. +This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified. + +## 0.5.0 +Thu, 28 Mar 2024 22:42:23 GMT + +### Minor changes + +- Gracefully exit minifier worker instead of using `process.exit(0)`. ## 0.4.40 Tue, 19 Mar 2024 15:10:18 GMT diff --git a/libraries/worker-pool/CHANGELOG.json b/libraries/worker-pool/CHANGELOG.json index 0ae266209ea..6fb3f254f20 100644 --- a/libraries/worker-pool/CHANGELOG.json +++ b/libraries/worker-pool/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/worker-pool", "entries": [ + { + "version": "0.4.40", + "tag": "@rushstack/worker-pool_v0.4.40", + "date": "Thu, 28 Mar 2024 22:42:23 GMT", + "comments": { + "patch": [ + { + "comment": "Use `once` instead of `on` for `exit` event." + } + ] + } + }, { "version": "0.4.39", "tag": "@rushstack/worker-pool_v0.4.39", diff --git a/libraries/worker-pool/CHANGELOG.md b/libraries/worker-pool/CHANGELOG.md index 6d326eedecc..c50b3c7bab9 100644 --- a/libraries/worker-pool/CHANGELOG.md +++ b/libraries/worker-pool/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/worker-pool -This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified. +This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified. + +## 0.4.40 +Thu, 28 Mar 2024 22:42:23 GMT + +### Patches + +- Use `once` instead of `on` for `exit` event. ## 0.4.39 Tue, 19 Mar 2024 15:10:18 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index c92b1954e47..c1794a4391f 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "2.5.4", + "tag": "@rushstack/heft-node-rig_v2.5.4", + "date": "Thu, 28 Mar 2024 22:42:23 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.23`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.0`" + } + ] + } + }, { "version": "2.5.3", "tag": "@rushstack/heft-node-rig_v2.5.3", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index 56b27ca8742..ad3ee75d1be 100644 --- a/rigs/heft-node-rig/CHANGELOG.md +++ b/rigs/heft-node-rig/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-node-rig -This log was last generated on Thu, 28 Mar 2024 18:11:12 GMT and should not be manually modified. +This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified. + +## 2.5.4 +Thu, 28 Mar 2024 22:42:23 GMT + +_Version update only_ ## 2.5.3 Thu, 28 Mar 2024 18:11:12 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index 665bff7c5b1..9102a422071 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "0.23.4", + "tag": "@rushstack/heft-web-rig_v0.23.4", + "date": "Thu, 28 Mar 2024 22:42:23 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.23`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.0`" + } + ] + } + }, { "version": "0.23.3", "tag": "@rushstack/heft-web-rig_v0.23.3", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index c5cb3dcd40c..210d9573ff0 100644 --- a/rigs/heft-web-rig/CHANGELOG.md +++ b/rigs/heft-web-rig/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-web-rig -This log was last generated on Thu, 28 Mar 2024 18:11:12 GMT and should not be manually modified. +This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified. + +## 0.23.4 +Thu, 28 Mar 2024 22:42:23 GMT + +_Version update only_ ## 0.23.3 Thu, 28 Mar 2024 18:11:12 GMT diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json index 6602238b73a..d83be48688f 100644 --- a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json +++ b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/webpack4-module-minifier-plugin", "entries": [ + { + "version": "0.13.41", + "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.41", + "date": "Thu, 28 Mar 2024 22:42:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.5.0`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.40`" + } + ] + } + }, { "version": "0.13.40", "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.40", diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md index 2ca540132f1..5c45e10af24 100644 --- a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md +++ b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack4-module-minifier-plugin -This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified. +This log was last generated on Thu, 28 Mar 2024 22:42:24 GMT and should not be manually modified. + +## 0.13.41 +Thu, 28 Mar 2024 22:42:24 GMT + +_Version update only_ ## 0.13.40 Tue, 19 Mar 2024 15:10:18 GMT diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json index 2bf265d790d..5952e6e95ab 100644 --- a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json +++ b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/webpack5-module-minifier-plugin", "entries": [ + { + "version": "5.5.41", + "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.41", + "date": "Thu, 28 Mar 2024 22:42:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.40`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.5.0`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.5.0`" + } + ] + } + }, { "version": "5.5.40", "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.40", diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md index cd83afb91bc..6a13f453596 100644 --- a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md +++ b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack5-module-minifier-plugin -This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified. +This log was last generated on Thu, 28 Mar 2024 22:42:24 GMT and should not be manually modified. + +## 5.5.41 +Thu, 28 Mar 2024 22:42:24 GMT + +_Version update only_ ## 5.5.40 Tue, 19 Mar 2024 15:10:18 GMT