From e46cc76bf31195f9b6f22e2d2c5d23bdd7c17fcb Mon Sep 17 00:00:00 2001 From: Rushbot Date: Sun, 3 Mar 2024 20:58:13 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/api-documenter/CHANGELOG.json | 15 ++++++++ apps/api-documenter/CHANGELOG.md | 7 +++- apps/api-extractor/CHANGELOG.json | 12 +++++++ apps/api-extractor/CHANGELOG.md | 7 +++- apps/heft/CHANGELOG.json | 15 ++++++++ apps/heft/CHANGELOG.md | 7 +++- apps/lockfile-explorer/CHANGELOG.json | 12 +++++++ apps/lockfile-explorer/CHANGELOG.md | 7 +++- apps/rundown/CHANGELOG.json | 15 ++++++++ apps/rundown/CHANGELOG.md | 7 +++- apps/trace-import/CHANGELOG.json | 15 ++++++++ apps/trace-import/CHANGELOG.md | 7 +++- ...andard-env-var-names_2024-03-03-11-46.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/ts-command-line/CHANGELOG.json | 12 +++++++ libraries/ts-command-line/CHANGELOG.md | 9 ++++- 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, 911 insertions(+), 51 deletions(-) delete mode 100644 common/changes/@rushstack/ts-command-line/fix-nonstandard-env-var-names_2024-03-03-11-46.json diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index a036bd423ce..2cea5bf64a4 100644 --- a/apps/api-documenter/CHANGELOG.json +++ b/apps/api-documenter/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/api-documenter", "entries": [ + { + "version": "7.23.36", + "tag": "@microsoft/api-documenter_v7.23.36", + "date": "Sun, 03 Mar 2024 20:58:12 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.19.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "7.23.35", "tag": "@microsoft/api-documenter_v7.23.35", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index 33d1b981090..cdbc4eeb145 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 Sat, 02 Mar 2024 02:22:23 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:12 GMT and should not be manually modified. + +## 7.23.36 +Sun, 03 Mar 2024 20:58:12 GMT + +_Version update only_ ## 7.23.35 Sat, 02 Mar 2024 02:22:23 GMT diff --git a/apps/api-extractor/CHANGELOG.json b/apps/api-extractor/CHANGELOG.json index 89cdd500a6b..99b42457cec 100644 --- a/apps/api-extractor/CHANGELOG.json +++ b/apps/api-extractor/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/api-extractor", "entries": [ + { + "version": "7.42.3", + "tag": "@microsoft/api-extractor_v7.42.3", + "date": "Sun, 03 Mar 2024 20:58:12 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.19.1`" + } + ] + } + }, { "version": "7.42.2", "tag": "@microsoft/api-extractor_v7.42.2", diff --git a/apps/api-extractor/CHANGELOG.md b/apps/api-extractor/CHANGELOG.md index a6f017d08e5..4bf0f32dc5b 100644 --- a/apps/api-extractor/CHANGELOG.md +++ b/apps/api-extractor/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/api-extractor -This log was last generated on Sat, 02 Mar 2024 02:22:23 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:12 GMT and should not be manually modified. + +## 7.42.3 +Sun, 03 Mar 2024 20:58:12 GMT + +_Version update only_ ## 7.42.2 Sat, 02 Mar 2024 02:22:23 GMT diff --git a/apps/heft/CHANGELOG.json b/apps/heft/CHANGELOG.json index debf5145cc0..736766ffa8e 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "0.65.10", + "tag": "@rushstack/heft_v0.65.10", + "date": "Sun, 03 Mar 2024 20:58:12 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.19.1`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.3`" + } + ] + } + }, { "version": "0.65.9", "tag": "@rushstack/heft_v0.65.9", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index a33e5f779ce..686016f5c9b 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 Sat, 02 Mar 2024 02:22:23 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:12 GMT and should not be manually modified. + +## 0.65.10 +Sun, 03 Mar 2024 20:58:12 GMT + +_Version update only_ ## 0.65.9 Sat, 02 Mar 2024 02:22:23 GMT diff --git a/apps/lockfile-explorer/CHANGELOG.json b/apps/lockfile-explorer/CHANGELOG.json index 4d7340ff669..03bfd308d34 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.36", + "tag": "@rushstack/lockfile-explorer_v1.2.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "1.2.35", "tag": "@rushstack/lockfile-explorer_v1.2.35", diff --git a/apps/lockfile-explorer/CHANGELOG.md b/apps/lockfile-explorer/CHANGELOG.md index 8acebd5d96c..8a82542a9b9 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 1.2.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 1.2.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/apps/rundown/CHANGELOG.json b/apps/rundown/CHANGELOG.json index b2d8e1df8c1..6da18d24e6c 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.1.36", + "tag": "@rushstack/rundown_v1.1.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.19.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "1.1.35", "tag": "@rushstack/rundown_v1.1.35", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index e59540c924b..8a636cd4ec1 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 1.1.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 1.1.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/apps/trace-import/CHANGELOG.json b/apps/trace-import/CHANGELOG.json index 51231ee0342..9f7d6768f40 100644 --- a/apps/trace-import/CHANGELOG.json +++ b/apps/trace-import/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/trace-import", "entries": [ + { + "version": "0.3.36", + "tag": "@rushstack/trace-import_v0.3.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.19.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.3.35", "tag": "@rushstack/trace-import_v0.3.35", diff --git a/apps/trace-import/CHANGELOG.md b/apps/trace-import/CHANGELOG.md index 2227cf399c4..d394b6412b2 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 Sat, 02 Mar 2024 02:22:23 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.3.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.3.35 Sat, 02 Mar 2024 02:22:23 GMT diff --git a/common/changes/@rushstack/ts-command-line/fix-nonstandard-env-var-names_2024-03-03-11-46.json b/common/changes/@rushstack/ts-command-line/fix-nonstandard-env-var-names_2024-03-03-11-46.json deleted file mode 100644 index c34e794912b..00000000000 --- a/common/changes/@rushstack/ts-command-line/fix-nonstandard-env-var-names_2024-03-03-11-46.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/ts-command-line", - "comment": "Fix an issue where the `allowNonStandardEnvironmentVariableNames` parameter option had no effect.", - "type": "patch" - } - ], - "packageName": "@rushstack/ts-command-line" -} \ No newline at end of file diff --git a/eslint/eslint-bulk/CHANGELOG.json b/eslint/eslint-bulk/CHANGELOG.json index 31ca40fd7f3..f1b5222ee94 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.26", + "tag": "@rushstack/eslint-bulk_v0.1.26", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.1.25", "tag": "@rushstack/eslint-bulk_v0.1.25", diff --git a/eslint/eslint-bulk/CHANGELOG.md b/eslint/eslint-bulk/CHANGELOG.md index 943fa8f0eb2..6f166c6bb58 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.1.26 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.1.25 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json index 64d9efd3762..4abae0672be 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.19", + "tag": "@rushstack/heft-api-extractor-plugin_v0.3.19", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "0.3.18", "tag": "@rushstack/heft-api-extractor-plugin_v0.3.18", diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md index 30582b468b4..27ea90c6b56 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.3.19 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.3.18 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json index 1048c64d7a4..428313439f6 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.36", + "tag": "@rushstack/heft-dev-cert-plugin_v0.4.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.36`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "0.4.35", "tag": "@rushstack/heft-dev-cert-plugin_v0.4.35", diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md index 6787f3f0ac9..a7b8c5a86ea 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.4.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.4.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.json b/heft-plugins/heft-jest-plugin/CHANGELOG.json index 1b98393e054..24456992447 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.20", + "tag": "@rushstack/heft-jest-plugin_v0.11.20", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "0.11.19", "tag": "@rushstack/heft-jest-plugin_v0.11.19", diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.md b/heft-plugins/heft-jest-plugin/CHANGELOG.md index cdb47b61fd5..1d6501db88e 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.11.20 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.11.19 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.json b/heft-plugins/heft-lint-plugin/CHANGELOG.json index 6bca0aaf2ac..1584b6e03e0 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.19", + "tag": "@rushstack/heft-lint-plugin_v0.3.19", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "0.3.18", "tag": "@rushstack/heft-lint-plugin_v0.3.18", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.md b/heft-plugins/heft-lint-plugin/CHANGELOG.md index 10099cab8b7..3c74e359bee 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.3.19 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.3.18 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.json b/heft-plugins/heft-sass-plugin/CHANGELOG.json index 67d42a068f0..b14897f15cb 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.22", + "tag": "@rushstack/heft-sass-plugin_v0.13.22", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.12.36`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "0.13.21", "tag": "@rushstack/heft-sass-plugin_v0.13.21", diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.md b/heft-plugins/heft-sass-plugin/CHANGELOG.md index 3da844a6491..172ed2a6048 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.13.22 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.13.21 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json index cbdc305d245..0f6e037357b 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.36", + "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "0.3.35", "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.35", diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md index 19b3a118c7f..0d1476e72f9 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.3.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.3.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.json b/heft-plugins/heft-storybook-plugin/CHANGELOG.json index 067ac9cf16c..ee18f716e9f 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.13", + "tag": "@rushstack/heft-storybook-plugin_v0.6.13", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "0.6.12", "tag": "@rushstack/heft-storybook-plugin_v0.6.12", diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.md b/heft-plugins/heft-storybook-plugin/CHANGELOG.md index e9ae0000bce..08a12fad5c2 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.6.13 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.6.12 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.json b/heft-plugins/heft-typescript-plugin/CHANGELOG.json index 00adebe81f8..effe2ea5e31 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.19", + "tag": "@rushstack/heft-typescript-plugin_v0.3.19", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "0.3.18", "tag": "@rushstack/heft-typescript-plugin_v0.3.18", diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.md b/heft-plugins/heft-typescript-plugin/CHANGELOG.md index e24937b0707..a21bc981288 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.3.19 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.3.18 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json index 5a762a2b268..328f0094fa2 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.36", + "tag": "@rushstack/heft-webpack4-plugin_v0.10.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "0.10.35", "tag": "@rushstack/heft-webpack4-plugin_v0.10.35", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md index 769ed8806f1..7deeee0a983 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.10.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.10.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json index 76ed0c39014..dded838ab77 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.36", + "tag": "@rushstack/heft-webpack5-plugin_v0.9.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "0.9.35", "tag": "@rushstack/heft-webpack5-plugin_v0.9.35", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md index f8316858cfc..a65ac65b945 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.9.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.9.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/libraries/debug-certificate-manager/CHANGELOG.json b/libraries/debug-certificate-manager/CHANGELOG.json index 51d91bbc64a..12f8ade9008 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.36", + "tag": "@rushstack/debug-certificate-manager_v1.3.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "1.3.35", "tag": "@rushstack/debug-certificate-manager_v1.3.35", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index e40796f4776..fc267f79bf7 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 1.3.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 1.3.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index f1805e1dfe1..081b71fa2fb 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.112", + "tag": "@microsoft/load-themed-styles_v2.0.112", + "date": "Sun, 03 Mar 2024 20:58:12 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "2.0.111", "tag": "@microsoft/load-themed-styles_v2.0.111", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index 142b9d64510..0434af3289f 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 Sat, 02 Mar 2024 02:22:23 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:12 GMT and should not be manually modified. + +## 2.0.112 +Sun, 03 Mar 2024 20:58:12 GMT + +_Version update only_ ## 2.0.111 Sat, 02 Mar 2024 02:22:23 GMT diff --git a/libraries/localization-utilities/CHANGELOG.json b/libraries/localization-utilities/CHANGELOG.json index d532328cedb..2c1ac94459b 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.36", + "tag": "@rushstack/localization-utilities_v0.9.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.12.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.9.35", "tag": "@rushstack/localization-utilities_v0.9.35", diff --git a/libraries/localization-utilities/CHANGELOG.md b/libraries/localization-utilities/CHANGELOG.md index 509b0a129e7..8298ec3c05e 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.9.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.9.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/libraries/module-minifier/CHANGELOG.json b/libraries/module-minifier/CHANGELOG.json index 91af7b13f23..747f9427610 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.36", + "tag": "@rushstack/module-minifier_v0.4.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.4.35", "tag": "@rushstack/module-minifier_v0.4.35", diff --git a/libraries/module-minifier/CHANGELOG.md b/libraries/module-minifier/CHANGELOG.md index 7b4237e0f66..8662f5aaee8 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.4.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.4.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index 613e4833d40..c4986809d22 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.37", + "tag": "@rushstack/package-deps-hash_v4.1.37", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "4.1.36", "tag": "@rushstack/package-deps-hash_v4.1.36", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index afbba91b201..084c9f17bcf 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 4.1.37 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 4.1.36 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/libraries/package-extractor/CHANGELOG.json b/libraries/package-extractor/CHANGELOG.json index aceef75eba4..169a74e2c6c 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.39", + "tag": "@rushstack/package-extractor_v0.6.39", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.11.36`" + } + ] + } + }, { "version": "0.6.38", "tag": "@rushstack/package-extractor_v0.6.38", diff --git a/libraries/package-extractor/CHANGELOG.md b/libraries/package-extractor/CHANGELOG.md index 2d58502aef4..b0d432fd10d 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.6.39 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.6.38 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/libraries/stream-collator/CHANGELOG.json b/libraries/stream-collator/CHANGELOG.json index fbb2e72512e..df5c757d217 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.37", + "tag": "@rushstack/stream-collator_v4.1.37", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "4.1.36", "tag": "@rushstack/stream-collator_v4.1.36", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index 5680c00e11b..13e12d4c1b7 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 4.1.37 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 4.1.36 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/libraries/ts-command-line/CHANGELOG.json b/libraries/ts-command-line/CHANGELOG.json index 07c2943ec72..31745b6ca0d 100644 --- a/libraries/ts-command-line/CHANGELOG.json +++ b/libraries/ts-command-line/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/ts-command-line", "entries": [ + { + "version": "4.19.1", + "tag": "@rushstack/ts-command-line_v4.19.1", + "date": "Sun, 03 Mar 2024 20:58:12 GMT", + "comments": { + "patch": [ + { + "comment": "Fix an issue where the `allowNonStandardEnvironmentVariableNames` parameter option had no effect." + } + ] + } + }, { "version": "4.19.0", "tag": "@rushstack/ts-command-line_v4.19.0", diff --git a/libraries/ts-command-line/CHANGELOG.md b/libraries/ts-command-line/CHANGELOG.md index def3461736b..6f4b094ed98 100644 --- a/libraries/ts-command-line/CHANGELOG.md +++ b/libraries/ts-command-line/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/ts-command-line -This log was last generated on Sat, 02 Mar 2024 02:22:23 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:12 GMT and should not be manually modified. + +## 4.19.1 +Sun, 03 Mar 2024 20:58:12 GMT + +### Patches + +- Fix an issue where the `allowNonStandardEnvironmentVariableNames` parameter option had no effect. ## 4.19.0 Sat, 02 Mar 2024 02:22:23 GMT diff --git a/libraries/typings-generator/CHANGELOG.json b/libraries/typings-generator/CHANGELOG.json index a95080b915d..3869a54c5a8 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.36", + "tag": "@rushstack/typings-generator_v0.12.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.12.35", "tag": "@rushstack/typings-generator_v0.12.35", diff --git a/libraries/typings-generator/CHANGELOG.md b/libraries/typings-generator/CHANGELOG.md index 37ff108c6a4..da7934af186 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.12.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.12.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/libraries/worker-pool/CHANGELOG.json b/libraries/worker-pool/CHANGELOG.json index ebe76ae83d3..30e900faf36 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.36", + "tag": "@rushstack/worker-pool_v0.4.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.4.35", "tag": "@rushstack/worker-pool_v0.4.35", diff --git a/libraries/worker-pool/CHANGELOG.md b/libraries/worker-pool/CHANGELOG.md index dbffb950d8d..9cce2ef9aa1 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.4.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.4.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index f766417715c..efd5c57e3e0 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.23", + "tag": "@rushstack/heft-node-rig_v2.4.23", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.11.20`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "2.4.22", "tag": "@rushstack/heft-node-rig_v2.4.22", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index 25af099352e..4b99a71966c 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 2.4.23 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 2.4.22 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index bf31abb8159..db424bd57d2 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.7", + "tag": "@rushstack/heft-web-rig_v0.22.7", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.11.20`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.13.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.9` to `0.65.10`" + } + ] + } + }, { "version": "0.22.6", "tag": "@rushstack/heft-web-rig_v0.22.6", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index 36f1d7f02d4..a11d3b85b59 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.22.7 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.22.6 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.json b/webpack/hashed-folder-copy-plugin/CHANGELOG.json index db8f323f2e0..6dd4f2b501e 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.28", + "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.28", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "1.0.27", "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.27", diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.md b/webpack/hashed-folder-copy-plugin/CHANGELOG.md index 1cd018f8e24..e95e5dcd4ae 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 1.0.28 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 1.0.27 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/loader-load-themed-styles/CHANGELOG.json b/webpack/loader-load-themed-styles/CHANGELOG.json index e0c8922f09c..5daee543d31 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.36", + "tag": "@microsoft/loader-load-themed-styles_v2.1.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.112`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.111` to `2.0.112`" + } + ] + } + }, { "version": "2.1.35", "tag": "@microsoft/loader-load-themed-styles_v2.1.35", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index 039d169815f..7300d4a471f 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 2.1.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 2.1.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index fee3b727b31..6ebb8fd803e 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.36", + "tag": "@rushstack/loader-raw-script_v1.4.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "1.4.35", "tag": "@rushstack/loader-raw-script_v1.4.35", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index a7d1165579e..6fa6d91ca1c 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 1.4.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 1.4.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json index 2baa7cd01ea..09524dbb20c 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.36", + "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.11.35", "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.35", diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md index d1b7b7c541d..5bfee3eb5f0 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.11.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.11.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index 0419f5f2fe2..fde7c816683 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.20", + "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.20", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.20`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "5.1.19", "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.19", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index f876a2ea345..771d12308b9 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 5.1.20 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 5.1.19 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json index 93009bba552..68d91262d69 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.37", + "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.37", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.20`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.2.36", "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.36", diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md index d33be7dae50..4a64263e18d 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.2.37 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.2.36 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.json b/webpack/webpack-plugin-utilities/CHANGELOG.json index d01c25e5146..25127142e33 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.20", + "tag": "@rushstack/webpack-plugin-utilities_v0.4.20", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.4.19", "tag": "@rushstack/webpack-plugin-utilities_v0.4.19", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.md b/webpack/webpack-plugin-utilities/CHANGELOG.md index 599f08df07b..f6f991d11c9 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.4.20 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.4.19 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.json b/webpack/webpack4-localization-plugin/CHANGELOG.json index ce7cb7782af..95a25b8da16 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.36", + "tag": "@rushstack/webpack4-localization-plugin_v0.18.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.9.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.18.35", "tag": "@rushstack/webpack4-localization-plugin_v0.18.35", diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.md b/webpack/webpack4-localization-plugin/CHANGELOG.md index 035a3ffcf3f..d834deccf51 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.18.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.18.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json index 4688699c319..06bb5b30470 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.36", + "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.4.36`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.13.35", "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.35", diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md index f80229d8bd7..f1a85b0165e 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.13.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.13.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json index 66b58817ea4..938e4d7c0f6 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.36", + "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.112`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.111` to `2.0.112`" + } + ] + } + }, { "version": "0.2.35", "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.35", diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md index 95d8f9b0cac..c83beb8966b 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.2.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.2.35 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.json b/webpack/webpack5-localization-plugin/CHANGELOG.json index 90a27743f31..32c790ef1fb 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.11", + "tag": "@rushstack/webpack5-localization-plugin_v0.9.11", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.9.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + } + ] + } + }, { "version": "0.9.10", "tag": "@rushstack/webpack5-localization-plugin_v0.9.10", diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.md b/webpack/webpack5-localization-plugin/CHANGELOG.md index 1347a2baa9a..ee4d8527ab3 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 0.9.11 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 0.9.10 Sat, 02 Mar 2024 02:22:24 GMT diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json index 8f6c4b3d98d..42703bdc13c 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.36", + "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.36", + "date": "Sun, 03 Mar 2024 20:58:13 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.10`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.4.36`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.4.36`" + } + ] + } + }, { "version": "5.5.35", "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.35", diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md index 3df9d6d224b..085f6567ed2 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 Sat, 02 Mar 2024 02:22:24 GMT and should not be manually modified. +This log was last generated on Sun, 03 Mar 2024 20:58:13 GMT and should not be manually modified. + +## 5.5.36 +Sun, 03 Mar 2024 20:58:13 GMT + +_Version update only_ ## 5.5.35 Sat, 02 Mar 2024 02:22:24 GMT