diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index a27733950a..9792be0f64 100644 --- a/apps/api-documenter/CHANGELOG.json +++ b/apps/api-documenter/CHANGELOG.json @@ -1,6 +1,35 @@ { "name": "@microsoft/api-documenter", "entries": [ + { + "version": "7.30.16", + "tag": "@microsoft/api-documenter_v7.30.16", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "patch": [ + { + "comment": "Update the `@microsoft/tsdoc` dependency to `~0.17.0`." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.33.13`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "7.30.15", "tag": "@microsoft/api-documenter_v7.30.15", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index 82483715b2..8ccae23ee2 100644 --- a/apps/api-documenter/CHANGELOG.md +++ b/apps/api-documenter/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @microsoft/api-documenter -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 7.30.16 +Tue, 22 Sep 2026 17:35:41 GMT + +### Patches + +- Update the `@microsoft/tsdoc` dependency to `~0.17.0`. ## 7.30.15 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/apps/api-documenter/package.json b/apps/api-documenter/package.json index 3e6d875737..9779287bdf 100644 --- a/apps/api-documenter/package.json +++ b/apps/api-documenter/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-documenter", - "version": "7.30.15", + "version": "7.30.16", "description": "Read JSON files from api-extractor, generate documentation pages", "repository": { "type": "git", diff --git a/apps/api-extractor/CHANGELOG.json b/apps/api-extractor/CHANGELOG.json index 4306b503f9..1684397dee 100644 --- a/apps/api-extractor/CHANGELOG.json +++ b/apps/api-extractor/CHANGELOG.json @@ -1,6 +1,32 @@ { "name": "@microsoft/api-extractor", "entries": [ + { + "version": "7.59.2", + "tag": "@microsoft/api-extractor_v7.59.2", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "patch": [ + { + "comment": "Update the `@microsoft/tsdoc` dependency to `~0.17.0` and the `@microsoft/tsdoc-config` dependency to `~0.18.2`." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.33.13`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + } + ] + } + }, { "version": "7.59.1", "tag": "@microsoft/api-extractor_v7.59.1", diff --git a/apps/api-extractor/CHANGELOG.md b/apps/api-extractor/CHANGELOG.md index 0afdf17c87..6d18da86cc 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 7.59.2 +Tue, 22 Sep 2026 17:35:41 GMT + +### Patches + +- Update the `@microsoft/tsdoc` dependency to `~0.17.0` and the `@microsoft/tsdoc-config` dependency to `~0.18.2`. ## 7.59.1 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/apps/api-extractor/package.json b/apps/api-extractor/package.json index f087700428..2ec972965b 100644 --- a/apps/api-extractor/package.json +++ b/apps/api-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-extractor", - "version": "7.59.1", + "version": "7.59.2", "description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups", "keywords": [ "typescript", diff --git a/apps/cpu-profile-summarizer/CHANGELOG.json b/apps/cpu-profile-summarizer/CHANGELOG.json index abc0bd1a0e..757170d54b 100644 --- a/apps/cpu-profile-summarizer/CHANGELOG.json +++ b/apps/cpu-profile-summarizer/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/cpu-profile-summarizer", "entries": [ + { + "version": "0.2.28", + "tag": "@rushstack/cpu-profile-summarizer_v0.2.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.7.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.2.27", "tag": "@rushstack/cpu-profile-summarizer_v0.2.27", diff --git a/apps/cpu-profile-summarizer/CHANGELOG.md b/apps/cpu-profile-summarizer/CHANGELOG.md index e62f000e48..7d814a8d63 100644 --- a/apps/cpu-profile-summarizer/CHANGELOG.md +++ b/apps/cpu-profile-summarizer/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/cpu-profile-summarizer -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.2.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.2.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/apps/cpu-profile-summarizer/package.json b/apps/cpu-profile-summarizer/package.json index 8fe199f497..46c7a6011c 100644 --- a/apps/cpu-profile-summarizer/package.json +++ b/apps/cpu-profile-summarizer/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/cpu-profile-summarizer", - "version": "0.2.27", + "version": "0.2.28", "description": "CLI tool for running analytics on multiple V8 .cpuprofile files", "repository": { "type": "git", diff --git a/apps/heft/CHANGELOG.json b/apps/heft/CHANGELOG.json index c93e498d12..cf78dd6f0b 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "1.3.1", + "tag": "@rushstack/heft_v1.3.1", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.20.15`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/operation-graph\" to `0.7.3`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.59.2`" + } + ] + } + }, { "version": "1.3.0", "tag": "@rushstack/heft_v1.3.0", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index e3f4ccabc4..30cad0fed4 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.3.1 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.3.0 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/apps/heft/package.json b/apps/heft/package.json index ea73e18a81..102e112d6a 100644 --- a/apps/heft/package.json +++ b/apps/heft/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft", - "version": "1.3.0", + "version": "1.3.1", "description": "Build all your JavaScript projects the same way: A way that works.", "keywords": [ "toolchain", diff --git a/apps/lockfile-explorer/CHANGELOG.json b/apps/lockfile-explorer/CHANGELOG.json index e4be28bf09..782f78cf0b 100644 --- a/apps/lockfile-explorer/CHANGELOG.json +++ b/apps/lockfile-explorer/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/lockfile-explorer", "entries": [ + { + "version": "2.2.29", + "tag": "@rushstack/lockfile-explorer_v2.2.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "2.2.28", "tag": "@rushstack/lockfile-explorer_v2.2.28", diff --git a/apps/lockfile-explorer/CHANGELOG.md b/apps/lockfile-explorer/CHANGELOG.md index 9b1521bbd3..72ad9c277e 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 2.2.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 2.2.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/apps/lockfile-explorer/package.json b/apps/lockfile-explorer/package.json index 7c5b83141c..d37582a325 100644 --- a/apps/lockfile-explorer/package.json +++ b/apps/lockfile-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/lockfile-explorer", - "version": "2.2.28", + "version": "2.2.29", "description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo", "keywords": [ "conflict", diff --git a/apps/playwright-browser-tunnel/CHANGELOG.json b/apps/playwright-browser-tunnel/CHANGELOG.json index be04f11e53..9fb05c67d4 100644 --- a/apps/playwright-browser-tunnel/CHANGELOG.json +++ b/apps/playwright-browser-tunnel/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/playwright-browser-tunnel", "entries": [ + { + "version": "0.3.32", + "tag": "@rushstack/playwright-browser-tunnel_v0.3.32", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.3.31", "tag": "@rushstack/playwright-browser-tunnel_v0.3.31", diff --git a/apps/playwright-browser-tunnel/CHANGELOG.md b/apps/playwright-browser-tunnel/CHANGELOG.md index a86a98d1b8..584a159839 100644 --- a/apps/playwright-browser-tunnel/CHANGELOG.md +++ b/apps/playwright-browser-tunnel/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/playwright-browser-tunnel -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.3.32 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.3.31 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/apps/playwright-browser-tunnel/package.json b/apps/playwright-browser-tunnel/package.json index 48af952890..ffc35f3742 100644 --- a/apps/playwright-browser-tunnel/package.json +++ b/apps/playwright-browser-tunnel/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/playwright-browser-tunnel", - "version": "0.3.31", + "version": "0.3.32", "description": "Run a remote Playwright Browser Tunnel. Useful in remote development environments.", "license": "MIT", "repository": { diff --git a/apps/rundown/CHANGELOG.json b/apps/rundown/CHANGELOG.json index f0f3cb4a77..ca9e85e194 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.3.28", + "tag": "@rushstack/rundown_v1.3.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "1.3.27", "tag": "@rushstack/rundown_v1.3.27", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index 0d4d6fdd3a..b9ca302777 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.3.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.3.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/apps/rundown/package.json b/apps/rundown/package.json index 1f8bc731f9..188ba59e52 100644 --- a/apps/rundown/package.json +++ b/apps/rundown/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rundown", - "version": "1.3.27", + "version": "1.3.28", "description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report", "repository": { "type": "git", diff --git a/apps/rush-mcp-server/CHANGELOG.json b/apps/rush-mcp-server/CHANGELOG.json index 8a417e755f..a842c7ffc0 100644 --- a/apps/rush-mcp-server/CHANGELOG.json +++ b/apps/rush-mcp-server/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/mcp-server", "entries": [ + { + "version": "0.4.28", + "tag": "@rushstack/mcp-server_v0.4.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.4.27", "tag": "@rushstack/mcp-server_v0.4.27", diff --git a/apps/rush-mcp-server/CHANGELOG.md b/apps/rush-mcp-server/CHANGELOG.md index d63c057f8e..9e4d6e2f49 100644 --- a/apps/rush-mcp-server/CHANGELOG.md +++ b/apps/rush-mcp-server/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/mcp-server -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.4.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.4.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/apps/rush-mcp-server/package.json b/apps/rush-mcp-server/package.json index a35c9f138e..58827ab892 100644 --- a/apps/rush-mcp-server/package.json +++ b/apps/rush-mcp-server/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/mcp-server", - "version": "0.4.27", + "version": "0.4.28", "description": "A Model Context Protocol server implementation for Rush", "keywords": [ "rush", diff --git a/apps/trace-import/CHANGELOG.json b/apps/trace-import/CHANGELOG.json index a327ebf516..419548a60c 100644 --- a/apps/trace-import/CHANGELOG.json +++ b/apps/trace-import/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/trace-import", "entries": [ + { + "version": "0.7.28", + "tag": "@rushstack/trace-import_v0.7.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.7.27", "tag": "@rushstack/trace-import_v0.7.27", diff --git a/apps/trace-import/CHANGELOG.md b/apps/trace-import/CHANGELOG.md index e9a7f10a30..1373820a00 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.7.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.7.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/apps/trace-import/package.json b/apps/trace-import/package.json index a0652321b6..fae8dbae22 100644 --- a/apps/trace-import/package.json +++ b/apps/trace-import/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/trace-import", - "version": "0.7.27", + "version": "0.7.28", "description": "CLI tool for understanding how require() and \"import\" statements get resolved", "repository": { "type": "git", diff --git a/apps/zipsync/CHANGELOG.json b/apps/zipsync/CHANGELOG.json index 6ba1decdcd..f2da930a0a 100644 --- a/apps/zipsync/CHANGELOG.json +++ b/apps/zipsync/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/zipsync", "entries": [ + { + "version": "0.3.28", + "tag": "@rushstack/zipsync_v0.3.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + }, + { + "comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.10.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.3.27", "tag": "@rushstack/zipsync_v0.3.27", diff --git a/apps/zipsync/CHANGELOG.md b/apps/zipsync/CHANGELOG.md index 81c958a2ce..16f5f034c6 100644 --- a/apps/zipsync/CHANGELOG.md +++ b/apps/zipsync/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/zipsync -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.3.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.3.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/apps/zipsync/package.json b/apps/zipsync/package.json index 524e64d399..9a65773508 100644 --- a/apps/zipsync/package.json +++ b/apps/zipsync/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/zipsync", - "version": "0.3.27", + "version": "0.3.28", "description": "CLI tool for creating and extracting ZIP archives with intelligent filesystem synchronization", "repository": { "type": "git", diff --git a/common/changes/@microsoft/api-documenter/update-tsdoc_2026-09-16-15-31-28.json b/common/changes/@microsoft/api-documenter/update-tsdoc_2026-09-16-15-31-28.json deleted file mode 100644 index 42eaf64eb9..0000000000 --- a/common/changes/@microsoft/api-documenter/update-tsdoc_2026-09-16-15-31-28.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-documenter", - "comment": "Update the `@microsoft/tsdoc` dependency to `~0.17.0`.", - "type": "patch" - } - ], - "packageName": "@microsoft/api-documenter" -} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor-model/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@microsoft/api-extractor-model/automated-bump-decoupled-deps_2026-09-05-01-59-30.json deleted file mode 100644 index 4329760d12..0000000000 --- a/common/changes/@microsoft/api-extractor-model/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":[{"comment":"","type":"none","packageName":"@microsoft/api-extractor-model"}],"packageName":"@microsoft/api-extractor-model","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@microsoft/api-extractor-model/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@microsoft/api-extractor-model/automated-bump-decoupled-deps_2026-09-16-03-44-38.json deleted file mode 100644 index 300fd9139c..0000000000 --- a/common/changes/@microsoft/api-extractor-model/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/api-extractor-model" - } - ], - "packageName": "@microsoft/api-extractor-model", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor-model/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json b/common/changes/@microsoft/api-extractor-model/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json deleted file mode 100644 index 5b342f368b..0000000000 --- a/common/changes/@microsoft/api-extractor-model/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":[{"comment":"","type":"none","packageName":"@microsoft/api-extractor-model"}],"packageName":"@microsoft/api-extractor-model","email":"5100938+bmiddha@users.noreply.github.com"} diff --git a/common/changes/@microsoft/api-extractor-model/update-tsdoc_2026-09-16-15-31-28.json b/common/changes/@microsoft/api-extractor-model/update-tsdoc_2026-09-16-15-31-28.json deleted file mode 100644 index aa2f5fbff7..0000000000 --- a/common/changes/@microsoft/api-extractor-model/update-tsdoc_2026-09-16-15-31-28.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-extractor-model", - "comment": "Update the `@microsoft/tsdoc` dependency to `~0.17.0` and the `@microsoft/tsdoc-config` dependency to `~0.18.2`.", - "type": "patch" - } - ], - "packageName": "@microsoft/api-extractor-model" -} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@microsoft/api-extractor/automated-bump-decoupled-deps_2026-09-05-01-59-30.json deleted file mode 100644 index d8a4f76b7c..0000000000 --- a/common/changes/@microsoft/api-extractor/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":[{"comment":"","type":"none","packageName":"@microsoft/api-extractor"}],"packageName":"@microsoft/api-extractor","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@microsoft/api-extractor/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@microsoft/api-extractor/automated-bump-decoupled-deps_2026-09-16-03-44-38.json deleted file mode 100644 index c767a964ce..0000000000 --- a/common/changes/@microsoft/api-extractor/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/api-extractor" - } - ], - "packageName": "@microsoft/api-extractor", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json b/common/changes/@microsoft/api-extractor/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json deleted file mode 100644 index 0c79fa0096..0000000000 --- a/common/changes/@microsoft/api-extractor/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":[{"comment":"","type":"none","packageName":"@microsoft/api-extractor"}],"packageName":"@microsoft/api-extractor","email":"5100938+bmiddha@users.noreply.github.com"} diff --git a/common/changes/@microsoft/api-extractor/update-tsdoc_2026-09-16-15-31-28.json b/common/changes/@microsoft/api-extractor/update-tsdoc_2026-09-16-15-31-28.json deleted file mode 100644 index 4b7e78d4bb..0000000000 --- a/common/changes/@microsoft/api-extractor/update-tsdoc_2026-09-16-15-31-28.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-extractor", - "comment": "Update the `@microsoft/tsdoc` dependency to `~0.17.0` and the `@microsoft/tsdoc-config` dependency to `~0.18.2`.", - "type": "patch" - } - ], - "packageName": "@microsoft/api-extractor" -} \ No newline at end of file diff --git a/common/changes/@microsoft/loader-load-themed-styles/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@microsoft/loader-load-themed-styles/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index f69dbdf114..0000000000 --- a/common/changes/@microsoft/loader-load-themed-styles/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/loader-load-themed-styles" - } - ], - "packageName": "@microsoft/loader-load-themed-styles", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/fix-pnpm-posix-credential-environment_2026-09-18.json b/common/changes/@microsoft/rush/fix-pnpm-posix-credential-environment_2026-09-18.json index 83cc59178b..d25d703807 100644 --- a/common/changes/@microsoft/rush/fix-pnpm-posix-credential-environment_2026-09-18.json +++ b/common/changes/@microsoft/rush/fix-pnpm-posix-credential-environment_2026-09-18.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix pnpm registry credentials being dropped by POSIX shells when `provideNpmrcCredentialsViaEnvironment` is enabled.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Fix pnpm registry credentials being dropped by POSIX shells when `provideNpmrcCredentialsViaEnvironment` is enabled.","type":"patch"}],"packageName":"@microsoft/rush"} diff --git a/common/changes/@microsoft/webpack5-load-themed-styles-loader/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@microsoft/webpack5-load-themed-styles-loader/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 8349316a8c..0000000000 --- a/common/changes/@microsoft/webpack5-load-themed-styles-loader/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/webpack5-load-themed-styles-loader" - } - ], - "packageName": "@microsoft/webpack5-load-themed-styles-loader", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-config/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/eslint-config/automated-bump-decoupled-deps_2026-09-16-03-44-38.json deleted file mode 100644 index 68c35e7fe3..0000000000 --- a/common/changes/@rushstack/eslint-config/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/eslint-config" - } - ], - "packageName": "@rushstack/eslint-config", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-config/eslint-config-ignore-build-output_2026-09-20-04-00-00.json b/common/changes/@rushstack/eslint-config/eslint-config-ignore-build-output_2026-09-20-04-00-00.json deleted file mode 100644 index c4ee77c908..0000000000 --- a/common/changes/@rushstack/eslint-config/eslint-config-ignore-build-output_2026-09-20-04-00-00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-config", - "comment": "Globally ignore build-output folders (`lib`, `lib-*`, `dist`, `temp`, `coverage`) so that generated output is not linted, which matters for tools that enumerate files from the ESLint configuration (ESLint's flat config does not respect `.gitignore`).", - "type": "minor" - } - ] -} diff --git a/common/changes/@rushstack/eslint-config/update-tsdoc_2026-09-16-15-31-28.json b/common/changes/@rushstack/eslint-config/update-tsdoc_2026-09-16-15-31-28.json deleted file mode 100644 index fc30ada98c..0000000000 --- a/common/changes/@rushstack/eslint-config/update-tsdoc_2026-09-16-15-31-28.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-config", - "comment": "Update the `eslint-plugin-tsdoc` dependency to `~0.5.3`.", - "type": "patch" - } - ], - "packageName": "@rushstack/eslint-config" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-09-16-03-44-38.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-09-16-03-44-38.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/eslint-patch" - } - ], - "packageName": "@rushstack/eslint-patch", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/eslint-patch"}],"packageName":"@rushstack/eslint-patch","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-09-16-03-44-38.json index 7ee8e7c8b8..4fcbcffbeb 100644 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-09-16-03-44-38.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/eslint-plugin-packlets" - } - ], - "packageName": "@rushstack/eslint-plugin-packlets", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/eslint-plugin-packlets"}],"packageName":"@rushstack/eslint-plugin-packlets","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-09-16-03-44-38.json index 4b6878d554..ab490db12d 100644 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-09-16-03-44-38.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/eslint-plugin-security" - } - ], - "packageName": "@rushstack/eslint-plugin-security", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/eslint-plugin-security"}],"packageName":"@rushstack/eslint-plugin-security","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/eslint-plugin/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/eslint-plugin/automated-bump-decoupled-deps_2026-09-16-03-44-38.json index eb5d63adac..e424becb5a 100644 --- a/common/changes/@rushstack/eslint-plugin/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ b/common/changes/@rushstack/eslint-plugin/automated-bump-decoupled-deps_2026-09-16-03-44-38.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/eslint-plugin" - } - ], - "packageName": "@rushstack/eslint-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/eslint-plugin"}],"packageName":"@rushstack/eslint-plugin","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/heft-api-extractor-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-api-extractor-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index d2bbf6dd42..0000000000 --- a/common/changes/@rushstack/heft-api-extractor-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-api-extractor-plugin" - } - ], - "packageName": "@rushstack/heft-api-extractor-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-config-file/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/heft-config-file/automated-bump-decoupled-deps_2026-09-05-01-59-30.json deleted file mode 100644 index 2fcbc9b173..0000000000 --- a/common/changes/@rushstack/heft-config-file/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":[{"comment":"","type":"none","packageName":"@rushstack/heft-config-file"}],"packageName":"@rushstack/heft-config-file","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/heft-config-file/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/heft-config-file/automated-bump-decoupled-deps_2026-09-16-03-44-38.json deleted file mode 100644 index 5ebf376352..0000000000 --- a/common/changes/@rushstack/heft-config-file/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-config-file" - } - ], - "packageName": "@rushstack/heft-config-file", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-dev-cert-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-dev-cert-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 91e504c618..0000000000 --- a/common/changes/@rushstack/heft-dev-cert-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-dev-cert-plugin" - } - ], - "packageName": "@rushstack/heft-dev-cert-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index e6274492b1..0000000000 --- a/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-isolated-typescript-transpile-plugin" - } - ], - "packageName": "@rushstack/heft-isolated-typescript-transpile-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-jest-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-jest-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index bd6d6a66cf..0000000000 --- a/common/changes/@rushstack/heft-jest-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-jest-plugin" - } - ], - "packageName": "@rushstack/heft-jest-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-json-schema-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-json-schema-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index e026d2862b..0000000000 --- a/common/changes/@rushstack/heft-json-schema-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-json-schema-typings-plugin" - } - ], - "packageName": "@rushstack/heft-json-schema-typings-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-lint-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-lint-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index e54efded1e..0000000000 --- a/common/changes/@rushstack/heft-lint-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-lint-plugin" - } - ], - "packageName": "@rushstack/heft-lint-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-lint-plugin/eslint-flat-config-files_2026-09-01-12-00-00.json b/common/changes/@rushstack/heft-lint-plugin/eslint-flat-config-files_2026-09-01-12-00-00.json deleted file mode 100644 index 48b46dbbcd..0000000000 --- a/common/changes/@rushstack/heft-lint-plugin/eslint-flat-config-files_2026-09-01-12-00-00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/heft-lint-plugin", - "comment": "Lint files selected by ESLint flat config even when they are not part of the TypeScript program.", - "type": "minor" - } - ] -} diff --git a/common/changes/@rushstack/heft-localization-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-localization-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 4bb9690215..0000000000 --- a/common/changes/@rushstack/heft-localization-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-localization-typings-plugin" - } - ], - "packageName": "@rushstack/heft-localization-typings-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-node-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-node-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 8982499c12..0000000000 --- a/common/changes/@rushstack/heft-node-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-node-rig" - } - ], - "packageName": "@rushstack/heft-node-rig", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-rspack-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-rspack-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 1a66a9cd18..0000000000 --- a/common/changes/@rushstack/heft-rspack-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-rspack-plugin" - } - ], - "packageName": "@rushstack/heft-rspack-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 9b5bc9a0f8..0000000000 --- a/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-sass-load-themed-styles-plugin" - } - ], - "packageName": "@rushstack/heft-sass-load-themed-styles-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-sass-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-sass-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 50b77ee361..0000000000 --- a/common/changes/@rushstack/heft-sass-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-sass-plugin" - } - ], - "packageName": "@rushstack/heft-sass-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-serverless-stack-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-serverless-stack-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 7b04b94df0..0000000000 --- a/common/changes/@rushstack/heft-serverless-stack-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-serverless-stack-plugin" - } - ], - "packageName": "@rushstack/heft-serverless-stack-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-static-asset-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-static-asset-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index db0696ef04..0000000000 --- a/common/changes/@rushstack/heft-static-asset-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-static-asset-typings-plugin" - } - ], - "packageName": "@rushstack/heft-static-asset-typings-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-storybook-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-storybook-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 53db02a3c2..0000000000 --- a/common/changes/@rushstack/heft-storybook-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-storybook-plugin" - } - ], - "packageName": "@rushstack/heft-storybook-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-typescript-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-typescript-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index c395fc4830..0000000000 --- a/common/changes/@rushstack/heft-typescript-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-typescript-plugin" - } - ], - "packageName": "@rushstack/heft-typescript-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-vscode-extension-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-vscode-extension-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 46e363032d..0000000000 --- a/common/changes/@rushstack/heft-vscode-extension-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-vscode-extension-plugin" - } - ], - "packageName": "@rushstack/heft-vscode-extension-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-vscode-extension-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-vscode-extension-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 944ffbb3ef..0000000000 --- a/common/changes/@rushstack/heft-vscode-extension-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-vscode-extension-rig" - } - ], - "packageName": "@rushstack/heft-vscode-extension-rig", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-web-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-web-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 50cbde44bb..0000000000 --- a/common/changes/@rushstack/heft-web-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-web-rig" - } - ], - "packageName": "@rushstack/heft-web-rig", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-webpack4-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-webpack4-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index c71e8a96c6..0000000000 --- a/common/changes/@rushstack/heft-webpack4-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-webpack4-plugin" - } - ], - "packageName": "@rushstack/heft-webpack4-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-webpack5-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json b/common/changes/@rushstack/heft-webpack5-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json deleted file mode 100644 index 2b3ccd5bf7..0000000000 --- a/common/changes/@rushstack/heft-webpack5-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft-webpack5-plugin" - } - ], - "packageName": "@rushstack/heft-webpack5-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/heft/automated-bump-decoupled-deps_2026-09-16-03-44-38.json deleted file mode 100644 index d773a7585e..0000000000 --- a/common/changes/@rushstack/heft/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/heft" - } - ], - "packageName": "@rushstack/heft", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/node-core-library/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/node-core-library/automated-bump-decoupled-deps_2026-09-05-01-59-30.json deleted file mode 100644 index e33d3a7faa..0000000000 --- a/common/changes/@rushstack/node-core-library/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":[{"comment":"","type":"none","packageName":"@rushstack/node-core-library"}],"packageName":"@rushstack/node-core-library","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/node-core-library/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/node-core-library/automated-bump-decoupled-deps_2026-09-16-03-44-38.json deleted file mode 100644 index bf210f74ba..0000000000 --- a/common/changes/@rushstack/node-core-library/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/node-core-library" - } - ], - "packageName": "@rushstack/node-core-library", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/node-core-library/fix-multibyte-decoding_2026-01-07-19-31.json b/common/changes/@rushstack/node-core-library/fix-multibyte-decoding_2026-01-07-19-31.json deleted file mode 100644 index 0031529198..0000000000 --- a/common/changes/@rushstack/node-core-library/fix-multibyte-decoding_2026-01-07-19-31.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "Fix incorrect decoding of multi-byte UTF-8 characters in Executable.waitForExitAsync and getProcessInfoByIdAsync by explicitly setting stream encoding before attaching handlers", - "type": "patch", - "packageName": "@rushstack/node-core-library" - } - ], - "packageName": "@rushstack/node-core-library", - "email": "copilot@github.com" -} diff --git a/common/changes/@rushstack/operation-graph/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/operation-graph/automated-bump-decoupled-deps_2026-09-05-01-59-30.json deleted file mode 100644 index 10f1347ce5..0000000000 --- a/common/changes/@rushstack/operation-graph/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":[{"comment":"","type":"none","packageName":"@rushstack/operation-graph"}],"packageName":"@rushstack/operation-graph","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/operation-graph/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/operation-graph/automated-bump-decoupled-deps_2026-09-16-03-44-38.json deleted file mode 100644 index bebea85d5d..0000000000 --- a/common/changes/@rushstack/operation-graph/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/operation-graph" - } - ], - "packageName": "@rushstack/operation-graph", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/package-extractor/heft-lint-flat-config-ignore-test-output_2026-09-20-04-00-00.json b/common/changes/@rushstack/package-extractor/heft-lint-flat-config-ignore-test-output_2026-09-20-04-00-00.json deleted file mode 100644 index 1be1fabd01..0000000000 --- a/common/changes/@rushstack/package-extractor/heft-lint-flat-config-ignore-test-output_2026-09-20-04-00-00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/package-extractor", - "comment": "", - "type": "none" - } - ] -} diff --git a/common/changes/@rushstack/playwright-browser-tunnel/heft-lint-flat-config-files_2026-09-16-04-00-00.json b/common/changes/@rushstack/playwright-browser-tunnel/heft-lint-flat-config-files_2026-09-16-04-00-00.json deleted file mode 100644 index 93e3410ae7..0000000000 --- a/common/changes/@rushstack/playwright-browser-tunnel/heft-lint-flat-config-files_2026-09-16-04-00-00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/playwright-browser-tunnel", - "comment": "", - "type": "none" - } - ] -} diff --git a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-09-16-03-44-38.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-09-16-03-44-38.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/problem-matcher" - } - ], - "packageName": "@rushstack/problem-matcher", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/problem-matcher"}],"packageName":"@rushstack/problem-matcher","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-09-16-03-44-38.json index cc5c78afc2..55210cc091 100644 --- a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-09-16-03-44-38.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rig-package" - } - ], - "packageName": "@rushstack/rig-package", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/rig-package"}],"packageName":"@rushstack/rig-package","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/terminal/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/terminal/automated-bump-decoupled-deps_2026-09-05-01-59-30.json deleted file mode 100644 index 60b7db5032..0000000000 --- a/common/changes/@rushstack/terminal/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":[{"comment":"","type":"none","packageName":"@rushstack/terminal"}],"packageName":"@rushstack/terminal","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/terminal/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/terminal/automated-bump-decoupled-deps_2026-09-16-03-44-38.json deleted file mode 100644 index da1765f19f..0000000000 --- a/common/changes/@rushstack/terminal/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/terminal" - } - ], - "packageName": "@rushstack/terminal", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-09-16-03-44-38.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-09-16-03-44-38.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/tree-pattern" - } - ], - "packageName": "@rushstack/tree-pattern", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/tree-pattern"}],"packageName":"@rushstack/tree-pattern","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/ts-command-line/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/ts-command-line/automated-bump-decoupled-deps_2026-09-05-01-59-30.json deleted file mode 100644 index e8d3d66342..0000000000 --- a/common/changes/@rushstack/ts-command-line/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":[{"comment":"","type":"none","packageName":"@rushstack/ts-command-line"}],"packageName":"@rushstack/ts-command-line","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/ts-command-line/automated-bump-decoupled-deps_2026-09-16-03-44-38.json b/common/changes/@rushstack/ts-command-line/automated-bump-decoupled-deps_2026-09-16-03-44-38.json deleted file mode 100644 index e4b2e545b2..0000000000 --- a/common/changes/@rushstack/ts-command-line/automated-bump-decoupled-deps_2026-09-16-03-44-38.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/ts-command-line" - } - ], - "packageName": "@rushstack/ts-command-line", - "email": "rushbot@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 41ca3168c5..8edaf7e69d 100644 --- a/eslint/eslint-bulk/CHANGELOG.json +++ b/eslint/eslint-bulk/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/eslint-bulk", "entries": [ + { + "version": "0.5.28", + "tag": "@rushstack/eslint-bulk_v0.5.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.5.27", "tag": "@rushstack/eslint-bulk_v0.5.27", diff --git a/eslint/eslint-bulk/CHANGELOG.md b/eslint/eslint-bulk/CHANGELOG.md index fbc106903e..bf08b4c622 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.5.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.5.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/eslint/eslint-bulk/package.json b/eslint/eslint-bulk/package.json index ab887b5616..0bcf04c5da 100755 --- a/eslint/eslint-bulk/package.json +++ b/eslint/eslint-bulk/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-bulk", - "version": "0.5.27", + "version": "0.5.28", "description": "Roll out new ESLint rules in a large monorepo without cluttering up your code with \"eslint-ignore-next-line\"", "exports": { "./lib/*": { diff --git a/eslint/eslint-config/CHANGELOG.json b/eslint/eslint-config/CHANGELOG.json index bf6c230c90..9264f51e39 100644 --- a/eslint/eslint-config/CHANGELOG.json +++ b/eslint/eslint-config/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/eslint-config", "entries": [ + { + "version": "4.8.0", + "tag": "@rushstack/eslint-config_v4.8.0", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "minor": [ + { + "comment": "Globally ignore build-output folders (`lib`, `lib-*`, `dist`, `temp`, `coverage`) so that generated output is not linted, which matters for tools that enumerate files from the ESLint configuration (ESLint's flat config does not respect `.gitignore`)." + } + ], + "patch": [ + { + "comment": "Update the `eslint-plugin-tsdoc` dependency to `~0.5.3`." + } + ] + } + }, { "version": "4.7.0", "tag": "@rushstack/eslint-config_v4.7.0", diff --git a/eslint/eslint-config/CHANGELOG.md b/eslint/eslint-config/CHANGELOG.md index 7e000431e8..8063fded89 100644 --- a/eslint/eslint-config/CHANGELOG.md +++ b/eslint/eslint-config/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log - @rushstack/eslint-config -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 4.8.0 +Tue, 22 Sep 2026 17:35:41 GMT + +### Minor changes + +- Globally ignore build-output folders (`lib`, `lib-*`, `dist`, `temp`, `coverage`) so that generated output is not linted, which matters for tools that enumerate files from the ESLint configuration (ESLint's flat config does not respect `.gitignore`). + +### Patches + +- Update the `eslint-plugin-tsdoc` dependency to `~0.5.3`. ## 4.7.0 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/eslint/eslint-config/package.json b/eslint/eslint-config/package.json index 8dcc2d3a68..4d70365d26 100644 --- a/eslint/eslint-config/package.json +++ b/eslint/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-config", - "version": "4.7.0", + "version": "4.8.0", "description": "A TypeScript ESLint ruleset designed for large teams and projects", "license": "MIT", "repository": { diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json index 6c60681da3..06d7c30a64 100644 --- a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json +++ b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-api-extractor-plugin", "entries": [ + { + "version": "1.3.28", + "tag": "@rushstack/heft-api-extractor-plugin_v1.3.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.59.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.3.27", "tag": "@rushstack/heft-api-extractor-plugin_v1.3.27", diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md index 37c453177d..579e9a49f5 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.3.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.3.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-api-extractor-plugin/package.json b/heft-plugins/heft-api-extractor-plugin/package.json index f617e76671..6066798cb5 100644 --- a/heft-plugins/heft-api-extractor-plugin/package.json +++ b/heft-plugins/heft-api-extractor-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-api-extractor-plugin", - "version": "1.3.27", + "version": "1.3.28", "description": "A Heft plugin for API Extractor", "repository": { "type": "git", @@ -19,7 +19,7 @@ "_phase:pack": "rush-pnpm pack" }, "peerDependencies": { - "@rushstack/heft": "1.3.0" + "@rushstack/heft": "1.3.1" }, "dependencies": { "@rushstack/node-core-library": "workspace:*", diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json index 60b9a1e699..09da2b190a 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": "1.1.29", + "tag": "@rushstack/heft-dev-cert-plugin_v1.1.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.7.29`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.59.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.1.28", "tag": "@rushstack/heft-dev-cert-plugin_v1.1.28", diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md index ff95a25646..7a71678566 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.1.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.1.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-dev-cert-plugin/package.json b/heft-plugins/heft-dev-cert-plugin/package.json index 872628ecde..1a993514fa 100644 --- a/heft-plugins/heft-dev-cert-plugin/package.json +++ b/heft-plugins/heft-dev-cert-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-dev-cert-plugin", - "version": "1.1.28", + "version": "1.1.29", "description": "A Heft plugin for generating and using local development certificates", "repository": { "type": "git", @@ -20,7 +20,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0" + "@rushstack/heft": "^1.3.1" }, "dependencies": { "@rushstack/debug-certificate-manager": "workspace:*" diff --git a/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.json b/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.json index dd36616500..9e4cf66dfa 100644 --- a/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.json +++ b/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@rushstack/heft-isolated-typescript-transpile-plugin", "entries": [ + { + "version": "1.2.28", + "tag": "@rushstack/heft-isolated-typescript-transpile-plugin_v1.2.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.10.17`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.23`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `^1.3.23`" + } + ] + } + }, { "version": "1.2.27", "tag": "@rushstack/heft-isolated-typescript-transpile-plugin_v1.2.27", diff --git a/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.md b/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.md index a90a045c88..e1684c726e 100644 --- a/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.md +++ b/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-isolated-typescript-transpile-plugin -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.2.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.2.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-isolated-typescript-transpile-plugin/package.json b/heft-plugins/heft-isolated-typescript-transpile-plugin/package.json index dda1846bd6..80dab0503a 100644 --- a/heft-plugins/heft-isolated-typescript-transpile-plugin/package.json +++ b/heft-plugins/heft-isolated-typescript-transpile-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-isolated-typescript-transpile-plugin", - "version": "1.2.27", + "version": "1.2.28", "description": "Heft plugin for transpiling TypeScript with SWC", "repository": { "type": "git", @@ -47,7 +47,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0", + "@rushstack/heft": "^1.3.1", "@rushstack/heft-typescript-plugin": "workspace:^" }, "devDependencies": { diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.json b/heft-plugins/heft-jest-plugin/CHANGELOG.json index f12fe0c6ee..cf91556324 100644 --- a/heft-plugins/heft-jest-plugin/CHANGELOG.json +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-jest-plugin", "entries": [ + { + "version": "2.0.18", + "tag": "@rushstack/heft-jest-plugin_v2.0.18", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.20.15`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "2.0.17", "tag": "@rushstack/heft-jest-plugin_v2.0.17", diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.md b/heft-plugins/heft-jest-plugin/CHANGELOG.md index 0460643558..192a2d4a21 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 2.0.18 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 2.0.17 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-jest-plugin/package.json b/heft-plugins/heft-jest-plugin/package.json index eadf2f8afe..a64c1c941f 100644 --- a/heft-plugins/heft-jest-plugin/package.json +++ b/heft-plugins/heft-jest-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-jest-plugin", - "version": "2.0.17", + "version": "2.0.18", "description": "Heft plugin for Jest", "repository": { "type": "git", @@ -20,7 +20,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0", + "@rushstack/heft": "^1.3.1", "@types/jest": "^30.0.0", "jest-environment-jsdom": "^30.3.0", "jest-environment-node": "^30.3.0" diff --git a/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.json b/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.json index df0a911116..1464f0c6f9 100644 --- a/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.json +++ b/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-json-schema-typings-plugin", "entries": [ + { + "version": "1.2.29", + "tag": "@rushstack/heft-json-schema-typings-plugin_v1.2.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.17.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.2.28", "tag": "@rushstack/heft-json-schema-typings-plugin_v1.2.28", diff --git a/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.md b/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.md index 11cb97eb4f..fabb8ebabf 100644 --- a/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.md +++ b/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-json-schema-typings-plugin -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.2.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.2.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-json-schema-typings-plugin/package.json b/heft-plugins/heft-json-schema-typings-plugin/package.json index 67b7c04229..13123995ed 100644 --- a/heft-plugins/heft-json-schema-typings-plugin/package.json +++ b/heft-plugins/heft-json-schema-typings-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-json-schema-typings-plugin", - "version": "1.2.28", + "version": "1.2.29", "description": "A Heft plugin for generating TypeScript typings from JSON schema files.", "repository": { "type": "git", @@ -20,7 +20,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "1.3.0" + "@rushstack/heft": "1.3.1" }, "dependencies": { "@rushstack/node-core-library": "workspace:*", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.json b/heft-plugins/heft-lint-plugin/CHANGELOG.json index 0b136f32c1..55b3d1a835 100644 --- a/heft-plugins/heft-lint-plugin/CHANGELOG.json +++ b/heft-plugins/heft-lint-plugin/CHANGELOG.json @@ -1,6 +1,35 @@ { "name": "@rushstack/heft-lint-plugin", "entries": [ + { + "version": "1.3.0", + "tag": "@rushstack/heft-lint-plugin_v1.3.0", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "minor": [ + { + "comment": "Lint files selected by ESLint flat config even when they are not part of the TypeScript program." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.23`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.2.27", "tag": "@rushstack/heft-lint-plugin_v1.2.27", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.md b/heft-plugins/heft-lint-plugin/CHANGELOG.md index 783aebd07e..cf23809389 100644 --- a/heft-plugins/heft-lint-plugin/CHANGELOG.md +++ b/heft-plugins/heft-lint-plugin/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/heft-lint-plugin -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.3.0 +Tue, 22 Sep 2026 17:35:41 GMT + +### Minor changes + +- Lint files selected by ESLint flat config even when they are not part of the TypeScript program. ## 1.2.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-lint-plugin/package.json b/heft-plugins/heft-lint-plugin/package.json index 49912a165f..e639dc2ac7 100644 --- a/heft-plugins/heft-lint-plugin/package.json +++ b/heft-plugins/heft-lint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-lint-plugin", - "version": "1.2.27", + "version": "1.3.0", "description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin", "repository": { "type": "git", @@ -20,7 +20,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "1.3.0" + "@rushstack/heft": "1.3.1" }, "dependencies": { "@rushstack/node-core-library": "workspace:*", diff --git a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.json index 1cbb15144c..2ec858baf6 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": "1.2.6", + "tag": "@rushstack/heft-localization-typings-plugin_v1.2.6", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.16.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.2.5", "tag": "@rushstack/heft-localization-typings-plugin_v1.2.5", diff --git a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md index 371bed9d7e..3daeeb36cc 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.2.6 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.2.5 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-localization-typings-plugin/package.json b/heft-plugins/heft-localization-typings-plugin/package.json index cddad6beab..dfd1ef43d8 100644 --- a/heft-plugins/heft-localization-typings-plugin/package.json +++ b/heft-plugins/heft-localization-typings-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-localization-typings-plugin", - "version": "1.2.5", + "version": "1.2.6", "description": "Heft plugin for generating types for localization files.", "repository": { "type": "git", @@ -20,7 +20,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0" + "@rushstack/heft": "^1.3.1" }, "devDependencies": { "@rushstack/heft": "workspace:*", diff --git a/heft-plugins/heft-rspack-plugin/CHANGELOG.json b/heft-plugins/heft-rspack-plugin/CHANGELOG.json index 7c6b3c6414..42d280efe9 100644 --- a/heft-plugins/heft-rspack-plugin/CHANGELOG.json +++ b/heft-plugins/heft-rspack-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-rspack-plugin", "entries": [ + { + "version": "0.3.29", + "tag": "@rushstack/heft-rspack-plugin_v0.3.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.7.29`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "0.3.28", "tag": "@rushstack/heft-rspack-plugin_v0.3.28", diff --git a/heft-plugins/heft-rspack-plugin/CHANGELOG.md b/heft-plugins/heft-rspack-plugin/CHANGELOG.md index 7c5c677a22..ed25955d7f 100644 --- a/heft-plugins/heft-rspack-plugin/CHANGELOG.md +++ b/heft-plugins/heft-rspack-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-rspack-plugin -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.3.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.3.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-rspack-plugin/package.json b/heft-plugins/heft-rspack-plugin/package.json index df708c04d4..711d32e1f4 100644 --- a/heft-plugins/heft-rspack-plugin/package.json +++ b/heft-plugins/heft-rspack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-rspack-plugin", - "version": "0.3.28", + "version": "0.3.29", "description": "Heft plugin for Rspack", "repository": { "type": "git", @@ -47,7 +47,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0", + "@rushstack/heft": "^1.3.1", "@rspack/core": "^1.6.0-beta.0" }, "dependencies": { diff --git a/heft-plugins/heft-sass-load-themed-styles-plugin/CHANGELOG.json b/heft-plugins/heft-sass-load-themed-styles-plugin/CHANGELOG.json index c4f3b87588..77f8edc849 100644 --- a/heft-plugins/heft-sass-load-themed-styles-plugin/CHANGELOG.json +++ b/heft-plugins/heft-sass-load-themed-styles-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/heft-sass-load-themed-styles-plugin", "entries": [ + { + "version": "1.2.33", + "tag": "@rushstack/heft-sass-load-themed-styles-plugin_v1.2.33", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.2.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.4.12`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.2.32", "tag": "@rushstack/heft-sass-load-themed-styles-plugin_v1.2.32", diff --git a/heft-plugins/heft-sass-load-themed-styles-plugin/CHANGELOG.md b/heft-plugins/heft-sass-load-themed-styles-plugin/CHANGELOG.md index 3974ae2285..5cfdbd4186 100644 --- a/heft-plugins/heft-sass-load-themed-styles-plugin/CHANGELOG.md +++ b/heft-plugins/heft-sass-load-themed-styles-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-sass-load-themed-styles-plugin -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.2.33 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.2.32 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-sass-load-themed-styles-plugin/package.json b/heft-plugins/heft-sass-load-themed-styles-plugin/package.json index cdec7e45a9..d61f2f971b 100644 --- a/heft-plugins/heft-sass-load-themed-styles-plugin/package.json +++ b/heft-plugins/heft-sass-load-themed-styles-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-sass-load-themed-styles-plugin", - "version": "1.2.32", + "version": "1.2.33", "description": "Heft plugin that connects to heft-sass-plugin and replaces load-themed-styles theme expressions with standard CSS variables", "repository": { "type": "git", @@ -20,7 +20,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0" + "@rushstack/heft": "^1.3.1" }, "dependencies": { "@microsoft/load-themed-styles": "workspace:*" diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.json b/heft-plugins/heft-sass-plugin/CHANGELOG.json index 1484acebfd..776e82212c 100644 --- a/heft-plugins/heft-sass-plugin/CHANGELOG.json +++ b/heft-plugins/heft-sass-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-sass-plugin", "entries": [ + { + "version": "1.4.12", + "tag": "@rushstack/heft-sass-plugin_v1.4.12", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.59.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.4.11", "tag": "@rushstack/heft-sass-plugin_v1.4.11", diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.md b/heft-plugins/heft-sass-plugin/CHANGELOG.md index 36de897936..615623d50f 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.4.12 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.4.11 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-sass-plugin/package.json b/heft-plugins/heft-sass-plugin/package.json index 35eee10fa2..33af181595 100644 --- a/heft-plugins/heft-sass-plugin/package.json +++ b/heft-plugins/heft-sass-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-sass-plugin", - "version": "1.4.11", + "version": "1.4.12", "description": "Heft plugin for SASS", "repository": { "type": "git", @@ -47,7 +47,7 @@ } }, "peerDependencies": { - "@rushstack/heft": "^1.3.0" + "@rushstack/heft": "^1.3.1" }, "dependencies": { "@rushstack/node-core-library": "workspace:*", diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json index fe1fb8d41e..30178fb1f7 100644 --- a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json +++ b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-serverless-stack-plugin", "entries": [ + { + "version": "1.2.30", + "tag": "@rushstack/heft-serverless-stack-plugin_v1.2.30", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `1.2.29`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.3.29`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.2.29", "tag": "@rushstack/heft-serverless-stack-plugin_v1.2.29", diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md index 77ab8b3360..0aa4c767e3 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.2.30 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.2.29 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-serverless-stack-plugin/package.json b/heft-plugins/heft-serverless-stack-plugin/package.json index a0735ffec6..cd878dd9d2 100644 --- a/heft-plugins/heft-serverless-stack-plugin/package.json +++ b/heft-plugins/heft-serverless-stack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-serverless-stack-plugin", - "version": "1.2.29", + "version": "1.2.30", "description": "Heft plugin for building apps using the Serverless Stack (SST) framework", "repository": { "type": "git", @@ -19,7 +19,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0" + "@rushstack/heft": "^1.3.1" }, "dependencies": { "@rushstack/node-core-library": "workspace:*" diff --git a/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.json b/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.json index d4cc0ceeac..7edd995b9a 100644 --- a/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.json +++ b/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@rushstack/heft-static-asset-typings-plugin", "entries": [ + { + "version": "0.1.25", + "tag": "@rushstack/heft-static-asset-typings-plugin_v0.1.25", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.20.15`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.17.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "0.1.24", "tag": "@rushstack/heft-static-asset-typings-plugin_v0.1.24", diff --git a/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.md b/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.md index 214e0e54e1..ae9badae95 100644 --- a/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.md +++ b/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-static-asset-typings-plugin -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.1.25 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.1.24 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-static-asset-typings-plugin/package.json b/heft-plugins/heft-static-asset-typings-plugin/package.json index 52662330a3..a49e527e43 100644 --- a/heft-plugins/heft-static-asset-typings-plugin/package.json +++ b/heft-plugins/heft-static-asset-typings-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-static-asset-typings-plugin", - "version": "0.1.24", + "version": "0.1.25", "description": "A Heft plugin that generates TypeScript typings for static asset files such as images and text files.", "scripts": { "build": "heft build --clean", @@ -38,7 +38,7 @@ }, "license": "MIT", "peerDependencies": { - "@rushstack/heft": "^1.3.0" + "@rushstack/heft": "^1.3.1" }, "dependencies": { "@rushstack/heft-config-file": "workspace:*", diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.json b/heft-plugins/heft-storybook-plugin/CHANGELOG.json index bc03ac788f..ea5c0b3c01 100644 --- a/heft-plugins/heft-storybook-plugin/CHANGELOG.json +++ b/heft-plugins/heft-storybook-plugin/CHANGELOG.json @@ -1,6 +1,36 @@ { "name": "@rushstack/heft-storybook-plugin", "entries": [ + { + "version": "1.6.10", + "tag": "@rushstack/heft-storybook-plugin_v1.6.10", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `1.2.29`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.3.29`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-rspack-plugin\" to `0.3.29`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.6.9", "tag": "@rushstack/heft-storybook-plugin_v1.6.9", diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.md b/heft-plugins/heft-storybook-plugin/CHANGELOG.md index 3b6866a36e..5d940838a1 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.6.10 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.6.9 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-storybook-plugin/package.json b/heft-plugins/heft-storybook-plugin/package.json index a6750e3f5c..e253bec09c 100644 --- a/heft-plugins/heft-storybook-plugin/package.json +++ b/heft-plugins/heft-storybook-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-storybook-plugin", - "version": "1.6.9", + "version": "1.6.10", "description": "Heft plugin for supporting UI development using Storybook", "repository": { "type": "git", @@ -20,7 +20,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0" + "@rushstack/heft": "^1.3.1" }, "dependencies": { "@rushstack/node-core-library": "workspace:*", diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.json b/heft-plugins/heft-typescript-plugin/CHANGELOG.json index 868c69fa58..ce447f8d09 100644 --- a/heft-plugins/heft-typescript-plugin/CHANGELOG.json +++ b/heft-plugins/heft-typescript-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-typescript-plugin", "entries": [ + { + "version": "1.3.23", + "tag": "@rushstack/heft-typescript-plugin_v1.3.23", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.20.15`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.3.22", "tag": "@rushstack/heft-typescript-plugin_v1.3.22", diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.md b/heft-plugins/heft-typescript-plugin/CHANGELOG.md index a32bff7cdb..deda0bcd7f 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.3.23 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.3.22 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-typescript-plugin/package.json b/heft-plugins/heft-typescript-plugin/package.json index 528b86a29a..361d965cef 100644 --- a/heft-plugins/heft-typescript-plugin/package.json +++ b/heft-plugins/heft-typescript-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-typescript-plugin", - "version": "1.3.22", + "version": "1.3.23", "description": "Heft plugin for TypeScript", "repository": { "type": "git", @@ -46,7 +46,7 @@ "_phase:pack": "rush-pnpm pack" }, "peerDependencies": { - "@rushstack/heft": "1.3.0" + "@rushstack/heft": "1.3.1" }, "dependencies": { "@rushstack/node-core-library": "workspace:*", diff --git a/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.json b/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.json index 7c1150dd05..785bfc4c21 100644 --- a/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.json +++ b/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/heft-vscode-extension-plugin", "entries": [ + { + "version": "1.1.28", + "tag": "@rushstack/heft-vscode-extension-plugin_v1.1.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.1.27", "tag": "@rushstack/heft-vscode-extension-plugin_v1.1.27", diff --git a/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.md b/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.md index ea6505aec2..09a6055463 100644 --- a/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.md +++ b/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-vscode-extension-plugin -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.1.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.1.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-vscode-extension-plugin/package.json b/heft-plugins/heft-vscode-extension-plugin/package.json index bf2c6c7dea..72be487adf 100644 --- a/heft-plugins/heft-vscode-extension-plugin/package.json +++ b/heft-plugins/heft-vscode-extension-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-vscode-extension-plugin", - "version": "1.1.27", + "version": "1.1.28", "description": "Heft plugin for building vscode extensions.", "repository": { "type": "git", @@ -37,7 +37,7 @@ } }, "peerDependencies": { - "@rushstack/heft": "^1.3.0" + "@rushstack/heft": "^1.3.1" }, "dependencies": { "@rushstack/node-core-library": "workspace:*", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json index 05e86a3f65..a8d5237a70 100644 --- a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json +++ b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-webpack4-plugin", "entries": [ + { + "version": "1.2.29", + "tag": "@rushstack/heft-webpack4-plugin_v1.2.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.7.29`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.2.28", "tag": "@rushstack/heft-webpack4-plugin_v1.2.28", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md index c108618caf..749f5f1888 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.2.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.2.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-webpack4-plugin/package.json b/heft-plugins/heft-webpack4-plugin/package.json index 685e70436a..da6a108084 100644 --- a/heft-plugins/heft-webpack4-plugin/package.json +++ b/heft-plugins/heft-webpack4-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-webpack4-plugin", - "version": "1.2.28", + "version": "1.2.29", "description": "Heft plugin for Webpack 4", "repository": { "type": "git", @@ -52,7 +52,7 @@ } }, "peerDependencies": { - "@rushstack/heft": "^1.3.0", + "@rushstack/heft": "^1.3.1", "@types/webpack": "^4", "webpack": "~4.47.0" }, diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json index 710bb46aa5..3ab7ab78f1 100644 --- a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json +++ b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-webpack5-plugin", "entries": [ + { + "version": "1.3.29", + "tag": "@rushstack/heft-webpack5-plugin_v1.3.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.7.29`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.3.28", "tag": "@rushstack/heft-webpack5-plugin_v1.3.28", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md index b0a385ae0e..b5ba4ed9cc 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.3.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.3.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/heft-plugins/heft-webpack5-plugin/package.json b/heft-plugins/heft-webpack5-plugin/package.json index a4074204fa..ea8a67dbf5 100644 --- a/heft-plugins/heft-webpack5-plugin/package.json +++ b/heft-plugins/heft-webpack5-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-webpack5-plugin", - "version": "1.3.28", + "version": "1.3.29", "description": "Heft plugin for Webpack 5", "repository": { "type": "git", @@ -47,7 +47,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0", + "@rushstack/heft": "^1.3.1", "webpack": "^5.82.1" }, "dependencies": { diff --git a/libraries/api-extractor-model/CHANGELOG.json b/libraries/api-extractor-model/CHANGELOG.json index 1cb77fb458..ba24e29262 100644 --- a/libraries/api-extractor-model/CHANGELOG.json +++ b/libraries/api-extractor-model/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@microsoft/api-extractor-model", "entries": [ + { + "version": "7.33.13", + "tag": "@microsoft/api-extractor-model_v7.33.13", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "patch": [ + { + "comment": "Update the `@microsoft/tsdoc` dependency to `~0.17.0` and the `@microsoft/tsdoc-config` dependency to `~0.18.2`." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + } + ] + } + }, { "version": "7.33.12", "tag": "@microsoft/api-extractor-model_v7.33.12", diff --git a/libraries/api-extractor-model/CHANGELOG.md b/libraries/api-extractor-model/CHANGELOG.md index 23bf705f88..f4e50ea34e 100644 --- a/libraries/api-extractor-model/CHANGELOG.md +++ b/libraries/api-extractor-model/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @microsoft/api-extractor-model -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 7.33.13 +Tue, 22 Sep 2026 17:35:41 GMT + +### Patches + +- Update the `@microsoft/tsdoc` dependency to `~0.17.0` and the `@microsoft/tsdoc-config` dependency to `~0.18.2`. ## 7.33.12 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/api-extractor-model/package.json b/libraries/api-extractor-model/package.json index 75151c2b96..107a805aaf 100644 --- a/libraries/api-extractor-model/package.json +++ b/libraries/api-extractor-model/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-extractor-model", - "version": "7.33.12", + "version": "7.33.13", "description": "A helper library for loading and saving the .api.json files created by API Extractor", "repository": { "type": "git", diff --git a/libraries/credential-cache/CHANGELOG.json b/libraries/credential-cache/CHANGELOG.json index 6614b41002..bab8cc646a 100644 --- a/libraries/credential-cache/CHANGELOG.json +++ b/libraries/credential-cache/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/credential-cache", "entries": [ + { + "version": "0.2.28", + "tag": "@rushstack/credential-cache_v0.2.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.2.27", "tag": "@rushstack/credential-cache_v0.2.27", diff --git a/libraries/credential-cache/CHANGELOG.md b/libraries/credential-cache/CHANGELOG.md index 20a80f2bc9..1384c995c8 100644 --- a/libraries/credential-cache/CHANGELOG.md +++ b/libraries/credential-cache/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/credential-cache -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.2.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.2.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/credential-cache/package.json b/libraries/credential-cache/package.json index c7c3e70ecd..b997d7cabd 100644 --- a/libraries/credential-cache/package.json +++ b/libraries/credential-cache/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/credential-cache", - "version": "0.2.27", + "version": "0.2.28", "description": "Cross-platform functionality to manage cached credentials.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/debug-certificate-manager/CHANGELOG.json b/libraries/debug-certificate-manager/CHANGELOG.json index ca3bca5a05..c26b655b14 100644 --- a/libraries/debug-certificate-manager/CHANGELOG.json +++ b/libraries/debug-certificate-manager/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/debug-certificate-manager", "entries": [ + { + "version": "1.7.29", + "tag": "@rushstack/debug-certificate-manager_v1.7.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "1.7.28", "tag": "@rushstack/debug-certificate-manager_v1.7.28", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index 8a083f5c9a..388191b3c1 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.7.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.7.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/debug-certificate-manager/package.json b/libraries/debug-certificate-manager/package.json index 07bafe49bc..ae8069d151 100644 --- a/libraries/debug-certificate-manager/package.json +++ b/libraries/debug-certificate-manager/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/debug-certificate-manager", - "version": "1.7.28", + "version": "1.7.29", "description": "Cross-platform functionality to create debug ssl certificates.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/heft-config-file/CHANGELOG.json b/libraries/heft-config-file/CHANGELOG.json index 0320158f00..65d035f55a 100644 --- a/libraries/heft-config-file/CHANGELOG.json +++ b/libraries/heft-config-file/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-config-file", "entries": [ + { + "version": "0.20.15", + "tag": "@rushstack/heft-config-file_v0.20.15", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + } + ] + } + }, { "version": "0.20.14", "tag": "@rushstack/heft-config-file_v0.20.14", diff --git a/libraries/heft-config-file/CHANGELOG.md b/libraries/heft-config-file/CHANGELOG.md index 9378b63989..55e2846309 100644 --- a/libraries/heft-config-file/CHANGELOG.md +++ b/libraries/heft-config-file/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-config-file -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.20.15 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.20.14 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/heft-config-file/package.json b/libraries/heft-config-file/package.json index 3a536a980d..2131fbac72 100644 --- a/libraries/heft-config-file/package.json +++ b/libraries/heft-config-file/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-config-file", - "version": "0.20.14", + "version": "0.20.15", "description": "Configuration file loader for @rushstack/heft", "repository": { "type": "git", diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index 290c58c9ee..05e96e9405 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.2.28", + "tag": "@microsoft/load-themed-styles_v2.2.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "2.2.27", "tag": "@microsoft/load-themed-styles_v2.2.27", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index 44b542fb54..c0d1267212 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 2.2.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 2.2.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/load-themed-styles/package.json b/libraries/load-themed-styles/package.json index 02caa65088..601dd625c2 100644 --- a/libraries/load-themed-styles/package.json +++ b/libraries/load-themed-styles/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/load-themed-styles", - "version": "2.2.27", + "version": "2.2.28", "description": "Loads themed styles.", "license": "MIT", "repository": { diff --git a/libraries/localization-utilities/CHANGELOG.json b/libraries/localization-utilities/CHANGELOG.json index 94bab6251b..c1701de2a4 100644 --- a/libraries/localization-utilities/CHANGELOG.json +++ b/libraries/localization-utilities/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/localization-utilities", "entries": [ + { + "version": "0.16.6", + "tag": "@rushstack/localization-utilities_v0.16.6", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.17.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.16.5", "tag": "@rushstack/localization-utilities_v0.16.5", diff --git a/libraries/localization-utilities/CHANGELOG.md b/libraries/localization-utilities/CHANGELOG.md index 3007deaeb5..62539b0534 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.16.6 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.16.5 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/localization-utilities/package.json b/libraries/localization-utilities/package.json index 488340f67c..584228c565 100644 --- a/libraries/localization-utilities/package.json +++ b/libraries/localization-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/localization-utilities", - "version": "0.16.5", + "version": "0.16.6", "description": "This plugin contains some useful functions for localization.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/lookup-by-path/CHANGELOG.json b/libraries/lookup-by-path/CHANGELOG.json index 1a3c586527..60d80d69a9 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.10.17", + "tag": "@rushstack/lookup-by-path_v0.10.17", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.10.16", "tag": "@rushstack/lookup-by-path_v0.10.16", diff --git a/libraries/lookup-by-path/CHANGELOG.md b/libraries/lookup-by-path/CHANGELOG.md index 6aa74e5cad..7b460f7e84 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.10.17 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.10.16 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/lookup-by-path/package.json b/libraries/lookup-by-path/package.json index 5991fe4788..26123860fb 100644 --- a/libraries/lookup-by-path/package.json +++ b/libraries/lookup-by-path/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/lookup-by-path", - "version": "0.10.16", + "version": "0.10.17", "description": "Strongly typed trie data structure for path and URL-like strings.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/module-minifier/CHANGELOG.json b/libraries/module-minifier/CHANGELOG.json index 886e4bbb36..3b47049cbb 100644 --- a/libraries/module-minifier/CHANGELOG.json +++ b/libraries/module-minifier/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/module-minifier", "entries": [ + { + "version": "0.9.30", + "tag": "@rushstack/module-minifier_v0.9.30", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.7.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.9.29", "tag": "@rushstack/module-minifier_v0.9.29", diff --git a/libraries/module-minifier/CHANGELOG.md b/libraries/module-minifier/CHANGELOG.md index 8f6cfc1b44..3a2a5a6159 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.9.30 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.9.29 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/module-minifier/package.json b/libraries/module-minifier/package.json index bc41355a2a..995ed4859e 100644 --- a/libraries/module-minifier/package.json +++ b/libraries/module-minifier/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/module-minifier", - "version": "0.9.29", + "version": "0.9.30", "description": "Wrapper for terser to support bulk parallel minification.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/node-core-library/CHANGELOG.json b/libraries/node-core-library/CHANGELOG.json index 76b63945e8..dcec29bd1e 100644 --- a/libraries/node-core-library/CHANGELOG.json +++ b/libraries/node-core-library/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/node-core-library", "entries": [ + { + "version": "5.24.2", + "tag": "@rushstack/node-core-library_v5.24.2", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "patch": [ + { + "comment": "Fix incorrect decoding of multi-byte UTF-8 characters in Executable.waitForExitAsync and getProcessInfoByIdAsync by explicitly setting stream encoding before attaching handlers" + } + ] + } + }, { "version": "5.24.1", "tag": "@rushstack/node-core-library_v5.24.1", diff --git a/libraries/node-core-library/CHANGELOG.md b/libraries/node-core-library/CHANGELOG.md index d4b5ad8bbf..2fef5d8978 100644 --- a/libraries/node-core-library/CHANGELOG.md +++ b/libraries/node-core-library/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/node-core-library -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 5.24.2 +Tue, 22 Sep 2026 17:35:41 GMT + +### Patches + +- Fix incorrect decoding of multi-byte UTF-8 characters in Executable.waitForExitAsync and getProcessInfoByIdAsync by explicitly setting stream encoding before attaching handlers ## 5.24.1 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/node-core-library/package.json b/libraries/node-core-library/package.json index 7f2355c065..bf585ae89e 100644 --- a/libraries/node-core-library/package.json +++ b/libraries/node-core-library/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/node-core-library", - "version": "5.24.1", + "version": "5.24.2", "description": "Core libraries that every NodeJS toolchain project should use", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/npm-check-fork/CHANGELOG.json b/libraries/npm-check-fork/CHANGELOG.json index 8bd5c3de4c..0fcb3e720f 100644 --- a/libraries/npm-check-fork/CHANGELOG.json +++ b/libraries/npm-check-fork/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/npm-check-fork", "entries": [ + { + "version": "0.2.28", + "tag": "@rushstack/npm-check-fork_v0.2.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.2.27", "tag": "@rushstack/npm-check-fork_v0.2.27", diff --git a/libraries/npm-check-fork/CHANGELOG.md b/libraries/npm-check-fork/CHANGELOG.md index faef80c0eb..c80c98015f 100644 --- a/libraries/npm-check-fork/CHANGELOG.md +++ b/libraries/npm-check-fork/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/npm-check-fork -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.2.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.2.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/npm-check-fork/package.json b/libraries/npm-check-fork/package.json index 25b40ef23a..f38da29081 100644 --- a/libraries/npm-check-fork/package.json +++ b/libraries/npm-check-fork/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/npm-check-fork", - "version": "0.2.27", + "version": "0.2.28", "description": "A fork of npm-check.", "repository": { "type": "git", diff --git a/libraries/operation-graph/CHANGELOG.json b/libraries/operation-graph/CHANGELOG.json index 9999736333..f25edf9ca4 100644 --- a/libraries/operation-graph/CHANGELOG.json +++ b/libraries/operation-graph/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/operation-graph", "entries": [ + { + "version": "0.7.3", + "tag": "@rushstack/operation-graph_v0.7.3", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + } + ] + } + }, { "version": "0.7.2", "tag": "@rushstack/operation-graph_v0.7.2", diff --git a/libraries/operation-graph/CHANGELOG.md b/libraries/operation-graph/CHANGELOG.md index 4b9641aadc..749da13908 100644 --- a/libraries/operation-graph/CHANGELOG.md +++ b/libraries/operation-graph/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/operation-graph -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.7.3 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.7.2 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/operation-graph/package.json b/libraries/operation-graph/package.json index 108bd994b9..163e05276a 100644 --- a/libraries/operation-graph/package.json +++ b/libraries/operation-graph/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/operation-graph", - "version": "0.7.2", + "version": "0.7.3", "description": "Library for managing and executing operations in a directed acyclic graph.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index 6e7b2a55c3..affc46626b 100644 --- a/libraries/package-deps-hash/CHANGELOG.json +++ b/libraries/package-deps-hash/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/package-deps-hash", "entries": [ + { + "version": "4.7.30", + "tag": "@rushstack/package-deps-hash_v4.7.30", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "4.7.29", "tag": "@rushstack/package-deps-hash_v4.7.29", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index 2cc925fc50..7bc4d5426d 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 4.7.30 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 4.7.29 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/package-deps-hash/package.json b/libraries/package-deps-hash/package.json index c6f417c552..ee113cc06f 100644 --- a/libraries/package-deps-hash/package.json +++ b/libraries/package-deps-hash/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/package-deps-hash", - "version": "4.7.29", + "version": "4.7.30", "description": "", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/package-extractor/CHANGELOG.json b/libraries/package-extractor/CHANGELOG.json index 854bc5cf6f..4a4c2e40b1 100644 --- a/libraries/package-extractor/CHANGELOG.json +++ b/libraries/package-extractor/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@rushstack/package-extractor", "entries": [ + { + "version": "0.13.16", + "tag": "@rushstack/package-extractor_v0.13.16", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.3.29`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.12.29`" + } + ] + } + }, { "version": "0.13.15", "tag": "@rushstack/package-extractor_v0.13.15", diff --git a/libraries/package-extractor/CHANGELOG.md b/libraries/package-extractor/CHANGELOG.md index 3ce0726955..b563bf893d 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.13.16 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.13.15 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/package-extractor/package.json b/libraries/package-extractor/package.json index ba9f69f794..802a018f4b 100644 --- a/libraries/package-extractor/package.json +++ b/libraries/package-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/package-extractor", - "version": "0.13.15", + "version": "0.13.16", "description": "A library for bundling selected files and dependencies into a deployable package.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/reporter/CHANGELOG.json b/libraries/reporter/CHANGELOG.json index 598d9cd834..18d874b587 100644 --- a/libraries/reporter/CHANGELOG.json +++ b/libraries/reporter/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rush-reporter", "entries": [ + { + "version": "0.3.1", + "tag": "@rushstack/rush-reporter_v0.3.1", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.3.0", "tag": "@rushstack/rush-reporter_v0.3.0", diff --git a/libraries/reporter/CHANGELOG.md b/libraries/reporter/CHANGELOG.md index 073b362060..84c8f84f5c 100644 --- a/libraries/reporter/CHANGELOG.md +++ b/libraries/reporter/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rush-reporter -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.3.1 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.3.0 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/reporter/package.json b/libraries/reporter/package.json index bb64fe9841..c5bd6e7064 100644 --- a/libraries/reporter/package.json +++ b/libraries/reporter/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-reporter", - "version": "0.3.0", + "version": "0.3.1", "description": "Canonical event protocol, reporter manager, and built-in reporters for Rush (public beta).", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/rush-daemon-protocol/CHANGELOG.json b/libraries/rush-daemon-protocol/CHANGELOG.json index 1c758e14b7..d1be3d5653 100644 --- a/libraries/rush-daemon-protocol/CHANGELOG.json +++ b/libraries/rush-daemon-protocol/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rush-daemon-protocol", "entries": [ + { + "version": "0.4.2", + "tag": "@rushstack/rush-daemon-protocol_v0.4.2", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.4.1", "tag": "@rushstack/rush-daemon-protocol_v0.4.1", diff --git a/libraries/rush-daemon-protocol/CHANGELOG.md b/libraries/rush-daemon-protocol/CHANGELOG.md index 56baebcbe8..e347a584ee 100644 --- a/libraries/rush-daemon-protocol/CHANGELOG.md +++ b/libraries/rush-daemon-protocol/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rush-daemon-protocol -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.4.2 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.4.1 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/rush-daemon-protocol/package.json b/libraries/rush-daemon-protocol/package.json index e1c7f13ef7..d279057165 100644 --- a/libraries/rush-daemon-protocol/package.json +++ b/libraries/rush-daemon-protocol/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-daemon-protocol", - "version": "0.4.1", + "version": "0.4.2", "description": "Wire protocol for the Rush daemon (rushd): frame taxonomy, length-prefixed binary codec, and version negotiation. (public beta)", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/rush-daemon-transport/CHANGELOG.json b/libraries/rush-daemon-transport/CHANGELOG.json index 2be2e9d274..744bd4afd0 100644 --- a/libraries/rush-daemon-transport/CHANGELOG.json +++ b/libraries/rush-daemon-transport/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/rush-daemon-transport", "entries": [ + { + "version": "0.3.2", + "tag": "@rushstack/rush-daemon-transport_v0.3.2", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/rush-daemon-protocol\" to `0.4.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.3.1", "tag": "@rushstack/rush-daemon-transport_v0.3.1", diff --git a/libraries/rush-daemon-transport/CHANGELOG.md b/libraries/rush-daemon-transport/CHANGELOG.md index 4c548bda4f..8adc5259a5 100644 --- a/libraries/rush-daemon-transport/CHANGELOG.md +++ b/libraries/rush-daemon-transport/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rush-daemon-transport -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.3.2 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.3.1 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/rush-daemon-transport/package.json b/libraries/rush-daemon-transport/package.json index 908d79ffcc..195d65e4cb 100644 --- a/libraries/rush-daemon-transport/package.json +++ b/libraries/rush-daemon-transport/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-daemon-transport", - "version": "0.3.1", + "version": "0.3.2", "description": "Workspace-keyed socket/pipe transport for the Rush daemon (rushd): path derivation, net listener/connector, and PID/lockfile handling. (public beta)", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/rush-daemon/CHANGELOG.json b/libraries/rush-daemon/CHANGELOG.json index 68510e2cd4..32ce49c0aa 100644 --- a/libraries/rush-daemon/CHANGELOG.json +++ b/libraries/rush-daemon/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/rush-daemon", "entries": [ + { + "version": "0.5.2", + "tag": "@rushstack/rush-daemon_v0.5.2", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/rush-daemon-protocol\" to `0.4.2`" + }, + { + "comment": "Updating dependency \"@rushstack/rush-daemon-transport\" to `0.3.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.5.1", "tag": "@rushstack/rush-daemon_v0.5.1", diff --git a/libraries/rush-daemon/CHANGELOG.md b/libraries/rush-daemon/CHANGELOG.md index e1e2590df1..9f0e9170ba 100644 --- a/libraries/rush-daemon/CHANGELOG.md +++ b/libraries/rush-daemon/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rush-daemon -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.5.2 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.5.1 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/rush-daemon/package.json b/libraries/rush-daemon/package.json index 4ef8223837..bee0447fbe 100644 --- a/libraries/rush-daemon/package.json +++ b/libraries/rush-daemon/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-daemon", - "version": "0.5.1", + "version": "0.5.2", "description": "The long-lived Rush workspace daemon host", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/rush-pnpm-kit-v10/CHANGELOG.json b/libraries/rush-pnpm-kit-v10/CHANGELOG.json index ec53724e3f..7722b5db6d 100644 --- a/libraries/rush-pnpm-kit-v10/CHANGELOG.json +++ b/libraries/rush-pnpm-kit-v10/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rush-pnpm-kit-v10", "entries": [ + { + "version": "0.2.29", + "tag": "@rushstack/rush-pnpm-kit-v10_v0.2.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.2.28", "tag": "@rushstack/rush-pnpm-kit-v10_v0.2.28", diff --git a/libraries/rush-pnpm-kit-v10/CHANGELOG.md b/libraries/rush-pnpm-kit-v10/CHANGELOG.md index e44f721262..d653d18825 100644 --- a/libraries/rush-pnpm-kit-v10/CHANGELOG.md +++ b/libraries/rush-pnpm-kit-v10/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rush-pnpm-kit-v10 -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.2.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.2.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/rush-pnpm-kit-v10/package.json b/libraries/rush-pnpm-kit-v10/package.json index 055fad8755..f61ace1a0f 100644 --- a/libraries/rush-pnpm-kit-v10/package.json +++ b/libraries/rush-pnpm-kit-v10/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-pnpm-kit-v10", - "version": "0.2.28", + "version": "0.2.29", "description": "rush pnpm kit v10", "engines": { "node": ">=20.9.0" diff --git a/libraries/rush-pnpm-kit-v8/CHANGELOG.json b/libraries/rush-pnpm-kit-v8/CHANGELOG.json index c2a3badb78..d01298b2ae 100644 --- a/libraries/rush-pnpm-kit-v8/CHANGELOG.json +++ b/libraries/rush-pnpm-kit-v8/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rush-pnpm-kit-v8", "entries": [ + { + "version": "0.2.29", + "tag": "@rushstack/rush-pnpm-kit-v8_v0.2.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.2.28", "tag": "@rushstack/rush-pnpm-kit-v8_v0.2.28", diff --git a/libraries/rush-pnpm-kit-v8/CHANGELOG.md b/libraries/rush-pnpm-kit-v8/CHANGELOG.md index 677c7f6e3e..5829bf0c61 100644 --- a/libraries/rush-pnpm-kit-v8/CHANGELOG.md +++ b/libraries/rush-pnpm-kit-v8/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rush-pnpm-kit-v8 -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.2.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.2.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/rush-pnpm-kit-v8/package.json b/libraries/rush-pnpm-kit-v8/package.json index e7657b40c2..5811ad3e94 100644 --- a/libraries/rush-pnpm-kit-v8/package.json +++ b/libraries/rush-pnpm-kit-v8/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-pnpm-kit-v8", - "version": "0.2.28", + "version": "0.2.29", "description": "rush pnpm kit v8", "engines": { "node": ">=20.9.0" diff --git a/libraries/rush-pnpm-kit-v9/CHANGELOG.json b/libraries/rush-pnpm-kit-v9/CHANGELOG.json index aa6343a158..4e75106638 100644 --- a/libraries/rush-pnpm-kit-v9/CHANGELOG.json +++ b/libraries/rush-pnpm-kit-v9/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rush-pnpm-kit-v9", "entries": [ + { + "version": "0.2.29", + "tag": "@rushstack/rush-pnpm-kit-v9_v0.2.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.2.28", "tag": "@rushstack/rush-pnpm-kit-v9_v0.2.28", diff --git a/libraries/rush-pnpm-kit-v9/CHANGELOG.md b/libraries/rush-pnpm-kit-v9/CHANGELOG.md index 9dc37ebe9a..c1b0c7f516 100644 --- a/libraries/rush-pnpm-kit-v9/CHANGELOG.md +++ b/libraries/rush-pnpm-kit-v9/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rush-pnpm-kit-v9 -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.2.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.2.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/rush-pnpm-kit-v9/package.json b/libraries/rush-pnpm-kit-v9/package.json index 4b9d30ff85..534d090806 100644 --- a/libraries/rush-pnpm-kit-v9/package.json +++ b/libraries/rush-pnpm-kit-v9/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-pnpm-kit-v9", - "version": "0.2.28", + "version": "0.2.29", "description": "rush pnpm kit v9", "engines": { "node": ">=20.9.0" diff --git a/libraries/rush-terminal-renderer/CHANGELOG.json b/libraries/rush-terminal-renderer/CHANGELOG.json index 2be89590d0..3a77d878ef 100644 --- a/libraries/rush-terminal-renderer/CHANGELOG.json +++ b/libraries/rush-terminal-renderer/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/rush-terminal-renderer", "entries": [ + { + "version": "0.2.5", + "tag": "@rushstack/rush-terminal-renderer_v0.2.5", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/rush-daemon-protocol\" to `0.4.2`" + }, + { + "comment": "Updating dependency \"@rushstack/stream-collator\" to `4.2.28`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.2.4", "tag": "@rushstack/rush-terminal-renderer_v0.2.4", diff --git a/libraries/rush-terminal-renderer/CHANGELOG.md b/libraries/rush-terminal-renderer/CHANGELOG.md index 4d519f8e5d..526c4ea751 100644 --- a/libraries/rush-terminal-renderer/CHANGELOG.md +++ b/libraries/rush-terminal-renderer/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rush-terminal-renderer -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.2.5 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.2.4 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/rush-terminal-renderer/package.json b/libraries/rush-terminal-renderer/package.json index a29ff0864e..ecf8ce7cb3 100644 --- a/libraries/rush-terminal-renderer/package.json +++ b/libraries/rush-terminal-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-terminal-renderer", - "version": "0.2.4", + "version": "0.2.5", "description": "Client-side renderer for the Rush daemon (rushd): hosts reporters and per-operation stream collation, applies per-client verbosity, and threads terminal capabilities to child processes. (public beta)", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/stream-collator/CHANGELOG.json b/libraries/stream-collator/CHANGELOG.json index 1b977e8708..8550b19143 100644 --- a/libraries/stream-collator/CHANGELOG.json +++ b/libraries/stream-collator/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/stream-collator", "entries": [ + { + "version": "4.2.28", + "tag": "@rushstack/stream-collator_v4.2.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "4.2.27", "tag": "@rushstack/stream-collator_v4.2.27", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index b3546da776..5b994a3364 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 4.2.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 4.2.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/stream-collator/package.json b/libraries/stream-collator/package.json index f39713e42f..36c7f6736f 100644 --- a/libraries/stream-collator/package.json +++ b/libraries/stream-collator/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/stream-collator", - "version": "4.2.27", + "version": "4.2.28", "description": "Display intelligible realtime output from concurrent processes", "repository": { "type": "git", diff --git a/libraries/terminal/CHANGELOG.json b/libraries/terminal/CHANGELOG.json index 99c33b84ba..58690ba023 100644 --- a/libraries/terminal/CHANGELOG.json +++ b/libraries/terminal/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/terminal", "entries": [ + { + "version": "0.24.5", + "tag": "@rushstack/terminal_v0.24.5", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + } + ] + } + }, { "version": "0.24.4", "tag": "@rushstack/terminal_v0.24.4", diff --git a/libraries/terminal/CHANGELOG.md b/libraries/terminal/CHANGELOG.md index 829af92b79..02b83e8501 100644 --- a/libraries/terminal/CHANGELOG.md +++ b/libraries/terminal/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/terminal -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.24.5 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.24.4 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/terminal/package.json b/libraries/terminal/package.json index 660068e3b7..0fef58a4c5 100644 --- a/libraries/terminal/package.json +++ b/libraries/terminal/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/terminal", - "version": "0.24.4", + "version": "0.24.5", "description": "User interface primitives for console applications", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/ts-command-line/CHANGELOG.json b/libraries/ts-command-line/CHANGELOG.json index c3351e1029..75cab4c925 100644 --- a/libraries/ts-command-line/CHANGELOG.json +++ b/libraries/ts-command-line/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/ts-command-line", "entries": [ + { + "version": "5.3.15", + "tag": "@rushstack/ts-command-line_v5.3.15", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + } + ] + } + }, { "version": "5.3.14", "tag": "@rushstack/ts-command-line_v5.3.14", diff --git a/libraries/ts-command-line/CHANGELOG.md b/libraries/ts-command-line/CHANGELOG.md index 65bb0365e9..3b7b6da6cf 100644 --- a/libraries/ts-command-line/CHANGELOG.md +++ b/libraries/ts-command-line/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/ts-command-line -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 5.3.15 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 5.3.14 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/ts-command-line/package.json b/libraries/ts-command-line/package.json index 84c028b683..9abf404577 100644 --- a/libraries/ts-command-line/package.json +++ b/libraries/ts-command-line/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/ts-command-line", - "version": "5.3.14", + "version": "5.3.15", "description": "An object-oriented command-line parser for TypeScript", "repository": { "type": "git", diff --git a/libraries/typings-generator/CHANGELOG.json b/libraries/typings-generator/CHANGELOG.json index 9b808aa735..18d9a0ace6 100644 --- a/libraries/typings-generator/CHANGELOG.json +++ b/libraries/typings-generator/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/typings-generator", "entries": [ + { + "version": "0.17.6", + "tag": "@rushstack/typings-generator_v0.17.6", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.17.5", "tag": "@rushstack/typings-generator_v0.17.5", diff --git a/libraries/typings-generator/CHANGELOG.md b/libraries/typings-generator/CHANGELOG.md index 604a9b200b..4b9373f47b 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.17.6 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.17.5 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/typings-generator/package.json b/libraries/typings-generator/package.json index 7978127bdb..780950fcc7 100644 --- a/libraries/typings-generator/package.json +++ b/libraries/typings-generator/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/typings-generator", - "version": "0.17.5", + "version": "0.17.6", "description": "This library provides functionality for automatically generating typings for non-TS files.", "keywords": [ "dts", diff --git a/libraries/worker-pool/CHANGELOG.json b/libraries/worker-pool/CHANGELOG.json index e8cdb4e09b..165ae055ad 100644 --- a/libraries/worker-pool/CHANGELOG.json +++ b/libraries/worker-pool/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/worker-pool", "entries": [ + { + "version": "0.7.28", + "tag": "@rushstack/worker-pool_v0.7.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.7.27", "tag": "@rushstack/worker-pool_v0.7.27", diff --git a/libraries/worker-pool/CHANGELOG.md b/libraries/worker-pool/CHANGELOG.md index 2693b57917..d542ffba37 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.7.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.7.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/libraries/worker-pool/package.json b/libraries/worker-pool/package.json index 3d0c928e2a..ec5922c061 100644 --- a/libraries/worker-pool/package.json +++ b/libraries/worker-pool/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/worker-pool", - "version": "0.7.27", + "version": "0.7.28", "description": "Lightweight worker pool using NodeJS worker_threads", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index 4ba9859331..7afca7602b 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "2.11.51", + "tag": "@rushstack/heft-node-rig_v2.11.51", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.59.2`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `4.8.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.3.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `2.0.18`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.23`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "2.11.50", "tag": "@rushstack/heft-node-rig_v2.11.50", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index 9100eef0a2..12f1851bdc 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 2.11.51 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 2.11.50 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/rigs/heft-node-rig/package.json b/rigs/heft-node-rig/package.json index 20137f9ea6..cc4546114a 100644 --- a/rigs/heft-node-rig/package.json +++ b/rigs/heft-node-rig/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-node-rig", - "version": "2.11.50", + "version": "2.11.51", "description": "A rig package for Node.js projects that build using Heft", "license": "MIT", "scripts": { @@ -14,7 +14,7 @@ "directory": "rigs/heft-node-rig" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0" + "@rushstack/heft": "^1.3.1" }, "dependencies": { "@microsoft/api-extractor": "workspace:*", diff --git a/rigs/heft-vscode-extension-rig/CHANGELOG.json b/rigs/heft-vscode-extension-rig/CHANGELOG.json index 39e8720746..3204f118fe 100644 --- a/rigs/heft-vscode-extension-rig/CHANGELOG.json +++ b/rigs/heft-vscode-extension-rig/CHANGELOG.json @@ -1,6 +1,36 @@ { "name": "@rushstack/heft-vscode-extension-rig", "entries": [ + { + "version": "1.1.54", + "tag": "@rushstack/heft-vscode-extension-rig_v1.1.54", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.59.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.51`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-vscode-extension-plugin\" to `1.1.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.3.29`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.12.29`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.1.53", "tag": "@rushstack/heft-vscode-extension-rig_v1.1.53", diff --git a/rigs/heft-vscode-extension-rig/CHANGELOG.md b/rigs/heft-vscode-extension-rig/CHANGELOG.md index c90c94cbb6..3d5b8ad41c 100644 --- a/rigs/heft-vscode-extension-rig/CHANGELOG.md +++ b/rigs/heft-vscode-extension-rig/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-vscode-extension-rig -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.1.54 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.1.53 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/rigs/heft-vscode-extension-rig/package.json b/rigs/heft-vscode-extension-rig/package.json index e96cceda78..251a527974 100644 --- a/rigs/heft-vscode-extension-rig/package.json +++ b/rigs/heft-vscode-extension-rig/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-vscode-extension-rig", - "version": "1.1.53", + "version": "1.1.54", "description": "A rig package for VSCode Extensions that build using Heft", "license": "MIT", "scripts": { @@ -14,7 +14,7 @@ "directory": "rigs/heft-vscode-extension-rig" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0" + "@rushstack/heft": "^1.3.1" }, "dependencies": { "@microsoft/api-extractor": "workspace:*", diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index ef431427e2..a21897da77 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,48 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "1.4.35", + "tag": "@rushstack/heft-web-rig_v1.4.35", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.59.2`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `4.8.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.3.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-static-asset-typings-plugin\" to `0.1.25`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `2.0.18`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.4.12`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.23`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.3.29`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.3.0` to `1.3.1`" + } + ] + } + }, { "version": "1.4.34", "tag": "@rushstack/heft-web-rig_v1.4.34", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index 511cf21e83..2e92ca1534 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.4.35 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.4.34 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/rigs/heft-web-rig/package.json b/rigs/heft-web-rig/package.json index 12028c45a7..1507c71086 100644 --- a/rigs/heft-web-rig/package.json +++ b/rigs/heft-web-rig/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-web-rig", - "version": "1.4.34", + "version": "1.4.35", "description": "A rig package for web browser projects that build using Heft", "license": "MIT", "scripts": { @@ -14,7 +14,7 @@ "directory": "rigs/heft-web-rig" }, "peerDependencies": { - "@rushstack/heft": "^1.3.0" + "@rushstack/heft": "^1.3.1" }, "dependencies": { "@microsoft/api-extractor": "workspace:*", diff --git a/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.json b/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.json index 0d5e4fd86c..c971caf861 100644 --- a/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.json +++ b/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/rush-mcp-docs-plugin", "entries": [ + { + "version": "0.3.28", + "tag": "@rushstack/rush-mcp-docs-plugin_v0.3.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/mcp-server\" to `0.4.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.3.27", "tag": "@rushstack/rush-mcp-docs-plugin_v0.3.27", diff --git a/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.md b/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.md index 6a00e05075..8a15ecc4fa 100644 --- a/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.md +++ b/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rush-mcp-docs-plugin -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.3.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.3.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/rush-plugins/rush-mcp-docs-plugin/package.json b/rush-plugins/rush-mcp-docs-plugin/package.json index 09b391f069..c4e899bb83 100644 --- a/rush-plugins/rush-mcp-docs-plugin/package.json +++ b/rush-plugins/rush-mcp-docs-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-mcp-docs-plugin", - "version": "0.3.27", + "version": "0.3.28", "description": "Docs plugin for @rushstack/mcp-server", "repository": { "url": "https://github.com/microsoft/rushstack.git", diff --git a/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.json b/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.json index 416f811897..49cea83475 100644 --- a/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.json +++ b/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/rush-published-versions-json-plugin", "entries": [ + { + "version": "0.1.21", + "tag": "@rushstack/rush-published-versions-json-plugin_v0.1.21", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.15`" + } + ] + } + }, { "version": "0.1.20", "tag": "@rushstack/rush-published-versions-json-plugin_v0.1.20", diff --git a/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.md b/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.md index cc50597d9c..6c749bca49 100644 --- a/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.md +++ b/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rush-published-versions-json-plugin -This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.1.21 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.1.20 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/rush-plugins/rush-published-versions-json-plugin/package.json b/rush-plugins/rush-published-versions-json-plugin/package.json index 20bade1218..0b2254571d 100644 --- a/rush-plugins/rush-published-versions-json-plugin/package.json +++ b/rush-plugins/rush-published-versions-json-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-published-versions-json-plugin", - "version": "0.1.20", + "version": "0.1.21", "description": "A Rush plugin for generating a JSON file containing the versions of all published packages in the monorepo.", "license": "MIT", "repository": { diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.json b/webpack/hashed-folder-copy-plugin/CHANGELOG.json index d1046bd602..0f5cfcafbf 100644 --- a/webpack/hashed-folder-copy-plugin/CHANGELOG.json +++ b/webpack/hashed-folder-copy-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/hashed-folder-copy-plugin", "entries": [ + { + "version": "1.3.29", + "tag": "@rushstack/hashed-folder-copy-plugin_v1.3.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.7.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "1.3.28", "tag": "@rushstack/hashed-folder-copy-plugin_v1.3.28", diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.md b/webpack/hashed-folder-copy-plugin/CHANGELOG.md index 67a328dcc3..b1adc9b774 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.3.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.3.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/hashed-folder-copy-plugin/package.json b/webpack/hashed-folder-copy-plugin/package.json index af0fb03ed0..5a1a485d72 100644 --- a/webpack/hashed-folder-copy-plugin/package.json +++ b/webpack/hashed-folder-copy-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/hashed-folder-copy-plugin", - "version": "1.3.28", + "version": "1.3.29", "description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.", "types": "./dist/hashed-folder-copy-plugin.d.ts", "main": "./lib-commonjs/index.js", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.json b/webpack/loader-load-themed-styles/CHANGELOG.json index 3b41a0edb3..ef08520164 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.2.28", + "tag": "@microsoft/loader-load-themed-styles_v2.2.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.2.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.2.27` to `2.2.28`" + } + ] + } + }, { "version": "2.2.27", "tag": "@microsoft/loader-load-themed-styles_v2.2.27", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index f1ac5149ff..d26ce5dd6b 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 2.2.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 2.2.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/loader-load-themed-styles/package.json b/webpack/loader-load-themed-styles/package.json index 9ea3f580f0..349468c282 100644 --- a/webpack/loader-load-themed-styles/package.json +++ b/webpack/loader-load-themed-styles/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/loader-load-themed-styles", - "version": "2.2.27", + "version": "2.2.28", "description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", @@ -49,7 +49,7 @@ }, "peerDependencies": { "@types/webpack": "^4", - "@microsoft/load-themed-styles": "^2.2.27" + "@microsoft/load-themed-styles": "^2.2.28" }, "dependencies": { "loader-utils": "1.4.2" diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index 12829e2f4a..a0be1b8b77 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.6.28", + "tag": "@rushstack/loader-raw-script_v1.6.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "1.6.27", "tag": "@rushstack/loader-raw-script_v1.6.27", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index f91fb85d0b..996d7c1ea1 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 1.6.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 1.6.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/loader-raw-script/package.json b/webpack/loader-raw-script/package.json index ad1f4d6934..26d6d3d682 100644 --- a/webpack/loader-raw-script/package.json +++ b/webpack/loader-raw-script/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/loader-raw-script", - "version": "1.6.27", + "version": "1.6.28", "description": "", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json index e367dc944a..37ef9a4d0c 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.12.29", + "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.12.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.12.28", "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.12.28", diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md index c2369044a5..c16525be1c 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.12.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.12.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/preserve-dynamic-require-plugin/package.json b/webpack/preserve-dynamic-require-plugin/package.json index 62ff9c19c0..ee74beca4a 100644 --- a/webpack/preserve-dynamic-require-plugin/package.json +++ b/webpack/preserve-dynamic-require-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/webpack-preserve-dynamic-require-plugin", - "version": "0.12.28", + "version": "0.12.29", "description": "This plugin tells webpack to leave dynamic calls to \"require\" as-is instead of trying to bundle them.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index c72722987f..c9dad34112 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.json +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/set-webpack-public-path-plugin", "entries": [ + { + "version": "5.3.30", + "tag": "@rushstack/set-webpack-public-path-plugin_v5.3.30", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.7.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "5.3.29", "tag": "@rushstack/set-webpack-public-path-plugin_v5.3.29", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index 1a2ec82b0f..635d0e2526 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 5.3.30 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 5.3.29 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/set-webpack-public-path-plugin/package.json b/webpack/set-webpack-public-path-plugin/package.json index a6b285c62d..101812c62a 100644 --- a/webpack/set-webpack-public-path-plugin/package.json +++ b/webpack/set-webpack-public-path-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/set-webpack-public-path-plugin", - "version": "5.3.29", + "version": "5.3.30", "description": "This plugin sets the webpack public path at runtime.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json index 86845345cb..c989cfa153 100644 --- a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json +++ b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/webpack-embedded-dependencies-plugin", "entries": [ + { + "version": "0.4.30", + "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.4.30", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.7.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.4.29", "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.4.29", diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md index 1069468e52..1fbf21dc6b 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.4.30 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.4.29 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/webpack-embedded-dependencies-plugin/package.json b/webpack/webpack-embedded-dependencies-plugin/package.json index cfa0c733bb..7358959b94 100644 --- a/webpack/webpack-embedded-dependencies-plugin/package.json +++ b/webpack/webpack-embedded-dependencies-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/webpack-embedded-dependencies-plugin", - "version": "0.4.29", + "version": "0.4.30", "description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.json b/webpack/webpack-plugin-utilities/CHANGELOG.json index 777bc43c67..b0085298ce 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.7.9", + "tag": "@rushstack/webpack-plugin-utilities_v0.7.9", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.7.8", "tag": "@rushstack/webpack-plugin-utilities_v0.7.8", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.md b/webpack/webpack-plugin-utilities/CHANGELOG.md index 14c874a73d..aead787b35 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.7.9 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.7.8 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/webpack-plugin-utilities/package.json b/webpack/webpack-plugin-utilities/package.json index f20c6d7765..94b2d4f48b 100644 --- a/webpack/webpack-plugin-utilities/package.json +++ b/webpack/webpack-plugin-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/webpack-plugin-utilities", - "version": "0.7.8", + "version": "0.7.9", "description": "This plugin sets the webpack public path at runtime.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/webpack/webpack-workspace-resolve-plugin/CHANGELOG.json b/webpack/webpack-workspace-resolve-plugin/CHANGELOG.json index 5aec00c672..81b9fda544 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.6.28", + "tag": "@rushstack/webpack-workspace-resolve-plugin_v0.6.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.10.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.6.27", "tag": "@rushstack/webpack-workspace-resolve-plugin_v0.6.27", diff --git a/webpack/webpack-workspace-resolve-plugin/CHANGELOG.md b/webpack/webpack-workspace-resolve-plugin/CHANGELOG.md index adeffa9af7..bdd4805495 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.6.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.6.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/webpack-workspace-resolve-plugin/package.json b/webpack/webpack-workspace-resolve-plugin/package.json index e73793f89c..074ca23a0a 100644 --- a/webpack/webpack-workspace-resolve-plugin/package.json +++ b/webpack/webpack-workspace-resolve-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/webpack-workspace-resolve-plugin", - "version": "0.6.27", + "version": "0.6.28", "description": "This plugin leverages workspace-level metadata to greatly accelerate module resolution.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.json b/webpack/webpack4-localization-plugin/CHANGELOG.json index 27e51732fa..9e16a08de3 100644 --- a/webpack/webpack4-localization-plugin/CHANGELOG.json +++ b/webpack/webpack4-localization-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/webpack4-localization-plugin", "entries": [ + { + "version": "0.20.29", + "tag": "@rushstack/webpack4-localization-plugin_v0.20.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.16.6`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.20.28", "tag": "@rushstack/webpack4-localization-plugin_v0.20.28", diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.md b/webpack/webpack4-localization-plugin/CHANGELOG.md index 6eae0221a2..809b0ceaa0 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.20.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.20.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/webpack4-localization-plugin/package.json b/webpack/webpack4-localization-plugin/package.json index 93fe5b6976..2fed88ee93 100644 --- a/webpack/webpack4-localization-plugin/package.json +++ b/webpack/webpack4-localization-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/webpack4-localization-plugin", - "version": "0.20.28", + "version": "0.20.29", "description": "This plugin facilitates localization with Webpack.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json index eac8e2e59d..5e0b8e803c 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.15.30", + "tag": "@rushstack/webpack4-module-minifier-plugin_v0.15.30", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.9.30`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.7.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.15.29", "tag": "@rushstack/webpack4-module-minifier-plugin_v0.15.29", diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md index c3cd158658..55617a7b5c 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.15.30 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.15.29 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/webpack4-module-minifier-plugin/package.json b/webpack/webpack4-module-minifier-plugin/package.json index 40a211a944..a129a5e904 100644 --- a/webpack/webpack4-module-minifier-plugin/package.json +++ b/webpack/webpack4-module-minifier-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/webpack4-module-minifier-plugin", - "version": "0.15.29", + "version": "0.15.30", "description": "This plugin splits minification of webpack compilations into smaller units.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json index a4dac96473..3c52943fa9 100644 --- a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json +++ b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@microsoft/webpack5-load-themed-styles-loader", "entries": [ + { + "version": "0.4.28", + "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.4.28", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.2.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.2.27` to `2.2.28`" + } + ] + } + }, { "version": "0.4.27", "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.4.27", diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md index 50032e1c9a..943348e0c3 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.4.28 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.4.27 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/webpack5-load-themed-styles-loader/package.json b/webpack/webpack5-load-themed-styles-loader/package.json index 527de24df9..36a0e21e5e 100644 --- a/webpack/webpack5-load-themed-styles-loader/package.json +++ b/webpack/webpack5-load-themed-styles-loader/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/webpack5-load-themed-styles-loader", - "version": "0.4.27", + "version": "0.4.28", "description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", @@ -43,7 +43,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@microsoft/load-themed-styles": "^2.2.27", + "@microsoft/load-themed-styles": "^2.2.28", "webpack": "^5" }, "peerDependenciesMeta": { diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.json b/webpack/webpack5-localization-plugin/CHANGELOG.json index 2b6179adbd..22bfc6ddc5 100644 --- a/webpack/webpack5-localization-plugin/CHANGELOG.json +++ b/webpack/webpack5-localization-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/webpack5-localization-plugin", "entries": [ + { + "version": "0.16.29", + "tag": "@rushstack/webpack5-localization-plugin_v0.16.29", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.16.6`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.24.2`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + } + ] + } + }, { "version": "0.16.28", "tag": "@rushstack/webpack5-localization-plugin_v0.16.28", diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.md b/webpack/webpack5-localization-plugin/CHANGELOG.md index adc9f5219b..162749ab63 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 0.16.29 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 0.16.28 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/webpack5-localization-plugin/package.json b/webpack/webpack5-localization-plugin/package.json index 3cb5a6d6b0..93759b70e3 100644 --- a/webpack/webpack5-localization-plugin/package.json +++ b/webpack/webpack5-localization-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/webpack5-localization-plugin", - "version": "0.16.28", + "version": "0.16.29", "description": "This plugin facilitates localization with Webpack.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json index 93d090db7c..23eb4d49e8 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.8.30", + "tag": "@rushstack/webpack5-module-minifier-plugin_v5.8.30", + "date": "Tue, 22 Sep 2026 17:35:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.7.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.9.30`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.9.30`" + } + ] + } + }, { "version": "5.8.29", "tag": "@rushstack/webpack5-module-minifier-plugin_v5.8.29", diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md index 9d38b1e4ff..d98f93a99d 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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. +This log was last generated on Tue, 22 Sep 2026 17:35:41 GMT and should not be manually modified. + +## 5.8.30 +Tue, 22 Sep 2026 17:35:41 GMT + +_Version update only_ ## 5.8.29 Mon, 14 Sep 2026 22:42:32 GMT diff --git a/webpack/webpack5-module-minifier-plugin/package.json b/webpack/webpack5-module-minifier-plugin/package.json index 5ce066a9ef..476539d8c0 100644 --- a/webpack/webpack5-module-minifier-plugin/package.json +++ b/webpack/webpack5-module-minifier-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/webpack5-module-minifier-plugin", - "version": "5.8.29", + "version": "5.8.30", "description": "This plugin splits minification of webpack compilations into smaller units.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js",