From d3ff1b4954dd1ab15eb89b6ada0cb0045349d362 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 3 Oct 2025 15:34:38 -0400 Subject: [PATCH] Update changelogs for import normalization. --- .../api-documenter/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../api-extractor/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../@microsoft/rush/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../eslint-bulk/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../eslint-patch/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../eslint-plugin/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../heft-config-file/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../heft-jest-plugin/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../heft-lint-plugin/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../heft-sass-plugin/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../@rushstack/heft/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../loader-raw-script/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../mcp-server/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../module-minifier/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../node-core-library/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../operation-graph/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../package-deps-hash/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../package-extractor/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../rig-package/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../rundown/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../terminal/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../trace-import/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../ts-command-line/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../typings-generator/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../worker-pool/imports-cleanup_2025-10-02-21-25.json | 6 +++--- .../zipsync/imports-cleanup_2025-10-02-21-25.json | 6 +++--- 51 files changed, 153 insertions(+), 153 deletions(-) diff --git a/common/changes/@microsoft/api-documenter/imports-cleanup_2025-10-02-21-25.json b/common/changes/@microsoft/api-documenter/imports-cleanup_2025-10-02-21-25.json index 771f7e84c78..c0888f38487 100644 --- a/common/changes/@microsoft/api-documenter/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@microsoft/api-documenter/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@microsoft/api-documenter" } ], "packageName": "@microsoft/api-documenter", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@microsoft/api-extractor-model/imports-cleanup_2025-10-02-21-25.json b/common/changes/@microsoft/api-extractor-model/imports-cleanup_2025-10-02-21-25.json index 52f6a7d52bc..4ee4f17465b 100644 --- a/common/changes/@microsoft/api-extractor-model/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@microsoft/api-extractor-model/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@microsoft/api-extractor-model" } ], "packageName": "@microsoft/api-extractor-model", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@microsoft/api-extractor/imports-cleanup_2025-10-02-21-25.json b/common/changes/@microsoft/api-extractor/imports-cleanup_2025-10-02-21-25.json index f7c3a8a84e4..33c78b0a418 100644 --- a/common/changes/@microsoft/api-extractor/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@microsoft/api-extractor/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@microsoft/api-extractor" } ], "packageName": "@microsoft/api-extractor", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@microsoft/rush/imports-cleanup_2025-10-02-21-25.json b/common/changes/@microsoft/rush/imports-cleanup_2025-10-02-21-25.json index efcd84c45fb..000ad6dd77d 100644 --- a/common/changes/@microsoft/rush/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@microsoft/rush/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@microsoft/rush" } ], "packageName": "@microsoft/rush", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@microsoft/webpack5-load-themed-styles-loader/imports-cleanup_2025-10-02-21-25.json b/common/changes/@microsoft/webpack5-load-themed-styles-loader/imports-cleanup_2025-10-02-21-25.json index bb02423ee02..1f5a418b205 100644 --- a/common/changes/@microsoft/webpack5-load-themed-styles-loader/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@microsoft/webpack5-load-themed-styles-loader/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@microsoft/webpack5-load-themed-styles-loader" } ], "packageName": "@microsoft/webpack5-load-themed-styles-loader", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/debug-certificate-manager/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/debug-certificate-manager/imports-cleanup_2025-10-02-21-25.json index 585dea266f6..edf8526850c 100644 --- a/common/changes/@rushstack/debug-certificate-manager/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/debug-certificate-manager/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/debug-certificate-manager" } ], "packageName": "@rushstack/debug-certificate-manager", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/eslint-bulk/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/eslint-bulk/imports-cleanup_2025-10-02-21-25.json index d3216600e50..85a890350e6 100644 --- a/common/changes/@rushstack/eslint-bulk/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/eslint-bulk/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/eslint-bulk" } ], "packageName": "@rushstack/eslint-bulk", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/eslint-patch/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/eslint-patch/imports-cleanup_2025-10-02-21-25.json index 6a61cc13329..b07766e94db 100644 --- a/common/changes/@rushstack/eslint-patch/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/eslint-patch/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/eslint-patch" } ], "packageName": "@rushstack/eslint-patch", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/eslint-plugin-packlets/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/eslint-plugin-packlets/imports-cleanup_2025-10-02-21-25.json index a04cd0021ef..78cc81791b2 100644 --- a/common/changes/@rushstack/eslint-plugin-packlets/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/eslint-plugin-packlets/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "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-security/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/eslint-plugin-security/imports-cleanup_2025-10-02-21-25.json index e8c34c96411..01c5f2c098d 100644 --- a/common/changes/@rushstack/eslint-plugin-security/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/eslint-plugin-security/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/eslint-plugin-security" } ], "packageName": "@rushstack/eslint-plugin-security", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/eslint-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/eslint-plugin/imports-cleanup_2025-10-02-21-25.json index 5669a1df6aa..6ec61491717 100644 --- a/common/changes/@rushstack/eslint-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/eslint-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/eslint-plugin" } ], "packageName": "@rushstack/eslint-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/hashed-folder-copy-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/hashed-folder-copy-plugin/imports-cleanup_2025-10-02-21-25.json index 3d00044f953..47f8c325475 100644 --- a/common/changes/@rushstack/hashed-folder-copy-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/hashed-folder-copy-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/hashed-folder-copy-plugin" } ], "packageName": "@rushstack/hashed-folder-copy-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-api-extractor-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-api-extractor-plugin/imports-cleanup_2025-10-02-21-25.json index aeb8de3babe..5873c58b19b 100644 --- a/common/changes/@rushstack/heft-api-extractor-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-api-extractor-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-api-extractor-plugin" } ], "packageName": "@rushstack/heft-api-extractor-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-config-file/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-config-file/imports-cleanup_2025-10-02-21-25.json index ebc8dd79c07..bd00dec6a88 100644 --- a/common/changes/@rushstack/heft-config-file/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-config-file/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-config-file" } ], "packageName": "@rushstack/heft-config-file", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/imports-cleanup_2025-10-02-21-25.json index 6e97e4a5cf0..47dbeac4047 100644 --- a/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-isolated-typescript-transpile-plugin" } ], "packageName": "@rushstack/heft-isolated-typescript-transpile-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-jest-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-jest-plugin/imports-cleanup_2025-10-02-21-25.json index 5175001a683..2a167330413 100644 --- a/common/changes/@rushstack/heft-jest-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-jest-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-jest-plugin" } ], "packageName": "@rushstack/heft-jest-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-json-schema-typings-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-json-schema-typings-plugin/imports-cleanup_2025-10-02-21-25.json index dffdbf5ca8a..b407d0e25f8 100644 --- a/common/changes/@rushstack/heft-json-schema-typings-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-json-schema-typings-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-json-schema-typings-plugin" } ], "packageName": "@rushstack/heft-json-schema-typings-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-lint-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-lint-plugin/imports-cleanup_2025-10-02-21-25.json index 29f880f4781..5e353438cd2 100644 --- a/common/changes/@rushstack/heft-lint-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-lint-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-lint-plugin" } ], "packageName": "@rushstack/heft-lint-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/imports-cleanup_2025-10-02-21-25.json index a924a51c4c4..4f1bf9beaec 100644 --- a/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-sass-load-themed-styles-plugin" } ], "packageName": "@rushstack/heft-sass-load-themed-styles-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-sass-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-sass-plugin/imports-cleanup_2025-10-02-21-25.json index 9b91da609ca..b068856f8b8 100644 --- a/common/changes/@rushstack/heft-sass-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-sass-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-sass-plugin" } ], "packageName": "@rushstack/heft-sass-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-serverless-stack-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-serverless-stack-plugin/imports-cleanup_2025-10-02-21-25.json index 47b4f12cda5..4613509ac1a 100644 --- a/common/changes/@rushstack/heft-serverless-stack-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-serverless-stack-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-serverless-stack-plugin" } ], "packageName": "@rushstack/heft-serverless-stack-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-storybook-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-storybook-plugin/imports-cleanup_2025-10-02-21-25.json index e4683c353d5..da4b0d03fd7 100644 --- a/common/changes/@rushstack/heft-storybook-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-storybook-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-storybook-plugin" } ], "packageName": "@rushstack/heft-storybook-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-typescript-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-typescript-plugin/imports-cleanup_2025-10-02-21-25.json index 4a8e9132357..83b9f82e3bc 100644 --- a/common/changes/@rushstack/heft-typescript-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-typescript-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-typescript-plugin" } ], "packageName": "@rushstack/heft-typescript-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-webpack4-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-webpack4-plugin/imports-cleanup_2025-10-02-21-25.json index 93df4fb8f95..18c5319d3e4 100644 --- a/common/changes/@rushstack/heft-webpack4-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-webpack4-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-webpack4-plugin" } ], "packageName": "@rushstack/heft-webpack4-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-webpack5-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft-webpack5-plugin/imports-cleanup_2025-10-02-21-25.json index 9340dce0c15..c83e576394d 100644 --- a/common/changes/@rushstack/heft-webpack5-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft-webpack5-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft-webpack5-plugin" } ], "packageName": "@rushstack/heft-webpack5-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/heft/imports-cleanup_2025-10-02-21-25.json index ef525830e37..4d30350d801 100644 --- a/common/changes/@rushstack/heft/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/heft/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/heft" } ], "packageName": "@rushstack/heft", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/loader-raw-script/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/loader-raw-script/imports-cleanup_2025-10-02-21-25.json index 57a3fb4e860..45064f550bb 100644 --- a/common/changes/@rushstack/loader-raw-script/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/loader-raw-script/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/loader-raw-script" } ], "packageName": "@rushstack/loader-raw-script", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/localization-utilities/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/localization-utilities/imports-cleanup_2025-10-02-21-25.json index df6824522c4..f46da04f183 100644 --- a/common/changes/@rushstack/localization-utilities/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/localization-utilities/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/localization-utilities" } ], "packageName": "@rushstack/localization-utilities", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/mcp-server/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/mcp-server/imports-cleanup_2025-10-02-21-25.json index df2697e982c..17135224d6b 100644 --- a/common/changes/@rushstack/mcp-server/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/mcp-server/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/mcp-server" } ], "packageName": "@rushstack/mcp-server", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/module-minifier/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/module-minifier/imports-cleanup_2025-10-02-21-25.json index d1e73450eca..e361439eb32 100644 --- a/common/changes/@rushstack/module-minifier/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/module-minifier/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/module-minifier" } ], "packageName": "@rushstack/module-minifier", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/node-core-library/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/node-core-library/imports-cleanup_2025-10-02-21-25.json index db57b2feb86..3b60d664b63 100644 --- a/common/changes/@rushstack/node-core-library/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/node-core-library/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/node-core-library" } ], "packageName": "@rushstack/node-core-library", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/operation-graph/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/operation-graph/imports-cleanup_2025-10-02-21-25.json index ccb47662fbf..4e726f169be 100644 --- a/common/changes/@rushstack/operation-graph/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/operation-graph/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/operation-graph" } ], "packageName": "@rushstack/operation-graph", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/package-deps-hash/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/package-deps-hash/imports-cleanup_2025-10-02-21-25.json index 3aafebf85be..9e8fcf93bed 100644 --- a/common/changes/@rushstack/package-deps-hash/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/package-deps-hash/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/package-deps-hash" } ], "packageName": "@rushstack/package-deps-hash", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/package-extractor/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/package-extractor/imports-cleanup_2025-10-02-21-25.json index 75d96dca0c8..5a232ea27ab 100644 --- a/common/changes/@rushstack/package-extractor/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/package-extractor/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/package-extractor" } ], "packageName": "@rushstack/package-extractor", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/rig-package/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/rig-package/imports-cleanup_2025-10-02-21-25.json index c66505525a1..b30e293f5f1 100644 --- a/common/changes/@rushstack/rig-package/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/rig-package/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/rig-package" } ], "packageName": "@rushstack/rig-package", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/rundown/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/rundown/imports-cleanup_2025-10-02-21-25.json index 96f1931da4f..a93b89cb0a6 100644 --- a/common/changes/@rushstack/rundown/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/rundown/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/rundown" } ], "packageName": "@rushstack/rundown", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/rush-mcp-docs-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/rush-mcp-docs-plugin/imports-cleanup_2025-10-02-21-25.json index b71bacbec32..b550b44dcce 100644 --- a/common/changes/@rushstack/rush-mcp-docs-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/rush-mcp-docs-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/rush-mcp-docs-plugin" } ], "packageName": "@rushstack/rush-mcp-docs-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/set-webpack-public-path-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/set-webpack-public-path-plugin/imports-cleanup_2025-10-02-21-25.json index d68748afb18..842331833bd 100644 --- a/common/changes/@rushstack/set-webpack-public-path-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/set-webpack-public-path-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/set-webpack-public-path-plugin" } ], "packageName": "@rushstack/set-webpack-public-path-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/terminal/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/terminal/imports-cleanup_2025-10-02-21-25.json index 13894830365..6ce384dc025 100644 --- a/common/changes/@rushstack/terminal/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/terminal/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/terminal" } ], "packageName": "@rushstack/terminal", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/trace-import/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/trace-import/imports-cleanup_2025-10-02-21-25.json index f8cda6a0c07..b49be5eb5a5 100644 --- a/common/changes/@rushstack/trace-import/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/trace-import/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/trace-import" } ], "packageName": "@rushstack/trace-import", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/ts-command-line/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/ts-command-line/imports-cleanup_2025-10-02-21-25.json index 1f3658b8dc4..98e195b8cb5 100644 --- a/common/changes/@rushstack/ts-command-line/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/ts-command-line/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/ts-command-line" } ], "packageName": "@rushstack/ts-command-line", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/typings-generator/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/typings-generator/imports-cleanup_2025-10-02-21-25.json index 28ecf6f355b..7422be6702c 100644 --- a/common/changes/@rushstack/typings-generator/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/typings-generator/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/typings-generator" } ], "packageName": "@rushstack/typings-generator", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/webpack-embedded-dependencies-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/webpack-embedded-dependencies-plugin/imports-cleanup_2025-10-02-21-25.json index 908583cfa6f..8d2ba572424 100644 --- a/common/changes/@rushstack/webpack-embedded-dependencies-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/webpack-embedded-dependencies-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/webpack-embedded-dependencies-plugin" } ], "packageName": "@rushstack/webpack-embedded-dependencies-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/webpack-plugin-utilities/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/webpack-plugin-utilities/imports-cleanup_2025-10-02-21-25.json index df473b1f248..745c8a8a716 100644 --- a/common/changes/@rushstack/webpack-plugin-utilities/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/webpack-plugin-utilities/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/webpack-plugin-utilities" } ], "packageName": "@rushstack/webpack-plugin-utilities", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/webpack-workspace-resolve-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/webpack-workspace-resolve-plugin/imports-cleanup_2025-10-02-21-25.json index 61302ca72e6..aa82400e764 100644 --- a/common/changes/@rushstack/webpack-workspace-resolve-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/webpack-workspace-resolve-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/webpack-workspace-resolve-plugin" } ], "packageName": "@rushstack/webpack-workspace-resolve-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/webpack4-localization-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/webpack4-localization-plugin/imports-cleanup_2025-10-02-21-25.json index c5d7cdffa66..5bdf723a288 100644 --- a/common/changes/@rushstack/webpack4-localization-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/webpack4-localization-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/webpack4-localization-plugin" } ], "packageName": "@rushstack/webpack4-localization-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/webpack4-module-minifier-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/webpack4-module-minifier-plugin/imports-cleanup_2025-10-02-21-25.json index 5197fc2ef25..33733ae5fa9 100644 --- a/common/changes/@rushstack/webpack4-module-minifier-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/webpack4-module-minifier-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/webpack4-module-minifier-plugin" } ], "packageName": "@rushstack/webpack4-module-minifier-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/webpack5-localization-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/webpack5-localization-plugin/imports-cleanup_2025-10-02-21-25.json index ea6c4f790aa..6ab5e667d99 100644 --- a/common/changes/@rushstack/webpack5-localization-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/webpack5-localization-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/webpack5-localization-plugin" } ], "packageName": "@rushstack/webpack5-localization-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/webpack5-module-minifier-plugin/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/webpack5-module-minifier-plugin/imports-cleanup_2025-10-02-21-25.json index 150960dd0a1..843644d7930 100644 --- a/common/changes/@rushstack/webpack5-module-minifier-plugin/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/webpack5-module-minifier-plugin/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/webpack5-module-minifier-plugin" } ], "packageName": "@rushstack/webpack5-module-minifier-plugin", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/worker-pool/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/worker-pool/imports-cleanup_2025-10-02-21-25.json index 3785d25cb4e..60ddcf73768 100644 --- a/common/changes/@rushstack/worker-pool/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/worker-pool/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/worker-pool" } ], "packageName": "@rushstack/worker-pool", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/zipsync/imports-cleanup_2025-10-02-21-25.json b/common/changes/@rushstack/zipsync/imports-cleanup_2025-10-02-21-25.json index 16632b6ae34..8cd7ea23c0b 100644 --- a/common/changes/@rushstack/zipsync/imports-cleanup_2025-10-02-21-25.json +++ b/common/changes/@rushstack/zipsync/imports-cleanup_2025-10-02-21-25.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "", - "type": "none", + "comment": "Normalize import of builtin modules to use the `node:` protocol.", + "type": "minor", "packageName": "@rushstack/zipsync" } ], "packageName": "@rushstack/zipsync", "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file +}