From 2aba2f267cda3700540734a90f767be1860c44c4 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Mon, 21 Oct 2024 18:50:10 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/api-documenter/CHANGELOG.json | 12 +++++++ apps/api-documenter/CHANGELOG.md | 7 +++- apps/heft/CHANGELOG.json | 12 +++++++ apps/heft/CHANGELOG.md | 9 ++++- apps/lockfile-explorer/CHANGELOG.json | 12 +++++++ apps/lockfile-explorer/CHANGELOG.md | 7 +++- apps/rundown/CHANGELOG.json | 12 +++++++ apps/rundown/CHANGELOG.md | 7 +++- apps/trace-import/CHANGELOG.json | 12 +++++++ apps/trace-import/CHANGELOG.md | 7 +++- .../kill-true-case-path_2024-10-11-23-03.json | 10 ------ eslint/eslint-bulk/CHANGELOG.json | 12 +++++++ eslint/eslint-bulk/CHANGELOG.md | 7 +++- .../heft-api-extractor-plugin/CHANGELOG.json | 15 +++++++++ .../heft-api-extractor-plugin/CHANGELOG.md | 7 +++- .../heft-dev-cert-plugin/CHANGELOG.json | 18 ++++++++++ .../heft-dev-cert-plugin/CHANGELOG.md | 7 +++- heft-plugins/heft-jest-plugin/CHANGELOG.json | 15 +++++++++ heft-plugins/heft-jest-plugin/CHANGELOG.md | 7 +++- heft-plugins/heft-lint-plugin/CHANGELOG.json | 18 ++++++++++ heft-plugins/heft-lint-plugin/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 18 ++++++++++ .../CHANGELOG.md | 7 +++- heft-plugins/heft-sass-plugin/CHANGELOG.json | 18 ++++++++++ heft-plugins/heft-sass-plugin/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 21 ++++++++++++ .../heft-serverless-stack-plugin/CHANGELOG.md | 7 +++- .../heft-storybook-plugin/CHANGELOG.json | 21 ++++++++++++ .../heft-storybook-plugin/CHANGELOG.md | 7 +++- .../heft-typescript-plugin/CHANGELOG.json | 15 +++++++++ .../heft-typescript-plugin/CHANGELOG.md | 7 +++- .../heft-webpack4-plugin/CHANGELOG.json | 18 ++++++++++ .../heft-webpack4-plugin/CHANGELOG.md | 7 +++- .../heft-webpack5-plugin/CHANGELOG.json | 18 ++++++++++ .../heft-webpack5-plugin/CHANGELOG.md | 7 +++- .../debug-certificate-manager/CHANGELOG.json | 12 +++++++ .../debug-certificate-manager/CHANGELOG.md | 7 +++- libraries/load-themed-styles/CHANGELOG.json | 12 +++++++ libraries/load-themed-styles/CHANGELOG.md | 7 +++- .../localization-utilities/CHANGELOG.json | 15 +++++++++ libraries/localization-utilities/CHANGELOG.md | 7 +++- libraries/lookup-by-path/CHANGELOG.json | 12 +++++++ libraries/lookup-by-path/CHANGELOG.md | 7 +++- libraries/module-minifier/CHANGELOG.json | 15 +++++++++ libraries/module-minifier/CHANGELOG.md | 7 +++- libraries/package-deps-hash/CHANGELOG.json | 12 +++++++ libraries/package-deps-hash/CHANGELOG.md | 7 +++- libraries/package-extractor/CHANGELOG.json | 18 ++++++++++ libraries/package-extractor/CHANGELOG.md | 7 +++- libraries/stream-collator/CHANGELOG.json | 12 +++++++ libraries/stream-collator/CHANGELOG.md | 7 +++- libraries/typings-generator/CHANGELOG.json | 12 +++++++ libraries/typings-generator/CHANGELOG.md | 7 +++- libraries/worker-pool/CHANGELOG.json | 12 +++++++ libraries/worker-pool/CHANGELOG.md | 7 +++- rigs/heft-node-rig/CHANGELOG.json | 27 +++++++++++++++ rigs/heft-node-rig/CHANGELOG.md | 7 +++- rigs/heft-web-rig/CHANGELOG.json | 33 +++++++++++++++++++ rigs/heft-web-rig/CHANGELOG.md | 7 +++- .../hashed-folder-copy-plugin/CHANGELOG.json | 12 +++++++ .../hashed-folder-copy-plugin/CHANGELOG.md | 7 +++- .../loader-load-themed-styles/CHANGELOG.json | 18 ++++++++++ .../loader-load-themed-styles/CHANGELOG.md | 7 +++- webpack/loader-raw-script/CHANGELOG.json | 12 +++++++ webpack/loader-raw-script/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 12 +++++++ .../CHANGELOG.md | 7 +++- .../CHANGELOG.json | 15 +++++++++ .../CHANGELOG.md | 7 +++- .../CHANGELOG.json | 15 +++++++++ .../CHANGELOG.md | 7 +++- .../webpack-plugin-utilities/CHANGELOG.json | 12 +++++++ webpack/webpack-plugin-utilities/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 15 +++++++++ .../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 +++- 85 files changed, 911 insertions(+), 52 deletions(-) delete mode 100644 common/changes/@rushstack/heft/kill-true-case-path_2024-10-11-23-03.json diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index abcd69f5e1a..2e06f6affb9 100644 --- a/apps/api-documenter/CHANGELOG.json +++ b/apps/api-documenter/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/api-documenter", "entries": [ + { + "version": "7.25.20", + "tag": "@microsoft/api-documenter_v7.25.20", + "date": "Mon, 21 Oct 2024 18:50:09 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "7.25.19", "tag": "@microsoft/api-documenter_v7.25.19", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index 416bcf964a5..14002280046 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:09 GMT and should not be manually modified. + +## 7.25.20 +Mon, 21 Oct 2024 18:50:09 GMT + +_Version update only_ ## 7.25.19 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/apps/heft/CHANGELOG.json b/apps/heft/CHANGELOG.json index e1a88245fd3..464e44d3164 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "0.68.5", + "tag": "@rushstack/heft_v0.68.5", + "date": "Mon, 21 Oct 2024 18:50:09 GMT", + "comments": { + "patch": [ + { + "comment": "Remove usage of true-case-path in favor of manually adjusting the drive letter casing to avoid confusing file system tracing tools with unnecessary directory enumerations." + } + ] + } + }, { "version": "0.68.4", "tag": "@rushstack/heft_v0.68.4", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index c2461bbcddb..fc0c1c2025c 100644 --- a/apps/heft/CHANGELOG.md +++ b/apps/heft/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/heft -This log was last generated on Thu, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:09 GMT and should not be manually modified. + +## 0.68.5 +Mon, 21 Oct 2024 18:50:09 GMT + +### Patches + +- Remove usage of true-case-path in favor of manually adjusting the drive letter casing to avoid confusing file system tracing tools with unnecessary directory enumerations. ## 0.68.4 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/apps/lockfile-explorer/CHANGELOG.json b/apps/lockfile-explorer/CHANGELOG.json index b1d2a0719b4..39ec81404f1 100644 --- a/apps/lockfile-explorer/CHANGELOG.json +++ b/apps/lockfile-explorer/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/lockfile-explorer", "entries": [ + { + "version": "1.7.6", + "tag": "@rushstack/lockfile-explorer_v1.7.6", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "1.7.5", "tag": "@rushstack/lockfile-explorer_v1.7.5", diff --git a/apps/lockfile-explorer/CHANGELOG.md b/apps/lockfile-explorer/CHANGELOG.md index 1dd28f5cfcd..c1c02a75535 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 1.7.6 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 1.7.5 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/apps/rundown/CHANGELOG.json b/apps/rundown/CHANGELOG.json index dd49601d767..d0896be61c3 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.1.72", + "tag": "@rushstack/rundown_v1.1.72", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "1.1.71", "tag": "@rushstack/rundown_v1.1.71", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index 655021384e7..58d7f3d2c8d 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 1.1.72 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 1.1.71 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/apps/trace-import/CHANGELOG.json b/apps/trace-import/CHANGELOG.json index 281c35dd668..a2abb5dfe12 100644 --- a/apps/trace-import/CHANGELOG.json +++ b/apps/trace-import/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/trace-import", "entries": [ + { + "version": "0.3.72", + "tag": "@rushstack/trace-import_v0.3.72", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.3.71", "tag": "@rushstack/trace-import_v0.3.71", diff --git a/apps/trace-import/CHANGELOG.md b/apps/trace-import/CHANGELOG.md index f4e3cf585b1..c9fbde5a715 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.3.72 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.3.71 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/common/changes/@rushstack/heft/kill-true-case-path_2024-10-11-23-03.json b/common/changes/@rushstack/heft/kill-true-case-path_2024-10-11-23-03.json deleted file mode 100644 index 235eb918b10..00000000000 --- a/common/changes/@rushstack/heft/kill-true-case-path_2024-10-11-23-03.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/heft", - "comment": "Remove usage of true-case-path in favor of manually adjusting the drive letter casing to avoid confusing file system tracing tools with unnecessary directory enumerations.", - "type": "patch" - } - ], - "packageName": "@rushstack/heft" -} \ No newline at end of file diff --git a/eslint/eslint-bulk/CHANGELOG.json b/eslint/eslint-bulk/CHANGELOG.json index 49183a0636b..eaa46b5762c 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.64", + "tag": "@rushstack/eslint-bulk_v0.1.64", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.1.63", "tag": "@rushstack/eslint-bulk_v0.1.63", diff --git a/eslint/eslint-bulk/CHANGELOG.md b/eslint/eslint-bulk/CHANGELOG.md index a3008445d26..6bda9331eaa 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.1.64 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.1.63 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json index ba03536fc6e..d0fd90ecd90 100644 --- a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json +++ b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-api-extractor-plugin", "entries": [ + { + "version": "0.3.55", + "tag": "@rushstack/heft-api-extractor-plugin_v0.3.55", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.3.54", "tag": "@rushstack/heft-api-extractor-plugin_v0.3.54", diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md index c6a6ce2ae38..8c70ebe1ae5 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.3.55 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.3.54 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json index 5e13403ef2f..8e7a289fcfa 100644 --- a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json +++ b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-dev-cert-plugin", "entries": [ + { + "version": "0.4.73", + "tag": "@rushstack/heft-dev-cert-plugin_v0.4.73", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.4.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.4.72", "tag": "@rushstack/heft-dev-cert-plugin_v0.4.72", diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md index 6f83d3e6876..6158bf06e41 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.4.73 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.4.72 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.json b/heft-plugins/heft-jest-plugin/CHANGELOG.json index ab6888931d3..56b8a4ef8a0 100644 --- a/heft-plugins/heft-jest-plugin/CHANGELOG.json +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-jest-plugin", "entries": [ + { + "version": "0.12.17", + "tag": "@rushstack/heft-jest-plugin_v0.12.17", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.12.16", "tag": "@rushstack/heft-jest-plugin_v0.12.16", diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.md b/heft-plugins/heft-jest-plugin/CHANGELOG.md index af0068a9bf4..56f91fc9bc5 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.12.17 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.12.16 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.json b/heft-plugins/heft-lint-plugin/CHANGELOG.json index 46f234f03e0..99c1a945aa1 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.5.4", + "tag": "@rushstack/heft-lint-plugin_v0.5.4", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.5.3", "tag": "@rushstack/heft-lint-plugin_v0.5.3", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.md b/heft-plugins/heft-lint-plugin/CHANGELOG.md index b7632c55b24..826b1c651fe 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.5.4 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.5.3 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json index ac419c7dbc1..7af7811bb25 100644 --- a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json +++ b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-localization-typings-plugin", "entries": [ + { + "version": "0.2.9", + "tag": "@rushstack/heft-localization-typings-plugin_v0.2.9", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.2.8", "tag": "@rushstack/heft-localization-typings-plugin_v0.2.8", diff --git a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md index c02f940b3fc..a70b766eb50 100644 --- a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md +++ b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-localization-typings-plugin -This log was last generated on Thu, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.2.9 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.2.8 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.json b/heft-plugins/heft-sass-plugin/CHANGELOG.json index f6e4f3bbc9a..a08f6d08aff 100644 --- a/heft-plugins/heft-sass-plugin/CHANGELOG.json +++ b/heft-plugins/heft-sass-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-sass-plugin", "entries": [ + { + "version": "0.15.3", + "tag": "@rushstack/heft-sass-plugin_v0.15.3", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.14.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.15.2", "tag": "@rushstack/heft-sass-plugin_v0.15.2", diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.md b/heft-plugins/heft-sass-plugin/CHANGELOG.md index c51a7629da7..49863bf270f 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.15.3 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.15.2 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json index 308d8c773ab..b46fedb099c 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.74", + "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.74", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.73`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.3.73", "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.73", diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md index 558d786abd8..31f3705db5c 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.3.74 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.3.73 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.json b/heft-plugins/heft-storybook-plugin/CHANGELOG.json index 321b7711ff5..9bda7ed99e0 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.51", + "tag": "@rushstack/heft-storybook-plugin_v0.6.51", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.73`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.6.50", "tag": "@rushstack/heft-storybook-plugin_v0.6.50", diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.md b/heft-plugins/heft-storybook-plugin/CHANGELOG.md index 3ef27972227..9a6c8938d42 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.6.51 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.6.50 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.json b/heft-plugins/heft-typescript-plugin/CHANGELOG.json index 889d55ed902..4085ba2048e 100644 --- a/heft-plugins/heft-typescript-plugin/CHANGELOG.json +++ b/heft-plugins/heft-typescript-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-typescript-plugin", "entries": [ + { + "version": "0.5.34", + "tag": "@rushstack/heft-typescript-plugin_v0.5.34", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.5.33", "tag": "@rushstack/heft-typescript-plugin_v0.5.33", diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.md b/heft-plugins/heft-typescript-plugin/CHANGELOG.md index c155ffd543b..ce60a526331 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.5.34 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.5.33 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json index 8e048cb96ac..81628a39ba8 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.73", + "tag": "@rushstack/heft-webpack4-plugin_v0.10.73", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.4.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.10.72", "tag": "@rushstack/heft-webpack4-plugin_v0.10.72", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md index bcc50f6315d..4a51bafdb88 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.10.73 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.10.72 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json index 77d7cb1f8ea..58f265b7272 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.11.3", + "tag": "@rushstack/heft-webpack5-plugin_v0.11.3", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.4.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.11.2", "tag": "@rushstack/heft-webpack5-plugin_v0.11.2", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md index 2cf35cf8e2f..7dd823037dc 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.11.3 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.11.2 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/libraries/debug-certificate-manager/CHANGELOG.json b/libraries/debug-certificate-manager/CHANGELOG.json index 67f55240de3..478c50cc18e 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.4.6", + "tag": "@rushstack/debug-certificate-manager_v1.4.6", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "1.4.5", "tag": "@rushstack/debug-certificate-manager_v1.4.5", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index 162c3e76ce9..31380b001d4 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 1.4.6 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 1.4.5 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index ca065ff47ee..061c3679c0b 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.148", + "tag": "@microsoft/load-themed-styles_v2.0.148", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "2.0.147", "tag": "@microsoft/load-themed-styles_v2.0.147", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index 2801d9b8414..6a72508d690 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 2.0.148 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 2.0.147 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/libraries/localization-utilities/CHANGELOG.json b/libraries/localization-utilities/CHANGELOG.json index 89b27183866..d495bced850 100644 --- a/libraries/localization-utilities/CHANGELOG.json +++ b/libraries/localization-utilities/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/localization-utilities", "entries": [ + { + "version": "0.12.9", + "tag": "@rushstack/localization-utilities_v0.12.9", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.14.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.12.8", "tag": "@rushstack/localization-utilities_v0.12.8", diff --git a/libraries/localization-utilities/CHANGELOG.md b/libraries/localization-utilities/CHANGELOG.md index 45975e631fd..5751bf274fd 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.12.9 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.12.8 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/libraries/lookup-by-path/CHANGELOG.json b/libraries/lookup-by-path/CHANGELOG.json index 4aea132a7d7..783a2253f08 100644 --- a/libraries/lookup-by-path/CHANGELOG.json +++ b/libraries/lookup-by-path/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/lookup-by-path", "entries": [ + { + "version": "0.4.1", + "tag": "@rushstack/lookup-by-path_v0.4.1", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.4.0", "tag": "@rushstack/lookup-by-path_v0.4.0", diff --git a/libraries/lookup-by-path/CHANGELOG.md b/libraries/lookup-by-path/CHANGELOG.md index 03eb49c04fc..673558ca397 100644 --- a/libraries/lookup-by-path/CHANGELOG.md +++ b/libraries/lookup-by-path/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/lookup-by-path -This log was last generated on Thu, 17 Oct 2024 20:25:42 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.4.1 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.4.0 Thu, 17 Oct 2024 20:25:42 GMT diff --git a/libraries/module-minifier/CHANGELOG.json b/libraries/module-minifier/CHANGELOG.json index 1aa1d3b26d3..d3ef5dce42b 100644 --- a/libraries/module-minifier/CHANGELOG.json +++ b/libraries/module-minifier/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/module-minifier", "entries": [ + { + "version": "0.6.28", + "tag": "@rushstack/module-minifier_v0.6.28", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.73`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.6.27", "tag": "@rushstack/module-minifier_v0.6.27", diff --git a/libraries/module-minifier/CHANGELOG.md b/libraries/module-minifier/CHANGELOG.md index e266ab5e450..6f564a29c22 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.6.28 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.6.27 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index 7d88365940c..96508622ec1 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.2.6", + "tag": "@rushstack/package-deps-hash_v4.2.6", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "4.2.5", "tag": "@rushstack/package-deps-hash_v4.2.5", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index 45c1a73aa31..1db22e4ebfb 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 4.2.6 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 4.2.5 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/libraries/package-extractor/CHANGELOG.json b/libraries/package-extractor/CHANGELOG.json index a12f5f64a7e..ad57a43d928 100644 --- a/libraries/package-extractor/CHANGELOG.json +++ b/libraries/package-extractor/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/package-extractor", "entries": [ + { + "version": "0.9.7", + "tag": "@rushstack/package-extractor_v0.9.7", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.11.72`" + } + ] + } + }, { "version": "0.9.6", "tag": "@rushstack/package-extractor_v0.9.6", diff --git a/libraries/package-extractor/CHANGELOG.md b/libraries/package-extractor/CHANGELOG.md index 1dcfe0d4e41..0710e00fece 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.9.7 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.9.6 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/libraries/stream-collator/CHANGELOG.json b/libraries/stream-collator/CHANGELOG.json index 4d0b82624f3..b183a55918d 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.73", + "tag": "@rushstack/stream-collator_v4.1.73", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "4.1.72", "tag": "@rushstack/stream-collator_v4.1.72", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index df87b98f1cd..a41354c9780 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 4.1.73 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 4.1.72 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/libraries/typings-generator/CHANGELOG.json b/libraries/typings-generator/CHANGELOG.json index 58ea522305b..bc2a90b69f4 100644 --- a/libraries/typings-generator/CHANGELOG.json +++ b/libraries/typings-generator/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/typings-generator", "entries": [ + { + "version": "0.14.9", + "tag": "@rushstack/typings-generator_v0.14.9", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.14.8", "tag": "@rushstack/typings-generator_v0.14.8", diff --git a/libraries/typings-generator/CHANGELOG.md b/libraries/typings-generator/CHANGELOG.md index fcae4bfef90..8c88bc3ca4b 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.14.9 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.14.8 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/libraries/worker-pool/CHANGELOG.json b/libraries/worker-pool/CHANGELOG.json index 18376b4cf60..f75bd57f52c 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.73", + "tag": "@rushstack/worker-pool_v0.4.73", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.4.72", "tag": "@rushstack/worker-pool_v0.4.72", diff --git a/libraries/worker-pool/CHANGELOG.md b/libraries/worker-pool/CHANGELOG.md index 869e35a2028..d18ddf84480 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.4.73 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.4.72 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index d460de6b1df..c6c8ecfcb19 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "2.6.39", + "tag": "@rushstack/heft-node-rig_v2.6.39", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.55`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.12.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.5.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "2.6.38", "tag": "@rushstack/heft-node-rig_v2.6.38", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index 27cad40b97b..6f300425401 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 2.6.39 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 2.6.38 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index c4c1dd3c964..c837c6dc964 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "0.25.6", + "tag": "@rushstack/heft-web-rig_v0.25.6", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.55`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.12.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.5.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.15.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.4` to `0.68.5`" + } + ] + } + }, { "version": "0.25.5", "tag": "@rushstack/heft-web-rig_v0.25.5", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index cbc035bb6e5..f62daad93d2 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.25.6 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.25.5 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.json b/webpack/hashed-folder-copy-plugin/CHANGELOG.json index 88d65043f06..56da12e26c3 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.64", + "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.64", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "1.0.63", "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.63", diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.md b/webpack/hashed-folder-copy-plugin/CHANGELOG.md index e1915ab506d..11ab229f965 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 1.0.64 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 1.0.63 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/loader-load-themed-styles/CHANGELOG.json b/webpack/loader-load-themed-styles/CHANGELOG.json index c360d3a1dc0..e37f8c9e008 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.72", + "tag": "@microsoft/loader-load-themed-styles_v2.1.72", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.148`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.147` to `2.0.148`" + } + ] + } + }, { "version": "2.1.71", "tag": "@microsoft/loader-load-themed-styles_v2.1.71", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index fd698ffa89b..c64f4963243 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 2.1.72 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 2.1.71 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index fe289a90b53..d28f0d77aae 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.72", + "tag": "@rushstack/loader-raw-script_v1.4.72", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "1.4.71", "tag": "@rushstack/loader-raw-script_v1.4.71", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index d9673856f32..5502250c29b 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 1.4.72 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 1.4.71 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json index d210ecd36f8..f246d31b74f 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.72", + "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.72", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.11.71", "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.71", diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md index 99374e4294a..d6310aeb3f8 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.11.72 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.11.71 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index d4f33e23dc9..73a89a60c43 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.56", + "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.56", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.56`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "5.1.55", "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.55", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index 6ebd1cc0f80..02ffde02e36 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 5.1.56 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 5.1.55 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json index eea3de2844b..cc548daa2c4 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.73", + "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.73", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.56`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.2.72", "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.72", diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md index 85445b6fb2e..f79282d2cdc 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.2.73 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.2.72 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.json b/webpack/webpack-plugin-utilities/CHANGELOG.json index 0fade5386b3..936af33b5c0 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.56", + "tag": "@rushstack/webpack-plugin-utilities_v0.4.56", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.4.55", "tag": "@rushstack/webpack-plugin-utilities_v0.4.55", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.md b/webpack/webpack-plugin-utilities/CHANGELOG.md index 478a60106ab..71139d94538 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.4.56 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.4.55 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/webpack-workspace-resolve-plugin/CHANGELOG.json b/webpack/webpack-workspace-resolve-plugin/CHANGELOG.json index a1a79bbcdf0..f36c1049d7b 100644 --- a/webpack/webpack-workspace-resolve-plugin/CHANGELOG.json +++ b/webpack/webpack-workspace-resolve-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/webpack-workspace-resolve-plugin", "entries": [ + { + "version": "0.3.11", + "tag": "@rushstack/webpack-workspace-resolve-plugin_v0.3.11", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.4.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.3.10", "tag": "@rushstack/webpack-workspace-resolve-plugin_v0.3.10", diff --git a/webpack/webpack-workspace-resolve-plugin/CHANGELOG.md b/webpack/webpack-workspace-resolve-plugin/CHANGELOG.md index 1019872aba3..fd5bb0ad888 100644 --- a/webpack/webpack-workspace-resolve-plugin/CHANGELOG.md +++ b/webpack/webpack-workspace-resolve-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-workspace-resolve-plugin -This log was last generated on Thu, 17 Oct 2024 20:25:42 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.3.11 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.3.10 Thu, 17 Oct 2024 20:25:42 GMT diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.json b/webpack/webpack4-localization-plugin/CHANGELOG.json index a122a8488c4..7b835e94c34 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.75", + "tag": "@rushstack/webpack4-localization-plugin_v0.18.75", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.18.74", "tag": "@rushstack/webpack4-localization-plugin_v0.18.74", diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.md b/webpack/webpack4-localization-plugin/CHANGELOG.md index 0cd2910b157..81cd44edbbe 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.18.75 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.18.74 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json index e3daaecaea3..b07872ac8bc 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.74", + "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.74", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.6.28`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.73`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.13.73", "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.73", diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md index 16fc431460a..6c8c91c5d83 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.13.74 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.13.73 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json index 69eb9d5583d..617af1830de 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.72", + "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.72", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.148`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.147` to `2.0.148`" + } + ] + } + }, { "version": "0.2.71", "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.71", diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md index 7c5ed5924b0..6eadea29141 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.2.72 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.2.71 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.json b/webpack/webpack5-localization-plugin/CHANGELOG.json index cea4cdfed7a..1837c4a14a1 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.11.16", + "tag": "@rushstack/webpack5-localization-plugin_v0.11.16", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + } + ] + } + }, { "version": "0.11.15", "tag": "@rushstack/webpack5-localization-plugin_v0.11.15", diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.md b/webpack/webpack5-localization-plugin/CHANGELOG.md index 5bead7ffb61..54a87017499 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 0.11.16 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 0.11.15 Thu, 17 Oct 2024 08:35:06 GMT diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json index 9c7bbdcca32..69481d3ac6f 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.75", + "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.75", + "date": "Mon, 21 Oct 2024 18:50:10 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.73`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.5`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.6.28`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.6.28`" + } + ] + } + }, { "version": "5.5.74", "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.74", diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md index 37de1017843..56ab73ca183 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, 17 Oct 2024 08:35:06 GMT and should not be manually modified. +This log was last generated on Mon, 21 Oct 2024 18:50:10 GMT and should not be manually modified. + +## 5.5.75 +Mon, 21 Oct 2024 18:50:10 GMT + +_Version update only_ ## 5.5.74 Thu, 17 Oct 2024 08:35:06 GMT