From b201b8c54be31906d46819414fab5d4155215d15 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Wed, 17 Jul 2024 00:11:20 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/api-documenter/CHANGELOG.json | 12 +++++++ apps/api-documenter/CHANGELOG.md | 7 +++- apps/heft/CHANGELOG.json | 12 +++++++ apps/heft/CHANGELOG.md | 7 +++- apps/lockfile-explorer/CHANGELOG.json | 12 +++++++ apps/lockfile-explorer/CHANGELOG.md | 7 +++- apps/rundown/CHANGELOG.json | 12 +++++++ apps/rundown/CHANGELOG.md | 7 +++- apps/trace-import/CHANGELOG.json | 12 +++++++ apps/trace-import/CHANGELOG.md | 7 +++- .../main_2024-07-15-21-27.json | 10 ------ eslint/eslint-bulk/CHANGELOG.json | 12 +++++++ eslint/eslint-bulk/CHANGELOG.md | 7 +++- .../heft-api-extractor-plugin/CHANGELOG.json | 15 +++++++++ .../heft-api-extractor-plugin/CHANGELOG.md | 7 +++- .../heft-dev-cert-plugin/CHANGELOG.json | 18 ++++++++++ .../heft-dev-cert-plugin/CHANGELOG.md | 7 +++- heft-plugins/heft-jest-plugin/CHANGELOG.json | 15 +++++++++ heft-plugins/heft-jest-plugin/CHANGELOG.md | 7 +++- heft-plugins/heft-lint-plugin/CHANGELOG.json | 18 ++++++++++ heft-plugins/heft-lint-plugin/CHANGELOG.md | 7 +++- heft-plugins/heft-sass-plugin/CHANGELOG.json | 18 ++++++++++ heft-plugins/heft-sass-plugin/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 21 ++++++++++++ .../heft-serverless-stack-plugin/CHANGELOG.md | 7 +++- .../heft-storybook-plugin/CHANGELOG.json | 21 ++++++++++++ .../heft-storybook-plugin/CHANGELOG.md | 7 +++- .../heft-typescript-plugin/CHANGELOG.json | 15 +++++++++ .../heft-typescript-plugin/CHANGELOG.md | 7 +++- .../heft-webpack4-plugin/CHANGELOG.json | 18 ++++++++++ .../heft-webpack4-plugin/CHANGELOG.md | 7 +++- .../heft-webpack5-plugin/CHANGELOG.json | 18 ++++++++++ .../heft-webpack5-plugin/CHANGELOG.md | 7 +++- .../debug-certificate-manager/CHANGELOG.json | 12 +++++++ .../debug-certificate-manager/CHANGELOG.md | 7 +++- libraries/load-themed-styles/CHANGELOG.json | 12 +++++++ libraries/load-themed-styles/CHANGELOG.md | 7 +++- .../localization-utilities/CHANGELOG.json | 15 +++++++++ libraries/localization-utilities/CHANGELOG.md | 7 +++- libraries/module-minifier/CHANGELOG.json | 15 +++++++++ libraries/module-minifier/CHANGELOG.md | 7 +++- libraries/operation-graph/CHANGELOG.json | 12 +++++++ libraries/operation-graph/CHANGELOG.md | 9 ++++- libraries/package-deps-hash/CHANGELOG.json | 12 +++++++ libraries/package-deps-hash/CHANGELOG.md | 7 +++- libraries/package-extractor/CHANGELOG.json | 18 ++++++++++ libraries/package-extractor/CHANGELOG.md | 7 +++- libraries/stream-collator/CHANGELOG.json | 12 +++++++ libraries/stream-collator/CHANGELOG.md | 7 +++- libraries/typings-generator/CHANGELOG.json | 12 +++++++ libraries/typings-generator/CHANGELOG.md | 7 +++- libraries/worker-pool/CHANGELOG.json | 12 +++++++ libraries/worker-pool/CHANGELOG.md | 7 +++- rigs/heft-node-rig/CHANGELOG.json | 27 +++++++++++++++ rigs/heft-node-rig/CHANGELOG.md | 7 +++- rigs/heft-web-rig/CHANGELOG.json | 33 +++++++++++++++++++ rigs/heft-web-rig/CHANGELOG.md | 7 +++- .../hashed-folder-copy-plugin/CHANGELOG.json | 12 +++++++ .../hashed-folder-copy-plugin/CHANGELOG.md | 7 +++- .../loader-load-themed-styles/CHANGELOG.json | 18 ++++++++++ .../loader-load-themed-styles/CHANGELOG.md | 7 +++- webpack/loader-raw-script/CHANGELOG.json | 12 +++++++ webpack/loader-raw-script/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 12 +++++++ .../CHANGELOG.md | 7 +++- .../CHANGELOG.json | 15 +++++++++ .../CHANGELOG.md | 7 +++- .../CHANGELOG.json | 15 +++++++++ .../CHANGELOG.md | 7 +++- .../webpack-plugin-utilities/CHANGELOG.json | 12 +++++++ webpack/webpack-plugin-utilities/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 15 +++++++++ .../webpack4-localization-plugin/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 18 ++++++++++ .../CHANGELOG.md | 7 +++- .../CHANGELOG.json | 18 ++++++++++ .../CHANGELOG.md | 7 +++- .../CHANGELOG.json | 15 +++++++++ .../webpack5-localization-plugin/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 21 ++++++++++++ .../CHANGELOG.md | 7 +++- 81 files changed, 866 insertions(+), 50 deletions(-) delete mode 100644 common/changes/@rushstack/operation-graph/main_2024-07-15-21-27.json diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index 27f1e6bf404..74ef9eb17eb 100644 --- a/apps/api-documenter/CHANGELOG.json +++ b/apps/api-documenter/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/api-documenter", "entries": [ + { + "version": "7.25.6", + "tag": "@microsoft/api-documenter_v7.25.6", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "7.25.5", "tag": "@microsoft/api-documenter_v7.25.5", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index 461646f6ba2..27d037b510f 100644 --- a/apps/api-documenter/CHANGELOG.md +++ b/apps/api-documenter/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/api-documenter -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 7.25.6 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 7.25.5 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/apps/heft/CHANGELOG.json b/apps/heft/CHANGELOG.json index d59cf14b111..d202c61c699 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "0.66.21", + "tag": "@rushstack/heft_v0.66.21", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/operation-graph\" to `0.2.27`" + } + ] + } + }, { "version": "0.66.20", "tag": "@rushstack/heft_v0.66.20", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index 5f9f0c42341..dcef0d0814b 100644 --- a/apps/heft/CHANGELOG.md +++ b/apps/heft/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.66.21 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.66.20 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/apps/lockfile-explorer/CHANGELOG.json b/apps/lockfile-explorer/CHANGELOG.json index 6930fdade71..3138feb8843 100644 --- a/apps/lockfile-explorer/CHANGELOG.json +++ b/apps/lockfile-explorer/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/lockfile-explorer", "entries": [ + { + "version": "1.5.3", + "tag": "@rushstack/lockfile-explorer_v1.5.3", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "1.5.2", "tag": "@rushstack/lockfile-explorer_v1.5.2", diff --git a/apps/lockfile-explorer/CHANGELOG.md b/apps/lockfile-explorer/CHANGELOG.md index d1b22b70ac9..1bf19d364a4 100644 --- a/apps/lockfile-explorer/CHANGELOG.md +++ b/apps/lockfile-explorer/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/lockfile-explorer -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 1.5.3 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 1.5.2 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/apps/rundown/CHANGELOG.json b/apps/rundown/CHANGELOG.json index a24ee51d0af..3a3c80e84b7 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.1.58", + "tag": "@rushstack/rundown_v1.1.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "1.1.57", "tag": "@rushstack/rundown_v1.1.57", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index 6d204899890..950a5649b79 100644 --- a/apps/rundown/CHANGELOG.md +++ b/apps/rundown/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rundown -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 1.1.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 1.1.57 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/apps/trace-import/CHANGELOG.json b/apps/trace-import/CHANGELOG.json index 10e464f57ed..8c92e58567f 100644 --- a/apps/trace-import/CHANGELOG.json +++ b/apps/trace-import/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/trace-import", "entries": [ + { + "version": "0.3.58", + "tag": "@rushstack/trace-import_v0.3.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.3.57", "tag": "@rushstack/trace-import_v0.3.57", diff --git a/apps/trace-import/CHANGELOG.md b/apps/trace-import/CHANGELOG.md index 8f8a4f265a4..4c2d025c0e0 100644 --- a/apps/trace-import/CHANGELOG.md +++ b/apps/trace-import/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/trace-import -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.3.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.3.57 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/common/changes/@rushstack/operation-graph/main_2024-07-15-21-27.json b/common/changes/@rushstack/operation-graph/main_2024-07-15-21-27.json deleted file mode 100644 index 789587ea170..00000000000 --- a/common/changes/@rushstack/operation-graph/main_2024-07-15-21-27.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/operation-graph", - "comment": "Handle errors when sending IPC messages to host.", - "type": "patch" - } - ], - "packageName": "@rushstack/operation-graph" -} \ No newline at end of file diff --git a/eslint/eslint-bulk/CHANGELOG.json b/eslint/eslint-bulk/CHANGELOG.json index 6946efae2d5..75d3ba725ff 100644 --- a/eslint/eslint-bulk/CHANGELOG.json +++ b/eslint/eslint-bulk/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/eslint-bulk", "entries": [ + { + "version": "0.1.50", + "tag": "@rushstack/eslint-bulk_v0.1.50", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.1.49", "tag": "@rushstack/eslint-bulk_v0.1.49", diff --git a/eslint/eslint-bulk/CHANGELOG.md b/eslint/eslint-bulk/CHANGELOG.md index 2733bc53446..b0a9ca953d5 100644 --- a/eslint/eslint-bulk/CHANGELOG.md +++ b/eslint/eslint-bulk/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/eslint-bulk -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.1.50 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.1.49 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json index 3a2912c88bd..27c59913295 100644 --- a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json +++ b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-api-extractor-plugin", "entries": [ + { + "version": "0.3.41", + "tag": "@rushstack/heft-api-extractor-plugin_v0.3.41", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "0.3.40", "tag": "@rushstack/heft-api-extractor-plugin_v0.3.40", diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md index 729ae36498b..b15cd4521e3 100644 --- a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md +++ b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-api-extractor-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.3.41 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.3.40 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json index 0235df8b9c3..3b87358ead4 100644 --- a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json +++ b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-dev-cert-plugin", "entries": [ + { + "version": "0.4.58", + "tag": "@rushstack/heft-dev-cert-plugin_v0.4.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.58`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "0.4.57", "tag": "@rushstack/heft-dev-cert-plugin_v0.4.57", diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md index 3804e12559c..08b54301b2b 100644 --- a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md +++ b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-dev-cert-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.4.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.4.57 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.json b/heft-plugins/heft-jest-plugin/CHANGELOG.json index 4a5412c8785..72be6d3bc54 100644 --- a/heft-plugins/heft-jest-plugin/CHANGELOG.json +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-jest-plugin", "entries": [ + { + "version": "0.12.3", + "tag": "@rushstack/heft-jest-plugin_v0.12.3", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "0.12.2", "tag": "@rushstack/heft-jest-plugin_v0.12.2", diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.md b/heft-plugins/heft-jest-plugin/CHANGELOG.md index 4899c680599..969590d7660 100644 --- a/heft-plugins/heft-jest-plugin/CHANGELOG.md +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-jest-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.12.3 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.12.2 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.json b/heft-plugins/heft-lint-plugin/CHANGELOG.json index 1371e21f4e1..5be4718dc3b 100644 --- a/heft-plugins/heft-lint-plugin/CHANGELOG.json +++ b/heft-plugins/heft-lint-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-lint-plugin", "entries": [ + { + "version": "0.3.42", + "tag": "@rushstack/heft-lint-plugin_v0.3.42", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "0.3.41", "tag": "@rushstack/heft-lint-plugin_v0.3.41", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.md b/heft-plugins/heft-lint-plugin/CHANGELOG.md index 81380ea01a2..2baefaf4265 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, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.3.42 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.3.41 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.json b/heft-plugins/heft-sass-plugin/CHANGELOG.json index cf6f7dfe319..53a226a102d 100644 --- a/heft-plugins/heft-sass-plugin/CHANGELOG.json +++ b/heft-plugins/heft-sass-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-sass-plugin", "entries": [ + { + "version": "0.14.11", + "tag": "@rushstack/heft-sass-plugin_v0.14.11", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.12.58`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "0.14.10", "tag": "@rushstack/heft-sass-plugin_v0.14.10", diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.md b/heft-plugins/heft-sass-plugin/CHANGELOG.md index 340952c6666..8eedc0fcdba 100644 --- a/heft-plugins/heft-sass-plugin/CHANGELOG.md +++ b/heft-plugins/heft-sass-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-sass-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.14.11 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.14.10 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json index c5df385aa61..8674262f1ab 100644 --- a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json +++ b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/heft-serverless-stack-plugin", "entries": [ + { + "version": "0.3.59", + "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.59", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.58`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.10.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "0.3.58", "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.58", diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md index 7e482caea32..9b271f5c0ba 100644 --- a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md +++ b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-serverless-stack-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.3.59 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.3.58 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.json b/heft-plugins/heft-storybook-plugin/CHANGELOG.json index d28f26df961..c5ef19b7557 100644 --- a/heft-plugins/heft-storybook-plugin/CHANGELOG.json +++ b/heft-plugins/heft-storybook-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/heft-storybook-plugin", "entries": [ + { + "version": "0.6.36", + "tag": "@rushstack/heft-storybook-plugin_v0.6.36", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.58`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.10.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "0.6.35", "tag": "@rushstack/heft-storybook-plugin_v0.6.35", diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.md b/heft-plugins/heft-storybook-plugin/CHANGELOG.md index f08d51f7ae3..0db4499bc6e 100644 --- a/heft-plugins/heft-storybook-plugin/CHANGELOG.md +++ b/heft-plugins/heft-storybook-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-storybook-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.6.36 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.6.35 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.json b/heft-plugins/heft-typescript-plugin/CHANGELOG.json index f693c212de3..47205e541c5 100644 --- a/heft-plugins/heft-typescript-plugin/CHANGELOG.json +++ b/heft-plugins/heft-typescript-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-typescript-plugin", "entries": [ + { + "version": "0.5.19", + "tag": "@rushstack/heft-typescript-plugin_v0.5.19", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "0.5.18", "tag": "@rushstack/heft-typescript-plugin_v0.5.18", diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.md b/heft-plugins/heft-typescript-plugin/CHANGELOG.md index f75078ce1d6..93cf56efd72 100644 --- a/heft-plugins/heft-typescript-plugin/CHANGELOG.md +++ b/heft-plugins/heft-typescript-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-typescript-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.5.19 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.5.18 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json index 88e1ed4375d..fb27f5e8f80 100644 --- a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json +++ b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-webpack4-plugin", "entries": [ + { + "version": "0.10.58", + "tag": "@rushstack/heft-webpack4-plugin_v0.10.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.58`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "0.10.57", "tag": "@rushstack/heft-webpack4-plugin_v0.10.57", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md index 27e3dbf049b..a6112931005 100644 --- a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md +++ b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-webpack4-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.10.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.10.57 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json index 53d4dfd2d03..e8bda50489b 100644 --- a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json +++ b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-webpack5-plugin", "entries": [ + { + "version": "0.10.3", + "tag": "@rushstack/heft-webpack5-plugin_v0.10.3", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.58`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "0.10.2", "tag": "@rushstack/heft-webpack5-plugin_v0.10.2", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md index 69c6d2791c1..3fd35a8feef 100644 --- a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md +++ b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-webpack5-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.10.3 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.10.2 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/libraries/debug-certificate-manager/CHANGELOG.json b/libraries/debug-certificate-manager/CHANGELOG.json index d3616764a9a..ca5c7e51c7b 100644 --- a/libraries/debug-certificate-manager/CHANGELOG.json +++ b/libraries/debug-certificate-manager/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/debug-certificate-manager", "entries": [ + { + "version": "1.3.58", + "tag": "@rushstack/debug-certificate-manager_v1.3.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "1.3.57", "tag": "@rushstack/debug-certificate-manager_v1.3.57", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index ca3257d8065..b0cce6c9913 100644 --- a/libraries/debug-certificate-manager/CHANGELOG.md +++ b/libraries/debug-certificate-manager/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/debug-certificate-manager -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 1.3.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 1.3.57 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index fba3aca698d..1f4227b765e 100644 --- a/libraries/load-themed-styles/CHANGELOG.json +++ b/libraries/load-themed-styles/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/load-themed-styles", "entries": [ + { + "version": "2.0.134", + "tag": "@microsoft/load-themed-styles_v2.0.134", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "2.0.133", "tag": "@microsoft/load-themed-styles_v2.0.133", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index bfd60ac454c..1923bfd597a 100644 --- a/libraries/load-themed-styles/CHANGELOG.md +++ b/libraries/load-themed-styles/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/load-themed-styles -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 2.0.134 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 2.0.133 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/libraries/localization-utilities/CHANGELOG.json b/libraries/localization-utilities/CHANGELOG.json index d47f8d900dc..cdeb847522c 100644 --- a/libraries/localization-utilities/CHANGELOG.json +++ b/libraries/localization-utilities/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/localization-utilities", "entries": [ + { + "version": "0.9.58", + "tag": "@rushstack/localization-utilities_v0.9.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.12.58`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.9.57", "tag": "@rushstack/localization-utilities_v0.9.57", diff --git a/libraries/localization-utilities/CHANGELOG.md b/libraries/localization-utilities/CHANGELOG.md index 1e501843628..5aedfd0f7e9 100644 --- a/libraries/localization-utilities/CHANGELOG.md +++ b/libraries/localization-utilities/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/localization-utilities -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.9.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.9.57 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/libraries/module-minifier/CHANGELOG.json b/libraries/module-minifier/CHANGELOG.json index a46c0e0a350..cfc16c9e1f6 100644 --- a/libraries/module-minifier/CHANGELOG.json +++ b/libraries/module-minifier/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/module-minifier", "entries": [ + { + "version": "0.6.14", + "tag": "@rushstack/module-minifier_v0.6.14", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.59`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.6.13", "tag": "@rushstack/module-minifier_v0.6.13", diff --git a/libraries/module-minifier/CHANGELOG.md b/libraries/module-minifier/CHANGELOG.md index 6d8bfc379f8..c5a0b4c4132 100644 --- a/libraries/module-minifier/CHANGELOG.md +++ b/libraries/module-minifier/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/module-minifier -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.6.14 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.6.13 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/libraries/operation-graph/CHANGELOG.json b/libraries/operation-graph/CHANGELOG.json index b86a28b9464..9ad1f473c86 100644 --- a/libraries/operation-graph/CHANGELOG.json +++ b/libraries/operation-graph/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/operation-graph", "entries": [ + { + "version": "0.2.27", + "tag": "@rushstack/operation-graph_v0.2.27", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "patch": [ + { + "comment": "Handle errors when sending IPC messages to host." + } + ] + } + }, { "version": "0.2.26", "tag": "@rushstack/operation-graph_v0.2.26", diff --git a/libraries/operation-graph/CHANGELOG.md b/libraries/operation-graph/CHANGELOG.md index 0715e040d66..6c97ff8af61 100644 --- a/libraries/operation-graph/CHANGELOG.md +++ b/libraries/operation-graph/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/operation-graph -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.2.27 +Wed, 17 Jul 2024 00:11:19 GMT + +### Patches + +- Handle errors when sending IPC messages to host. ## 0.2.26 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index 5ce1aa910e6..077cee0abb9 100644 --- a/libraries/package-deps-hash/CHANGELOG.json +++ b/libraries/package-deps-hash/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/package-deps-hash", "entries": [ + { + "version": "4.1.60", + "tag": "@rushstack/package-deps-hash_v4.1.60", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "4.1.59", "tag": "@rushstack/package-deps-hash_v4.1.59", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index 1c4757bf574..a4bfa72f259 100644 --- a/libraries/package-deps-hash/CHANGELOG.md +++ b/libraries/package-deps-hash/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/package-deps-hash -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 4.1.60 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 4.1.59 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/libraries/package-extractor/CHANGELOG.json b/libraries/package-extractor/CHANGELOG.json index 19983051a1e..23babab8ffb 100644 --- a/libraries/package-extractor/CHANGELOG.json +++ b/libraries/package-extractor/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/package-extractor", "entries": [ + { + "version": "0.7.19", + "tag": "@rushstack/package-extractor_v0.7.19", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.10.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.11.58`" + } + ] + } + }, { "version": "0.7.18", "tag": "@rushstack/package-extractor_v0.7.18", diff --git a/libraries/package-extractor/CHANGELOG.md b/libraries/package-extractor/CHANGELOG.md index 9bca9f352bc..1f978210829 100644 --- a/libraries/package-extractor/CHANGELOG.md +++ b/libraries/package-extractor/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/package-extractor -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.7.19 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.7.18 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/libraries/stream-collator/CHANGELOG.json b/libraries/stream-collator/CHANGELOG.json index 4ce80cc4c97..99954be68da 100644 --- a/libraries/stream-collator/CHANGELOG.json +++ b/libraries/stream-collator/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/stream-collator", "entries": [ + { + "version": "4.1.59", + "tag": "@rushstack/stream-collator_v4.1.59", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "4.1.58", "tag": "@rushstack/stream-collator_v4.1.58", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index a5843049834..30cbc80ec8a 100644 --- a/libraries/stream-collator/CHANGELOG.md +++ b/libraries/stream-collator/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/stream-collator -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 4.1.59 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 4.1.58 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/libraries/typings-generator/CHANGELOG.json b/libraries/typings-generator/CHANGELOG.json index e85ebaac6d0..579069f07fc 100644 --- a/libraries/typings-generator/CHANGELOG.json +++ b/libraries/typings-generator/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/typings-generator", "entries": [ + { + "version": "0.12.58", + "tag": "@rushstack/typings-generator_v0.12.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.12.57", "tag": "@rushstack/typings-generator_v0.12.57", diff --git a/libraries/typings-generator/CHANGELOG.md b/libraries/typings-generator/CHANGELOG.md index a1a1a3afb58..6ff86e61fe4 100644 --- a/libraries/typings-generator/CHANGELOG.md +++ b/libraries/typings-generator/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/typings-generator -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.12.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.12.57 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/libraries/worker-pool/CHANGELOG.json b/libraries/worker-pool/CHANGELOG.json index 23fb18f6289..511cc830687 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.59", + "tag": "@rushstack/worker-pool_v0.4.59", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.4.58", "tag": "@rushstack/worker-pool_v0.4.58", diff --git a/libraries/worker-pool/CHANGELOG.md b/libraries/worker-pool/CHANGELOG.md index e00e9760c71..d60a19f1bde 100644 --- a/libraries/worker-pool/CHANGELOG.md +++ b/libraries/worker-pool/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/worker-pool -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.4.59 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.4.58 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index 2a98ee09429..a677fe58cd4 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "2.6.20", + "tag": "@rushstack/heft-node-rig_v2.6.20", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.41`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.12.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.42`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "2.6.19", "tag": "@rushstack/heft-node-rig_v2.6.19", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index 06c94625e76..835f73970eb 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 Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 2.6.20 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 2.6.19 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index 6542e55746c..764da13daae 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "0.24.21", + "tag": "@rushstack/heft-web-rig_v0.24.21", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.41`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.12.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.42`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.14.11`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.10.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.20` to `0.66.21`" + } + ] + } + }, { "version": "0.24.20", "tag": "@rushstack/heft-web-rig_v0.24.20", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index 010fd0d2302..0edf4cf6ff6 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 Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.24.21 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.24.20 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.json b/webpack/hashed-folder-copy-plugin/CHANGELOG.json index de3861e3163..de520dbf579 100644 --- a/webpack/hashed-folder-copy-plugin/CHANGELOG.json +++ b/webpack/hashed-folder-copy-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/hashed-folder-copy-plugin", "entries": [ + { + "version": "1.0.50", + "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.50", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "1.0.49", "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.49", diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.md b/webpack/hashed-folder-copy-plugin/CHANGELOG.md index 1a044f72c39..e48380988b0 100644 --- a/webpack/hashed-folder-copy-plugin/CHANGELOG.md +++ b/webpack/hashed-folder-copy-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/hashed-folder-copy-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 1.0.50 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 1.0.49 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/webpack/loader-load-themed-styles/CHANGELOG.json b/webpack/loader-load-themed-styles/CHANGELOG.json index 28353c56452..757ea802092 100644 --- a/webpack/loader-load-themed-styles/CHANGELOG.json +++ b/webpack/loader-load-themed-styles/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@microsoft/loader-load-themed-styles", "entries": [ + { + "version": "2.1.58", + "tag": "@microsoft/loader-load-themed-styles_v2.1.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.134`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.133` to `2.0.134`" + } + ] + } + }, { "version": "2.1.57", "tag": "@microsoft/loader-load-themed-styles_v2.1.57", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index 233d50f7094..539e83de4e6 100644 --- a/webpack/loader-load-themed-styles/CHANGELOG.md +++ b/webpack/loader-load-themed-styles/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/loader-load-themed-styles -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 2.1.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 2.1.57 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index 8e6bd7c4a21..d9fd108e524 100644 --- a/webpack/loader-raw-script/CHANGELOG.json +++ b/webpack/loader-raw-script/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/loader-raw-script", "entries": [ + { + "version": "1.4.58", + "tag": "@rushstack/loader-raw-script_v1.4.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "1.4.57", "tag": "@rushstack/loader-raw-script_v1.4.57", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index 402c5fa7092..2392d4952d1 100644 --- a/webpack/loader-raw-script/CHANGELOG.md +++ b/webpack/loader-raw-script/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/loader-raw-script -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 1.4.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 1.4.57 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json index 091468c44d2..ea85fc8a812 100644 --- a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json +++ b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/webpack-preserve-dynamic-require-plugin", "entries": [ + { + "version": "0.11.58", + "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.11.57", "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.57", diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md index e12616c9c3f..36bb4653898 100644 --- a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md +++ b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-preserve-dynamic-require-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.11.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.11.57 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index 2bbd70defe3..a7d3b59e22d 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.json +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/set-webpack-public-path-plugin", "entries": [ + { + "version": "5.1.42", + "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.42", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.42`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "5.1.41", "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.41", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index d2bea3c699d..3c70fd5482a 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.md +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/set-webpack-public-path-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 5.1.42 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 5.1.41 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json index 7733d8c94cb..2d2bbd62a0f 100644 --- a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json +++ b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/webpack-embedded-dependencies-plugin", "entries": [ + { + "version": "0.2.59", + "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.59", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.42`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.2.58", "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.58", diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md index 2663678cfc0..ba8b1db2b6f 100644 --- a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md +++ b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-embedded-dependencies-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.2.59 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.2.58 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.json b/webpack/webpack-plugin-utilities/CHANGELOG.json index d5cb15e6c14..66399cface9 100644 --- a/webpack/webpack-plugin-utilities/CHANGELOG.json +++ b/webpack/webpack-plugin-utilities/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/webpack-plugin-utilities", "entries": [ + { + "version": "0.4.42", + "tag": "@rushstack/webpack-plugin-utilities_v0.4.42", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.4.41", "tag": "@rushstack/webpack-plugin-utilities_v0.4.41", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.md b/webpack/webpack-plugin-utilities/CHANGELOG.md index 27dd5138814..f83ba58510a 100644 --- a/webpack/webpack-plugin-utilities/CHANGELOG.md +++ b/webpack/webpack-plugin-utilities/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-plugin-utilities -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.4.42 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.4.41 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.json b/webpack/webpack4-localization-plugin/CHANGELOG.json index 15f9c662928..22263014d78 100644 --- a/webpack/webpack4-localization-plugin/CHANGELOG.json +++ b/webpack/webpack4-localization-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/webpack4-localization-plugin", "entries": [ + { + "version": "0.18.58", + "tag": "@rushstack/webpack4-localization-plugin_v0.18.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.9.58`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.18.57", "tag": "@rushstack/webpack4-localization-plugin_v0.18.57", diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.md b/webpack/webpack4-localization-plugin/CHANGELOG.md index c8649634009..888c71c0f13 100644 --- a/webpack/webpack4-localization-plugin/CHANGELOG.md +++ b/webpack/webpack4-localization-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack4-localization-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.18.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.18.57 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json index fe3f1dd01b0..ad5deb8410a 100644 --- a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json +++ b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/webpack4-module-minifier-plugin", "entries": [ + { + "version": "0.13.60", + "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.60", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.6.14`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.59`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.13.59", "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.59", diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md index f2a8e4807e0..80cc4a2a9cf 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, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.13.60 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.13.59 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json index e984126ef28..14e970b2dc6 100644 --- a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json +++ b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@microsoft/webpack5-load-themed-styles-loader", "entries": [ + { + "version": "0.2.58", + "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.58", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.134`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.133` to `2.0.134`" + } + ] + } + }, { "version": "0.2.57", "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.57", diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md index 4fdbff9fe68..922aeca9a57 100644 --- a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md +++ b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/webpack5-load-themed-styles-loader -This log was last generated on Tue, 16 Jul 2024 00:36:21 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.2.58 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.2.57 Tue, 16 Jul 2024 00:36:21 GMT diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.json b/webpack/webpack5-localization-plugin/CHANGELOG.json index 2eafb96d7be..27af2ad3484 100644 --- a/webpack/webpack5-localization-plugin/CHANGELOG.json +++ b/webpack/webpack5-localization-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/webpack5-localization-plugin", "entries": [ + { + "version": "0.10.18", + "tag": "@rushstack/webpack5-localization-plugin_v0.10.18", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.9.58`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + } + ] + } + }, { "version": "0.10.17", "tag": "@rushstack/webpack5-localization-plugin_v0.10.17", diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.md b/webpack/webpack5-localization-plugin/CHANGELOG.md index cb2f9deca94..b4a39c047db 100644 --- a/webpack/webpack5-localization-plugin/CHANGELOG.md +++ b/webpack/webpack5-localization-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack5-localization-plugin -This log was last generated on Tue, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 0.10.18 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 0.10.17 Tue, 16 Jul 2024 00:36:22 GMT diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json index 36d15d0c7ae..b3dc6df6991 100644 --- a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json +++ b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/webpack5-module-minifier-plugin", "entries": [ + { + "version": "5.5.61", + "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.61", + "date": "Wed, 17 Jul 2024 00:11:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.59`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.21`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.6.14`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.6.14`" + } + ] + } + }, { "version": "5.5.60", "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.60", diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md index b00cae88096..b1af622a2eb 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, 16 Jul 2024 00:36:22 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 00:11:19 GMT and should not be manually modified. + +## 5.5.61 +Wed, 17 Jul 2024 00:11:19 GMT + +_Version update only_ ## 5.5.60 Tue, 16 Jul 2024 00:36:22 GMT