From ad6f464fc5da35dc9111137fff0e6da53b6e1469 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Thu, 29 Feb 2024 07:11:46 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/api-documenter/CHANGELOG.json | 12 +++++++ apps/api-documenter/CHANGELOG.md | 7 +++- apps/api-extractor/CHANGELOG.json | 17 +++++++++ apps/api-extractor/CHANGELOG.md | 13 ++++++- 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 +++- ...tems-as-undocumented_2024-01-29-21-39.json | 10 ------ ...tems-as-undocumented_2024-02-27-20-38.json | 10 ------ ...gexp-bundledPackages_2024-01-31-00-23.json | 10 ------ eslint/eslint-bulk/CHANGELOG.json | 12 +++++++ eslint/eslint-bulk/CHANGELOG.md | 7 +++- .../heft-api-extractor-plugin/CHANGELOG.json | 18 ++++++++++ .../heft-api-extractor-plugin/CHANGELOG.md | 7 +++- .../heft-dev-cert-plugin/CHANGELOG.json | 21 +++++++++++ .../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 | 21 +++++++++++ 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/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 | 30 ++++++++++++++++ rigs/heft-node-rig/CHANGELOG.md | 7 +++- rigs/heft-web-rig/CHANGELOG.json | 36 +++++++++++++++++++ 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 +++- 83 files changed, 890 insertions(+), 70 deletions(-) delete mode 100644 common/changes/@microsoft/api-extractor/dont-mark-external-items-as-undocumented_2024-01-29-21-39.json delete mode 100644 common/changes/@microsoft/api-extractor/dont-mark-external-items-as-undocumented_2024-02-27-20-38.json delete mode 100644 common/changes/@microsoft/api-extractor/regexp-bundledPackages_2024-01-31-00-23.json diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index 5e035d9b915..004202033b0 100644 --- a/apps/api-documenter/CHANGELOG.json +++ b/apps/api-documenter/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/api-documenter", "entries": [ + { + "version": "7.23.33", + "tag": "@microsoft/api-documenter_v7.23.33", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "7.23.32", "tag": "@microsoft/api-documenter_v7.23.32", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index ac4d6f5789c..b74cace6864 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 7.23.33 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 7.23.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/apps/api-extractor/CHANGELOG.json b/apps/api-extractor/CHANGELOG.json index fc132709dc6..89e87b7303c 100644 --- a/apps/api-extractor/CHANGELOG.json +++ b/apps/api-extractor/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@microsoft/api-extractor", "entries": [ + { + "version": "7.42.0", + "tag": "@microsoft/api-extractor_v7.42.0", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "patch": [ + { + "comment": "Don't mark items documented with {@inheritDoc} references to package-external items as \"undocumented\"" + } + ], + "minor": [ + { + "comment": "Add glob support in `bundledPackages`" + } + ] + } + }, { "version": "7.41.1", "tag": "@microsoft/api-extractor_v7.41.1", diff --git a/apps/api-extractor/CHANGELOG.md b/apps/api-extractor/CHANGELOG.md index 8a3b28802e5..4dc8d4f9daf 100644 --- a/apps/api-extractor/CHANGELOG.md +++ b/apps/api-extractor/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log - @microsoft/api-extractor -This log was last generated on Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 7.42.0 +Thu, 29 Feb 2024 07:11:45 GMT + +### Minor changes + +- Add glob support in `bundledPackages` + +### Patches + +- Don't mark items documented with {@inheritDoc} references to package-external items as "undocumented" ## 7.41.1 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/apps/heft/CHANGELOG.json b/apps/heft/CHANGELOG.json index 238d0c17240..5f2d31cb85a 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "0.65.7", + "tag": "@rushstack/heft_v0.65.7", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.0`" + } + ] + } + }, { "version": "0.65.6", "tag": "@rushstack/heft_v0.65.6", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index 84a8b29014f..09ab1150b7b 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.65.7 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.65.6 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/apps/lockfile-explorer/CHANGELOG.json b/apps/lockfile-explorer/CHANGELOG.json index f56b5913f41..c99a79f9ac1 100644 --- a/apps/lockfile-explorer/CHANGELOG.json +++ b/apps/lockfile-explorer/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/lockfile-explorer", "entries": [ + { + "version": "1.2.33", + "tag": "@rushstack/lockfile-explorer_v1.2.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "1.2.32", "tag": "@rushstack/lockfile-explorer_v1.2.32", diff --git a/apps/lockfile-explorer/CHANGELOG.md b/apps/lockfile-explorer/CHANGELOG.md index 0cd2534d94a..4fff192accf 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 1.2.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 1.2.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/apps/rundown/CHANGELOG.json b/apps/rundown/CHANGELOG.json index cce2a90376a..2d696de2b38 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.1.33", + "tag": "@rushstack/rundown_v1.1.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "1.1.32", "tag": "@rushstack/rundown_v1.1.32", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index d9b7c602437..12e2c5360a0 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 1.1.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 1.1.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/apps/trace-import/CHANGELOG.json b/apps/trace-import/CHANGELOG.json index e7b7008ec58..e5825e27b00 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.33", + "tag": "@rushstack/trace-import_v0.3.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.3.32", "tag": "@rushstack/trace-import_v0.3.32", diff --git a/apps/trace-import/CHANGELOG.md b/apps/trace-import/CHANGELOG.md index 869e738b562..7ad986d9a20 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.3.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.3.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/common/changes/@microsoft/api-extractor/dont-mark-external-items-as-undocumented_2024-01-29-21-39.json b/common/changes/@microsoft/api-extractor/dont-mark-external-items-as-undocumented_2024-01-29-21-39.json deleted file mode 100644 index 6a99d9b4ddd..00000000000 --- a/common/changes/@microsoft/api-extractor/dont-mark-external-items-as-undocumented_2024-01-29-21-39.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-extractor", - "comment": "Don't mark items documented with {@inheritDoc} references to package-external items as \"undocumented\"", - "type": "patch" - } - ], - "packageName": "@microsoft/api-extractor" -} diff --git a/common/changes/@microsoft/api-extractor/dont-mark-external-items-as-undocumented_2024-02-27-20-38.json b/common/changes/@microsoft/api-extractor/dont-mark-external-items-as-undocumented_2024-02-27-20-38.json deleted file mode 100644 index 752ad7dd46f..00000000000 --- a/common/changes/@microsoft/api-extractor/dont-mark-external-items-as-undocumented_2024-02-27-20-38.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-extractor", - "comment": "", - "type": "none" - } - ], - "packageName": "@microsoft/api-extractor" -} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor/regexp-bundledPackages_2024-01-31-00-23.json b/common/changes/@microsoft/api-extractor/regexp-bundledPackages_2024-01-31-00-23.json deleted file mode 100644 index dbe691a9adf..00000000000 --- a/common/changes/@microsoft/api-extractor/regexp-bundledPackages_2024-01-31-00-23.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-extractor", - "comment": "Add glob support in `bundledPackages`", - "type": "minor" - } - ], - "packageName": "@microsoft/api-extractor" -} \ No newline at end of file diff --git a/eslint/eslint-bulk/CHANGELOG.json b/eslint/eslint-bulk/CHANGELOG.json index bb6a0553701..9205694fb4f 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.23", + "tag": "@rushstack/eslint-bulk_v0.1.23", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.1.22", "tag": "@rushstack/eslint-bulk_v0.1.22", diff --git a/eslint/eslint-bulk/CHANGELOG.md b/eslint/eslint-bulk/CHANGELOG.md index 187f82591da..95c28107a3d 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.1.23 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.1.22 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json index 4000e4b65ba..3bf44b52ef5 100644 --- a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json +++ b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-api-extractor-plugin", "entries": [ + { + "version": "0.3.16", + "tag": "@rushstack/heft-api-extractor-plugin_v0.3.16", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "0.3.15", "tag": "@rushstack/heft-api-extractor-plugin_v0.3.15", diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md index 68144e36431..d75e70d63bc 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.3.16 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.3.15 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json index 0fbbb32969f..b42eaea848d 100644 --- a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json +++ b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/heft-dev-cert-plugin", "entries": [ + { + "version": "0.4.33", + "tag": "@rushstack/heft-dev-cert-plugin_v0.4.33", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.33`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "0.4.32", "tag": "@rushstack/heft-dev-cert-plugin_v0.4.32", diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md index 1585adff6b7..a64d253aa8d 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.4.33 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.4.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.json b/heft-plugins/heft-jest-plugin/CHANGELOG.json index e4af3927d42..93502915c66 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.11.17", + "tag": "@rushstack/heft-jest-plugin_v0.11.17", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "0.11.16", "tag": "@rushstack/heft-jest-plugin_v0.11.16", diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.md b/heft-plugins/heft-jest-plugin/CHANGELOG.md index 17e9ee0eb6e..56d8445dcb6 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.11.17 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.11.16 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.json b/heft-plugins/heft-lint-plugin/CHANGELOG.json index ac2956481fa..0984e39ebe3 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.16", + "tag": "@rushstack/heft-lint-plugin_v0.3.16", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.16`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "0.3.15", "tag": "@rushstack/heft-lint-plugin_v0.3.15", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.md b/heft-plugins/heft-lint-plugin/CHANGELOG.md index 60a708b0c6c..f1b2bb83060 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.3.16 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.3.15 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.json b/heft-plugins/heft-sass-plugin/CHANGELOG.json index 2c12cf6f934..2397b996cff 100644 --- a/heft-plugins/heft-sass-plugin/CHANGELOG.json +++ b/heft-plugins/heft-sass-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/heft-sass-plugin", "entries": [ + { + "version": "0.13.19", + "tag": "@rushstack/heft-sass-plugin_v0.13.19", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.12.33`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "0.13.18", "tag": "@rushstack/heft-sass-plugin_v0.13.18", diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.md b/heft-plugins/heft-sass-plugin/CHANGELOG.md index 818c9729ddb..eedea746183 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.13.19 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.13.18 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json index aafb4f7e668..1493205b59a 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.33", + "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.33", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "0.3.32", "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.32", diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md index 9380d96838f..bfd5ca37a43 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.3.33 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.3.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.json b/heft-plugins/heft-storybook-plugin/CHANGELOG.json index a532e6ea7d3..8f9aabd0b46 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.10", + "tag": "@rushstack/heft-storybook-plugin_v0.6.10", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "0.6.9", "tag": "@rushstack/heft-storybook-plugin_v0.6.9", diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.md b/heft-plugins/heft-storybook-plugin/CHANGELOG.md index 9171b9ccbe6..21809238d43 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.6.10 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.6.9 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.json b/heft-plugins/heft-typescript-plugin/CHANGELOG.json index a91ae6ea24a..f348ab61d1d 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.3.16", + "tag": "@rushstack/heft-typescript-plugin_v0.3.16", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "0.3.15", "tag": "@rushstack/heft-typescript-plugin_v0.3.15", diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.md b/heft-plugins/heft-typescript-plugin/CHANGELOG.md index d6e1146bba8..3c94464bf23 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.3.16 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.3.15 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json index d43f7e1d528..6435af62954 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.33", + "tag": "@rushstack/heft-webpack4-plugin_v0.10.33", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "0.10.32", "tag": "@rushstack/heft-webpack4-plugin_v0.10.32", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md index 519fe8339b5..174ebaf0be0 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.10.33 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.10.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json index 4e17303fa54..b5fba24bcf6 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.9.33", + "tag": "@rushstack/heft-webpack5-plugin_v0.9.33", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "0.9.32", "tag": "@rushstack/heft-webpack5-plugin_v0.9.32", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md index 37515e92ce5..72d57ed688c 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.9.33 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.9.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/libraries/debug-certificate-manager/CHANGELOG.json b/libraries/debug-certificate-manager/CHANGELOG.json index 4a6e0f51d83..afe9d4913f2 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.33", + "tag": "@rushstack/debug-certificate-manager_v1.3.33", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "1.3.32", "tag": "@rushstack/debug-certificate-manager_v1.3.32", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index 58ad2392974..d0b8d1b2267 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 1.3.33 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 1.3.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index c09d5d1b1f1..c83c2ea47ca 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.109", + "tag": "@microsoft/load-themed-styles_v2.0.109", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "2.0.108", "tag": "@microsoft/load-themed-styles_v2.0.108", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index 9f08995c24e..197c10a221c 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 2.0.109 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 2.0.108 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/libraries/localization-utilities/CHANGELOG.json b/libraries/localization-utilities/CHANGELOG.json index c834aa822d9..d149078934b 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.33", + "tag": "@rushstack/localization-utilities_v0.9.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.12.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.9.32", "tag": "@rushstack/localization-utilities_v0.9.32", diff --git a/libraries/localization-utilities/CHANGELOG.md b/libraries/localization-utilities/CHANGELOG.md index 0e4efe11611..7ede286b73f 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.9.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.9.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/libraries/module-minifier/CHANGELOG.json b/libraries/module-minifier/CHANGELOG.json index de19229eeb2..b3dce00f2f9 100644 --- a/libraries/module-minifier/CHANGELOG.json +++ b/libraries/module-minifier/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/module-minifier", "entries": [ + { + "version": "0.4.33", + "tag": "@rushstack/module-minifier_v0.4.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.4.32", "tag": "@rushstack/module-minifier_v0.4.32", diff --git a/libraries/module-minifier/CHANGELOG.md b/libraries/module-minifier/CHANGELOG.md index 535dadaf92a..fe5824210da 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.4.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.4.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index 13855116025..38b78eefd71 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.34", + "tag": "@rushstack/package-deps-hash_v4.1.34", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "4.1.33", "tag": "@rushstack/package-deps-hash_v4.1.33", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index fe4acbc8cd1..bd0fe416eca 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 Wed, 28 Feb 2024 16:09:28 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 4.1.34 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 4.1.33 Wed, 28 Feb 2024 16:09:28 GMT diff --git a/libraries/package-extractor/CHANGELOG.json b/libraries/package-extractor/CHANGELOG.json index 8fd7c15da5d..9517032ad06 100644 --- a/libraries/package-extractor/CHANGELOG.json +++ b/libraries/package-extractor/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/package-extractor", "entries": [ + { + "version": "0.6.36", + "tag": "@rushstack/package-extractor_v0.6.36", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.11.33`" + } + ] + } + }, { "version": "0.6.35", "tag": "@rushstack/package-extractor_v0.6.35", diff --git a/libraries/package-extractor/CHANGELOG.md b/libraries/package-extractor/CHANGELOG.md index 59acfdf466d..942c0b02cbb 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.6.36 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.6.35 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/libraries/stream-collator/CHANGELOG.json b/libraries/stream-collator/CHANGELOG.json index 421cf9454e1..16010c77bf8 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.34", + "tag": "@rushstack/stream-collator_v4.1.34", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "4.1.33", "tag": "@rushstack/stream-collator_v4.1.33", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index cc3ed4ce3dd..b2cb67836a1 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 Wed, 28 Feb 2024 16:09:28 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 4.1.34 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 4.1.33 Wed, 28 Feb 2024 16:09:28 GMT diff --git a/libraries/typings-generator/CHANGELOG.json b/libraries/typings-generator/CHANGELOG.json index 6861f3393bd..270c6f128fc 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.33", + "tag": "@rushstack/typings-generator_v0.12.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.12.32", "tag": "@rushstack/typings-generator_v0.12.32", diff --git a/libraries/typings-generator/CHANGELOG.md b/libraries/typings-generator/CHANGELOG.md index 0f829955ac3..31d354a25b7 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 Wed, 28 Feb 2024 16:09:28 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.12.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.12.32 Wed, 28 Feb 2024 16:09:28 GMT diff --git a/libraries/worker-pool/CHANGELOG.json b/libraries/worker-pool/CHANGELOG.json index 8591381c2b2..f6c067f446a 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.33", + "tag": "@rushstack/worker-pool_v0.4.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.4.32", "tag": "@rushstack/worker-pool_v0.4.32", diff --git a/libraries/worker-pool/CHANGELOG.md b/libraries/worker-pool/CHANGELOG.md index c31c3fdef8b..6fe10ab4374 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 Wed, 28 Feb 2024 16:09:28 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.4.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.4.32 Wed, 28 Feb 2024 16:09:28 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index 0a176af8fc4..5f2601eec19 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,36 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "2.4.20", + "tag": "@rushstack/heft-node-rig_v2.4.20", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.16`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.11.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.16`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.16`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "2.4.19", "tag": "@rushstack/heft-node-rig_v2.4.19", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index 58852b3a6e0..e53ccd40864 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 2.4.20 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 2.4.19 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index b13bdf5b73a..af5b6f497e2 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,42 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "0.22.4", + "tag": "@rushstack/heft-web-rig_v0.22.4", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.16`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.11.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.16`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.13.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.16`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.6` to `0.65.7`" + } + ] + } + }, { "version": "0.22.3", "tag": "@rushstack/heft-web-rig_v0.22.3", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index c9c2b67af04..a56f2fae13e 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.22.4 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.22.3 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.json b/webpack/hashed-folder-copy-plugin/CHANGELOG.json index 0dae65d8b62..4fa6fa24bbb 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.25", + "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.25", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "1.0.24", "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.24", diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.md b/webpack/hashed-folder-copy-plugin/CHANGELOG.md index 5d08b6e8ee0..be90e8857c6 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 1.0.25 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 1.0.24 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/webpack/loader-load-themed-styles/CHANGELOG.json b/webpack/loader-load-themed-styles/CHANGELOG.json index dee77b73206..6ac8a9315f4 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.33", + "tag": "@microsoft/loader-load-themed-styles_v2.1.33", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.109`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.108` to `2.0.109`" + } + ] + } + }, { "version": "2.1.32", "tag": "@microsoft/loader-load-themed-styles_v2.1.32", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index 4dcc2b86574..76fba63d9f4 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 2.1.33 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 2.1.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index 0189582e6e8..dae264be340 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.33", + "tag": "@rushstack/loader-raw-script_v1.4.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "1.4.32", "tag": "@rushstack/loader-raw-script_v1.4.32", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index c394f029eb1..b91fc85d37a 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 1.4.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 1.4.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json index c1f067a9117..05c0f3aa6bb 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.33", + "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.11.32", "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.32", diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md index e16a9c6e438..c676dbeb55e 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 Wed, 28 Feb 2024 16:09:28 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.11.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.11.32 Wed, 28 Feb 2024 16:09:28 GMT diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index b0590161c6e..2286e374741 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.17", + "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.17", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "5.1.16", "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.16", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index eefd90c78d6..f90233a2de8 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 Wed, 28 Feb 2024 16:09:28 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 5.1.17 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 5.1.16 Wed, 28 Feb 2024 16:09:28 GMT diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json index fa1ca3266e0..1ec3a678fdd 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.34", + "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.34", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.2.33", "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.33", diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md index c9a5f80dd10..7cb082e2ff3 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 Wed, 28 Feb 2024 16:09:28 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.2.34 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.2.33 Wed, 28 Feb 2024 16:09:28 GMT diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.json b/webpack/webpack-plugin-utilities/CHANGELOG.json index 36da337437a..9d2adad4110 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.17", + "tag": "@rushstack/webpack-plugin-utilities_v0.4.17", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.4.16", "tag": "@rushstack/webpack-plugin-utilities_v0.4.16", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.md b/webpack/webpack-plugin-utilities/CHANGELOG.md index 1273dbd22dc..c865351c139 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 Wed, 28 Feb 2024 16:09:28 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.4.17 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.4.16 Wed, 28 Feb 2024 16:09:28 GMT diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.json b/webpack/webpack4-localization-plugin/CHANGELOG.json index 1415a08f279..af54b9052ce 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.33", + "tag": "@rushstack/webpack4-localization-plugin_v0.18.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.9.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.18.32", "tag": "@rushstack/webpack4-localization-plugin_v0.18.32", diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.md b/webpack/webpack4-localization-plugin/CHANGELOG.md index b7513fd7d31..fd2fdbc7b2e 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.18.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.18.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json index 87ed1b2e0c0..bcddb75ff0a 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.33", + "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.4.33`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.13.32", "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.32", diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md index f58ae57d964..8b8aba6cf59 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.13.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.13.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json index bb290dfd2e2..896e5b05d49 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.33", + "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.33", + "date": "Thu, 29 Feb 2024 07:11:45 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.109`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.108` to `2.0.109`" + } + ] + } + }, { "version": "0.2.32", "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.32", diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md index eace64aae84..be8b939d877 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. + +## 0.2.33 +Thu, 29 Feb 2024 07:11:45 GMT + +_Version update only_ ## 0.2.32 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.json b/webpack/webpack5-localization-plugin/CHANGELOG.json index 9747576fa72..9fb38287928 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.9.8", + "tag": "@rushstack/webpack5-localization-plugin_v0.9.8", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.9.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + } + ] + } + }, { "version": "0.9.7", "tag": "@rushstack/webpack5-localization-plugin_v0.9.7", diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.md b/webpack/webpack5-localization-plugin/CHANGELOG.md index 757a7b5444c..32cb914a382 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 0.9.8 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 0.9.7 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json index 195507fa422..e71e23501b1 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.33", + "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.33", + "date": "Thu, 29 Feb 2024 07:11:46 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.7`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.4.33`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.4.33`" + } + ] + } + }, { "version": "5.5.32", "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.32", diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md index 92823fd93ca..5d3041bc3bb 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. + +## 5.5.33 +Thu, 29 Feb 2024 07:11:46 GMT + +_Version update only_ ## 5.5.32 Wed, 28 Feb 2024 16:09:27 GMT