From c113971714c7143817125f786ab303febed56e1a Mon Sep 17 00:00:00 2001 From: Rushbot Date: Tue, 15 Oct 2024 00:12:32 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/api-documenter/CHANGELOG.json | 12 +++++++ apps/api-documenter/CHANGELOG.md | 7 +++- apps/api-extractor/CHANGELOG.json | 12 +++++++ apps/api-extractor/CHANGELOG.md | 9 ++++- apps/heft/CHANGELOG.json | 12 +++++++ apps/heft/CHANGELOG.md | 7 +++- apps/lockfile-explorer/CHANGELOG.json | 12 +++++++ apps/lockfile-explorer/CHANGELOG.md | 7 +++- apps/rundown/CHANGELOG.json | 12 +++++++ apps/rundown/CHANGELOG.md | 7 +++- apps/trace-import/CHANGELOG.json | 12 +++++++ apps/trace-import/CHANGELOG.md | 7 +++- .../fix-5.6_2024-10-14-19-47.json | 10 ------ .../api-extractor/main_2024-09-20-22-48.json | 11 ------ 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 +++- .../CHANGELOG.json | 18 ++++++++++ .../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/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 | 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 ++++++++ .../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 +++- 88 files changed, 944 insertions(+), 64 deletions(-) delete mode 100644 common/changes/@microsoft/api-extractor/fix-5.6_2024-10-14-19-47.json delete mode 100644 common/changes/@microsoft/api-extractor/main_2024-09-20-22-48.json diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index 190de6c7757..45e0add37d3 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.18", + "tag": "@microsoft/api-documenter_v7.25.18", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "7.25.17", "tag": "@microsoft/api-documenter_v7.25.17", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index 9ea8d297ea5..ead9c9a9803 100644 --- a/apps/api-documenter/CHANGELOG.md +++ b/apps/api-documenter/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/api-documenter -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 7.25.18 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 7.25.17 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/apps/api-extractor/CHANGELOG.json b/apps/api-extractor/CHANGELOG.json index 49b6dc3faad..3ef48ff629d 100644 --- a/apps/api-extractor/CHANGELOG.json +++ b/apps/api-extractor/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/api-extractor", "entries": [ + { + "version": "7.47.10", + "tag": "@microsoft/api-extractor_v7.47.10", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "patch": [ + { + "comment": "Fix a compatibility issue with usage of `getModeForUsageLocation` in TypeScript 5.6" + } + ] + } + }, { "version": "7.47.9", "tag": "@microsoft/api-extractor_v7.47.9", diff --git a/apps/api-extractor/CHANGELOG.md b/apps/api-extractor/CHANGELOG.md index b8eb5ba91ee..c3d6d10a0d7 100644 --- a/apps/api-extractor/CHANGELOG.md +++ b/apps/api-extractor/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @microsoft/api-extractor -This log was last generated on Fri, 13 Sep 2024 00:11:42 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 7.47.10 +Tue, 15 Oct 2024 00:12:31 GMT + +### Patches + +- Fix a compatibility issue with usage of `getModeForUsageLocation` in TypeScript 5.6 ## 7.47.9 Fri, 13 Sep 2024 00:11:42 GMT diff --git a/apps/heft/CHANGELOG.json b/apps/heft/CHANGELOG.json index 774ab42c1e4..11b99852362 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "0.68.3", + "tag": "@rushstack/heft_v0.68.3", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.47.10`" + } + ] + } + }, { "version": "0.68.2", "tag": "@rushstack/heft_v0.68.2", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index 0bb40ba4262..bb6899a9d31 100644 --- a/apps/heft/CHANGELOG.md +++ b/apps/heft/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.68.3 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.68.2 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/apps/lockfile-explorer/CHANGELOG.json b/apps/lockfile-explorer/CHANGELOG.json index d790505beb6..0658143c507 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.4", + "tag": "@rushstack/lockfile-explorer_v1.7.4", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "1.7.3", "tag": "@rushstack/lockfile-explorer_v1.7.3", diff --git a/apps/lockfile-explorer/CHANGELOG.md b/apps/lockfile-explorer/CHANGELOG.md index de9869c3c25..ccc06f262ac 100644 --- a/apps/lockfile-explorer/CHANGELOG.md +++ b/apps/lockfile-explorer/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/lockfile-explorer -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 1.7.4 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 1.7.3 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/apps/rundown/CHANGELOG.json b/apps/rundown/CHANGELOG.json index 23b019b02d8..a8b9c4d06b9 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.1.70", + "tag": "@rushstack/rundown_v1.1.70", + "date": "Tue, 15 Oct 2024 00:12:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "1.1.69", "tag": "@rushstack/rundown_v1.1.69", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index 3aeb2bc4b7a..86303c7cf8d 100644 --- a/apps/rundown/CHANGELOG.md +++ b/apps/rundown/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rundown -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:32 GMT and should not be manually modified. + +## 1.1.70 +Tue, 15 Oct 2024 00:12:32 GMT + +_Version update only_ ## 1.1.69 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/apps/trace-import/CHANGELOG.json b/apps/trace-import/CHANGELOG.json index 59ccf58f538..86090780019 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.70", + "tag": "@rushstack/trace-import_v0.3.70", + "date": "Tue, 15 Oct 2024 00:12:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.3.69", "tag": "@rushstack/trace-import_v0.3.69", diff --git a/apps/trace-import/CHANGELOG.md b/apps/trace-import/CHANGELOG.md index 4b252a29645..2c7ce47b204 100644 --- a/apps/trace-import/CHANGELOG.md +++ b/apps/trace-import/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/trace-import -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:32 GMT and should not be manually modified. + +## 0.3.70 +Tue, 15 Oct 2024 00:12:32 GMT + +_Version update only_ ## 0.3.69 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/common/changes/@microsoft/api-extractor/fix-5.6_2024-10-14-19-47.json b/common/changes/@microsoft/api-extractor/fix-5.6_2024-10-14-19-47.json deleted file mode 100644 index a11c78a8580..00000000000 --- a/common/changes/@microsoft/api-extractor/fix-5.6_2024-10-14-19-47.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-extractor", - "comment": "Fix a compatibility issue with usage of `getModeForUsageLocation` in TypeScript 5.6", - "type": "patch" - } - ], - "packageName": "@microsoft/api-extractor" -} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor/main_2024-09-20-22-48.json b/common/changes/@microsoft/api-extractor/main_2024-09-20-22-48.json deleted file mode 100644 index f7c3a8a84e4..00000000000 --- a/common/changes/@microsoft/api-extractor/main_2024-09-20-22-48.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/api-extractor" - } - ], - "packageName": "@microsoft/api-extractor", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/eslint/eslint-bulk/CHANGELOG.json b/eslint/eslint-bulk/CHANGELOG.json index 6ea08997840..30d62c9c3d3 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.62", + "tag": "@rushstack/eslint-bulk_v0.1.62", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.1.61", "tag": "@rushstack/eslint-bulk_v0.1.61", diff --git a/eslint/eslint-bulk/CHANGELOG.md b/eslint/eslint-bulk/CHANGELOG.md index f472ed3823b..13775277243 100644 --- a/eslint/eslint-bulk/CHANGELOG.md +++ b/eslint/eslint-bulk/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/eslint-bulk -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.1.62 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.1.61 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json index 136881a8682..3db8d1a5ce8 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.53", + "tag": "@rushstack/heft-api-extractor-plugin_v0.3.53", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.47.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.3.52", "tag": "@rushstack/heft-api-extractor-plugin_v0.3.52", diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md index 8ecc1315785..a0cc57be41a 100644 --- a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md +++ b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-api-extractor-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.3.53 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.3.52 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json index 13326404cd2..9b823458e7b 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.71", + "tag": "@rushstack/heft-dev-cert-plugin_v0.4.71", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.4.4`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.47.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.4.70", "tag": "@rushstack/heft-dev-cert-plugin_v0.4.70", diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md index 581d77da1b0..0c4fd39f4b0 100644 --- a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md +++ b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-dev-cert-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.4.71 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.4.70 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.json b/heft-plugins/heft-jest-plugin/CHANGELOG.json index f5577c85cb3..1c390b7cf37 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.15", + "tag": "@rushstack/heft-jest-plugin_v0.12.15", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.12.14", "tag": "@rushstack/heft-jest-plugin_v0.12.14", diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.md b/heft-plugins/heft-jest-plugin/CHANGELOG.md index 7d54d73be07..38f6e6f6d31 100644 --- a/heft-plugins/heft-jest-plugin/CHANGELOG.md +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-jest-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.12.15 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.12.14 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.json b/heft-plugins/heft-lint-plugin/CHANGELOG.json index e4c0414be55..58ae2d831b3 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.1", + "tag": "@rushstack/heft-lint-plugin_v0.5.1", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.31`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.5.0", "tag": "@rushstack/heft-lint-plugin_v0.5.0", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.md b/heft-plugins/heft-lint-plugin/CHANGELOG.md index 82eae9a04aa..298e2ce9a8c 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, 10 Oct 2024 00:11:51 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.5.1 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.5.0 Thu, 10 Oct 2024 00:11:51 GMT diff --git a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json index 338eff1c6f7..d02cb3541e1 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.7", + "tag": "@rushstack/heft-localization-typings-plugin_v0.2.7", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.2.6", "tag": "@rushstack/heft-localization-typings-plugin_v0.2.6", diff --git a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md index 7a476a4816c..4e46ae16241 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 Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.2.7 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.2.6 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.json b/heft-plugins/heft-sass-plugin/CHANGELOG.json index 5af96a5b62b..a02b1d66dcd 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.15.1", + "tag": "@rushstack/heft-sass-plugin_v0.15.1", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.14.7`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.47.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.15.0", "tag": "@rushstack/heft-sass-plugin_v0.15.0", diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.md b/heft-plugins/heft-sass-plugin/CHANGELOG.md index b95fe068110..696c169b9c3 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, 03 Oct 2024 19:46:23 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.15.1 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.15.0 Thu, 03 Oct 2024 19:46:23 GMT diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json index 916a698db06..477f8d79114 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.72", + "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.72", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.71`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.3.71", "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.71", diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md index 2bfb5da2413..62b6a83a4b9 100644 --- a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md +++ b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-serverless-stack-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.3.72 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.3.71 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.json b/heft-plugins/heft-storybook-plugin/CHANGELOG.json index b5d220fdbe3..7bd54002f8a 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.49", + "tag": "@rushstack/heft-storybook-plugin_v0.6.49", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.71`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.6.48", "tag": "@rushstack/heft-storybook-plugin_v0.6.48", diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.md b/heft-plugins/heft-storybook-plugin/CHANGELOG.md index 46b2ddedbf1..f4ccc675539 100644 --- a/heft-plugins/heft-storybook-plugin/CHANGELOG.md +++ b/heft-plugins/heft-storybook-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-storybook-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.6.49 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.6.48 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.json b/heft-plugins/heft-typescript-plugin/CHANGELOG.json index 36901dc541a..cf824be0046 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.31", + "tag": "@rushstack/heft-typescript-plugin_v0.5.31", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.5.30", "tag": "@rushstack/heft-typescript-plugin_v0.5.30", diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.md b/heft-plugins/heft-typescript-plugin/CHANGELOG.md index cf11b958253..fe50560bcb6 100644 --- a/heft-plugins/heft-typescript-plugin/CHANGELOG.md +++ b/heft-plugins/heft-typescript-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-typescript-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.5.31 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.5.30 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json index bd40abcbc1f..9f8d2aa1838 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.71", + "tag": "@rushstack/heft-webpack4-plugin_v0.10.71", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.4.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.10.70", "tag": "@rushstack/heft-webpack4-plugin_v0.10.70", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md index a88f0b4befb..5db43c5aedc 100644 --- a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md +++ b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-webpack4-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.10.71 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.10.70 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json index 6568755f9e0..b71e4b3dd5d 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.1", + "tag": "@rushstack/heft-webpack5-plugin_v0.11.1", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.4.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.11.0", "tag": "@rushstack/heft-webpack5-plugin_v0.11.0", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md index 83bf424d96a..dff2239e609 100644 --- a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md +++ b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-webpack5-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.11.1 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.11.0 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/libraries/debug-certificate-manager/CHANGELOG.json b/libraries/debug-certificate-manager/CHANGELOG.json index 7abdf0d4452..bd56b5d063e 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.4", + "tag": "@rushstack/debug-certificate-manager_v1.4.4", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "1.4.3", "tag": "@rushstack/debug-certificate-manager_v1.4.3", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index 03d957bed54..1168a1ee38c 100644 --- a/libraries/debug-certificate-manager/CHANGELOG.md +++ b/libraries/debug-certificate-manager/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/debug-certificate-manager -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 1.4.4 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 1.4.3 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index 9e37002516a..303ce4dfabe 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.146", + "tag": "@microsoft/load-themed-styles_v2.0.146", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "2.0.145", "tag": "@microsoft/load-themed-styles_v2.0.145", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index fe860ce4a3f..c8e7d54bf1f 100644 --- a/libraries/load-themed-styles/CHANGELOG.md +++ b/libraries/load-themed-styles/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/load-themed-styles -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 2.0.146 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 2.0.145 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/libraries/localization-utilities/CHANGELOG.json b/libraries/localization-utilities/CHANGELOG.json index 14d12e6cecc..acc27588372 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.7", + "tag": "@rushstack/localization-utilities_v0.12.7", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.14.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.12.6", "tag": "@rushstack/localization-utilities_v0.12.6", diff --git a/libraries/localization-utilities/CHANGELOG.md b/libraries/localization-utilities/CHANGELOG.md index 80eec4793f3..bca659284cd 100644 --- a/libraries/localization-utilities/CHANGELOG.md +++ b/libraries/localization-utilities/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/localization-utilities -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.12.7 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.12.6 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/libraries/lookup-by-path/CHANGELOG.json b/libraries/lookup-by-path/CHANGELOG.json index 823ebd03164..3c5bd9c8d3b 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.3.1", + "tag": "@rushstack/lookup-by-path_v0.3.1", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.3.0", "tag": "@rushstack/lookup-by-path_v0.3.0", diff --git a/libraries/lookup-by-path/CHANGELOG.md b/libraries/lookup-by-path/CHANGELOG.md index 9a7057f6c85..3092de72252 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, 03 Oct 2024 15:11:00 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.3.1 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.3.0 Thu, 03 Oct 2024 15:11:00 GMT diff --git a/libraries/module-minifier/CHANGELOG.json b/libraries/module-minifier/CHANGELOG.json index 77a7feba3d5..d8c8d4ca803 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.26", + "tag": "@rushstack/module-minifier_v0.6.26", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.71`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.6.25", "tag": "@rushstack/module-minifier_v0.6.25", diff --git a/libraries/module-minifier/CHANGELOG.md b/libraries/module-minifier/CHANGELOG.md index 09c82fd357b..523380375a6 100644 --- a/libraries/module-minifier/CHANGELOG.md +++ b/libraries/module-minifier/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/module-minifier -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.6.26 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.6.25 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index c45666c53a1..328dbab5917 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.4", + "tag": "@rushstack/package-deps-hash_v4.2.4", + "date": "Tue, 15 Oct 2024 00:12:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "4.2.3", "tag": "@rushstack/package-deps-hash_v4.2.3", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index 55b2dff46c3..0932bdaed5d 100644 --- a/libraries/package-deps-hash/CHANGELOG.md +++ b/libraries/package-deps-hash/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/package-deps-hash -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:32 GMT and should not be manually modified. + +## 4.2.4 +Tue, 15 Oct 2024 00:12:32 GMT + +_Version update only_ ## 4.2.3 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/libraries/package-extractor/CHANGELOG.json b/libraries/package-extractor/CHANGELOG.json index 39282b72273..77a0259e79e 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.5", + "tag": "@rushstack/package-extractor_v0.9.5", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.11.70`" + } + ] + } + }, { "version": "0.9.4", "tag": "@rushstack/package-extractor_v0.9.4", diff --git a/libraries/package-extractor/CHANGELOG.md b/libraries/package-extractor/CHANGELOG.md index 69237429a9d..be8a11a7153 100644 --- a/libraries/package-extractor/CHANGELOG.md +++ b/libraries/package-extractor/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/package-extractor -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.9.5 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.9.4 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/libraries/stream-collator/CHANGELOG.json b/libraries/stream-collator/CHANGELOG.json index b29dd2db0ad..0c0e9e3f015 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.71", + "tag": "@rushstack/stream-collator_v4.1.71", + "date": "Tue, 15 Oct 2024 00:12:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "4.1.70", "tag": "@rushstack/stream-collator_v4.1.70", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index 2dde53394b0..b985e7243da 100644 --- a/libraries/stream-collator/CHANGELOG.md +++ b/libraries/stream-collator/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/stream-collator -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:32 GMT and should not be manually modified. + +## 4.1.71 +Tue, 15 Oct 2024 00:12:32 GMT + +_Version update only_ ## 4.1.70 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/libraries/typings-generator/CHANGELOG.json b/libraries/typings-generator/CHANGELOG.json index ef1f0942cd9..392e0989376 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.7", + "tag": "@rushstack/typings-generator_v0.14.7", + "date": "Tue, 15 Oct 2024 00:12:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.14.6", "tag": "@rushstack/typings-generator_v0.14.6", diff --git a/libraries/typings-generator/CHANGELOG.md b/libraries/typings-generator/CHANGELOG.md index 4c6b26df346..676888316d6 100644 --- a/libraries/typings-generator/CHANGELOG.md +++ b/libraries/typings-generator/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/typings-generator -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:32 GMT and should not be manually modified. + +## 0.14.7 +Tue, 15 Oct 2024 00:12:32 GMT + +_Version update only_ ## 0.14.6 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/libraries/worker-pool/CHANGELOG.json b/libraries/worker-pool/CHANGELOG.json index cf4df853d11..832644c4b22 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.71", + "tag": "@rushstack/worker-pool_v0.4.71", + "date": "Tue, 15 Oct 2024 00:12:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.4.70", "tag": "@rushstack/worker-pool_v0.4.70", diff --git a/libraries/worker-pool/CHANGELOG.md b/libraries/worker-pool/CHANGELOG.md index e2a2d7b5522..80c284f32e0 100644 --- a/libraries/worker-pool/CHANGELOG.md +++ b/libraries/worker-pool/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/worker-pool -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:32 GMT and should not be manually modified. + +## 0.4.71 +Tue, 15 Oct 2024 00:12:32 GMT + +_Version update only_ ## 0.4.70 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index dc8b2d0fb67..f25bd63cabb 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.6.36", + "tag": "@rushstack/heft-node-rig_v2.6.36", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.47.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.53`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.12.15`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.5.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.31`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "2.6.35", "tag": "@rushstack/heft-node-rig_v2.6.35", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index fb6c5bde757..059fe549409 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, 10 Oct 2024 00:11:51 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 2.6.36 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 2.6.35 Thu, 10 Oct 2024 00:11:51 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index de6c8807150..f8b29488bad 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.25.3", + "tag": "@rushstack/heft-web-rig_v0.25.3", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.47.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.53`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.12.15`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.5.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.15.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.31`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.2` to `0.68.3`" + } + ] + } + }, { "version": "0.25.2", "tag": "@rushstack/heft-web-rig_v0.25.2", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index 751082e5787..a4aa9e89eae 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, 10 Oct 2024 00:11:51 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.25.3 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.25.2 Thu, 10 Oct 2024 00:11:51 GMT diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.json b/webpack/hashed-folder-copy-plugin/CHANGELOG.json index 89919a11433..502fea9d5e0 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.62", + "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.62", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "1.0.61", "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.61", diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.md b/webpack/hashed-folder-copy-plugin/CHANGELOG.md index c608a3785fc..a195d651f6a 100644 --- a/webpack/hashed-folder-copy-plugin/CHANGELOG.md +++ b/webpack/hashed-folder-copy-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/hashed-folder-copy-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 1.0.62 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 1.0.61 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/webpack/loader-load-themed-styles/CHANGELOG.json b/webpack/loader-load-themed-styles/CHANGELOG.json index 1b42a400206..7b12b211cb8 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.70", + "tag": "@microsoft/loader-load-themed-styles_v2.1.70", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.146`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.145` to `2.0.146`" + } + ] + } + }, { "version": "2.1.69", "tag": "@microsoft/loader-load-themed-styles_v2.1.69", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index c93c5a51a0b..d1ab850a9ed 100644 --- a/webpack/loader-load-themed-styles/CHANGELOG.md +++ b/webpack/loader-load-themed-styles/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/loader-load-themed-styles -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 2.1.70 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 2.1.69 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index 447528987e2..80021ba9c4f 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.70", + "tag": "@rushstack/loader-raw-script_v1.4.70", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "1.4.69", "tag": "@rushstack/loader-raw-script_v1.4.69", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index 34d0add5718..8225b2db765 100644 --- a/webpack/loader-raw-script/CHANGELOG.md +++ b/webpack/loader-raw-script/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/loader-raw-script -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 1.4.70 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 1.4.69 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json index e7f3faad3a5..5d30d2c3a1f 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.70", + "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.70", + "date": "Tue, 15 Oct 2024 00:12:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.11.69", "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.69", diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md index c74ebd9e72e..c82e442a6ae 100644 --- a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md +++ b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-preserve-dynamic-require-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:32 GMT and should not be manually modified. + +## 0.11.70 +Tue, 15 Oct 2024 00:12:32 GMT + +_Version update only_ ## 0.11.69 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index 96f7fe007a3..3a06aecc194 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.54", + "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.54", + "date": "Tue, 15 Oct 2024 00:12:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.54`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "5.1.53", "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.53", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index 83fadfdbf14..933e5afdbe0 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.md +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/set-webpack-public-path-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:32 GMT and should not be manually modified. + +## 5.1.54 +Tue, 15 Oct 2024 00:12:32 GMT + +_Version update only_ ## 5.1.53 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json index 17724cec8a2..2ca7757c9f4 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.71", + "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.71", + "date": "Tue, 15 Oct 2024 00:12:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.54`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.2.70", "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.70", diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md index e0da8bc67d3..64779faad76 100644 --- a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md +++ b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-embedded-dependencies-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:32 GMT and should not be manually modified. + +## 0.2.71 +Tue, 15 Oct 2024 00:12:32 GMT + +_Version update only_ ## 0.2.70 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.json b/webpack/webpack-plugin-utilities/CHANGELOG.json index a501357e737..87fac18ec19 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.54", + "tag": "@rushstack/webpack-plugin-utilities_v0.4.54", + "date": "Tue, 15 Oct 2024 00:12:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.4.53", "tag": "@rushstack/webpack-plugin-utilities_v0.4.53", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.md b/webpack/webpack-plugin-utilities/CHANGELOG.md index 8eba16df05f..05fb57efb33 100644 --- a/webpack/webpack-plugin-utilities/CHANGELOG.md +++ b/webpack/webpack-plugin-utilities/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-plugin-utilities -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:32 GMT and should not be manually modified. + +## 0.4.54 +Tue, 15 Oct 2024 00:12:32 GMT + +_Version update only_ ## 0.4.53 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/webpack/webpack-workspace-resolve-plugin/CHANGELOG.json b/webpack/webpack-workspace-resolve-plugin/CHANGELOG.json index 29d308c5206..31aa1ef1577 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.8", + "tag": "@rushstack/webpack-workspace-resolve-plugin_v0.3.8", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.3.7", "tag": "@rushstack/webpack-workspace-resolve-plugin_v0.3.7", diff --git a/webpack/webpack-workspace-resolve-plugin/CHANGELOG.md b/webpack/webpack-workspace-resolve-plugin/CHANGELOG.md index e35cea331a9..bd15a930266 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, 03 Oct 2024 15:11:00 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.3.8 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.3.7 Thu, 03 Oct 2024 15:11:00 GMT diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.json b/webpack/webpack4-localization-plugin/CHANGELOG.json index 57554812aaf..73aa6425338 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.73", + "tag": "@rushstack/webpack4-localization-plugin_v0.18.73", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.18.72", "tag": "@rushstack/webpack4-localization-plugin_v0.18.72", diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.md b/webpack/webpack4-localization-plugin/CHANGELOG.md index 3130e932a22..dc0eb262094 100644 --- a/webpack/webpack4-localization-plugin/CHANGELOG.md +++ b/webpack/webpack4-localization-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack4-localization-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.18.73 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.18.72 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json index aee2ce0f612..78f7f7f2c82 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.72", + "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.72", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.6.26`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.71`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.13.71", "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.71", diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md index 3cb4c0e41f6..41f3bdc8e68 100644 --- a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md +++ b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack4-module-minifier-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.13.72 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.13.71 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json index 2ce78e46659..38d42109b38 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.70", + "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.70", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.146`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.145` to `2.0.146`" + } + ] + } + }, { "version": "0.2.69", "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.69", diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md index d20588d2d29..304801a4509 100644 --- a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md +++ b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/webpack5-load-themed-styles-loader -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.2.70 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.2.69 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.json b/webpack/webpack5-localization-plugin/CHANGELOG.json index 6f18d701be4..4beff9ce7fd 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.14", + "tag": "@rushstack/webpack5-localization-plugin_v0.11.14", + "date": "Tue, 15 Oct 2024 00:12:31 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + } + ] + } + }, { "version": "0.11.13", "tag": "@rushstack/webpack5-localization-plugin_v0.11.13", diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.md b/webpack/webpack5-localization-plugin/CHANGELOG.md index 87b19e998ed..c4f9c99bee4 100644 --- a/webpack/webpack5-localization-plugin/CHANGELOG.md +++ b/webpack/webpack5-localization-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack5-localization-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified. + +## 0.11.14 +Tue, 15 Oct 2024 00:12:31 GMT + +_Version update only_ ## 0.11.13 Wed, 02 Oct 2024 00:11:19 GMT diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json index d660ec0eb18..5b02e846d16 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.73", + "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.73", + "date": "Tue, 15 Oct 2024 00:12:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.71`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.6.26`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.6.26`" + } + ] + } + }, { "version": "5.5.72", "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.72", diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md index 67965943904..49fd720af5a 100644 --- a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md +++ b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack5-module-minifier-plugin -This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. +This log was last generated on Tue, 15 Oct 2024 00:12:32 GMT and should not be manually modified. + +## 5.5.73 +Tue, 15 Oct 2024 00:12:32 GMT + +_Version update only_ ## 5.5.72 Wed, 02 Oct 2024 00:11:19 GMT