diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index a7ea9f2180..a27733950a 100644 --- a/apps/api-documenter/CHANGELOG.json +++ b/apps/api-documenter/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@microsoft/api-documenter", "entries": [ + { + "version": "7.30.15", + "tag": "@microsoft/api-documenter_v7.30.15", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "7.30.14", "tag": "@microsoft/api-documenter_v7.30.14", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index 7f709c6834..82483715b2 100644 --- a/apps/api-documenter/CHANGELOG.md +++ b/apps/api-documenter/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/api-documenter -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 7.30.15 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 7.30.14 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/apps/api-documenter/package.json b/apps/api-documenter/package.json index 46f6c7ed69..e8f7834717 100644 --- a/apps/api-documenter/package.json +++ b/apps/api-documenter/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-documenter", - "version": "7.30.14", + "version": "7.30.15", "description": "Read JSON files from api-extractor, generate documentation pages", "repository": { "type": "git", diff --git a/apps/cpu-profile-summarizer/CHANGELOG.json b/apps/cpu-profile-summarizer/CHANGELOG.json index eeb92c0f9f..abc0bd1a0e 100644 --- a/apps/cpu-profile-summarizer/CHANGELOG.json +++ b/apps/cpu-profile-summarizer/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@rushstack/cpu-profile-summarizer", "entries": [ + { + "version": "0.2.27", + "tag": "@rushstack/cpu-profile-summarizer_v0.2.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.7.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.2.26", "tag": "@rushstack/cpu-profile-summarizer_v0.2.26", diff --git a/apps/cpu-profile-summarizer/CHANGELOG.md b/apps/cpu-profile-summarizer/CHANGELOG.md index 2c50bd5311..e62f000e48 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.2.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.2.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/apps/cpu-profile-summarizer/package.json b/apps/cpu-profile-summarizer/package.json index c395ff6b46..8fe199f497 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.26", + "version": "0.2.27", "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 1d3cb7886f..c93e498d12 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "1.3.0", + "tag": "@rushstack/heft_v1.3.0", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "minor": [ + { + "comment": "Emit negotiated structured child output and diagnostics when Rush provides a reporter descriptor, while preserving standalone terminal behavior." + } + ], + "patch": [ + { + "comment": "Recognize inherited reporter pipes on Windows while continuing to reject regular-file descriptors." + } + ] + } + }, { "version": "1.2.26", "tag": "@rushstack/heft_v1.2.26", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index 704cdc476e..e3f4ccabc4 100644 --- a/apps/heft/CHANGELOG.md +++ b/apps/heft/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log - @rushstack/heft -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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.3.0 +Mon, 14 Sep 2026 22:42:32 GMT + +### Minor changes + +- Emit negotiated structured child output and diagnostics when Rush provides a reporter descriptor, while preserving standalone terminal behavior. + +### Patches + +- Recognize inherited reporter pipes on Windows while continuing to reject regular-file descriptors. ## 1.2.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/apps/heft/package.json b/apps/heft/package.json index 83590f0889..75aeab63d0 100644 --- a/apps/heft/package.json +++ b/apps/heft/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft", - "version": "1.2.26", + "version": "1.3.0", "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 beadb1b6ea..e4be28bf09 100644 --- a/apps/lockfile-explorer/CHANGELOG.json +++ b/apps/lockfile-explorer/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/lockfile-explorer", "entries": [ + { + "version": "2.2.28", + "tag": "@rushstack/lockfile-explorer_v2.2.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "2.2.27", "tag": "@rushstack/lockfile-explorer_v2.2.27", diff --git a/apps/lockfile-explorer/CHANGELOG.md b/apps/lockfile-explorer/CHANGELOG.md index 3b5b7bd6d1..9b1521bbd3 100644 --- a/apps/lockfile-explorer/CHANGELOG.md +++ b/apps/lockfile-explorer/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/lockfile-explorer -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 2.2.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 2.2.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/apps/lockfile-explorer/package.json b/apps/lockfile-explorer/package.json index 0e5320ed22..7c5b83141c 100644 --- a/apps/lockfile-explorer/package.json +++ b/apps/lockfile-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/lockfile-explorer", - "version": "2.2.27", + "version": "2.2.28", "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 d2412fd53b..be04f11e53 100644 --- a/apps/playwright-browser-tunnel/CHANGELOG.json +++ b/apps/playwright-browser-tunnel/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/playwright-browser-tunnel", "entries": [ + { + "version": "0.3.31", + "tag": "@rushstack/playwright-browser-tunnel_v0.3.31", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.3.30", "tag": "@rushstack/playwright-browser-tunnel_v0.3.30", diff --git a/apps/playwright-browser-tunnel/CHANGELOG.md b/apps/playwright-browser-tunnel/CHANGELOG.md index 326011020a..a86a98d1b8 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.3.31 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.3.30 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/apps/playwright-browser-tunnel/package.json b/apps/playwright-browser-tunnel/package.json index b24be61ec4..48af952890 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.30", + "version": "0.3.31", "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 93f6c290e0..f0f3cb4a77 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.3.27", + "tag": "@rushstack/rundown_v1.3.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "1.3.26", "tag": "@rushstack/rundown_v1.3.26", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index b6fdc190dc..0d4d6fdd3a 100644 --- a/apps/rundown/CHANGELOG.md +++ b/apps/rundown/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rundown -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.3.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.3.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/apps/rundown/package.json b/apps/rundown/package.json index 647cf1fd01..1f8bc731f9 100644 --- a/apps/rundown/package.json +++ b/apps/rundown/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rundown", - "version": "1.3.26", + "version": "1.3.27", "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 44408066c6..8a417e755f 100644 --- a/apps/rush-mcp-server/CHANGELOG.json +++ b/apps/rush-mcp-server/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/mcp-server", "entries": [ + { + "version": "0.4.27", + "tag": "@rushstack/mcp-server_v0.4.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.4.26", "tag": "@rushstack/mcp-server_v0.4.26", diff --git a/apps/rush-mcp-server/CHANGELOG.md b/apps/rush-mcp-server/CHANGELOG.md index d26fa766a5..d63c057f8e 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.4.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.4.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/apps/rush-mcp-server/package.json b/apps/rush-mcp-server/package.json index b1f0b5715e..a35c9f138e 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.26", + "version": "0.4.27", "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 b621f1a948..a327ebf516 100644 --- a/apps/trace-import/CHANGELOG.json +++ b/apps/trace-import/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/trace-import", "entries": [ + { + "version": "0.7.27", + "tag": "@rushstack/trace-import_v0.7.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.7.26", "tag": "@rushstack/trace-import_v0.7.26", diff --git a/apps/trace-import/CHANGELOG.md b/apps/trace-import/CHANGELOG.md index 63e353088d..e9a7f10a30 100644 --- a/apps/trace-import/CHANGELOG.md +++ b/apps/trace-import/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/trace-import -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.7.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.7.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/apps/trace-import/package.json b/apps/trace-import/package.json index ea184a5fe2..a0652321b6 100644 --- a/apps/trace-import/package.json +++ b/apps/trace-import/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/trace-import", - "version": "0.7.26", + "version": "0.7.27", "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 fe3715f6ae..6ba1decdcd 100644 --- a/apps/zipsync/CHANGELOG.json +++ b/apps/zipsync/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@rushstack/zipsync", "entries": [ + { + "version": "0.3.27", + "tag": "@rushstack/zipsync_v0.3.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.10.16`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.3.26", "tag": "@rushstack/zipsync_v0.3.26", diff --git a/apps/zipsync/CHANGELOG.md b/apps/zipsync/CHANGELOG.md index d1b73743a9..81c958a2ce 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.3.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.3.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/apps/zipsync/package.json b/apps/zipsync/package.json index 312ad9f2af..524e64d399 100644 --- a/apps/zipsync/package.json +++ b/apps/zipsync/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/zipsync", - "version": "0.3.26", + "version": "0.3.27", "description": "CLI tool for creating and extracting ZIP archives with intelligent filesystem synchronization", "repository": { "type": "git", diff --git a/common/changes/@microsoft/api-documenter/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json b/common/changes/@microsoft/api-documenter/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json deleted file mode 100644 index 97858bb295..0000000000 --- a/common/changes/@microsoft/api-documenter/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/api-documenter" - } - ], - "packageName": "@microsoft/api-documenter", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/api-documenter/native-private-members_2026-09-08-11-50.json b/common/changes/@microsoft/api-documenter/native-private-members_2026-09-08-11-50.json deleted file mode 100644 index 60e708dd6b..0000000000 --- a/common/changes/@microsoft/api-documenter/native-private-members_2026-09-08-11-50.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-documenter", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/credential-cache", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/debug-certificate-manager", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/lookup-by-path", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/module-minifier", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/npm-check-fork", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/package-extractor", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/stream-collator", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/typings-generator", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/worker-pool", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - } - ] -} 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 index 300fd9139c..4329760d12 100644 --- 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 @@ -1,11 +1 @@ -{ - "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 +{"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/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 index ed19098e6c..5b342f368b 100644 --- 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 @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/api-extractor-model" - } - ], - "packageName": "@microsoft/api-extractor-model", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file +{"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/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 index c767a964ce..d8a4f76b7c 100644 --- 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 @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/api-extractor" - } - ], - "packageName": "@microsoft/api-extractor", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file +{"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/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 index c3ea4eadf1..0c79fa0096 100644 --- 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 @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/api-extractor" - } - ], - "packageName": "@microsoft/api-extractor", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file +{"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/load-themed-styles/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json b/common/changes/@microsoft/load-themed-styles/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json deleted file mode 100644 index ee4bbd1d53..0000000000 --- a/common/changes/@microsoft/load-themed-styles/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/load-themed-styles" - } - ], - "packageName": "@microsoft/load-themed-styles", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/loader-load-themed-styles/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@microsoft/loader-load-themed-styles/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@microsoft/loader-load-themed-styles/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@microsoft/loader-load-themed-styles/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@microsoft/loader-load-themed-styles/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json b/common/changes/@microsoft/loader-load-themed-styles/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json deleted file mode 100644 index fc9609bf71..0000000000 --- a/common/changes/@microsoft/loader-load-themed-styles/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-55.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/loader-load-themed-styles" - } - ], - "packageName": "@microsoft/loader-load-themed-styles", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json b/common/changes/@microsoft/rush/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json index a4e9a181a5..ce752f512b 100644 --- a/common/changes/@microsoft/rush/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json +++ b/common/changes/@microsoft/rush/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@microsoft/rush"}],"packageName":"@microsoft/rush","email":"5100938+bmiddha@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-reporter-r10a-demo-docs_2026-08-28-09-20.json b/common/changes/@microsoft/rush/copilot-reporter-r10a-demo-docs_2026-08-28-09-20.json index 653bac36e6..84fd1f9d64 100644 --- a/common/changes/@microsoft/rush/copilot-reporter-r10a-demo-docs_2026-08-28-09-20.json +++ b/common/changes/@microsoft/rush/copilot-reporter-r10a-demo-docs_2026-08-28-09-20.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Document the experimental reporter opt-in, rollback, output contracts, compatibility boundary, and reproducible demo.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Document the experimental reporter opt-in, rollback, output contracts, compatibility boundary, and reproducible demo.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-reporter-r2a-experiment-config_2026-08-28-02-38.json b/common/changes/@microsoft/rush/copilot-reporter-r2a-experiment-config_2026-08-28-02-38.json index 2130da2c58..185db5d08e 100644 --- a/common/changes/@microsoft/rush/copilot-reporter-r2a-experiment-config_2026-08-28-02-38.json +++ b/common/changes/@microsoft/rush/copilot-reporter-r2a-experiment-config_2026-08-28-02-38.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add repository configuration for opting into and configuring the experimental Rush reporter.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Add repository configuration for opting into and configuring the experimental Rush reporter.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-reporter-r2b-frontend-host-controls_2026-08-28-03-00.json b/common/changes/@microsoft/rush/copilot-reporter-r2b-frontend-host-controls_2026-08-28-03-00.json index 919daad035..7a98f76cbe 100644 --- a/common/changes/@microsoft/rush/copilot-reporter-r2b-frontend-host-controls_2026-08-28-03-00.json +++ b/common/changes/@microsoft/rush/copilot-reporter-r2b-frontend-host-controls_2026-08-28-03-00.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add pre-major frontend reporter controls with legacy command compatibility, selected-engine gating, and deterministic reporter finalization.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Add pre-major frontend reporter controls with legacy command compatibility, selected-engine gating, and deterministic reporter finalization.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-reporter-r3a-session-sink_2026-08-28-02-38.json b/common/changes/@microsoft/rush/copilot-reporter-r3a-session-sink_2026-08-28-02-38.json index fa12adb823..bfc60e8219 100644 --- a/common/changes/@microsoft/rush/copilot-reporter-r3a-session-sink_2026-08-28-02-38.json +++ b/common/changes/@microsoft/rush/copilot-reporter-r3a-session-sink_2026-08-28-02-38.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Expose an optional scoped reporter producer API to Rush actions and plugins while preserving legacy terminal output.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Expose an optional scoped reporter producer API to Rush actions and plugins while preserving legacy terminal output.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-reporter-r3b-shadow-events_2026-08-28-04-20.json b/common/changes/@microsoft/rush/copilot-reporter-r3b-shadow-events_2026-08-28-04-20.json index 71b7d37166..f810f9365b 100644 --- a/common/changes/@microsoft/rush/copilot-reporter-r3b-shadow-events_2026-08-28-04-20.json +++ b/common/changes/@microsoft/rush/copilot-reporter-r3b-shadow-events_2026-08-28-04-20.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Emit shadow Rush lifecycle, phase-aware operation, diagnostic, telemetry, and command-result events without changing legacy terminal output.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Emit shadow Rush lifecycle, phase-aware operation, diagnostic, telemetry, and command-result events without changing legacy terminal output.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-reporter-r3c-shadow-parity_2026-08-28-04-55.json b/common/changes/@microsoft/rush/copilot-reporter-r3c-shadow-parity_2026-08-28-04-55.json index a51b0ff897..52046a728a 100644 --- a/common/changes/@microsoft/rush/copilot-reporter-r3c-shadow-parity_2026-08-28-04-55.json +++ b/common/changes/@microsoft/rush/copilot-reporter-r3c-shadow-parity_2026-08-28-04-55.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Complete shadow reporter parity coverage for event identity, telemetry privacy, exit status, repeated operation phases, and unchanged legacy output.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Complete shadow reporter parity coverage for event identity, telemetry privacy, exit status, repeated operation phases, and unchanged legacy output.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-reporter-r5a-operation-adapter_2026-08-28-06-35.json b/common/changes/@microsoft/rush/copilot-reporter-r5a-operation-adapter_2026-08-28-06-35.json index 2e0fd43f62..7153cfb4e3 100644 --- a/common/changes/@microsoft/rush/copilot-reporter-r5a-operation-adapter_2026-08-28-06-35.json +++ b/common/changes/@microsoft/rush/copilot-reporter-r5a-operation-adapter_2026-08-28-06-35.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Emit feature-flagged phase-aware operation registration, status, raw output, stream-close, and completion events while preserving the legacy StreamCollator output path.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Emit feature-flagged phase-aware operation registration, status, raw output, stream-close, and completion events while preserving the legacy StreamCollator output path.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-reporter-r5b-demo-reporters_2026-08-28-07-10.json b/common/changes/@microsoft/rush/copilot-reporter-r5b-demo-reporters_2026-08-28-07-10.json index 80d4ffba6f..831fdef2f3 100644 --- a/common/changes/@microsoft/rush/copilot-reporter-r5b-demo-reporters_2026-08-28-07-10.json +++ b/common/changes/@microsoft/rush/copilot-reporter-r5b-demo-reporters_2026-08-28-07-10.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add the opt-in direct build reporter demo path with reporter-owned output, a complete full-detail log, and an immediate legacy rollback.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Add the opt-in direct build reporter demo path with reporter-owned output, a complete full-detail log, and an immediate legacy rollback.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-reporter-r6a-bootstrap-handoff_2026-08-28-04-40.json b/common/changes/@microsoft/rush/copilot-reporter-r6a-bootstrap-handoff_2026-08-28-04-40.json index 0405adb230..423b18683d 100644 --- a/common/changes/@microsoft/rush/copilot-reporter-r6a-bootstrap-handoff_2026-08-28-04-40.json +++ b/common/changes/@microsoft/rush/copilot-reporter-r6a-bootstrap-handoff_2026-08-28-04-40.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add a bounded nonce-protected install-run-rush handoff, replay it before version selection, and bridge cross-version reporter compatibility.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "223556219+Copilot@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Add a bounded nonce-protected install-run-rush handoff, replay it before version selection, and bridge cross-version reporter compatibility.","type":"patch"}],"packageName":"@microsoft/rush","email":"223556219+Copilot@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-reporter-r7a-heft-reporting_2026-08-28-08-40.json b/common/changes/@microsoft/rush/copilot-reporter-r7a-heft-reporting_2026-08-28-08-40.json index 465b34aaf2..a1e996b472 100644 --- a/common/changes/@microsoft/rush/copilot-reporter-r7a-heft-reporting_2026-08-28-08-40.json +++ b/common/changes/@microsoft/rush/copilot-reporter-r7a-heft-reporting_2026-08-28-08-40.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Relay compatible Heft child events through the selected Rush reporter with ordered raw fallback and problem matcher diagnostics.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Relay compatible Heft child events through the selected Rush reporter with ordered raw fallback and problem matcher diagnostics.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-review-lifecycle_2026-09-10.json b/common/changes/@microsoft/rush/copilot-review-lifecycle_2026-09-10.json index 6e8a6c6dc5..5fbe8e8324 100644 --- a/common/changes/@microsoft/rush/copilot-review-lifecycle_2026-09-10.json +++ b/common/changes/@microsoft/rush/copilot-review-lifecycle_2026-09-10.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Preserve immutable errors, diagnose pre-execution parser failures once, and register shadow operations after final watch iteration configuration.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Preserve immutable errors, diagnose pre-execution parser failures once, and register shadow operations after final watch iteration configuration.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/copilot-review-parity_2026-09-10.json b/common/changes/@microsoft/rush/copilot-review-parity_2026-09-10.json index 6c34349ec5..6c0325f159 100644 --- a/common/changes/@microsoft/rush/copilot-review-parity_2026-09-10.json +++ b/common/changes/@microsoft/rush/copilot-review-parity_2026-09-10.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Connect real watch cancellation to the persistent shadow exit-status observer without changing legacy process status, and verify raw stdout/stderr chunk parity.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Connect real watch cancellation to the persistent shadow exit-status observer without changing legacy process status, and verify raw stdout/stderr chunk parity.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/native-private-ecosystem_2026-09-08-11-49.json b/common/changes/@microsoft/rush/native-private-ecosystem_2026-09-08-11-49.json index f3287a1c5f..71ed101321 100644 --- a/common/changes/@microsoft/rush/native-private-ecosystem_2026-09-08-11-49.json +++ b/common/changes/@microsoft/rush/native-private-ecosystem_2026-09-08-11-49.json @@ -1,59 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/cpu-profile-summarizer", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/lockfile-explorer", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/mcp-server", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/playwright-browser-tunnel", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/rundown", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/rush-daemon", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/rush-daemon-transport", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/rush-terminal-renderer", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/trace-import", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/zipsync", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - } - ] -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Use ECMAScript private syntax for internal class members.","type":"none"}]} diff --git a/common/changes/@microsoft/rush/native-private-members_2026-09-06-18-31.json b/common/changes/@microsoft/rush/native-private-members_2026-09-06-18-31.json index abc3040a07..71ed101321 100644 --- a/common/changes/@microsoft/rush/native-private-members_2026-09-06-18-31.json +++ b/common/changes/@microsoft/rush/native-private-members_2026-09-06-18-31.json @@ -1,9 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - } - ] -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Use ECMAScript private syntax for internal class members.","type":"none"}]} diff --git a/common/changes/@microsoft/rush/reporter-command-control-ownership_2026-09-10.json b/common/changes/@microsoft/rush/reporter-command-control-ownership_2026-09-10.json index 6317f9d518..2ba7baa3a6 100644 --- a/common/changes/@microsoft/rush/reporter-command-control-ownership_2026-09-10.json +++ b/common/changes/@microsoft/rush/reporter-command-control-ownership_2026-09-10.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Consume reporter verbose and repository opt-in value controls only when command ownership is known, preserving native aliases and declared custom parameters.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Consume reporter verbose and repository opt-in value controls only when command ownership is known, preserving native aliases and declared custom parameters.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/reporter-custom-help-ownership_2026-09-10.json b/common/changes/@microsoft/rush/reporter-custom-help-ownership_2026-09-10.json index 3e9a1e478d..cd98eda178 100644 --- a/common/changes/@microsoft/rush/reporter-custom-help-ownership_2026-09-10.json +++ b/common/changes/@microsoft/rush/reporter-custom-help-ownership_2026-09-10.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Preserve command-declared output and log-level parameters on repository-opted-in help, even when their values resemble valid reporter controls.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Preserve command-declared output and log-level parameters on repository-opted-in help, even when their values resemble valid reporter controls.","type":"none"}],"packageName":"@microsoft/rush"} diff --git a/common/changes/@microsoft/rush/reporter-foundation-controls_2026-09-09.json b/common/changes/@microsoft/rush/reporter-foundation-controls_2026-09-09.json index c6e32b8b79..6963da1e23 100644 --- a/common/changes/@microsoft/rush/reporter-foundation-controls_2026-09-09.json +++ b/common/changes/@microsoft/rush/reporter-foundation-controls_2026-09-09.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Preserve custom reporter controls during emergency legacy rollback and honor reserved stdout/stderr output destinations.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Preserve custom reporter controls during emergency legacy rollback and honor reserved stdout/stderr output destinations.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/reporter-foundation-lifecycle_2026-09-09.json b/common/changes/@microsoft/rush/reporter-foundation-lifecycle_2026-09-09.json index 0603c92996..e0139eb0d9 100644 --- a/common/changes/@microsoft/rush/reporter-foundation-lifecycle_2026-09-09.json +++ b/common/changes/@microsoft/rush/reporter-foundation-lifecycle_2026-09-09.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Report early initialization failures and defer successful reporter completion until telemetry finalization preserves the command's native outcome.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Report early initialization failures and defer successful reporter completion until telemetry finalization preserves the command's native outcome.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/reporter-heft-review-fixes_2026-09-09.json b/common/changes/@microsoft/rush/reporter-heft-review-fixes_2026-09-09.json index 54107d5589..4da28c6d90 100644 --- a/common/changes/@microsoft/rush/reporter-heft-review-fixes_2026-09-09.json +++ b/common/changes/@microsoft/rush/reporter-heft-review-fixes_2026-09-09.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fail corrupted negotiated Heft reporter streams while preserving genuine raw fallback, and validate the demo's intentional Windows fallback.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Fail corrupted negotiated Heft reporter streams while preserving genuine raw fallback, and validate the demo's intentional Windows fallback.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/reporter-help-ownership_2026-09-10.json b/common/changes/@microsoft/rush/reporter-help-ownership_2026-09-10.json index 955bab8ba9..8e0ea8f87b 100644 --- a/common/changes/@microsoft/rush/reporter-help-ownership_2026-09-10.json +++ b/common/changes/@microsoft/rush/reporter-help-ownership_2026-09-10.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Remove reporter-owned output and log-level controls from legacy help while preserving custom command options and emergency rollback behavior.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Remove reporter-owned output and log-level controls from legacy help while preserving custom command options and emergency rollback behavior.","type":"none"}],"packageName":"@microsoft/rush"} diff --git a/common/changes/@microsoft/rush/reporter-local-demo-docs_2026-09-09.json b/common/changes/@microsoft/rush/reporter-local-demo-docs_2026-09-09.json index 7893c9c5ec..9a1886b3f4 100644 --- a/common/changes/@microsoft/rush/reporter-local-demo-docs_2026-09-09.json +++ b/common/changes/@microsoft/rush/reporter-local-demo-docs_2026-09-09.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Correct local reporter demo examples to select the built Rush engine instead of an older repository-pinned version, and explain restoration of normal version selection.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Correct local reporter demo examples to select the built Rush engine instead of an older repository-pinned version, and explain restoration of normal version selection.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/reporter-malformed-discovery_2026-09-10.json b/common/changes/@microsoft/rush/reporter-malformed-discovery_2026-09-10.json index 4dfe0be950..3ea0f150b9 100644 --- a/common/changes/@microsoft/rush/reporter-malformed-discovery_2026-09-10.json +++ b/common/changes/@microsoft/rush/reporter-malformed-discovery_2026-09-10.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Preserve legacy configuration discovery output when rush.json cannot be loaded, without contaminating explicitly selected reporter output.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Preserve legacy configuration discovery output when rush.json cannot be loaded, without contaminating explicitly selected reporter output.","type":"none"}],"packageName":"@microsoft/rush"} diff --git a/common/changes/@microsoft/rush/reporter-rollback-and-file-level_2026-09-10.json b/common/changes/@microsoft/rush/reporter-rollback-and-file-level_2026-09-10.json index 424f2c2bbd..f1589c23c4 100644 --- a/common/changes/@microsoft/rush/reporter-rollback-and-file-level_2026-09-10.json +++ b/common/changes/@microsoft/rush/reporter-rollback-and-file-level_2026-09-10.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Preserve legacy flags after valueless reporter rollback controls and default an unqualified primary file reporter to debug detail.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Preserve legacy flags after valueless reporter rollback controls and default an unqualified primary file reporter to debug detail.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/reporter-session-handoff-docs_2026-09-10.json b/common/changes/@microsoft/rush/reporter-session-handoff-docs_2026-09-10.json index 8169968fab..72573a7a05 100644 --- a/common/changes/@microsoft/rush/reporter-session-handoff-docs_2026-09-10.json +++ b/common/changes/@microsoft/rush/reporter-session-handoff-docs_2026-09-10.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Clarify that the frontend reporter handoff contains both the typed event sink and the frontend-assigned session identity.", - "type": "none" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Clarify that the frontend reporter handoff contains both the typed event sink and the frontend-assigned session identity.","type":"none"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/reporter-unscoped-output_2026-09-10.json b/common/changes/@microsoft/rush/reporter-unscoped-output_2026-09-10.json index 25e0a14a02..e977935abf 100644 --- a/common/changes/@microsoft/rush/reporter-unscoped-output_2026-09-10.json +++ b/common/changes/@microsoft/rush/reporter-unscoped-output_2026-09-10.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Preserve unscoped and command-scoped external output in the primary reporter while operation output remains owned by the legacy collator.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Preserve unscoped and command-scoped external output in the primary reporter while operation output remains owned by the legacy collator.","type":"none"}],"packageName":"@microsoft/rush"} diff --git a/common/changes/@microsoft/rush/reporter-watch-fixture-git-output_2026-09-10.json b/common/changes/@microsoft/rush/reporter-watch-fixture-git-output_2026-09-10.json index 427d87a9dd..b0b2e9d91d 100644 --- a/common/changes/@microsoft/rush/reporter-watch-fixture-git-output_2026-09-10.json +++ b/common/changes/@microsoft/rush/reporter-watch-fixture-git-output_2026-09-10.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Capture successful Git setup output in the real watch regression fixture so Windows line-ending notices do not mark the surrounding test operation as warned. Preserve nonzero Git failures and all native watch assertions.", - "type": "none" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Capture successful Git setup output in the real watch regression fixture so Windows line-ending notices do not mark the surrounding test operation as warned. Preserve nonzero Git failures and all native watch assertions.","type":"none"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/reporter-watch-physical-cwd_2026-09-10.json b/common/changes/@microsoft/rush/reporter-watch-physical-cwd_2026-09-10.json index 371011e5a7..07bd6e1c4a 100644 --- a/common/changes/@microsoft/rush/reporter-watch-physical-cwd_2026-09-10.json +++ b/common/changes/@microsoft/rush/reporter-watch-physical-cwd_2026-09-10.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Resolve the command working directory to its physical path so watch input snapshots work with Windows short names and directory aliases. Preserve real watch cancellation and watcher cleanup coverage for both legacy and shadow reporting.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Resolve the command working directory to its physical path so watch input snapshots work with Windows short names and directory aliases. Preserve real watch cancellation and watcher cleanup coverage for both legacy and shadow reporting.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/review-base-control-composition_2026-09-10.json b/common/changes/@microsoft/rush/review-base-control-composition_2026-09-10.json index 3a3cf60e16..a27bff3d68 100644 --- a/common/changes/@microsoft/rush/review-base-control-composition_2026-09-10.json +++ b/common/changes/@microsoft/rush/review-base-control-composition_2026-09-10.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Preserve both resolved reporter-control stripping lists when bootstrap compatibility falls back to legacy output.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush", - "email": "TheLarkInn@users.noreply.github.com" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Preserve both resolved reporter-control stripping lists when bootstrap compatibility falls back to legacy output.","type":"patch"}],"packageName":"@microsoft/rush","email":"TheLarkInn@users.noreply.github.com"} diff --git a/common/changes/@microsoft/rush/review-r6-cleanup_2026-09-09-13-00.json b/common/changes/@microsoft/rush/review-r6-cleanup_2026-09-09-13-00.json index 526946c83c..edb1526c05 100644 --- a/common/changes/@microsoft/rush/review-r6-cleanup_2026-09-09-13-00.json +++ b/common/changes/@microsoft/rush/review-r6-cleanup_2026-09-09-13-00.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Close initialized reporter destinations when bootstrap host creation fails without replacing the original startup error.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Close initialized reporter destinations when bootstrap host creation fails without replacing the original startup error.","type":"patch"}],"packageName":"@microsoft/rush"} diff --git a/common/changes/@microsoft/rush/review-r6-stdout-privacy_2026-09-11-19-24.json b/common/changes/@microsoft/rush/review-r6-stdout-privacy_2026-09-11-19-24.json index 8a711a35c2..d7f60dc072 100644 --- a/common/changes/@microsoft/rush/review-r6-stdout-privacy_2026-09-11-19-24.json +++ b/common/changes/@microsoft/rush/review-r6-stdout-privacy_2026-09-11-19-24.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Preserve reentrant machine reporter output from old engines, reserve bootstrap stdout for owned additional output destinations without claiming custom controls, and classify installation paths as local-sensitive.", - "type": "patch" - } - ], - "packageName": "@microsoft/rush" -} +{"changes":[{"packageName":"@microsoft/rush","comment":"Preserve reentrant machine reporter output from old engines, reserve bootstrap stdout for owned additional output destinations without claiming custom controls, and classify installation paths as local-sensitive.","type":"patch"}],"packageName":"@microsoft/rush"} diff --git a/common/changes/@microsoft/rushell/parse-error-cause_2026-08-17-20-14.json b/common/changes/@microsoft/rushell/parse-error-cause_2026-08-17-20-14.json index ccdbc634d2..f2ded6602f 100644 --- a/common/changes/@microsoft/rushell/parse-error-cause_2026-08-17-20-14.json +++ b/common/changes/@microsoft/rushell/parse-error-cause_2026-08-17-20-14.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rushell", - "comment": "Expose a ParseError's underlying error through the standard Error.cause property while retaining innerError as an alias.", - "type": "patch" - } - ], - "packageName": "@microsoft/rushell" -} +{"changes":[{"packageName":"@microsoft/rushell","comment":"Expose a ParseError's underlying error through the standard Error.cause property while retaining innerError as an alias.","type":"patch"}],"packageName":"@microsoft/rushell"} diff --git a/common/changes/@microsoft/webpack5-load-themed-styles-loader/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@microsoft/webpack5-load-themed-styles-loader/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@microsoft/webpack5-load-themed-styles-loader/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@microsoft/webpack5-load-themed-styles-loader/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/cpu-profile-summarizer/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json b/common/changes/@rushstack/cpu-profile-summarizer/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json deleted file mode 100644 index 9bf0008da3..0000000000 --- a/common/changes/@rushstack/cpu-profile-summarizer/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/cpu-profile-summarizer" - } - ], - "packageName": "@rushstack/cpu-profile-summarizer", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-bulk/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json b/common/changes/@rushstack/eslint-bulk/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json deleted file mode 100644 index bfaf07c6ba..0000000000 --- a/common/changes/@rushstack/eslint-bulk/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/eslint-bulk" - } - ], - "packageName": "@rushstack/eslint-bulk", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-config/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json b/common/changes/@rushstack/eslint-config/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json deleted file mode 100644 index 01f6fd829e..0000000000 --- a/common/changes/@rushstack/eslint-config/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/eslint-config" - } - ], - "packageName": "@rushstack/eslint-config", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-config/eslint-config-type-aware-rules_2026-09-13-04-00-00.json b/common/changes/@rushstack/eslint-config/eslint-config-type-aware-rules_2026-09-13-04-00-00.json deleted file mode 100644 index 3a31b8f141..0000000000 --- a/common/changes/@rushstack/eslint-config/eslint-config-type-aware-rules_2026-09-13-04-00-00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-config", - "comment": "Group the profile's type-aware rules into an exported `typeAwareRules` set and add a `flat/without-type-information` helper for linting files that are not part of the TypeScript program with only the non-type-aware rules.", - "type": "minor" - } - ] -} diff --git a/common/changes/@rushstack/eslint-config/eslint-config-typescript_2026-09-13-04-30-00.json b/common/changes/@rushstack/eslint-config/eslint-config-typescript_2026-09-13-04-30-00.json deleted file mode 100644 index 3bd5463b84..0000000000 --- a/common/changes/@rushstack/eslint-config/eslint-config-typescript_2026-09-13-04-30-00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-config", - "comment": "Author the package in TypeScript (built to CommonJS via Heft). The existing subpath entry points are preserved via a `package.json` `\"exports\"` map and the compiled configuration is runtime-identical to the previous JavaScript.", - "type": "patch" - } - ] -} diff --git a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-02-25-01-32.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-02-25-01-32.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-02-25-01-32.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-02-25-01-32.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-patch/automated-bump-decoupled-deps_2026-02-25-22-01.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-02-25-22-01.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-02-25-22-01.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-02-25-22-01.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-patch/automated-bump-decoupled-deps_2026-03-09-15-36.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-03-09-15-36.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-03-09-15-36.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-03-09-15-36.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-patch/automated-bump-decoupled-deps_2026-04-09-23-21.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-09-23-21.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-09-23-21.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-09-23-21.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-patch/automated-bump-decoupled-deps_2026-04-11-00-51.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-11-00-51.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-11-00-51.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-11-00-51.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-patch/automated-bump-decoupled-deps_2026-04-18-04-11.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-18-04-11.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-18-04-11.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-18-04-11.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-patch/automated-bump-decoupled-deps_2026-04-20-23-56.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-20-23-56.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-20-23-56.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-04-20-23-56.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-patch/automated-bump-decoupled-deps_2026-06-08-15-39.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-06-08-15-39.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-06-08-15-39.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-06-08-15-39.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-patch/automated-bump-decoupled-deps_2026-06-13-00-40-21.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-06-13-00-40-21.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-06-13-00-40-21.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-06-13-00-40-21.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-patch/automated-bump-decoupled-deps_2026-07-16-00-40-55.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-07-16-00-40-55.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-07-16-00-40-55.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-07-16-00-40-55.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-patch/automated-bump-decoupled-deps_2026-07-20-18-12-58.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-07-20-18-12-58.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-07-20-18-12-58.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-07-20-18-12-58.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-patch/automated-bump-decoupled-deps_2026-07-21-03-16-43.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-07-21-03-16-43.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-07-21-03-16-43.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-07-21-03-16-43.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-patch/automated-bump-decoupled-deps_2026-08-21-19-16-39.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-08-21-19-16-39.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-08-21-19-16-39.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-08-21-19-16-39.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-patch/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-09-05-01-59-30.json index 4182a0eb14..d8c4c4cf2d 100644 --- a/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ b/common/changes/@rushstack/eslint-patch/automated-bump-decoupled-deps_2026-09-05-01-59-30.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-patch/bump-tsdoc-and-typescript-eslint_2026-02-25-03-24.json b/common/changes/@rushstack/eslint-patch/bump-tsdoc-and-typescript-eslint_2026-02-25-03-24.json index ceefa44d69..4562243aa9 100644 --- a/common/changes/@rushstack/eslint-patch/bump-tsdoc-and-typescript-eslint_2026-02-25-03-24.json +++ b/common/changes/@rushstack/eslint-patch/bump-tsdoc-and-typescript-eslint_2026-02-25-03-24.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-patch", - "comment": "", - "type": "none" - } - ], - "packageName": "@rushstack/eslint-patch" -} \ No newline at end of file +{"changes":[{"packageName":"@rushstack/eslint-patch","comment":"","type":"none"}],"packageName":"@rushstack/eslint-patch"} diff --git a/common/changes/@rushstack/eslint-patch/node20-consumer-contract_2026-08-18-03-14-04.json b/common/changes/@rushstack/eslint-patch/node20-consumer-contract_2026-08-18-03-14-04.json index 368d434edf..48cf523c92 100644 --- a/common/changes/@rushstack/eslint-patch/node20-consumer-contract_2026-08-18-03-14-04.json +++ b/common/changes/@rushstack/eslint-patch/node20-consumer-contract_2026-08-18-03-14-04.json @@ -1,9 +1 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-patch", - "comment": "Require Node.js 20.9 or newer for package consumers.", - "type": "none" - } - ] -} +{"changes":[{"packageName":"@rushstack/eslint-patch","comment":"Require Node.js 20.9 or newer for package consumers.","type":"none"}]} diff --git a/common/changes/@rushstack/eslint-patch/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@rushstack/eslint-patch/normalize-npmrcs_2026-02-25-19-47.json index ceefa44d69..4562243aa9 100644 --- a/common/changes/@rushstack/eslint-patch/normalize-npmrcs_2026-02-25-19-47.json +++ b/common/changes/@rushstack/eslint-patch/normalize-npmrcs_2026-02-25-19-47.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-patch", - "comment": "", - "type": "none" - } - ], - "packageName": "@rushstack/eslint-patch" -} \ No newline at end of file +{"changes":[{"packageName":"@rushstack/eslint-patch","comment":"","type":"none"}],"packageName":"@rushstack/eslint-patch"} diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-02-25-22-01.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-02-25-22-01.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-02-25-22-01.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-03-09-15-36.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-03-09-15-36.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-03-09-15-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-09-23-21.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-09-23-21.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-09-23-21.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-11-00-51.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-11-00-51.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-11-00-51.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-18-04-11.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-18-04-11.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-18-04-11.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-20-23-56.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-20-23-56.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-04-20-23-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-06-08-15-39.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-06-08-15-39.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-06-08-15-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-06-13-00-40-21.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-06-13-00-40-21.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-06-13-00-40-21.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-07-16-00-40-55.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-07-16-00-40-55.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-07-16-00-40-55.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-07-20-18-12-58.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-07-20-18-12-58.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-07-20-18-12-58.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-07-21-03-16-43.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-07-21-03-16-43.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-07-21-03-16-43.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-08-21-19-16-39.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-08-21-19-16-39.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-08-21-19-16-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-09-05-01-59-30.json deleted file mode 100644 index 7ee8e7c8b8..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-packlets/eslint-config-typescript_2026-09-14-04-00-00.json b/common/changes/@rushstack/eslint-plugin-packlets/eslint-config-typescript_2026-09-14-04-00-00.json deleted file mode 100644 index 188b364da5..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/eslint-config-typescript_2026-09-14-04-00-00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin-packlets", - "comment": "Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged.", - "type": "patch" - } - ] -} diff --git a/common/changes/@rushstack/eslint-plugin-packlets/forbid-private-static_2026-07-19-02-14-57.json b/common/changes/@rushstack/eslint-plugin-packlets/forbid-private-static_2026-07-19-02-14-57.json deleted file mode 100644 index a04cd0021e..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/forbid-private-static_2026-07-19-02-14-57.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/eslint-plugin-packlets" - } - ], - "packageName": "@rushstack/eslint-plugin-packlets", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-packlets/node20-consumer-contract_2026-08-18-03-14-04.json b/common/changes/@rushstack/eslint-plugin-packlets/node20-consumer-contract_2026-08-18-03-14-04.json deleted file mode 100644 index a4bdd16e8d..0000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/node20-consumer-contract_2026-08-18-03-14-04.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin-packlets", - "comment": "Require Node.js 20.9 or newer for package consumers.", - "type": "none" - } - ] -} diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-02-25-22-01.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-02-25-22-01.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-02-25-22-01.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-03-09-15-36.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-03-09-15-36.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-03-09-15-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-09-23-21.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-09-23-21.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-09-23-21.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-11-00-51.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-11-00-51.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-11-00-51.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-18-04-11.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-18-04-11.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-18-04-11.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-20-23-56.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-20-23-56.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-04-20-23-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-06-08-15-39.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-06-08-15-39.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-06-08-15-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-06-13-00-40-21.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-06-13-00-40-21.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-06-13-00-40-21.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-07-16-00-40-55.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-07-16-00-40-55.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-07-16-00-40-55.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-07-20-18-12-58.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-07-20-18-12-58.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-07-20-18-12-58.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-07-21-03-16-43.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-07-21-03-16-43.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-07-21-03-16-43.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-08-21-19-16-39.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-08-21-19-16-39.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-08-21-19-16-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-09-05-01-59-30.json deleted file mode 100644 index 4b6878d554..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/common/changes/@rushstack/eslint-plugin-security/eslint-config-typescript_2026-09-14-04-00-00.json b/common/changes/@rushstack/eslint-plugin-security/eslint-config-typescript_2026-09-14-04-00-00.json deleted file mode 100644 index 79793b0a96..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/eslint-config-typescript_2026-09-14-04-00-00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin-security", - "comment": "Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged.", - "type": "patch" - } - ] -} diff --git a/common/changes/@rushstack/eslint-plugin-security/node20-consumer-contract_2026-08-18-03-14-04.json b/common/changes/@rushstack/eslint-plugin-security/node20-consumer-contract_2026-08-18-03-14-04.json deleted file mode 100644 index 60d638ea46..0000000000 --- a/common/changes/@rushstack/eslint-plugin-security/node20-consumer-contract_2026-08-18-03-14-04.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin-security", - "comment": "Require Node.js 20.9 or newer for package consumers.", - "type": "none" - } - ] -} diff --git a/common/changes/@rushstack/eslint-plugin/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/eslint-plugin/automated-bump-decoupled-deps_2026-09-05-01-59-30.json deleted file mode 100644 index eb5d63adac..0000000000 --- a/common/changes/@rushstack/eslint-plugin/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/eslint-plugin" - } - ], - "packageName": "@rushstack/eslint-plugin", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin/eslint-config-typescript_2026-09-14-04-00-00.json b/common/changes/@rushstack/eslint-plugin/eslint-config-typescript_2026-09-14-04-00-00.json deleted file mode 100644 index 791e582f80..0000000000 --- a/common/changes/@rushstack/eslint-plugin/eslint-config-typescript_2026-09-14-04-00-00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin", - "comment": "Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged.", - "type": "patch" - } - ] -} diff --git a/common/changes/@rushstack/hashed-folder-copy-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json b/common/changes/@rushstack/hashed-folder-copy-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json deleted file mode 100644 index ff18c3381d..0000000000 --- a/common/changes/@rushstack/hashed-folder-copy-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-35.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/hashed-folder-copy-plugin" - } - ], - "packageName": "@rushstack/hashed-folder-copy-plugin", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/hashed-folder-copy-plugin/native-private-members_2026-09-08-11-48.json b/common/changes/@rushstack/hashed-folder-copy-plugin/native-private-members_2026-09-08-11-48.json deleted file mode 100644 index 5897896f6e..0000000000 --- a/common/changes/@rushstack/hashed-folder-copy-plugin/native-private-members_2026-09-08-11-48.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/hashed-folder-copy-plugin", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/set-webpack-public-path-plugin", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/webpack-embedded-dependencies-plugin", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/webpack-workspace-resolve-plugin", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/webpack4-localization-plugin", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/webpack4-module-minifier-plugin", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/webpack5-localization-plugin", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - }, - { - "packageName": "@rushstack/webpack5-module-minifier-plugin", - "comment": "Use ECMAScript private syntax for internal class members.", - "type": "none" - } - ] -} diff --git a/common/changes/@rushstack/heft-api-extractor-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-api-extractor-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-api-extractor-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-api-extractor-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json 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 index 5ebf376352..2fcbc9b173 100644 --- 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 @@ -1,11 +1 @@ -{ - "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 +{"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-dev-cert-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-dev-cert-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-dev-cert-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-dev-cert-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-jest-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-jest-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-jest-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-jest-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-json-schema-typings-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-json-schema-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-json-schema-typings-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-json-schema-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-lint-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-lint-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-lint-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-lint-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-localization-typings-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-localization-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-localization-typings-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-localization-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-node-rig/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-node-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-node-rig/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-node-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-rspack-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-rspack-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-rspack-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-rspack-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-sass-load-themed-styles-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-sass-load-themed-styles-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-sass-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-sass-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-sass-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-sass-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-serverless-stack-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-serverless-stack-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-serverless-stack-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-serverless-stack-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-static-asset-typings-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-static-asset-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-static-asset-typings-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-static-asset-typings-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-storybook-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-storybook-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-storybook-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-storybook-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-typescript-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-typescript-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-typescript-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-typescript-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-vscode-extension-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-vscode-extension-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-vscode-extension-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-vscode-extension-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-vscode-extension-rig/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-vscode-extension-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-vscode-extension-rig/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-vscode-extension-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-web-rig/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-web-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-web-rig/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-web-rig/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-webpack4-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-webpack4-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-webpack4-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-webpack4-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft-webpack5-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json b/common/changes/@rushstack/heft-webpack5-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json similarity index 100% rename from common/changes/@rushstack/heft-webpack5-plugin/automated-bump-versions-rush_2026-09-05-00-15-15.json rename to common/changes/@rushstack/heft-webpack5-plugin/automated-bump-versions-rushstack_2026-09-14-22-42-39.json diff --git a/common/changes/@rushstack/heft/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/heft/automated-bump-decoupled-deps_2026-09-05-01-59-30.json deleted file mode 100644 index d773a7585e..0000000000 --- a/common/changes/@rushstack/heft/automated-bump-decoupled-deps_2026-09-05-01-59-30.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/heft/copilot-reporter-r7a-heft-reporting_2026-08-28-08-40.json b/common/changes/@rushstack/heft/copilot-reporter-r7a-heft-reporting_2026-08-28-08-40.json deleted file mode 100644 index 42fc090934..0000000000 --- a/common/changes/@rushstack/heft/copilot-reporter-r7a-heft-reporting_2026-08-28-08-40.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/heft", - "comment": "Emit negotiated structured child output and diagnostics when Rush provides a reporter descriptor, while preserving standalone terminal behavior.", - "type": "minor" - } - ], - "packageName": "@rushstack/heft", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/heft/reporter-windows-pipes_2026-09-07.json b/common/changes/@rushstack/heft/reporter-windows-pipes_2026-09-07.json deleted file mode 100644 index 2a0379cc6d..0000000000 --- a/common/changes/@rushstack/heft/reporter-windows-pipes_2026-09-07.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/heft", - "comment": "Recognize inherited reporter pipes on Windows while continuing to reject regular-file descriptors.", - "type": "patch" - } - ], - "packageName": "@rushstack/heft", - "email": "223556219+Copilot@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/loader-raw-script/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/loader-raw-script/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 4ce5ef31ad..0000000000 --- a/common/changes/@rushstack/loader-raw-script/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/loader-raw-script" - } - ], - "packageName": "@rushstack/loader-raw-script", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/localization-utilities/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/localization-utilities/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index c392df8a74..0000000000 --- a/common/changes/@rushstack/localization-utilities/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/localization-utilities" - } - ], - "packageName": "@rushstack/localization-utilities", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/lockfile-explorer/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json b/common/changes/@rushstack/lockfile-explorer/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json deleted file mode 100644 index 35e3ab788e..0000000000 --- a/common/changes/@rushstack/lockfile-explorer/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/lockfile-explorer" - } - ], - "packageName": "@rushstack/lockfile-explorer", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/mcp-server/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json b/common/changes/@rushstack/mcp-server/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json deleted file mode 100644 index 37e0f328f7..0000000000 --- a/common/changes/@rushstack/mcp-server/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/mcp-server" - } - ], - "packageName": "@rushstack/mcp-server", - "email": "5100938+bmiddha@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 index bf210f74ba..e33d3a7faa 100644 --- 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 @@ -1,11 +1 @@ -{ - "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 +{"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/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 index bebea85d5d..10f1347ce5 100644 --- 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 @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/operation-graph" - } - ], - "packageName": "@rushstack/operation-graph", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/operation-graph"}],"packageName":"@rushstack/operation-graph","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/package-deps-hash/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/package-deps-hash/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 79b715694d..0000000000 --- a/common/changes/@rushstack/package-deps-hash/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/package-deps-hash" - } - ], - "packageName": "@rushstack/package-deps-hash", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/playwright-browser-tunnel/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json b/common/changes/@rushstack/playwright-browser-tunnel/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json deleted file mode 100644 index 4493a150f9..0000000000 --- a/common/changes/@rushstack/playwright-browser-tunnel/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/playwright-browser-tunnel" - } - ], - "packageName": "@rushstack/playwright-browser-tunnel", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-02-25-01-32.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-02-25-01-32.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-02-25-01-32.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-02-25-01-32.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/problem-matcher/automated-bump-decoupled-deps_2026-02-25-22-01.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-02-25-22-01.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-02-25-22-01.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-02-25-22-01.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/problem-matcher/automated-bump-decoupled-deps_2026-03-09-15-36.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-03-09-15-36.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-03-09-15-36.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-03-09-15-36.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/problem-matcher/automated-bump-decoupled-deps_2026-04-09-23-21.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-09-23-21.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-09-23-21.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-09-23-21.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/problem-matcher/automated-bump-decoupled-deps_2026-04-11-00-51.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-11-00-51.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-11-00-51.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-11-00-51.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/problem-matcher/automated-bump-decoupled-deps_2026-04-18-04-11.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-18-04-11.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-18-04-11.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-18-04-11.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/problem-matcher/automated-bump-decoupled-deps_2026-04-20-23-56.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-20-23-56.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-20-23-56.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-04-20-23-56.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/problem-matcher/automated-bump-decoupled-deps_2026-06-08-15-39.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-06-08-15-39.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-06-08-15-39.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-06-08-15-39.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/problem-matcher/automated-bump-decoupled-deps_2026-06-13-00-40-21.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-06-13-00-40-21.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-06-13-00-40-21.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-06-13-00-40-21.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/problem-matcher/automated-bump-decoupled-deps_2026-07-16-00-40-55.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-07-16-00-40-55.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-07-16-00-40-55.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-07-16-00-40-55.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/problem-matcher/automated-bump-decoupled-deps_2026-07-20-18-12-58.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-07-20-18-12-58.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-07-20-18-12-58.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-07-20-18-12-58.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/problem-matcher/automated-bump-decoupled-deps_2026-07-21-03-16-43.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-07-21-03-16-43.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-07-21-03-16-43.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-07-21-03-16-43.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/problem-matcher/automated-bump-decoupled-deps_2026-08-21-19-16-39.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-08-21-19-16-39.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-08-21-19-16-39.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-08-21-19-16-39.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/problem-matcher/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-09-05-01-59-30.json index 67a23d5885..e919193d53 100644 --- a/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ b/common/changes/@rushstack/problem-matcher/automated-bump-decoupled-deps_2026-09-05-01-59-30.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/problem-matcher/node20-consumer-contract_2026-08-18-03-14-04.json b/common/changes/@rushstack/problem-matcher/node20-consumer-contract_2026-08-18-03-14-04.json index 2b943dc5aa..ac10b4275c 100644 --- a/common/changes/@rushstack/problem-matcher/node20-consumer-contract_2026-08-18-03-14-04.json +++ b/common/changes/@rushstack/problem-matcher/node20-consumer-contract_2026-08-18-03-14-04.json @@ -1,9 +1 @@ -{ - "changes": [ - { - "packageName": "@rushstack/problem-matcher", - "comment": "Require Node.js 20.9 or newer for package consumers.", - "type": "none" - } - ] -} +{"changes":[{"packageName":"@rushstack/problem-matcher","comment":"Require Node.js 20.9 or newer for package consumers.","type":"none"}]} diff --git a/common/changes/@rushstack/problem-matcher/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/problem-matcher/normalize-npmrcs_2026-02-25-19-56.json index 222a84da6d..88c0abc268 100644 --- a/common/changes/@rushstack/problem-matcher/normalize-npmrcs_2026-02-25-19-56.json +++ b/common/changes/@rushstack/problem-matcher/normalize-npmrcs_2026-02-25-19-56.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@rushstack/problem-matcher", - "comment": "", - "type": "none" - } - ], - "packageName": "@rushstack/problem-matcher" -} \ No newline at end of file +{"changes":[{"packageName":"@rushstack/problem-matcher","comment":"","type":"none"}],"packageName":"@rushstack/problem-matcher"} diff --git a/common/changes/@rushstack/problem-matcher/publish-api-artifact_2026-02-22-22-14.json b/common/changes/@rushstack/problem-matcher/publish-api-artifact_2026-02-22-22-14.json index a8d616334f..843978f1fb 100644 --- a/common/changes/@rushstack/problem-matcher/publish-api-artifact_2026-02-22-22-14.json +++ b/common/changes/@rushstack/problem-matcher/publish-api-artifact_2026-02-22-22-14.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/problem-matcher" - } - ], - "packageName": "@rushstack/problem-matcher", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/problem-matcher"}],"packageName":"@rushstack/problem-matcher","email":"iclanton@users.noreply.github.com"} diff --git a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-04-18-04-11.json b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-04-18-04-11.json index cc5c78afc2..55210cc091 100644 --- a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-04-18-04-11.json +++ b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-04-18-04-11.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/rig-package/automated-bump-decoupled-deps_2026-04-20-23-56.json b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-04-20-23-56.json index cc5c78afc2..55210cc091 100644 --- a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-04-20-23-56.json +++ b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-04-20-23-56.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/rig-package/automated-bump-decoupled-deps_2026-06-08-15-39.json b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-06-08-15-39.json index cc5c78afc2..55210cc091 100644 --- a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-06-08-15-39.json +++ b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-06-08-15-39.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/rig-package/automated-bump-decoupled-deps_2026-06-13-00-40-21.json b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-06-13-00-40-21.json index cc5c78afc2..55210cc091 100644 --- a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-06-13-00-40-21.json +++ b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-06-13-00-40-21.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/rig-package/automated-bump-decoupled-deps_2026-07-16-00-40-55.json b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-07-16-00-40-55.json index cc5c78afc2..55210cc091 100644 --- a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-07-16-00-40-55.json +++ b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-07-16-00-40-55.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/rig-package/automated-bump-decoupled-deps_2026-07-20-18-12-58.json b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-07-20-18-12-58.json index cc5c78afc2..55210cc091 100644 --- a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-07-20-18-12-58.json +++ b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-07-20-18-12-58.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/rig-package/automated-bump-decoupled-deps_2026-07-21-03-16-43.json b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-07-21-03-16-43.json index cc5c78afc2..55210cc091 100644 --- a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-07-21-03-16-43.json +++ b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-07-21-03-16-43.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/rig-package/automated-bump-decoupled-deps_2026-08-21-19-16-39.json b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-08-21-19-16-39.json index cc5c78afc2..55210cc091 100644 --- a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-08-21-19-16-39.json +++ b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-08-21-19-16-39.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/rig-package/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-09-05-01-59-30.json index cc5c78afc2..55210cc091 100644 --- a/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ b/common/changes/@rushstack/rig-package/automated-bump-decoupled-deps_2026-09-05-01-59-30.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/rig-package/forbid-private-static_2026-07-19-02-14-57.json b/common/changes/@rushstack/rig-package/forbid-private-static_2026-07-19-02-14-57.json index c66505525a..bb0b96eb39 100644 --- a/common/changes/@rushstack/rig-package/forbid-private-static_2026-07-19-02-14-57.json +++ b/common/changes/@rushstack/rig-package/forbid-private-static_2026-07-19-02-14-57.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rig-package" - } - ], - "packageName": "@rushstack/rig-package", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/rig-package"}],"packageName":"@rushstack/rig-package","email":"iclanton@users.noreply.github.com"} diff --git a/common/changes/@rushstack/rig-package/iclanton-ajv-fast-uri-consistency_2026-07-15-20-12.json b/common/changes/@rushstack/rig-package/iclanton-ajv-fast-uri-consistency_2026-07-15-20-12.json index f2c7f81beb..3e382a7854 100644 --- a/common/changes/@rushstack/rig-package/iclanton-ajv-fast-uri-consistency_2026-07-15-20-12.json +++ b/common/changes/@rushstack/rig-package/iclanton-ajv-fast-uri-consistency_2026-07-15-20-12.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rig-package", - "comment": "Update `ajv` devDependency to `~8.20.0` for dependency consistency.", - "type": "none" - } - ], - "packageName": "@rushstack/rig-package", - "email": "rushbot@users.noreply.github.com" -} +{"changes":[{"packageName":"@rushstack/rig-package","comment":"Update `ajv` devDependency to `~8.20.0` for dependency consistency.","type":"none"}],"packageName":"@rushstack/rig-package","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/rig-package/node20-consumer-contract_2026-08-18-03-14-04.json b/common/changes/@rushstack/rig-package/node20-consumer-contract_2026-08-18-03-14-04.json index b3da807850..c436f84503 100644 --- a/common/changes/@rushstack/rig-package/node20-consumer-contract_2026-08-18-03-14-04.json +++ b/common/changes/@rushstack/rig-package/node20-consumer-contract_2026-08-18-03-14-04.json @@ -1,9 +1 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rig-package", - "comment": "Require Node.js 20.9 or newer for package consumers.", - "type": "none" - } - ] -} +{"changes":[{"packageName":"@rushstack/rig-package","comment":"Require Node.js 20.9 or newer for package consumers.","type":"none"}]} diff --git a/common/changes/@rushstack/rundown/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json b/common/changes/@rushstack/rundown/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json deleted file mode 100644 index 0b476587ac..0000000000 --- a/common/changes/@rushstack/rundown/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rundown" - } - ], - "packageName": "@rushstack/rundown", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-daemon-protocol/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/rush-daemon-protocol/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 76327d1fd2..0000000000 --- a/common/changes/@rushstack/rush-daemon-protocol/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rush-daemon-protocol" - } - ], - "packageName": "@rushstack/rush-daemon-protocol", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-daemon-transport/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json b/common/changes/@rushstack/rush-daemon-transport/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json deleted file mode 100644 index a42fa29add..0000000000 --- a/common/changes/@rushstack/rush-daemon-transport/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rush-daemon-transport" - } - ], - "packageName": "@rushstack/rush-daemon-transport", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-daemon/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json b/common/changes/@rushstack/rush-daemon/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json deleted file mode 100644 index aa175d6995..0000000000 --- a/common/changes/@rushstack/rush-daemon/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rush-daemon" - } - ], - "packageName": "@rushstack/rush-daemon", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-daemon/reporter-operation-forwarding_2026-09-07.json b/common/changes/@rushstack/rush-daemon/reporter-operation-forwarding_2026-09-07.json deleted file mode 100644 index 24fd77d614..0000000000 --- a/common/changes/@rushstack/rush-daemon/reporter-operation-forwarding_2026-09-07.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-daemon", - "comment": "Forward reporter operation completion and iteration identity through phased request event multiplexing.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-daemon", - "email": "223556219+Copilot@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-mcp-docs-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/rush-mcp-docs-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 11083a3ba5..0000000000 --- a/common/changes/@rushstack/rush-mcp-docs-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rush-mcp-docs-plugin" - } - ], - "packageName": "@rushstack/rush-mcp-docs-plugin", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-pnpm-kit-v10/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/rush-pnpm-kit-v10/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 905afae183..0000000000 --- a/common/changes/@rushstack/rush-pnpm-kit-v10/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rush-pnpm-kit-v10" - } - ], - "packageName": "@rushstack/rush-pnpm-kit-v10", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-pnpm-kit-v8/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/rush-pnpm-kit-v8/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 30bc9e35e7..0000000000 --- a/common/changes/@rushstack/rush-pnpm-kit-v8/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rush-pnpm-kit-v8" - } - ], - "packageName": "@rushstack/rush-pnpm-kit-v8", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-pnpm-kit-v9/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/rush-pnpm-kit-v9/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 50ed216acd..0000000000 --- a/common/changes/@rushstack/rush-pnpm-kit-v9/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rush-pnpm-kit-v9" - } - ], - "packageName": "@rushstack/rush-pnpm-kit-v9", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-published-versions-json-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/rush-published-versions-json-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 537171c848..0000000000 --- a/common/changes/@rushstack/rush-published-versions-json-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rush-published-versions-json-plugin" - } - ], - "packageName": "@rushstack/rush-published-versions-json-plugin", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-reporter/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/rush-reporter/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 73b9444dfa..0000000000 --- a/common/changes/@rushstack/rush-reporter/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rush-reporter" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-reporter/copilot-reporter-r10a-demo-docs_2026-08-28-09-20.json b/common/changes/@rushstack/rush-reporter/copilot-reporter-r10a-demo-docs_2026-08-28-09-20.json deleted file mode 100644 index 30a88aa9ea..0000000000 --- a/common/changes/@rushstack/rush-reporter/copilot-reporter-r10a-demo-docs_2026-08-28-09-20.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Add the opt-in reporter guide covering built-in renderers, full logs, privacy, and rollout safety.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/copilot-reporter-r3b-shadow-events_2026-08-28-04-20.json b/common/changes/@rushstack/rush-reporter/copilot-reporter-r3b-shadow-events_2026-08-28-04-20.json deleted file mode 100644 index 5f23b51eea..0000000000 --- a/common/changes/@rushstack/rush-reporter/copilot-reporter-r3b-shadow-events_2026-08-28-04-20.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Add a stable structured diagnostic code for Rush command failures.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/copilot-reporter-r5a-operation-adapter_2026-08-28-06-35.json b/common/changes/@rushstack/rush-reporter/copilot-reporter-r5a-operation-adapter_2026-08-28-06-35.json deleted file mode 100644 index fe11e3b0e3..0000000000 --- a/common/changes/@rushstack/rush-reporter/copilot-reporter-r5a-operation-adapter_2026-08-28-06-35.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Extend OperationStreamEmitter with silent registration metadata, previous status, stream-close, and operation-completion events.", - "type": "minor" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/copilot-reporter-r5b-demo-reporters_2026-08-28-07-10.json b/common/changes/@rushstack/rush-reporter/copilot-reporter-r5b-demo-reporters_2026-08-28-07-10.json deleted file mode 100644 index 80e9b8a81f..0000000000 --- a/common/changes/@rushstack/rush-reporter/copilot-reporter-r5b-demo-reporters_2026-08-28-07-10.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Render phase-aware compact progress and grouped plaintext full logs from the canonical operation stream.", - "type": "minor" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/copilot-reporter-r6a-bootstrap-handoff_2026-08-28-04-40.json b/common/changes/@rushstack/rush-reporter/copilot-reporter-r6a-bootstrap-handoff_2026-08-28-04-40.json deleted file mode 100644 index aa1ab9990e..0000000000 --- a/common/changes/@rushstack/rush-reporter/copilot-reporter-r6a-bootstrap-handoff_2026-08-28-04-40.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Preserve ordered legacy fallback output when a bootstrap handoff protocol is incompatible.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "223556219+Copilot@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/copilot-reporter-r7a-heft-reporting_2026-08-28-08-40.json b/common/changes/@rushstack/rush-reporter/copilot-reporter-r7a-heft-reporting_2026-08-28-08-40.json deleted file mode 100644 index 8470287565..0000000000 --- a/common/changes/@rushstack/rush-reporter/copilot-reporter-r7a-heft-reporting_2026-08-28-08-40.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Add bidirectional Heft child negotiation, parent-owned rendering context, bounded structured output, and streaming problem matcher recovery.", - "type": "minor" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/copilot-reporter-telemetry-privacy_2026-08-28-03-20-00.json b/common/changes/@rushstack/rush-reporter/copilot-reporter-telemetry-privacy_2026-08-28-03-20-00.json deleted file mode 100644 index 9abcc4dc1b..0000000000 --- a/common/changes/@rushstack/rush-reporter/copilot-reporter-telemetry-privacy_2026-08-28-03-20-00.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Prevent non-public reporter events from contributing unvalidated or unbounded values to telemetry aggregates, protect parent-owned producer and protocol metadata, and preserve the original five-field performance budget contract.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/copilot-review-lifecycle_2026-09-10.json b/common/changes/@rushstack/rush-reporter/copilot-review-lifecycle_2026-09-10.json deleted file mode 100644 index 9f2705adb2..0000000000 --- a/common/changes/@rushstack/rush-reporter/copilot-review-lifecycle_2026-09-10.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Correlate diagnostics using weak metadata instead of mutating potentially frozen or non-extensible errors.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/reporter-artifact-close-contract_2026-09-10.json b/common/changes/@rushstack/rush-reporter/reporter-artifact-close-contract_2026-09-10.json deleted file mode 100644 index 37bb0ca18a..0000000000 --- a/common/changes/@rushstack/rush-reporter/reporter-artifact-close-contract_2026-09-10.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Clarify that final full-detail artifact completeness is published only after physical closure and is not appended back to the closed log.", - "type": "none" - } - ], - "packageName": "@rushstack/rush-reporter" -} diff --git a/common/changes/@rushstack/rush-reporter/reporter-heft-diagnostic-validation_2026-09-11.json b/common/changes/@rushstack/rush-reporter/reporter-heft-diagnostic-validation_2026-09-11.json deleted file mode 100644 index d5dc694265..0000000000 --- a/common/changes/@rushstack/rush-reporter/reporter-heft-diagnostic-validation_2026-09-11.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Reject negotiated Heft diagnostics that forge registered categories or template keys or supply invalid one-based source coordinates, while preserving optional diagnostic fields and severity overrides.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter" -} diff --git a/common/changes/@rushstack/rush-reporter/reporter-heft-diagnostics_2026-09-09.json b/common/changes/@rushstack/rush-reporter/reporter-heft-diagnostics_2026-09-09.json deleted file mode 100644 index 9cf953283c..0000000000 --- a/common/changes/@rushstack/rush-reporter/reporter-heft-diagnostics_2026-09-09.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Preserve readable tool, compiler code, source location, and message details in human diagnostic output while redacting secret values.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/reporter-r2b-json-controls_2026-09-07.json b/common/changes/@rushstack/rush-reporter/reporter-r2b-json-controls_2026-09-07.json deleted file mode 100644 index 5336c4b756..0000000000 --- a/common/changes/@rushstack/rush-reporter/reporter-r2b-json-controls_2026-09-07.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Honor the pass-through separator when distinguishing command JSON from reporter JSON controls.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "223556219+Copilot@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/reporter-secret-source-aliases_2026-09-09.json b/common/changes/@rushstack/rush-reporter/reporter-secret-source-aliases_2026-09-09.json deleted file mode 100644 index 870fee8fa5..0000000000 --- a/common/changes/@rushstack/rush-reporter/reporter-secret-source-aliases_2026-09-09.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Prevent human diagnostic source labels, lower-classified parameters, and forwarded Heft diagnostics from redisplaying explicitly secret parameter values.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/reporter-watch-and-short-writes_2026-09-09.json b/common/changes/@rushstack/rush-reporter/reporter-watch-and-short-writes_2026-09-09.json deleted file mode 100644 index c0d4412e1b..0000000000 --- a/common/changes/@rushstack/rush-reporter/reporter-watch-and-short-writes_2026-09-09.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Show bounded interactive errors immediately and warnings once per watch cycle, and preserve grouped output across short writes without overstating log completeness.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/review-r4-followup_2026-09-11-19-24.json b/common/changes/@rushstack/rush-reporter/review-r4-followup_2026-09-11-19-24.json deleted file mode 100644 index 371b72f2de..0000000000 --- a/common/changes/@rushstack/rush-reporter/review-r4-followup_2026-09-11-19-24.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Bound individual telemetry diagnostic codes without truncation and exclude secret diagnostic codes and categories from aggregates.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter", - "email": "TheLarkInn@users.noreply.github.com" -} diff --git a/common/changes/@rushstack/rush-reporter/review-r6-cleanup_2026-09-09-13-00.json b/common/changes/@rushstack/rush-reporter/review-r6-cleanup_2026-09-09-13-00.json deleted file mode 100644 index 0b741f3733..0000000000 --- a/common/changes/@rushstack/rush-reporter/review-r6-cleanup_2026-09-09-13-00.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Dispose attempted reporter initialization safely and bound owned abandoned bootstrap handoffs by age and session count.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter" -} diff --git a/common/changes/@rushstack/rush-reporter/review-r6-shared-close_2026-09-09-14-10.json b/common/changes/@rushstack/rush-reporter/review-r6-shared-close_2026-09-09-14-10.json deleted file mode 100644 index b26bd1297c..0000000000 --- a/common/changes/@rushstack/rush-reporter/review-r6-shared-close_2026-09-09-14-10.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/rush-reporter", - "comment": "Share once-only reporter close operations and serialized lifecycle ordering across manager shutdown and initialization disposal, including failed closes and lifecycle errors.", - "type": "patch" - } - ], - "packageName": "@rushstack/rush-reporter" -} diff --git a/common/changes/@rushstack/rush-terminal-renderer/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json b/common/changes/@rushstack/rush-terminal-renderer/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json deleted file mode 100644 index 839fd9b611..0000000000 --- a/common/changes/@rushstack/rush-terminal-renderer/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/rush-terminal-renderer" - } - ], - "packageName": "@rushstack/rush-terminal-renderer", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/set-webpack-public-path-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/set-webpack-public-path-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index c0cdc16b5b..0000000000 --- a/common/changes/@rushstack/set-webpack-public-path-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/set-webpack-public-path-plugin" - } - ], - "packageName": "@rushstack/set-webpack-public-path-plugin", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file 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 index da1765f19f..60b7db5032 100644 --- 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 @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/terminal" - } - ], - "packageName": "@rushstack/terminal", - "email": "rushbot@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/terminal"}],"packageName":"@rushstack/terminal","email":"rushbot@users.noreply.github.com"} diff --git a/common/changes/@rushstack/trace-import/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json b/common/changes/@rushstack/trace-import/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json deleted file mode 100644 index 06e75e8ca5..0000000000 --- a/common/changes/@rushstack/trace-import/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/trace-import" - } - ], - "packageName": "@rushstack/trace-import", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-02-25-01-32.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-02-25-01-32.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-02-25-01-32.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-02-25-01-32.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/tree-pattern/automated-bump-decoupled-deps_2026-02-25-22-01.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-02-25-22-01.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-02-25-22-01.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-02-25-22-01.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/tree-pattern/automated-bump-decoupled-deps_2026-03-09-15-36.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-03-09-15-36.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-03-09-15-36.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-03-09-15-36.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/tree-pattern/automated-bump-decoupled-deps_2026-04-09-23-21.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-09-23-21.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-09-23-21.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-09-23-21.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/tree-pattern/automated-bump-decoupled-deps_2026-04-11-00-51.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-11-00-51.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-11-00-51.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-11-00-51.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/tree-pattern/automated-bump-decoupled-deps_2026-04-18-04-11.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-18-04-11.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-18-04-11.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-18-04-11.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/tree-pattern/automated-bump-decoupled-deps_2026-04-20-23-56.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-20-23-56.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-20-23-56.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-04-20-23-56.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/tree-pattern/automated-bump-decoupled-deps_2026-06-08-15-39.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-06-08-15-39.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-06-08-15-39.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-06-08-15-39.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/tree-pattern/automated-bump-decoupled-deps_2026-06-13-00-40-21.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-06-13-00-40-21.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-06-13-00-40-21.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-06-13-00-40-21.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/tree-pattern/automated-bump-decoupled-deps_2026-07-16-00-40-55.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-07-16-00-40-55.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-07-16-00-40-55.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-07-16-00-40-55.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/tree-pattern/automated-bump-decoupled-deps_2026-07-20-18-12-58.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-07-20-18-12-58.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-07-20-18-12-58.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-07-20-18-12-58.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/tree-pattern/automated-bump-decoupled-deps_2026-07-21-03-16-43.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-07-21-03-16-43.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-07-21-03-16-43.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-07-21-03-16-43.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/tree-pattern/automated-bump-decoupled-deps_2026-08-21-19-16-39.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-08-21-19-16-39.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-08-21-19-16-39.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-08-21-19-16-39.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/tree-pattern/automated-bump-decoupled-deps_2026-09-05-01-59-30.json b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-09-05-01-59-30.json index 85eb782e9c..723aa78b17 100644 --- a/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-09-05-01-59-30.json +++ b/common/changes/@rushstack/tree-pattern/automated-bump-decoupled-deps_2026-09-05-01-59-30.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/tree-pattern/forbid-private-static_2026-07-19-02-14-57.json b/common/changes/@rushstack/tree-pattern/forbid-private-static_2026-07-19-02-14-57.json index 619a10c75e..ce67c163b9 100644 --- a/common/changes/@rushstack/tree-pattern/forbid-private-static_2026-07-19-02-14-57.json +++ b/common/changes/@rushstack/tree-pattern/forbid-private-static_2026-07-19-02-14-57.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/tree-pattern" - } - ], - "packageName": "@rushstack/tree-pattern", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/tree-pattern"}],"packageName":"@rushstack/tree-pattern","email":"iclanton@users.noreply.github.com"} diff --git a/common/changes/@rushstack/tree-pattern/node20-consumer-contract_2026-08-18-03-14-04.json b/common/changes/@rushstack/tree-pattern/node20-consumer-contract_2026-08-18-03-14-04.json index 6a5cbd395a..9243b58773 100644 --- a/common/changes/@rushstack/tree-pattern/node20-consumer-contract_2026-08-18-03-14-04.json +++ b/common/changes/@rushstack/tree-pattern/node20-consumer-contract_2026-08-18-03-14-04.json @@ -1,9 +1 @@ -{ - "changes": [ - { - "packageName": "@rushstack/tree-pattern", - "comment": "Require Node.js 20.9 or newer for package consumers.", - "type": "none" - } - ] -} +{"changes":[{"packageName":"@rushstack/tree-pattern","comment":"Require Node.js 20.9 or newer for package consumers.","type":"none"}]} diff --git a/common/changes/@rushstack/tree-pattern/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/tree-pattern/normalize-npmrcs_2026-02-25-19-56.json index 120c33a1f7..d24608c575 100644 --- a/common/changes/@rushstack/tree-pattern/normalize-npmrcs_2026-02-25-19-56.json +++ b/common/changes/@rushstack/tree-pattern/normalize-npmrcs_2026-02-25-19-56.json @@ -1,10 +1 @@ -{ - "changes": [ - { - "packageName": "@rushstack/tree-pattern", - "comment": "", - "type": "none" - } - ], - "packageName": "@rushstack/tree-pattern" -} \ No newline at end of file +{"changes":[{"packageName":"@rushstack/tree-pattern","comment":"","type":"none"}],"packageName":"@rushstack/tree-pattern"} diff --git a/common/changes/@rushstack/tree-pattern/publish-api-artifact_2026-02-22-22-14.json b/common/changes/@rushstack/tree-pattern/publish-api-artifact_2026-02-22-22-14.json index 619a10c75e..ce67c163b9 100644 --- a/common/changes/@rushstack/tree-pattern/publish-api-artifact_2026-02-22-22-14.json +++ b/common/changes/@rushstack/tree-pattern/publish-api-artifact_2026-02-22-22-14.json @@ -1,11 +1 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/tree-pattern" - } - ], - "packageName": "@rushstack/tree-pattern", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +{"changes":[{"comment":"","type":"none","packageName":"@rushstack/tree-pattern"}],"packageName":"@rushstack/tree-pattern","email":"iclanton@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 index e4b2e545b2..e8d3d66342 100644 --- 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 @@ -1,11 +1 @@ -{ - "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 +{"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/webpack-embedded-dependencies-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/webpack-embedded-dependencies-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 0b23ca6c25..0000000000 --- a/common/changes/@rushstack/webpack-embedded-dependencies-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/webpack-embedded-dependencies-plugin" - } - ], - "packageName": "@rushstack/webpack-embedded-dependencies-plugin", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack-plugin-utilities/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/webpack-plugin-utilities/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 2d64b8bfab..0000000000 --- a/common/changes/@rushstack/webpack-plugin-utilities/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/webpack-plugin-utilities" - } - ], - "packageName": "@rushstack/webpack-plugin-utilities", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index a4665718c6..0000000000 --- a/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/webpack-preserve-dynamic-require-plugin" - } - ], - "packageName": "@rushstack/webpack-preserve-dynamic-require-plugin", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack-workspace-resolve-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/webpack-workspace-resolve-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 700321e1ad..0000000000 --- a/common/changes/@rushstack/webpack-workspace-resolve-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/webpack-workspace-resolve-plugin" - } - ], - "packageName": "@rushstack/webpack-workspace-resolve-plugin", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack4-localization-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/webpack4-localization-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index c575fb92f0..0000000000 --- a/common/changes/@rushstack/webpack4-localization-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/webpack4-localization-plugin" - } - ], - "packageName": "@rushstack/webpack4-localization-plugin", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack4-module-minifier-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/webpack4-module-minifier-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index da0c5b5011..0000000000 --- a/common/changes/@rushstack/webpack4-module-minifier-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/webpack4-module-minifier-plugin" - } - ], - "packageName": "@rushstack/webpack4-module-minifier-plugin", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack5-localization-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/webpack5-localization-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index b0246017bf..0000000000 --- a/common/changes/@rushstack/webpack5-localization-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/webpack5-localization-plugin" - } - ], - "packageName": "@rushstack/webpack5-localization-plugin", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack5-module-minifier-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json b/common/changes/@rushstack/webpack5-module-minifier-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json deleted file mode 100644 index 9df7953bd7..0000000000 --- a/common/changes/@rushstack/webpack5-module-minifier-plugin/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/webpack5-module-minifier-plugin" - } - ], - "packageName": "@rushstack/webpack5-module-minifier-plugin", - "email": "5100938+bmiddha@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/zipsync/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json b/common/changes/@rushstack/zipsync/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json deleted file mode 100644 index e2a30971e5..0000000000 --- a/common/changes/@rushstack/zipsync/bharatmiddha-microsoft-investigate-publishing-pipelines_2026-09-09-23-01-56.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@rushstack/zipsync" - } - ], - "packageName": "@rushstack/zipsync", - "email": "5100938+bmiddha@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 29b5014af0..41ca3168c5 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.27", + "tag": "@rushstack/eslint-bulk_v0.5.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.5.26", "tag": "@rushstack/eslint-bulk_v0.5.26", diff --git a/eslint/eslint-bulk/CHANGELOG.md b/eslint/eslint-bulk/CHANGELOG.md index b4c2cc1533..fbc106903e 100644 --- a/eslint/eslint-bulk/CHANGELOG.md +++ b/eslint/eslint-bulk/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/eslint-bulk -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.5.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.5.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/eslint/eslint-bulk/package.json b/eslint/eslint-bulk/package.json index 4dd5c1c5f4..ab887b5616 100755 --- a/eslint/eslint-bulk/package.json +++ b/eslint/eslint-bulk/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-bulk", - "version": "0.5.26", + "version": "0.5.27", "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 58de29ccfa..bf6c230c90 100644 --- a/eslint/eslint-config/CHANGELOG.json +++ b/eslint/eslint-config/CHANGELOG.json @@ -1,6 +1,34 @@ { "name": "@rushstack/eslint-config", "entries": [ + { + "version": "4.7.0", + "tag": "@rushstack/eslint-config_v4.7.0", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "minor": [ + { + "comment": "Group the profile's type-aware rules into an exported `typeAwareRules` set and add a `flat/without-type-information` helper for linting files that are not part of the TypeScript program with only the non-type-aware rules." + } + ], + "patch": [ + { + "comment": "Author the package in TypeScript (built to CommonJS via Heft). The existing subpath entry points are preserved via a `package.json` `\"exports\"` map and the compiled configuration is runtime-identical to the previous JavaScript." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.23.5`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-plugin-packlets\" to `0.15.3`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-plugin-security\" to `0.14.3`" + } + ] + } + }, { "version": "4.6.6", "tag": "@rushstack/eslint-config_v4.6.6", diff --git a/eslint/eslint-config/CHANGELOG.md b/eslint/eslint-config/CHANGELOG.md index 02c276ad31..7e000431e8 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 4.7.0 +Mon, 14 Sep 2026 22:42:32 GMT + +### Minor changes + +- Group the profile's type-aware rules into an exported `typeAwareRules` set and add a `flat/without-type-information` helper for linting files that are not part of the TypeScript program with only the non-type-aware rules. + +### Patches + +- Author the package in TypeScript (built to CommonJS via Heft). The existing subpath entry points are preserved via a `package.json` `"exports"` map and the compiled configuration is runtime-identical to the previous JavaScript. ## 4.6.6 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/eslint/eslint-config/package.json b/eslint/eslint-config/package.json index 4c70cd7e04..0edf72dedf 100644 --- a/eslint/eslint-config/package.json +++ b/eslint/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-config", - "version": "4.6.6", + "version": "4.7.0", "description": "A TypeScript ESLint ruleset designed for large teams and projects", "license": "MIT", "repository": { diff --git a/eslint/eslint-plugin-packlets/CHANGELOG.json b/eslint/eslint-plugin-packlets/CHANGELOG.json index ab7d989183..d2170860a6 100644 --- a/eslint/eslint-plugin-packlets/CHANGELOG.json +++ b/eslint/eslint-plugin-packlets/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/eslint-plugin-packlets", "entries": [ + { + "version": "0.15.3", + "tag": "@rushstack/eslint-plugin-packlets_v0.15.3", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "patch": [ + { + "comment": "Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged." + } + ], + "none": [ + { + "comment": "Require Node.js 20.9 or newer for package consumers." + } + ] + } + }, { "version": "0.15.2", "tag": "@rushstack/eslint-plugin-packlets_v0.15.2", diff --git a/eslint/eslint-plugin-packlets/CHANGELOG.md b/eslint/eslint-plugin-packlets/CHANGELOG.md index cd04b30e91..d864d0dfc7 100644 --- a/eslint/eslint-plugin-packlets/CHANGELOG.md +++ b/eslint/eslint-plugin-packlets/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/eslint-plugin-packlets -This log was last generated on Wed, 25 Feb 2026 21:39:42 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.15.3 +Mon, 14 Sep 2026 22:42:32 GMT + +### Patches + +- Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged. ## 0.15.2 Wed, 25 Feb 2026 21:39:42 GMT diff --git a/eslint/eslint-plugin-packlets/package.json b/eslint/eslint-plugin-packlets/package.json index 29e6207575..c049c86039 100644 --- a/eslint/eslint-plugin-packlets/package.json +++ b/eslint/eslint-plugin-packlets/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-plugin-packlets", - "version": "0.15.2", + "version": "0.15.3", "description": "A lightweight alternative to NPM packages for organizing source files within a single project", "license": "MIT", "repository": { diff --git a/eslint/eslint-plugin-security/CHANGELOG.json b/eslint/eslint-plugin-security/CHANGELOG.json index c5fb2519f1..3c37789d9c 100644 --- a/eslint/eslint-plugin-security/CHANGELOG.json +++ b/eslint/eslint-plugin-security/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/eslint-plugin-security", "entries": [ + { + "version": "0.14.3", + "tag": "@rushstack/eslint-plugin-security_v0.14.3", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "patch": [ + { + "comment": "Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged." + } + ], + "none": [ + { + "comment": "Require Node.js 20.9 or newer for package consumers." + } + ] + } + }, { "version": "0.14.2", "tag": "@rushstack/eslint-plugin-security_v0.14.2", diff --git a/eslint/eslint-plugin-security/CHANGELOG.md b/eslint/eslint-plugin-security/CHANGELOG.md index ae60335a39..e0091a3a63 100644 --- a/eslint/eslint-plugin-security/CHANGELOG.md +++ b/eslint/eslint-plugin-security/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/eslint-plugin-security -This log was last generated on Wed, 25 Feb 2026 21:39:42 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.14.3 +Mon, 14 Sep 2026 22:42:32 GMT + +### Patches + +- Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged. ## 0.14.2 Wed, 25 Feb 2026 21:39:42 GMT diff --git a/eslint/eslint-plugin-security/package.json b/eslint/eslint-plugin-security/package.json index e1557a079b..fb14c1dc30 100644 --- a/eslint/eslint-plugin-security/package.json +++ b/eslint/eslint-plugin-security/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-plugin-security", - "version": "0.14.2", + "version": "0.14.3", "description": "An ESLint plugin providing rules that identify common security vulnerabilities for browser applications, Node.js tools, and Node.js services", "license": "MIT", "repository": { diff --git a/eslint/eslint-plugin/CHANGELOG.json b/eslint/eslint-plugin/CHANGELOG.json index 5632ee816c..811a1814cb 100644 --- a/eslint/eslint-plugin/CHANGELOG.json +++ b/eslint/eslint-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/eslint-plugin", "entries": [ + { + "version": "0.23.5", + "tag": "@rushstack/eslint-plugin_v0.23.5", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "patch": [ + { + "comment": "Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged." + } + ] + } + }, { "version": "0.23.4", "tag": "@rushstack/eslint-plugin_v0.23.4", diff --git a/eslint/eslint-plugin/CHANGELOG.md b/eslint/eslint-plugin/CHANGELOG.md index 681d22bcac..0575f90731 100644 --- a/eslint/eslint-plugin/CHANGELOG.md +++ b/eslint/eslint-plugin/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/eslint-plugin -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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.23.5 +Mon, 14 Sep 2026 22:42:32 GMT + +### Patches + +- Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged. ## 0.23.4 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/eslint/eslint-plugin/package.json b/eslint/eslint-plugin/package.json index 60b700c4a6..01acf3ab15 100644 --- a/eslint/eslint-plugin/package.json +++ b/eslint/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-plugin", - "version": "0.23.4", + "version": "0.23.5", "description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package", "license": "MIT", "repository": { diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json index 9a7afcd35b..6c60681da3 100644 --- a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json +++ b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-api-extractor-plugin", "entries": [ + { + "version": "1.3.27", + "tag": "@rushstack/heft-api-extractor-plugin_v1.3.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.3.26", "tag": "@rushstack/heft-api-extractor-plugin_v1.3.26", diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md index 6bdc386d69..37c453177d 100644 --- a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md +++ b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-api-extractor-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.3.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.3.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-api-extractor-plugin/package.json b/heft-plugins/heft-api-extractor-plugin/package.json index cd71d86ee2..f617e76671 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.26", + "version": "1.3.27", "description": "A Heft plugin for API Extractor", "repository": { "type": "git", @@ -19,7 +19,7 @@ "_phase:pack": "rush-pnpm pack" }, "peerDependencies": { - "@rushstack/heft": "1.2.26" + "@rushstack/heft": "1.3.0" }, "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 546c0184f7..60b9a1e699 100644 --- a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json +++ b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-dev-cert-plugin", "entries": [ + { + "version": "1.1.28", + "tag": "@rushstack/heft-dev-cert-plugin_v1.1.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.7.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.1.27", "tag": "@rushstack/heft-dev-cert-plugin_v1.1.27", diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md index 1e273c11ad..ff95a25646 100644 --- a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md +++ b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-dev-cert-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.1.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.1.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-dev-cert-plugin/package.json b/heft-plugins/heft-dev-cert-plugin/package.json index 106b470303..872628ecde 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.27", + "version": "1.1.28", "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.2.26" + "@rushstack/heft": "^1.3.0" }, "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 235e271604..dd36616500 100644 --- a/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.json +++ b/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-isolated-typescript-transpile-plugin", "entries": [ + { + "version": "1.2.27", + "tag": "@rushstack/heft-isolated-typescript-transpile-plugin_v1.2.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.10.16`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `^1.3.22`" + } + ] + } + }, { "version": "1.2.26", "tag": "@rushstack/heft-isolated-typescript-transpile-plugin_v1.2.26", diff --git a/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.md b/heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.md index d360c03149..a90a045c88 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.2.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.2.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-isolated-typescript-transpile-plugin/package.json b/heft-plugins/heft-isolated-typescript-transpile-plugin/package.json index ad48b53277..dda1846bd6 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.26", + "version": "1.2.27", "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.2.26", + "@rushstack/heft": "^1.3.0", "@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 b516411069..f12fe0c6ee 100644 --- a/heft-plugins/heft-jest-plugin/CHANGELOG.json +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-jest-plugin", "entries": [ + { + "version": "2.0.17", + "tag": "@rushstack/heft-jest-plugin_v2.0.17", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "2.0.16", "tag": "@rushstack/heft-jest-plugin_v2.0.16", diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.md b/heft-plugins/heft-jest-plugin/CHANGELOG.md index 48c1ffd5d9..0460643558 100644 --- a/heft-plugins/heft-jest-plugin/CHANGELOG.md +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-jest-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 2.0.17 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 2.0.16 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-jest-plugin/package.json b/heft-plugins/heft-jest-plugin/package.json index 7d6a12e216..eadf2f8afe 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.16", + "version": "2.0.17", "description": "Heft plugin for Jest", "repository": { "type": "git", @@ -20,7 +20,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.2.26", + "@rushstack/heft": "^1.3.0", "@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 3f94796029..df0a911116 100644 --- a/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.json +++ b/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-json-schema-typings-plugin", "entries": [ + { + "version": "1.2.28", + "tag": "@rushstack/heft-json-schema-typings-plugin_v1.2.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.17.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.2.27", "tag": "@rushstack/heft-json-schema-typings-plugin_v1.2.27", diff --git a/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.md b/heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.md index 2491489303..11cb97eb4f 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.2.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.2.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-json-schema-typings-plugin/package.json b/heft-plugins/heft-json-schema-typings-plugin/package.json index 3716caf4ae..67b7c04229 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.27", + "version": "1.2.28", "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.2.26" + "@rushstack/heft": "1.3.0" }, "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 5f2acd6191..0b136f32c1 100644 --- a/heft-plugins/heft-lint-plugin/CHANGELOG.json +++ b/heft-plugins/heft-lint-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-lint-plugin", "entries": [ + { + "version": "1.2.27", + "tag": "@rushstack/heft-lint-plugin_v1.2.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.2.26", "tag": "@rushstack/heft-lint-plugin_v1.2.26", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.md b/heft-plugins/heft-lint-plugin/CHANGELOG.md index 975cf6329d..783aebd07e 100644 --- a/heft-plugins/heft-lint-plugin/CHANGELOG.md +++ b/heft-plugins/heft-lint-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-lint-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.2.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.2.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-lint-plugin/package.json b/heft-plugins/heft-lint-plugin/package.json index 6170ef0e93..49912a165f 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.26", + "version": "1.2.27", "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.2.26" + "@rushstack/heft": "1.3.0" }, "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 5d7ee6b96c..1cbb15144c 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.5", + "tag": "@rushstack/heft-localization-typings-plugin_v1.2.5", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.16.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.2.4", "tag": "@rushstack/heft-localization-typings-plugin_v1.2.4", diff --git a/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md b/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md index 34cbb23bbd..371bed9d7e 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.2.5 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.2.4 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-localization-typings-plugin/package.json b/heft-plugins/heft-localization-typings-plugin/package.json index 4d187b7bab..cddad6beab 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.4", + "version": "1.2.5", "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.2.26" + "@rushstack/heft": "^1.3.0" }, "devDependencies": { "@rushstack/heft": "workspace:*", diff --git a/heft-plugins/heft-rspack-plugin/CHANGELOG.json b/heft-plugins/heft-rspack-plugin/CHANGELOG.json index fe430c1456..7c6b3c6414 100644 --- a/heft-plugins/heft-rspack-plugin/CHANGELOG.json +++ b/heft-plugins/heft-rspack-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-rspack-plugin", "entries": [ + { + "version": "0.3.28", + "tag": "@rushstack/heft-rspack-plugin_v0.3.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.7.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "0.3.27", "tag": "@rushstack/heft-rspack-plugin_v0.3.27", diff --git a/heft-plugins/heft-rspack-plugin/CHANGELOG.md b/heft-plugins/heft-rspack-plugin/CHANGELOG.md index 654d9da5fe..7c5c677a22 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.3.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.3.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-rspack-plugin/package.json b/heft-plugins/heft-rspack-plugin/package.json index bce4e07924..df708c04d4 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.27", + "version": "0.3.28", "description": "Heft plugin for Rspack", "repository": { "type": "git", @@ -47,7 +47,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.2.26", + "@rushstack/heft": "^1.3.0", "@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 9df827689f..c4f3b87588 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.32", + "tag": "@rushstack/heft-sass-load-themed-styles-plugin_v1.2.32", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.2.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.4.11`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.2.31", "tag": "@rushstack/heft-sass-load-themed-styles-plugin_v1.2.31", 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 2bf37e105e..3974ae2285 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.2.32 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.2.31 Sat, 05 Sep 2026 00:15:08 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 5e196eaddd..cdec7e45a9 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.31", + "version": "1.2.32", "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.2.26" + "@rushstack/heft": "^1.3.0" }, "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 420ec0b317..1484acebfd 100644 --- a/heft-plugins/heft-sass-plugin/CHANGELOG.json +++ b/heft-plugins/heft-sass-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-sass-plugin", "entries": [ + { + "version": "1.4.11", + "tag": "@rushstack/heft-sass-plugin_v1.4.11", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.4.10", "tag": "@rushstack/heft-sass-plugin_v1.4.10", diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.md b/heft-plugins/heft-sass-plugin/CHANGELOG.md index d8b3c20d42..36de897936 100644 --- a/heft-plugins/heft-sass-plugin/CHANGELOG.md +++ b/heft-plugins/heft-sass-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-sass-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.4.11 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.4.10 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-sass-plugin/package.json b/heft-plugins/heft-sass-plugin/package.json index 8ae355de55..35eee10fa2 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.10", + "version": "1.4.11", "description": "Heft plugin for SASS", "repository": { "type": "git", @@ -47,7 +47,7 @@ } }, "peerDependencies": { - "@rushstack/heft": "^1.2.26" + "@rushstack/heft": "^1.3.0" }, "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 0ed9ca139b..fe1fb8d41e 100644 --- a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json +++ b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/heft-serverless-stack-plugin", "entries": [ + { + "version": "1.2.29", + "tag": "@rushstack/heft-serverless-stack-plugin_v1.2.29", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `1.2.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.3.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.2.28", "tag": "@rushstack/heft-serverless-stack-plugin_v1.2.28", diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md index 75f5ee314b..77ab8b3360 100644 --- a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md +++ b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-serverless-stack-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.2.29 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.2.28 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-serverless-stack-plugin/package.json b/heft-plugins/heft-serverless-stack-plugin/package.json index b2f73dcfcf..a0735ffec6 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.28", + "version": "1.2.29", "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.2.26" + "@rushstack/heft": "^1.3.0" }, "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 dda7b9c366..d4cc0ceeac 100644 --- a/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.json +++ b/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-static-asset-typings-plugin", "entries": [ + { + "version": "0.1.24", + "tag": "@rushstack/heft-static-asset-typings-plugin_v0.1.24", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.17.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "0.1.23", "tag": "@rushstack/heft-static-asset-typings-plugin_v0.1.23", diff --git a/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.md b/heft-plugins/heft-static-asset-typings-plugin/CHANGELOG.md index 404ff440c1..214e0e54e1 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.1.24 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.1.23 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-static-asset-typings-plugin/package.json b/heft-plugins/heft-static-asset-typings-plugin/package.json index 922322da16..52662330a3 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.23", + "version": "0.1.24", "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.2.26" + "@rushstack/heft": "^1.3.0" }, "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 df54533642..bc03ac788f 100644 --- a/heft-plugins/heft-storybook-plugin/CHANGELOG.json +++ b/heft-plugins/heft-storybook-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-storybook-plugin", "entries": [ + { + "version": "1.6.9", + "tag": "@rushstack/heft-storybook-plugin_v1.6.9", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `1.2.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.3.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-rspack-plugin\" to `0.3.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.6.8", "tag": "@rushstack/heft-storybook-plugin_v1.6.8", diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.md b/heft-plugins/heft-storybook-plugin/CHANGELOG.md index dfeba4a596..3b6866a36e 100644 --- a/heft-plugins/heft-storybook-plugin/CHANGELOG.md +++ b/heft-plugins/heft-storybook-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-storybook-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.6.9 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.6.8 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-storybook-plugin/package.json b/heft-plugins/heft-storybook-plugin/package.json index 3393192376..a6750e3f5c 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.8", + "version": "1.6.9", "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.2.26" + "@rushstack/heft": "^1.3.0" }, "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 a8aeb91793..868c69fa58 100644 --- a/heft-plugins/heft-typescript-plugin/CHANGELOG.json +++ b/heft-plugins/heft-typescript-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-typescript-plugin", "entries": [ + { + "version": "1.3.22", + "tag": "@rushstack/heft-typescript-plugin_v1.3.22", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.3.21", "tag": "@rushstack/heft-typescript-plugin_v1.3.21", diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.md b/heft-plugins/heft-typescript-plugin/CHANGELOG.md index b90a4055ec..a32bff7cdb 100644 --- a/heft-plugins/heft-typescript-plugin/CHANGELOG.md +++ b/heft-plugins/heft-typescript-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-typescript-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.3.22 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.3.21 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-typescript-plugin/package.json b/heft-plugins/heft-typescript-plugin/package.json index c84fc8fa42..528b86a29a 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.21", + "version": "1.3.22", "description": "Heft plugin for TypeScript", "repository": { "type": "git", @@ -46,7 +46,7 @@ "_phase:pack": "rush-pnpm pack" }, "peerDependencies": { - "@rushstack/heft": "1.2.26" + "@rushstack/heft": "1.3.0" }, "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 165c1f5780..7c1150dd05 100644 --- a/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.json +++ b/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-vscode-extension-plugin", "entries": [ + { + "version": "1.1.27", + "tag": "@rushstack/heft-vscode-extension-plugin_v1.1.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.1.26", "tag": "@rushstack/heft-vscode-extension-plugin_v1.1.26", diff --git a/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.md b/heft-plugins/heft-vscode-extension-plugin/CHANGELOG.md index 95b71e9ac2..ea6505aec2 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.1.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.1.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-vscode-extension-plugin/package.json b/heft-plugins/heft-vscode-extension-plugin/package.json index c4328cb9be..bf2c6c7dea 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.26", + "version": "1.1.27", "description": "Heft plugin for building vscode extensions.", "repository": { "type": "git", @@ -37,7 +37,7 @@ } }, "peerDependencies": { - "@rushstack/heft": "^1.2.26" + "@rushstack/heft": "^1.3.0" }, "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 eb0e423924..05e86a3f65 100644 --- a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json +++ b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-webpack4-plugin", "entries": [ + { + "version": "1.2.28", + "tag": "@rushstack/heft-webpack4-plugin_v1.2.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.7.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.2.27", "tag": "@rushstack/heft-webpack4-plugin_v1.2.27", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md index 64e1777557..c108618caf 100644 --- a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md +++ b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-webpack4-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.2.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.2.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-webpack4-plugin/package.json b/heft-plugins/heft-webpack4-plugin/package.json index 3e42d53b45..685e70436a 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.27", + "version": "1.2.28", "description": "Heft plugin for Webpack 4", "repository": { "type": "git", @@ -52,7 +52,7 @@ } }, "peerDependencies": { - "@rushstack/heft": "^1.2.26", + "@rushstack/heft": "^1.3.0", "@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 56f6e5308f..710bb46aa5 100644 --- a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json +++ b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-webpack5-plugin", "entries": [ + { + "version": "1.3.28", + "tag": "@rushstack/heft-webpack5-plugin_v1.3.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.7.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.3.27", "tag": "@rushstack/heft-webpack5-plugin_v1.3.27", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md index 70d2d6dced..b0a385ae0e 100644 --- a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md +++ b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-webpack5-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.3.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.3.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/heft-plugins/heft-webpack5-plugin/package.json b/heft-plugins/heft-webpack5-plugin/package.json index 52fa2d833a..a4074204fa 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.27", + "version": "1.3.28", "description": "Heft plugin for Webpack 5", "repository": { "type": "git", @@ -47,7 +47,7 @@ "_phase:test": "heft run --only test -- --clean" }, "peerDependencies": { - "@rushstack/heft": "^1.2.26", + "@rushstack/heft": "^1.3.0", "webpack": "^5.82.1" }, "dependencies": { diff --git a/libraries/credential-cache/CHANGELOG.json b/libraries/credential-cache/CHANGELOG.json index c5f9d5803a..6614b41002 100644 --- a/libraries/credential-cache/CHANGELOG.json +++ b/libraries/credential-cache/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/credential-cache", "entries": [ + { + "version": "0.2.27", + "tag": "@rushstack/credential-cache_v0.2.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.2.26", "tag": "@rushstack/credential-cache_v0.2.26", diff --git a/libraries/credential-cache/CHANGELOG.md b/libraries/credential-cache/CHANGELOG.md index d53d4fa012..20a80f2bc9 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.2.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.2.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/credential-cache/package.json b/libraries/credential-cache/package.json index ee46ee6f88..c7c3e70ecd 100644 --- a/libraries/credential-cache/package.json +++ b/libraries/credential-cache/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/credential-cache", - "version": "0.2.26", + "version": "0.2.27", "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 6f97b9c456..ca3bca5a05 100644 --- a/libraries/debug-certificate-manager/CHANGELOG.json +++ b/libraries/debug-certificate-manager/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/debug-certificate-manager", "entries": [ + { + "version": "1.7.28", + "tag": "@rushstack/debug-certificate-manager_v1.7.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "1.7.27", "tag": "@rushstack/debug-certificate-manager_v1.7.27", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index fd96c29ea5..8a083f5c9a 100644 --- a/libraries/debug-certificate-manager/CHANGELOG.md +++ b/libraries/debug-certificate-manager/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/debug-certificate-manager -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.7.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.7.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/debug-certificate-manager/package.json b/libraries/debug-certificate-manager/package.json index 631f314645..07bafe49bc 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.27", + "version": "1.7.28", "description": "Cross-platform functionality to create debug ssl certificates.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index c93860822a..290c58c9ee 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.27", + "tag": "@microsoft/load-themed-styles_v2.2.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "2.2.26", "tag": "@microsoft/load-themed-styles_v2.2.26", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index e9161c464e..44b542fb54 100644 --- a/libraries/load-themed-styles/CHANGELOG.md +++ b/libraries/load-themed-styles/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/load-themed-styles -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 2.2.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 2.2.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/load-themed-styles/package.json b/libraries/load-themed-styles/package.json index cfd6a9d13e..02caa65088 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.26", + "version": "2.2.27", "description": "Loads themed styles.", "license": "MIT", "repository": { diff --git a/libraries/localization-utilities/CHANGELOG.json b/libraries/localization-utilities/CHANGELOG.json index 6715369c11..94bab6251b 100644 --- a/libraries/localization-utilities/CHANGELOG.json +++ b/libraries/localization-utilities/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/localization-utilities", "entries": [ + { + "version": "0.16.5", + "tag": "@rushstack/localization-utilities_v0.16.5", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.17.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.16.4", "tag": "@rushstack/localization-utilities_v0.16.4", diff --git a/libraries/localization-utilities/CHANGELOG.md b/libraries/localization-utilities/CHANGELOG.md index 2102f96ae9..3007deaeb5 100644 --- a/libraries/localization-utilities/CHANGELOG.md +++ b/libraries/localization-utilities/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/localization-utilities -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.16.5 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.16.4 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/localization-utilities/package.json b/libraries/localization-utilities/package.json index 33b3a82976..488340f67c 100644 --- a/libraries/localization-utilities/package.json +++ b/libraries/localization-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/localization-utilities", - "version": "0.16.4", + "version": "0.16.5", "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 70b3821ef3..1a3c586527 100644 --- a/libraries/lookup-by-path/CHANGELOG.json +++ b/libraries/lookup-by-path/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/lookup-by-path", "entries": [ + { + "version": "0.10.16", + "tag": "@rushstack/lookup-by-path_v0.10.16", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.10.15", "tag": "@rushstack/lookup-by-path_v0.10.15", diff --git a/libraries/lookup-by-path/CHANGELOG.md b/libraries/lookup-by-path/CHANGELOG.md index f5171e66b6..6aa74e5cad 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.10.16 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.10.15 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/lookup-by-path/package.json b/libraries/lookup-by-path/package.json index cf9d7a14fd..5991fe4788 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.15", + "version": "0.10.16", "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 ed1722d035..886e4bbb36 100644 --- a/libraries/module-minifier/CHANGELOG.json +++ b/libraries/module-minifier/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@rushstack/module-minifier", "entries": [ + { + "version": "0.9.29", + "tag": "@rushstack/module-minifier_v0.9.29", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.7.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.9.28", "tag": "@rushstack/module-minifier_v0.9.28", diff --git a/libraries/module-minifier/CHANGELOG.md b/libraries/module-minifier/CHANGELOG.md index 35251e9094..8f6cfc1b44 100644 --- a/libraries/module-minifier/CHANGELOG.md +++ b/libraries/module-minifier/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/module-minifier -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.9.29 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.9.28 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/module-minifier/package.json b/libraries/module-minifier/package.json index b9adc85b95..bc41355a2a 100644 --- a/libraries/module-minifier/package.json +++ b/libraries/module-minifier/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/module-minifier", - "version": "0.9.28", + "version": "0.9.29", "description": "Wrapper for terser to support bulk parallel minification.", "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 10897e8e7c..8bd5c3de4c 100644 --- a/libraries/npm-check-fork/CHANGELOG.json +++ b/libraries/npm-check-fork/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/npm-check-fork", "entries": [ + { + "version": "0.2.27", + "tag": "@rushstack/npm-check-fork_v0.2.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.2.26", "tag": "@rushstack/npm-check-fork_v0.2.26", diff --git a/libraries/npm-check-fork/CHANGELOG.md b/libraries/npm-check-fork/CHANGELOG.md index b48af06673..faef80c0eb 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.2.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.2.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/npm-check-fork/package.json b/libraries/npm-check-fork/package.json index 87b5f43df3..25b40ef23a 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.26", + "version": "0.2.27", "description": "A fork of npm-check.", "repository": { "type": "git", diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index 36ecfcc610..6e7b2a55c3 100644 --- a/libraries/package-deps-hash/CHANGELOG.json +++ b/libraries/package-deps-hash/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/package-deps-hash", "entries": [ + { + "version": "4.7.29", + "tag": "@rushstack/package-deps-hash_v4.7.29", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "4.7.28", "tag": "@rushstack/package-deps-hash_v4.7.28", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index 9c79694706..2cc925fc50 100644 --- a/libraries/package-deps-hash/CHANGELOG.md +++ b/libraries/package-deps-hash/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/package-deps-hash -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 4.7.29 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 4.7.28 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/package-deps-hash/package.json b/libraries/package-deps-hash/package.json index bb98651c87..c6f417c552 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.28", + "version": "4.7.29", "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 0d26213edd..854bc5cf6f 100644 --- a/libraries/package-extractor/CHANGELOG.json +++ b/libraries/package-extractor/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@rushstack/package-extractor", "entries": [ + { + "version": "0.13.15", + "tag": "@rushstack/package-extractor_v0.13.15", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.3.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.12.28`" + } + ] + } + }, { "version": "0.13.14", "tag": "@rushstack/package-extractor_v0.13.14", diff --git a/libraries/package-extractor/CHANGELOG.md b/libraries/package-extractor/CHANGELOG.md index 85014fbe02..3ce0726955 100644 --- a/libraries/package-extractor/CHANGELOG.md +++ b/libraries/package-extractor/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/package-extractor -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.13.15 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.13.14 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/package-extractor/package.json b/libraries/package-extractor/package.json index bf70d7ae5d..ba9f69f794 100644 --- a/libraries/package-extractor/package.json +++ b/libraries/package-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/package-extractor", - "version": "0.13.14", + "version": "0.13.15", "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 e8c2d49681..598d9cd834 100644 --- a/libraries/reporter/CHANGELOG.json +++ b/libraries/reporter/CHANGELOG.json @@ -1,6 +1,75 @@ { "name": "@rushstack/rush-reporter", "entries": [ + { + "version": "0.3.0", + "tag": "@rushstack/rush-reporter_v0.3.0", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "patch": [ + { + "comment": "Add the opt-in reporter guide covering built-in renderers, full logs, privacy, and rollout safety." + }, + { + "comment": "Add a stable structured diagnostic code for Rush command failures." + }, + { + "comment": "Preserve ordered legacy fallback output when a bootstrap handoff protocol is incompatible." + }, + { + "comment": "Prevent non-public reporter events from contributing unvalidated or unbounded values to telemetry aggregates, protect parent-owned producer and protocol metadata, and preserve the original five-field performance budget contract." + }, + { + "comment": "Correlate diagnostics using weak metadata instead of mutating potentially frozen or non-extensible errors." + }, + { + "comment": "Reject negotiated Heft diagnostics that forge registered categories or template keys or supply invalid one-based source coordinates, while preserving optional diagnostic fields and severity overrides." + }, + { + "comment": "Preserve readable tool, compiler code, source location, and message details in human diagnostic output while redacting secret values." + }, + { + "comment": "Honor the pass-through separator when distinguishing command JSON from reporter JSON controls." + }, + { + "comment": "Prevent human diagnostic source labels, lower-classified parameters, and forwarded Heft diagnostics from redisplaying explicitly secret parameter values." + }, + { + "comment": "Show bounded interactive errors immediately and warnings once per watch cycle, and preserve grouped output across short writes without overstating log completeness." + }, + { + "comment": "Bound individual telemetry diagnostic codes without truncation and exclude secret diagnostic codes and categories from aggregates." + }, + { + "comment": "Dispose attempted reporter initialization safely and bound owned abandoned bootstrap handoffs by age and session count." + }, + { + "comment": "Share once-only reporter close operations and serialized lifecycle ordering across manager shutdown and initialization disposal, including failed closes and lifecycle errors." + } + ], + "minor": [ + { + "comment": "Extend OperationStreamEmitter with silent registration metadata, previous status, stream-close, and operation-completion events." + }, + { + "comment": "Render phase-aware compact progress and grouped plaintext full logs from the canonical operation stream." + }, + { + "comment": "Add bidirectional Heft child negotiation, parent-owned rendering context, bounded structured output, and streaming problem matcher recovery." + } + ], + "none": [ + { + "comment": "Clarify that final full-detail artifact completeness is published only after physical closure and is not appended back to the closed log." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.2.0", "tag": "@rushstack/rush-reporter_v0.2.0", diff --git a/libraries/reporter/CHANGELOG.md b/libraries/reporter/CHANGELOG.md index 7e879667af..073b362060 100644 --- a/libraries/reporter/CHANGELOG.md +++ b/libraries/reporter/CHANGELOG.md @@ -1,6 +1,31 @@ # Change Log - @rushstack/rush-reporter -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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.3.0 +Mon, 14 Sep 2026 22:42:32 GMT + +### Minor changes + +- Extend OperationStreamEmitter with silent registration metadata, previous status, stream-close, and operation-completion events. +- Render phase-aware compact progress and grouped plaintext full logs from the canonical operation stream. +- Add bidirectional Heft child negotiation, parent-owned rendering context, bounded structured output, and streaming problem matcher recovery. + +### Patches + +- Add the opt-in reporter guide covering built-in renderers, full logs, privacy, and rollout safety. +- Add a stable structured diagnostic code for Rush command failures. +- Preserve ordered legacy fallback output when a bootstrap handoff protocol is incompatible. +- Prevent non-public reporter events from contributing unvalidated or unbounded values to telemetry aggregates, protect parent-owned producer and protocol metadata, and preserve the original five-field performance budget contract. +- Correlate diagnostics using weak metadata instead of mutating potentially frozen or non-extensible errors. +- Reject negotiated Heft diagnostics that forge registered categories or template keys or supply invalid one-based source coordinates, while preserving optional diagnostic fields and severity overrides. +- Preserve readable tool, compiler code, source location, and message details in human diagnostic output while redacting secret values. +- Honor the pass-through separator when distinguishing command JSON from reporter JSON controls. +- Prevent human diagnostic source labels, lower-classified parameters, and forwarded Heft diagnostics from redisplaying explicitly secret parameter values. +- Show bounded interactive errors immediately and warnings once per watch cycle, and preserve grouped output across short writes without overstating log completeness. +- Bound individual telemetry diagnostic codes without truncation and exclude secret diagnostic codes and categories from aggregates. +- Dispose attempted reporter initialization safely and bound owned abandoned bootstrap handoffs by age and session count. +- Share once-only reporter close operations and serialized lifecycle ordering across manager shutdown and initialization disposal, including failed closes and lifecycle errors. ## 0.2.0 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/reporter/package.json b/libraries/reporter/package.json index dd56a52f9f..bb64fe9841 100644 --- a/libraries/reporter/package.json +++ b/libraries/reporter/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-reporter", - "version": "0.2.0", + "version": "0.3.0", "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 f4f1105649..1c758e14b7 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.1", + "tag": "@rushstack/rush-daemon-protocol_v0.4.1", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.4.0", "tag": "@rushstack/rush-daemon-protocol_v0.4.0", diff --git a/libraries/rush-daemon-protocol/CHANGELOG.md b/libraries/rush-daemon-protocol/CHANGELOG.md index 9f8f88e158..56baebcbe8 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.4.1 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.4.0 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/rush-daemon-protocol/package.json b/libraries/rush-daemon-protocol/package.json index c099da342c..e1c7f13ef7 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.0", + "version": "0.4.1", "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 8be0e5a0ab..2be2e9d274 100644 --- a/libraries/rush-daemon-transport/CHANGELOG.json +++ b/libraries/rush-daemon-transport/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@rushstack/rush-daemon-transport", "entries": [ + { + "version": "0.3.1", + "tag": "@rushstack/rush-daemon-transport_v0.3.1", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/rush-daemon-protocol\" to `0.4.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.3.0", "tag": "@rushstack/rush-daemon-transport_v0.3.0", diff --git a/libraries/rush-daemon-transport/CHANGELOG.md b/libraries/rush-daemon-transport/CHANGELOG.md index 4f2c6f44de..4c548bda4f 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.3.1 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.3.0 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/rush-daemon-transport/package.json b/libraries/rush-daemon-transport/package.json index 77acc59ecc..908d79ffcc 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.0", + "version": "0.3.1", "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 4f3fd52778..68510e2cd4 100644 --- a/libraries/rush-daemon/CHANGELOG.json +++ b/libraries/rush-daemon/CHANGELOG.json @@ -1,6 +1,34 @@ { "name": "@rushstack/rush-daemon", "entries": [ + { + "version": "0.5.1", + "tag": "@rushstack/rush-daemon_v0.5.1", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "patch": [ + { + "comment": "Forward reporter operation completion and iteration identity through phased request event multiplexing." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/rush-daemon-protocol\" to `0.4.1`" + }, + { + "comment": "Updating dependency \"@rushstack/rush-daemon-transport\" to `0.3.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.5.0", "tag": "@rushstack/rush-daemon_v0.5.0", diff --git a/libraries/rush-daemon/CHANGELOG.md b/libraries/rush-daemon/CHANGELOG.md index b8925b8a0d..e1e2590df1 100644 --- a/libraries/rush-daemon/CHANGELOG.md +++ b/libraries/rush-daemon/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/rush-daemon -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 Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.5.1 +Mon, 14 Sep 2026 22:42:32 GMT + +### Patches + +- Forward reporter operation completion and iteration identity through phased request event multiplexing. ## 0.5.0 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/rush-daemon/package.json b/libraries/rush-daemon/package.json index 6db36d57a9..4ef8223837 100644 --- a/libraries/rush-daemon/package.json +++ b/libraries/rush-daemon/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rush-daemon", - "version": "0.5.0", + "version": "0.5.1", "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 5cc140df09..ec53724e3f 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.28", + "tag": "@rushstack/rush-pnpm-kit-v10_v0.2.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.2.27", "tag": "@rushstack/rush-pnpm-kit-v10_v0.2.27", diff --git a/libraries/rush-pnpm-kit-v10/CHANGELOG.md b/libraries/rush-pnpm-kit-v10/CHANGELOG.md index cb2ad27b6a..e44f721262 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.2.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.2.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/rush-pnpm-kit-v10/package.json b/libraries/rush-pnpm-kit-v10/package.json index ddfb54b000..055fad8755 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.27", + "version": "0.2.28", "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 9641fd98f0..c2a3badb78 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.28", + "tag": "@rushstack/rush-pnpm-kit-v8_v0.2.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.2.27", "tag": "@rushstack/rush-pnpm-kit-v8_v0.2.27", diff --git a/libraries/rush-pnpm-kit-v8/CHANGELOG.md b/libraries/rush-pnpm-kit-v8/CHANGELOG.md index 26d63270cb..677c7f6e3e 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.2.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.2.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/rush-pnpm-kit-v8/package.json b/libraries/rush-pnpm-kit-v8/package.json index e57613737e..e7657b40c2 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.27", + "version": "0.2.28", "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 d41bab8a16..aa6343a158 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.28", + "tag": "@rushstack/rush-pnpm-kit-v9_v0.2.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.2.27", "tag": "@rushstack/rush-pnpm-kit-v9_v0.2.27", diff --git a/libraries/rush-pnpm-kit-v9/CHANGELOG.md b/libraries/rush-pnpm-kit-v9/CHANGELOG.md index f0d9607407..9dc37ebe9a 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.2.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.2.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/rush-pnpm-kit-v9/package.json b/libraries/rush-pnpm-kit-v9/package.json index 0f82bc2539..4b9d30ff85 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.27", + "version": "0.2.28", "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 cb79bf16c0..2be89590d0 100644 --- a/libraries/rush-terminal-renderer/CHANGELOG.json +++ b/libraries/rush-terminal-renderer/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@rushstack/rush-terminal-renderer", "entries": [ + { + "version": "0.2.4", + "tag": "@rushstack/rush-terminal-renderer_v0.2.4", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/rush-daemon-protocol\" to `0.4.1`" + }, + { + "comment": "Updating dependency \"@rushstack/stream-collator\" to `4.2.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.2.3", "tag": "@rushstack/rush-terminal-renderer_v0.2.3", diff --git a/libraries/rush-terminal-renderer/CHANGELOG.md b/libraries/rush-terminal-renderer/CHANGELOG.md index 31c6e66cc8..4d519f8e5d 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.2.4 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.2.3 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/rush-terminal-renderer/package.json b/libraries/rush-terminal-renderer/package.json index 1343621cf2..a29ff0864e 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.3", + "version": "0.2.4", "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 a735904703..1b977e8708 100644 --- a/libraries/stream-collator/CHANGELOG.json +++ b/libraries/stream-collator/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/stream-collator", "entries": [ + { + "version": "4.2.27", + "tag": "@rushstack/stream-collator_v4.2.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "4.2.26", "tag": "@rushstack/stream-collator_v4.2.26", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index ea1e9e6078..b3546da776 100644 --- a/libraries/stream-collator/CHANGELOG.md +++ b/libraries/stream-collator/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/stream-collator -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 4.2.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 4.2.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/stream-collator/package.json b/libraries/stream-collator/package.json index bec2a83b2f..f39713e42f 100644 --- a/libraries/stream-collator/package.json +++ b/libraries/stream-collator/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/stream-collator", - "version": "4.2.26", + "version": "4.2.27", "description": "Display intelligible realtime output from concurrent processes", "repository": { "type": "git", diff --git a/libraries/typings-generator/CHANGELOG.json b/libraries/typings-generator/CHANGELOG.json index e8f933cbc7..9b808aa735 100644 --- a/libraries/typings-generator/CHANGELOG.json +++ b/libraries/typings-generator/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/typings-generator", "entries": [ + { + "version": "0.17.5", + "tag": "@rushstack/typings-generator_v0.17.5", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.17.4", "tag": "@rushstack/typings-generator_v0.17.4", diff --git a/libraries/typings-generator/CHANGELOG.md b/libraries/typings-generator/CHANGELOG.md index cb31c9580c..604a9b200b 100644 --- a/libraries/typings-generator/CHANGELOG.md +++ b/libraries/typings-generator/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/typings-generator -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.17.5 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.17.4 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/typings-generator/package.json b/libraries/typings-generator/package.json index 02cfec76d5..7978127bdb 100644 --- a/libraries/typings-generator/package.json +++ b/libraries/typings-generator/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/typings-generator", - "version": "0.17.4", + "version": "0.17.5", "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 f334ff852f..e8cdb4e09b 100644 --- a/libraries/worker-pool/CHANGELOG.json +++ b/libraries/worker-pool/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/worker-pool", "entries": [ + { + "version": "0.7.27", + "tag": "@rushstack/worker-pool_v0.7.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.7.26", "tag": "@rushstack/worker-pool_v0.7.26", diff --git a/libraries/worker-pool/CHANGELOG.md b/libraries/worker-pool/CHANGELOG.md index 8537eccd78..2693b57917 100644 --- a/libraries/worker-pool/CHANGELOG.md +++ b/libraries/worker-pool/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/worker-pool -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.7.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.7.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/libraries/worker-pool/package.json b/libraries/worker-pool/package.json index 1a52cd8096..3d0c928e2a 100644 --- a/libraries/worker-pool/package.json +++ b/libraries/worker-pool/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/worker-pool", - "version": "0.7.26", + "version": "0.7.27", "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 5b263cba0c..4ba9859331 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,36 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "2.11.50", + "tag": "@rushstack/heft-node-rig_v2.11.50", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `4.7.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.3.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `2.0.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.2.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "2.11.49", "tag": "@rushstack/heft-node-rig_v2.11.49", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index b890e1e18a..9100eef0a2 100644 --- a/rigs/heft-node-rig/CHANGELOG.md +++ b/rigs/heft-node-rig/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-node-rig -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 2.11.50 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 2.11.49 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/rigs/heft-node-rig/package.json b/rigs/heft-node-rig/package.json index 1e4feb4903..20137f9ea6 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.49", + "version": "2.11.50", "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.2.26" + "@rushstack/heft": "^1.3.0" }, "dependencies": { "@microsoft/api-extractor": "workspace:*", diff --git a/rigs/heft-vscode-extension-rig/CHANGELOG.json b/rigs/heft-vscode-extension-rig/CHANGELOG.json index e2694d0568..39e8720746 100644 --- a/rigs/heft-vscode-extension-rig/CHANGELOG.json +++ b/rigs/heft-vscode-extension-rig/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@rushstack/heft-vscode-extension-rig", "entries": [ + { + "version": "1.1.53", + "tag": "@rushstack/heft-vscode-extension-rig_v1.1.53", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.50`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-vscode-extension-plugin\" to `1.1.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.3.28`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.12.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.1.52", "tag": "@rushstack/heft-vscode-extension-rig_v1.1.52", diff --git a/rigs/heft-vscode-extension-rig/CHANGELOG.md b/rigs/heft-vscode-extension-rig/CHANGELOG.md index eeb143dbec..c90c94cbb6 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.1.53 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.1.52 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/rigs/heft-vscode-extension-rig/package.json b/rigs/heft-vscode-extension-rig/package.json index e295051c3d..e96cceda78 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.52", + "version": "1.1.53", "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.2.26" + "@rushstack/heft": "^1.3.0" }, "dependencies": { "@microsoft/api-extractor": "workspace:*", diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index 2307cba023..ef431427e2 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,45 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "1.4.34", + "tag": "@rushstack/heft-web-rig_v1.4.34", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `4.7.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.3.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-static-asset-typings-plugin\" to `0.1.24`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `2.0.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.2.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.4.11`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.3.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.3.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.26` to `1.3.0`" + } + ] + } + }, { "version": "1.4.33", "tag": "@rushstack/heft-web-rig_v1.4.33", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index 00f09f57ee..511cf21e83 100644 --- a/rigs/heft-web-rig/CHANGELOG.md +++ b/rigs/heft-web-rig/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-web-rig -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.4.34 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.4.33 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/rigs/heft-web-rig/package.json b/rigs/heft-web-rig/package.json index 1c98848d55..12028c45a7 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.33", + "version": "1.4.34", "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.2.26" + "@rushstack/heft": "^1.3.0" }, "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 bea54d33d2..0d5e4fd86c 100644 --- a/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.json +++ b/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/rush-mcp-docs-plugin", "entries": [ + { + "version": "0.3.27", + "tag": "@rushstack/rush-mcp-docs-plugin_v0.3.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/mcp-server\" to `0.4.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.3.26", "tag": "@rushstack/rush-mcp-docs-plugin_v0.3.26", diff --git a/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.md b/rush-plugins/rush-mcp-docs-plugin/CHANGELOG.md index 28121b21e2..6a00e05075 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.3.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.3.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/rush-plugins/rush-mcp-docs-plugin/package.json b/rush-plugins/rush-mcp-docs-plugin/package.json index de0afc3ae3..09b391f069 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.26", + "version": "0.3.27", "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 2ac9c61b4b..416f811897 100644 --- a/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.json +++ b/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rush-published-versions-json-plugin", "entries": [ + { + "version": "0.1.20", + "tag": "@rushstack/rush-published-versions-json-plugin_v0.1.20", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.1.19", "tag": "@rushstack/rush-published-versions-json-plugin_v0.1.19", diff --git a/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.md b/rush-plugins/rush-published-versions-json-plugin/CHANGELOG.md index dce93f568c..cc50597d9c 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.1.20 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.1.19 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/rush-plugins/rush-published-versions-json-plugin/package.json b/rush-plugins/rush-published-versions-json-plugin/package.json index 77be2e440a..20bade1218 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.19", + "version": "0.1.20", "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 d5ca95e842..d1046bd602 100644 --- a/webpack/hashed-folder-copy-plugin/CHANGELOG.json +++ b/webpack/hashed-folder-copy-plugin/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@rushstack/hashed-folder-copy-plugin", "entries": [ + { + "version": "1.3.28", + "tag": "@rushstack/hashed-folder-copy-plugin_v1.3.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.7.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "1.3.27", "tag": "@rushstack/hashed-folder-copy-plugin_v1.3.27", diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.md b/webpack/hashed-folder-copy-plugin/CHANGELOG.md index 5ff515ac62..67a328dcc3 100644 --- a/webpack/hashed-folder-copy-plugin/CHANGELOG.md +++ b/webpack/hashed-folder-copy-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/hashed-folder-copy-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.3.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.3.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/hashed-folder-copy-plugin/package.json b/webpack/hashed-folder-copy-plugin/package.json index 8de856269d..af0fb03ed0 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.27", + "version": "1.3.28", "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 d16def60db..3b41a0edb3 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.27", + "tag": "@microsoft/loader-load-themed-styles_v2.2.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.2.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.2.26` to `2.2.27`" + } + ] + } + }, { "version": "2.2.26", "tag": "@microsoft/loader-load-themed-styles_v2.2.26", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index e988112a06..f1ac5149ff 100644 --- a/webpack/loader-load-themed-styles/CHANGELOG.md +++ b/webpack/loader-load-themed-styles/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/loader-load-themed-styles -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 2.2.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 2.2.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/loader-load-themed-styles/package.json b/webpack/loader-load-themed-styles/package.json index 74fdc65594..9ea3f580f0 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.26", + "version": "2.2.27", "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.26" + "@microsoft/load-themed-styles": "^2.2.27" }, "dependencies": { "loader-utils": "1.4.2" diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index a055e8039c..12829e2f4a 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.27", + "tag": "@rushstack/loader-raw-script_v1.6.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "1.6.26", "tag": "@rushstack/loader-raw-script_v1.6.26", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index f0eb0d189c..f91fb85d0b 100644 --- a/webpack/loader-raw-script/CHANGELOG.md +++ b/webpack/loader-raw-script/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/loader-raw-script -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 1.6.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 1.6.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/loader-raw-script/package.json b/webpack/loader-raw-script/package.json index 8f1b303645..ad1f4d6934 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.26", + "version": "1.6.27", "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 bf83f7b491..e367dc944a 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.28", + "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.12.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.12.27", "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.12.27", diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md index ac8c931a0f..c2369044a5 100644 --- a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md +++ b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-preserve-dynamic-require-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.12.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.12.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/preserve-dynamic-require-plugin/package.json b/webpack/preserve-dynamic-require-plugin/package.json index ea324f429e..62ff9c19c0 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.27", + "version": "0.12.28", "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 48065532f6..c72722987f 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.json +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@rushstack/set-webpack-public-path-plugin", "entries": [ + { + "version": "5.3.29", + "tag": "@rushstack/set-webpack-public-path-plugin_v5.3.29", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.7.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "5.3.28", "tag": "@rushstack/set-webpack-public-path-plugin_v5.3.28", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index b58076636a..1a2ec82b0f 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.md +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/set-webpack-public-path-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 5.3.29 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 5.3.28 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/set-webpack-public-path-plugin/package.json b/webpack/set-webpack-public-path-plugin/package.json index 4eb3f7e627..a6b285c62d 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.28", + "version": "5.3.29", "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 d44b2a336a..86845345cb 100644 --- a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json +++ b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@rushstack/webpack-embedded-dependencies-plugin", "entries": [ + { + "version": "0.4.29", + "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.4.29", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.7.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.4.28", "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.4.28", diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md index 6b3c348876..1069468e52 100644 --- a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md +++ b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-embedded-dependencies-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.4.29 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.4.28 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/webpack-embedded-dependencies-plugin/package.json b/webpack/webpack-embedded-dependencies-plugin/package.json index ac19725cc5..cfa0c733bb 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.28", + "version": "0.4.29", "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 1703ded07b..777bc43c67 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.8", + "tag": "@rushstack/webpack-plugin-utilities_v0.7.8", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.7.7", "tag": "@rushstack/webpack-plugin-utilities_v0.7.7", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.md b/webpack/webpack-plugin-utilities/CHANGELOG.md index 3e0072acf2..14c874a73d 100644 --- a/webpack/webpack-plugin-utilities/CHANGELOG.md +++ b/webpack/webpack-plugin-utilities/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-plugin-utilities -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.7.8 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.7.7 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/webpack-plugin-utilities/package.json b/webpack/webpack-plugin-utilities/package.json index fdfc1c2e16..f20c6d7765 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.7", + "version": "0.7.8", "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 76b55e3edb..5aec00c672 100644 --- a/webpack/webpack-workspace-resolve-plugin/CHANGELOG.json +++ b/webpack/webpack-workspace-resolve-plugin/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@rushstack/webpack-workspace-resolve-plugin", "entries": [ + { + "version": "0.6.27", + "tag": "@rushstack/webpack-workspace-resolve-plugin_v0.6.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.10.16`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.6.26", "tag": "@rushstack/webpack-workspace-resolve-plugin_v0.6.26", diff --git a/webpack/webpack-workspace-resolve-plugin/CHANGELOG.md b/webpack/webpack-workspace-resolve-plugin/CHANGELOG.md index 991d978cd2..adeffa9af7 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 Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.6.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.6.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/webpack-workspace-resolve-plugin/package.json b/webpack/webpack-workspace-resolve-plugin/package.json index 6b2b19ae6e..e73793f89c 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.26", + "version": "0.6.27", "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 eb896dee04..27e51732fa 100644 --- a/webpack/webpack4-localization-plugin/CHANGELOG.json +++ b/webpack/webpack4-localization-plugin/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@rushstack/webpack4-localization-plugin", "entries": [ + { + "version": "0.20.28", + "tag": "@rushstack/webpack4-localization-plugin_v0.20.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.16.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.20.27", "tag": "@rushstack/webpack4-localization-plugin_v0.20.27", diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.md b/webpack/webpack4-localization-plugin/CHANGELOG.md index 1bcebe9a20..6eae0221a2 100644 --- a/webpack/webpack4-localization-plugin/CHANGELOG.md +++ b/webpack/webpack4-localization-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack4-localization-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.20.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.20.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/webpack4-localization-plugin/package.json b/webpack/webpack4-localization-plugin/package.json index 4e6dfcdef7..93fe5b6976 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.27", + "version": "0.20.28", "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 0ed2a741ff..eac8e2e59d 100644 --- a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json +++ b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@rushstack/webpack4-module-minifier-plugin", "entries": [ + { + "version": "0.15.29", + "tag": "@rushstack/webpack4-module-minifier-plugin_v0.15.29", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.9.29`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.7.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.15.28", "tag": "@rushstack/webpack4-module-minifier-plugin_v0.15.28", diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md index cbf1d31fb3..c3cd158658 100644 --- a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md +++ b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack4-module-minifier-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.15.29 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.15.28 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/webpack4-module-minifier-plugin/package.json b/webpack/webpack4-module-minifier-plugin/package.json index 43f9988b32..40a211a944 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.28", + "version": "0.15.29", "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 978cd0e725..a4dac96473 100644 --- a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json +++ b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@microsoft/webpack5-load-themed-styles-loader", "entries": [ + { + "version": "0.4.27", + "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.4.27", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.2.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.2.26` to `2.2.27`" + } + ] + } + }, { "version": "0.4.26", "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.4.26", diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md index 8aab8c2c56..50032e1c9a 100644 --- a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md +++ b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/webpack5-load-themed-styles-loader -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.4.27 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.4.26 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/webpack5-load-themed-styles-loader/package.json b/webpack/webpack5-load-themed-styles-loader/package.json index 249e49a13b..527de24df9 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.26", + "version": "0.4.27", "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.26", + "@microsoft/load-themed-styles": "^2.2.27", "webpack": "^5" }, "peerDependenciesMeta": { diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.json b/webpack/webpack5-localization-plugin/CHANGELOG.json index a6cc440f04..2b6179adbd 100644 --- a/webpack/webpack5-localization-plugin/CHANGELOG.json +++ b/webpack/webpack5-localization-plugin/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@rushstack/webpack5-localization-plugin", "entries": [ + { + "version": "0.16.28", + "tag": "@rushstack/webpack5-localization-plugin_v0.16.28", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.16.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + } + ] + } + }, { "version": "0.16.27", "tag": "@rushstack/webpack5-localization-plugin_v0.16.27", diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.md b/webpack/webpack5-localization-plugin/CHANGELOG.md index e61db33771..adc9f5219b 100644 --- a/webpack/webpack5-localization-plugin/CHANGELOG.md +++ b/webpack/webpack5-localization-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack5-localization-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 0.16.28 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 0.16.27 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/webpack5-localization-plugin/package.json b/webpack/webpack5-localization-plugin/package.json index 5f2e7e4c10..3cb5a6d6b0 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.27", + "version": "0.16.28", "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 84343c1750..93d090db7c 100644 --- a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json +++ b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,32 @@ { "name": "@rushstack/webpack5-module-minifier-plugin", "entries": [ + { + "version": "5.8.29", + "tag": "@rushstack/webpack5-module-minifier-plugin_v5.8.29", + "date": "Mon, 14 Sep 2026 22:42:32 GMT", + "comments": { + "none": [ + { + "comment": "Use ECMAScript private syntax for internal class members." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.7.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `1.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.9.29`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.9.29`" + } + ] + } + }, { "version": "5.8.28", "tag": "@rushstack/webpack5-module-minifier-plugin_v5.8.28", diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md index 9a2a5557b2..9d38b1e4ff 100644 --- a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md +++ b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack5-module-minifier-plugin -This log was last generated on Sat, 05 Sep 2026 00:15:08 GMT and should not be manually modified. +This log was last generated on Mon, 14 Sep 2026 22:42:32 GMT and should not be manually modified. + +## 5.8.29 +Mon, 14 Sep 2026 22:42:32 GMT + +_Version update only_ ## 5.8.28 Sat, 05 Sep 2026 00:15:08 GMT diff --git a/webpack/webpack5-module-minifier-plugin/package.json b/webpack/webpack5-module-minifier-plugin/package.json index 043297ee4d..5ce066a9ef 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.28", + "version": "5.8.29", "description": "This plugin splits minification of webpack compilations into smaller units.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js",