From b6edc370ea55631ff15c731ae8eebb4a73caedd6 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Fri, 1 Mar 2024 01:10:09 +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 +++- ...VariableRestrictions_2024-02-29-01-44.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/user-danade-RemoveEnvironmentVariableRestrictions_2024-02-29-01-44.json diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index 004202033b0..f8081b02221 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.34", + "tag": "@microsoft/api-documenter_v7.23.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.18.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "7.23.33", "tag": "@microsoft/api-documenter_v7.23.33", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index b74cace6864..6f88dd67754 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 7.23.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 7.23.33 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/apps/api-extractor/CHANGELOG.json b/apps/api-extractor/CHANGELOG.json index 89e87b7303c..87ffe7c68f0 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.1", + "tag": "@microsoft/api-extractor_v7.42.1", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.18.1`" + } + ] + } + }, { "version": "7.42.0", "tag": "@microsoft/api-extractor_v7.42.0", diff --git a/apps/api-extractor/CHANGELOG.md b/apps/api-extractor/CHANGELOG.md index 4dc8d4f9daf..85814d64416 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 7.42.1 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 7.42.0 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/apps/heft/CHANGELOG.json b/apps/heft/CHANGELOG.json index 5f2d31cb85a..621de5deae4 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "0.65.8", + "tag": "@rushstack/heft_v0.65.8", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.18.1`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.1`" + } + ] + } + }, { "version": "0.65.7", "tag": "@rushstack/heft_v0.65.7", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index 09ab1150b7b..c27b065d8da 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.65.8 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.65.7 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/apps/lockfile-explorer/CHANGELOG.json b/apps/lockfile-explorer/CHANGELOG.json index c99a79f9ac1..747356d9f5d 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.34", + "tag": "@rushstack/lockfile-explorer_v1.2.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "1.2.33", "tag": "@rushstack/lockfile-explorer_v1.2.33", diff --git a/apps/lockfile-explorer/CHANGELOG.md b/apps/lockfile-explorer/CHANGELOG.md index 4fff192accf..c33fa5b852c 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 1.2.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 1.2.33 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/apps/rundown/CHANGELOG.json b/apps/rundown/CHANGELOG.json index 2d696de2b38..24f71f6e22c 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.1.34", + "tag": "@rushstack/rundown_v1.1.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.18.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "1.1.33", "tag": "@rushstack/rundown_v1.1.33", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index 12e2c5360a0..4e08c37d53d 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:09 GMT and should not be manually modified. + +## 1.1.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 1.1.33 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/apps/trace-import/CHANGELOG.json b/apps/trace-import/CHANGELOG.json index e5825e27b00..bf869ec8c87 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.34", + "tag": "@rushstack/trace-import_v0.3.34", + "date": "Fri, 01 Mar 2024 01:10:09 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.18.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.3.33", "tag": "@rushstack/trace-import_v0.3.33", diff --git a/apps/trace-import/CHANGELOG.md b/apps/trace-import/CHANGELOG.md index 7ad986d9a20..7ff738e91ca 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:09 GMT and should not be manually modified. + +## 0.3.34 +Fri, 01 Mar 2024 01:10:09 GMT + +_Version update only_ ## 0.3.33 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/common/changes/@rushstack/ts-command-line/user-danade-RemoveEnvironmentVariableRestrictions_2024-02-29-01-44.json b/common/changes/@rushstack/ts-command-line/user-danade-RemoveEnvironmentVariableRestrictions_2024-02-29-01-44.json deleted file mode 100644 index c1567499523..00000000000 --- a/common/changes/@rushstack/ts-command-line/user-danade-RemoveEnvironmentVariableRestrictions_2024-02-29-01-44.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/ts-command-line", - "comment": "Add an \"allowNonStandardEnvironmentVariableNames\" option to remove naming restrictions on parameter environment variables", - "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 9205694fb4f..e02dc207b37 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.24", + "tag": "@rushstack/eslint-bulk_v0.1.24", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.1.23", "tag": "@rushstack/eslint-bulk_v0.1.23", diff --git a/eslint/eslint-bulk/CHANGELOG.md b/eslint/eslint-bulk/CHANGELOG.md index 95c28107a3d..848f954cfe6 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.1.24 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.1.23 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json index 3bf44b52ef5..438bcced2be 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.17", + "tag": "@rushstack/heft-api-extractor-plugin_v0.3.17", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "0.3.16", "tag": "@rushstack/heft-api-extractor-plugin_v0.3.16", diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md index d75e70d63bc..abf1b723fa8 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.3.17 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.3.16 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json index b42eaea848d..c51f67a241b 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.34", + "tag": "@rushstack/heft-dev-cert-plugin_v0.4.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.34`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "0.4.33", "tag": "@rushstack/heft-dev-cert-plugin_v0.4.33", diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md index a64d253aa8d..4cfe7fb0785 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.4.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.4.33 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.json b/heft-plugins/heft-jest-plugin/CHANGELOG.json index 93502915c66..b816ed9015c 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.18", + "tag": "@rushstack/heft-jest-plugin_v0.11.18", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "0.11.17", "tag": "@rushstack/heft-jest-plugin_v0.11.17", diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.md b/heft-plugins/heft-jest-plugin/CHANGELOG.md index 56d8445dcb6..b912c60eace 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.11.18 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.11.17 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.json b/heft-plugins/heft-lint-plugin/CHANGELOG.json index 0984e39ebe3..eb43ef1c55a 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.17", + "tag": "@rushstack/heft-lint-plugin_v0.3.17", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "0.3.16", "tag": "@rushstack/heft-lint-plugin_v0.3.16", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.md b/heft-plugins/heft-lint-plugin/CHANGELOG.md index f1b2bb83060..ca092ba456c 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.3.17 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.3.16 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.json b/heft-plugins/heft-sass-plugin/CHANGELOG.json index 2397b996cff..a497b3a7531 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.20", + "tag": "@rushstack/heft-sass-plugin_v0.13.20", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.12.34`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "0.13.19", "tag": "@rushstack/heft-sass-plugin_v0.13.19", diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.md b/heft-plugins/heft-sass-plugin/CHANGELOG.md index eedea746183..086b57701b7 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.13.20 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.13.19 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json index 1493205b59a..a982d5a102c 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.34", + "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "0.3.33", "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.33", diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md index bfd5ca37a43..9714afb6f66 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.3.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.3.33 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.json b/heft-plugins/heft-storybook-plugin/CHANGELOG.json index 8f9aabd0b46..615d1742edd 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.11", + "tag": "@rushstack/heft-storybook-plugin_v0.6.11", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "0.6.10", "tag": "@rushstack/heft-storybook-plugin_v0.6.10", diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.md b/heft-plugins/heft-storybook-plugin/CHANGELOG.md index 21809238d43..466a52c40a5 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.6.11 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.6.10 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.json b/heft-plugins/heft-typescript-plugin/CHANGELOG.json index f348ab61d1d..6af03e2964d 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.17", + "tag": "@rushstack/heft-typescript-plugin_v0.3.17", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "0.3.16", "tag": "@rushstack/heft-typescript-plugin_v0.3.16", diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.md b/heft-plugins/heft-typescript-plugin/CHANGELOG.md index 3c94464bf23..d00f220e3bb 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.3.17 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.3.16 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json index 6435af62954..57b870f5037 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.34", + "tag": "@rushstack/heft-webpack4-plugin_v0.10.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "0.10.33", "tag": "@rushstack/heft-webpack4-plugin_v0.10.33", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md index 174ebaf0be0..84e48581a2d 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.10.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.10.33 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json index b5fba24bcf6..8a3652256f3 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.34", + "tag": "@rushstack/heft-webpack5-plugin_v0.9.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "0.9.33", "tag": "@rushstack/heft-webpack5-plugin_v0.9.33", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md index 72d57ed688c..39c7bd27e65 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.9.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.9.33 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/libraries/debug-certificate-manager/CHANGELOG.json b/libraries/debug-certificate-manager/CHANGELOG.json index afe9d4913f2..5a6734fc577 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.34", + "tag": "@rushstack/debug-certificate-manager_v1.3.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "1.3.33", "tag": "@rushstack/debug-certificate-manager_v1.3.33", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index d0b8d1b2267..7fb58dabd48 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 1.3.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 1.3.33 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index c83c2ea47ca..6c58b1a8ac8 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.110", + "tag": "@microsoft/load-themed-styles_v2.0.110", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "2.0.109", "tag": "@microsoft/load-themed-styles_v2.0.109", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index 197c10a221c..39a06660e13 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 2.0.110 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 2.0.109 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/libraries/localization-utilities/CHANGELOG.json b/libraries/localization-utilities/CHANGELOG.json index d149078934b..19bf205c57c 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.34", + "tag": "@rushstack/localization-utilities_v0.9.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.12.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.9.33", "tag": "@rushstack/localization-utilities_v0.9.33", diff --git a/libraries/localization-utilities/CHANGELOG.md b/libraries/localization-utilities/CHANGELOG.md index 7ede286b73f..11cd2b2c1c2 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.9.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.9.33 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/libraries/module-minifier/CHANGELOG.json b/libraries/module-minifier/CHANGELOG.json index b3dce00f2f9..3147adcf6fe 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.34", + "tag": "@rushstack/module-minifier_v0.4.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.4.33", "tag": "@rushstack/module-minifier_v0.4.33", diff --git a/libraries/module-minifier/CHANGELOG.md b/libraries/module-minifier/CHANGELOG.md index fe5824210da..606a100c554 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.4.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.4.33 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index 38b78eefd71..f713981ab86 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.35", + "tag": "@rushstack/package-deps-hash_v4.1.35", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "4.1.34", "tag": "@rushstack/package-deps-hash_v4.1.34", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index bd0fe416eca..5d1e402924b 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 4.1.35 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 4.1.34 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/libraries/package-extractor/CHANGELOG.json b/libraries/package-extractor/CHANGELOG.json index 9517032ad06..a3b6f2555af 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.37", + "tag": "@rushstack/package-extractor_v0.6.37", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.11.34`" + } + ] + } + }, { "version": "0.6.36", "tag": "@rushstack/package-extractor_v0.6.36", diff --git a/libraries/package-extractor/CHANGELOG.md b/libraries/package-extractor/CHANGELOG.md index 942c0b02cbb..c3e232f193b 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.6.37 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.6.36 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/libraries/stream-collator/CHANGELOG.json b/libraries/stream-collator/CHANGELOG.json index 16010c77bf8..555310b0c3d 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.35", + "tag": "@rushstack/stream-collator_v4.1.35", + "date": "Fri, 01 Mar 2024 01:10:09 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "4.1.34", "tag": "@rushstack/stream-collator_v4.1.34", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index b2cb67836a1..679bd01c62c 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:09 GMT and should not be manually modified. + +## 4.1.35 +Fri, 01 Mar 2024 01:10:09 GMT + +_Version update only_ ## 4.1.34 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/libraries/ts-command-line/CHANGELOG.json b/libraries/ts-command-line/CHANGELOG.json index 6ec8e0c1728..5a4ea4e9488 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.18.1", + "tag": "@rushstack/ts-command-line_v4.18.1", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "patch": [ + { + "comment": "Add an \"allowNonStandardEnvironmentVariableNames\" option to remove naming restrictions on parameter environment variables" + } + ] + } + }, { "version": "4.18.0", "tag": "@rushstack/ts-command-line_v4.18.0", diff --git a/libraries/ts-command-line/CHANGELOG.md b/libraries/ts-command-line/CHANGELOG.md index 88ad008b173..75977050c36 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 Wed, 28 Feb 2024 16:09:27 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 4.18.1 +Fri, 01 Mar 2024 01:10:08 GMT + +### Patches + +- Add an "allowNonStandardEnvironmentVariableNames" option to remove naming restrictions on parameter environment variables ## 4.18.0 Wed, 28 Feb 2024 16:09:27 GMT diff --git a/libraries/typings-generator/CHANGELOG.json b/libraries/typings-generator/CHANGELOG.json index 270c6f128fc..f316443dbd6 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.34", + "tag": "@rushstack/typings-generator_v0.12.34", + "date": "Fri, 01 Mar 2024 01:10:09 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.12.33", "tag": "@rushstack/typings-generator_v0.12.33", diff --git a/libraries/typings-generator/CHANGELOG.md b/libraries/typings-generator/CHANGELOG.md index 31d354a25b7..2b71fb5532f 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:09 GMT and should not be manually modified. + +## 0.12.34 +Fri, 01 Mar 2024 01:10:09 GMT + +_Version update only_ ## 0.12.33 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/libraries/worker-pool/CHANGELOG.json b/libraries/worker-pool/CHANGELOG.json index f6c067f446a..db59c64e2e8 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.34", + "tag": "@rushstack/worker-pool_v0.4.34", + "date": "Fri, 01 Mar 2024 01:10:09 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.4.33", "tag": "@rushstack/worker-pool_v0.4.33", diff --git a/libraries/worker-pool/CHANGELOG.md b/libraries/worker-pool/CHANGELOG.md index 6fe10ab4374..653360c8db6 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:09 GMT and should not be manually modified. + +## 0.4.34 +Fri, 01 Mar 2024 01:10:09 GMT + +_Version update only_ ## 0.4.33 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index 5f2601eec19..ac4b373f726 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.21", + "tag": "@rushstack/heft-node-rig_v2.4.21", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.11.18`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "2.4.20", "tag": "@rushstack/heft-node-rig_v2.4.20", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index e53ccd40864..d4ef37e9f6f 100644 --- a/rigs/heft-node-rig/CHANGELOG.md +++ b/rigs/heft-node-rig/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-node-rig -This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 2.4.21 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 2.4.20 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index af5b6f497e2..1a16a6e0abd 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.5", + "tag": "@rushstack/heft-web-rig_v0.22.5", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.42.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.11.18`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.13.20`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.65.7` to `0.65.8`" + } + ] + } + }, { "version": "0.22.4", "tag": "@rushstack/heft-web-rig_v0.22.4", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index a56f2fae13e..ba826e0f63e 100644 --- a/rigs/heft-web-rig/CHANGELOG.md +++ b/rigs/heft-web-rig/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-web-rig -This log was last generated on Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.22.5 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.22.4 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.json b/webpack/hashed-folder-copy-plugin/CHANGELOG.json index 4fa6fa24bbb..5d8b94f8c07 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.26", + "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.26", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "1.0.25", "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.25", diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.md b/webpack/hashed-folder-copy-plugin/CHANGELOG.md index be90e8857c6..61797c3fa57 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 1.0.26 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 1.0.25 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/webpack/loader-load-themed-styles/CHANGELOG.json b/webpack/loader-load-themed-styles/CHANGELOG.json index 6ac8a9315f4..c5f5d81be56 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.34", + "tag": "@microsoft/loader-load-themed-styles_v2.1.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.110`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.109` to `2.0.110`" + } + ] + } + }, { "version": "2.1.33", "tag": "@microsoft/loader-load-themed-styles_v2.1.33", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index 76fba63d9f4..1d5c6fb477d 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 2.1.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 2.1.33 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index dae264be340..59e03f4eac5 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.34", + "tag": "@rushstack/loader-raw-script_v1.4.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "1.4.33", "tag": "@rushstack/loader-raw-script_v1.4.33", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index b91fc85d37a..3097e3e624f 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 1.4.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 1.4.33 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json index 05c0f3aa6bb..7dcf04bbcee 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.34", + "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.34", + "date": "Fri, 01 Mar 2024 01:10:09 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.11.33", "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.33", diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md index c676dbeb55e..62bbe68cb01 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:09 GMT and should not be manually modified. + +## 0.11.34 +Fri, 01 Mar 2024 01:10:09 GMT + +_Version update only_ ## 0.11.33 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index 2286e374741..21fb6ce87f4 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.18", + "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.18", + "date": "Fri, 01 Mar 2024 01:10:09 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.18`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "5.1.17", "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.17", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index f90233a2de8..76913093a44 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:09 GMT and should not be manually modified. + +## 5.1.18 +Fri, 01 Mar 2024 01:10:09 GMT + +_Version update only_ ## 5.1.17 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json index 1ec3a678fdd..d3981e43453 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.35", + "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.35", + "date": "Fri, 01 Mar 2024 01:10:09 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.18`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.2.34", "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.34", diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md index 7cb082e2ff3..54d80a75f3c 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:09 GMT and should not be manually modified. + +## 0.2.35 +Fri, 01 Mar 2024 01:10:09 GMT + +_Version update only_ ## 0.2.34 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.json b/webpack/webpack-plugin-utilities/CHANGELOG.json index 9d2adad4110..aab91074a25 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.18", + "tag": "@rushstack/webpack-plugin-utilities_v0.4.18", + "date": "Fri, 01 Mar 2024 01:10:09 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.4.17", "tag": "@rushstack/webpack-plugin-utilities_v0.4.17", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.md b/webpack/webpack-plugin-utilities/CHANGELOG.md index c865351c139..ffe0b3bd014 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:09 GMT and should not be manually modified. + +## 0.4.18 +Fri, 01 Mar 2024 01:10:09 GMT + +_Version update only_ ## 0.4.17 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.json b/webpack/webpack4-localization-plugin/CHANGELOG.json index af54b9052ce..e77e3bd55c8 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.34", + "tag": "@rushstack/webpack4-localization-plugin_v0.18.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.9.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.18.33", "tag": "@rushstack/webpack4-localization-plugin_v0.18.33", diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.md b/webpack/webpack4-localization-plugin/CHANGELOG.md index fd2fdbc7b2e..018a54e3e07 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.18.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.18.33 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json index bcddb75ff0a..76c641b1fb7 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.34", + "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.4.34`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.13.33", "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.33", diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md index 8b8aba6cf59..c42ecf9b977 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.13.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.13.33 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json index 896e5b05d49..90597ae87c2 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.34", + "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.110`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.109` to `2.0.110`" + } + ] + } + }, { "version": "0.2.33", "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.33", diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md index be8b939d877..92cb05684f6 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 Thu, 29 Feb 2024 07:11:45 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.2.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.2.33 Thu, 29 Feb 2024 07:11:45 GMT diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.json b/webpack/webpack5-localization-plugin/CHANGELOG.json index 9fb38287928..197b168a19d 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.9", + "tag": "@rushstack/webpack5-localization-plugin_v0.9.9", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.9.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + } + ] + } + }, { "version": "0.9.8", "tag": "@rushstack/webpack5-localization-plugin_v0.9.8", diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.md b/webpack/webpack5-localization-plugin/CHANGELOG.md index 32cb914a382..fc7d91180bc 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 0.9.9 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 0.9.8 Thu, 29 Feb 2024 07:11:46 GMT diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json index e71e23501b1..8a3049e30c7 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.34", + "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.34", + "date": "Fri, 01 Mar 2024 01:10:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.65.8`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.4.34`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.4.34`" + } + ] + } + }, { "version": "5.5.33", "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.33", diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md index 5d3041bc3bb..296df5ee185 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 Thu, 29 Feb 2024 07:11:46 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 01:10:08 GMT and should not be manually modified. + +## 5.5.34 +Fri, 01 Mar 2024 01:10:08 GMT + +_Version update only_ ## 5.5.33 Thu, 29 Feb 2024 07:11:46 GMT