From 3b9b9fc24a94bf2b6a1d157c098f7389e6b9c4c3 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 25 Feb 2026 11:44:04 -0800 Subject: [PATCH 1/6] Normalize .npmignores. --- eslint/eslint-bulk/.npmignore | 1 - eslint/eslint-patch/.npmignore | 3 -- eslint/eslint-plugin-packlets/.npmignore | 1 - eslint/eslint-plugin/.npmignore | 1 - eslint/local-eslint-config/.npmignore | 33 +++++++++++-------- .../heft-api-extractor-plugin/.npmignore | 1 - .../.npmignore | 1 - .../.npmignore | 1 - .../.npmignore | 1 - heft-plugins/heft-sass-plugin/.npmignore | 1 - .../heft-serverless-stack-plugin/.npmignore | 1 - libraries/load-themed-styles/.npmignore | 6 ++-- .../.npmignore | 32 +++++++++++++++++- .../.npmignore | 32 +++++++++++++++++- .../rush-vscode-extension/.npmignore | 32 +++++++++++++++++- vscode-extensions/vscode-shared/.npmignore | 32 +++++++++++++++++- webpack/hashed-folder-copy-plugin/.npmignore | 33 +++++++++++-------- 17 files changed, 168 insertions(+), 44 deletions(-) diff --git a/eslint/eslint-bulk/.npmignore b/eslint/eslint-bulk/.npmignore index e15a94aeb84..bc349f9a4be 100755 --- a/eslint/eslint-bulk/.npmignore +++ b/eslint/eslint-bulk/.npmignore @@ -30,4 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - diff --git a/eslint/eslint-patch/.npmignore b/eslint/eslint-patch/.npmignore index 285cde9e713..bc349f9a4be 100644 --- a/eslint/eslint-patch/.npmignore +++ b/eslint/eslint-patch/.npmignore @@ -30,6 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!*.js -gulpfile.js diff --git a/eslint/eslint-plugin-packlets/.npmignore b/eslint/eslint-plugin-packlets/.npmignore index e15a94aeb84..bc349f9a4be 100644 --- a/eslint/eslint-plugin-packlets/.npmignore +++ b/eslint/eslint-plugin-packlets/.npmignore @@ -30,4 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - diff --git a/eslint/eslint-plugin/.npmignore b/eslint/eslint-plugin/.npmignore index e15a94aeb84..bc349f9a4be 100644 --- a/eslint/eslint-plugin/.npmignore +++ b/eslint/eslint-plugin/.npmignore @@ -30,4 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - diff --git a/eslint/local-eslint-config/.npmignore b/eslint/local-eslint-config/.npmignore index 25141726512..a8e8ff2bd26 100644 --- a/eslint/local-eslint-config/.npmignore +++ b/eslint/local-eslint-config/.npmignore @@ -1,27 +1,34 @@ -# Ignore everything by default -** +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. -# Use negative patterns to bring back the specific things we want to publish +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. !/bin/** !/lib/** +!/lib-*/** !/dist/** + +!CHANGELOG.md +!CHANGELOG.json +!heft-plugin.json +!rush-plugin-manifest.json !ThirdPartyNotice.txt -!/EULA/** -# Ignore certain files in the above folder +# Ignore certain patterns that should not get published. /dist/*.stats.* -/lib/**/test/** -/lib/**/*.js.map -/dist/**/*.js.map +/lib/**/test/ +/lib-*/**/test/ +*.test.js # NOTE: These don't need to be specified, because NPM includes them automatically. # # package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE +# README.md +# LICENSE -## Project specific definitions -# ----------------------------- +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- !/flat/** \ No newline at end of file diff --git a/heft-plugins/heft-api-extractor-plugin/.npmignore b/heft-plugins/heft-api-extractor-plugin/.npmignore index e15a94aeb84..bc349f9a4be 100644 --- a/heft-plugins/heft-api-extractor-plugin/.npmignore +++ b/heft-plugins/heft-api-extractor-plugin/.npmignore @@ -30,4 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - diff --git a/heft-plugins/heft-json-schema-typings-plugin/.npmignore b/heft-plugins/heft-json-schema-typings-plugin/.npmignore index e15a94aeb84..bc349f9a4be 100644 --- a/heft-plugins/heft-json-schema-typings-plugin/.npmignore +++ b/heft-plugins/heft-json-schema-typings-plugin/.npmignore @@ -30,4 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - diff --git a/heft-plugins/heft-localization-typings-plugin/.npmignore b/heft-plugins/heft-localization-typings-plugin/.npmignore index e15a94aeb84..bc349f9a4be 100644 --- a/heft-plugins/heft-localization-typings-plugin/.npmignore +++ b/heft-plugins/heft-localization-typings-plugin/.npmignore @@ -30,4 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - diff --git a/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore b/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore index e15a94aeb84..bc349f9a4be 100644 --- a/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore +++ b/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore @@ -30,4 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - diff --git a/heft-plugins/heft-sass-plugin/.npmignore b/heft-plugins/heft-sass-plugin/.npmignore index e15a94aeb84..bc349f9a4be 100644 --- a/heft-plugins/heft-sass-plugin/.npmignore +++ b/heft-plugins/heft-sass-plugin/.npmignore @@ -30,4 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - diff --git a/heft-plugins/heft-serverless-stack-plugin/.npmignore b/heft-plugins/heft-serverless-stack-plugin/.npmignore index e15a94aeb84..bc349f9a4be 100644 --- a/heft-plugins/heft-serverless-stack-plugin/.npmignore +++ b/heft-plugins/heft-serverless-stack-plugin/.npmignore @@ -30,4 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - diff --git a/libraries/load-themed-styles/.npmignore b/libraries/load-themed-styles/.npmignore index 3ab4fe6105c..bc349f9a4be 100644 --- a/libraries/load-themed-styles/.npmignore +++ b/libraries/load-themed-styles/.npmignore @@ -5,7 +5,8 @@ # Use negative patterns to bring back the specific things we want to publish. !/bin/** -!/lib*/** +!/lib/** +!/lib-*/** !/dist/** !CHANGELOG.md @@ -16,7 +17,8 @@ # Ignore certain patterns that should not get published. /dist/*.stats.* -/lib*/**/test/ +/lib/**/test/ +/lib-*/**/test/ *.test.js # NOTE: These don't need to be specified, because NPM includes them automatically. diff --git a/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore b/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore index dcf329e5ffa..bc349f9a4be 100644 --- a/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore +++ b/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore @@ -1,2 +1,32 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + # Ignore all files by default, to avoid accidentally publishing unintended files. -** +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/lib/** +!/lib-*/** +!/dist/** + +!CHANGELOG.md +!CHANGELOG.json +!heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/lib/**/test/ +/lib-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README.md +# LICENSE + +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- diff --git a/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore b/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore index dcf329e5ffa..bc349f9a4be 100644 --- a/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore +++ b/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore @@ -1,2 +1,32 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + # Ignore all files by default, to avoid accidentally publishing unintended files. -** +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/lib/** +!/lib-*/** +!/dist/** + +!CHANGELOG.md +!CHANGELOG.json +!heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/lib/**/test/ +/lib-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README.md +# LICENSE + +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- diff --git a/vscode-extensions/rush-vscode-extension/.npmignore b/vscode-extensions/rush-vscode-extension/.npmignore index dcf329e5ffa..bc349f9a4be 100644 --- a/vscode-extensions/rush-vscode-extension/.npmignore +++ b/vscode-extensions/rush-vscode-extension/.npmignore @@ -1,2 +1,32 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + # Ignore all files by default, to avoid accidentally publishing unintended files. -** +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/lib/** +!/lib-*/** +!/dist/** + +!CHANGELOG.md +!CHANGELOG.json +!heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/lib/**/test/ +/lib-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README.md +# LICENSE + +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- diff --git a/vscode-extensions/vscode-shared/.npmignore b/vscode-extensions/vscode-shared/.npmignore index dcf329e5ffa..bc349f9a4be 100644 --- a/vscode-extensions/vscode-shared/.npmignore +++ b/vscode-extensions/vscode-shared/.npmignore @@ -1,2 +1,32 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + # Ignore all files by default, to avoid accidentally publishing unintended files. -** +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/lib/** +!/lib-*/** +!/dist/** + +!CHANGELOG.md +!CHANGELOG.json +!heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/lib/**/test/ +/lib-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README.md +# LICENSE + +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- diff --git a/webpack/hashed-folder-copy-plugin/.npmignore b/webpack/hashed-folder-copy-plugin/.npmignore index 814dbc9e741..bc349f9a4be 100644 --- a/webpack/hashed-folder-copy-plugin/.npmignore +++ b/webpack/hashed-folder-copy-plugin/.npmignore @@ -1,25 +1,32 @@ -# Ignore everything by default -** +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. -# Use negative patterns to bring back the specific things we want to publish +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. !/bin/** !/lib/** +!/lib-*/** !/dist/** + +!CHANGELOG.md +!CHANGELOG.json +!heft-plugin.json +!rush-plugin-manifest.json !ThirdPartyNotice.txt -!/EULA/** -# Ignore certain files in the above folder +# Ignore certain patterns that should not get published. /dist/*.stats.* -/lib/**/test/** -/lib/**/*.js.map -/dist/**/*.js.map +/lib/**/test/ +/lib-*/**/test/ +*.test.js # NOTE: These don't need to be specified, because NPM includes them automatically. # # package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE +# README.md +# LICENSE -## Project specific definitions -# ----------------------------- +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- From b24b537112e6f63a618e9227985e51e8cbcad583 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 25 Feb 2026 11:47:34 -0800 Subject: [PATCH 2/6] Rush change. --- .../normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ .../eslint-bulk/normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-47.json | 10 ++++++++++ 12 files changed, 120 insertions(+) create mode 100644 common/changes/@microsoft/load-themed-styles/normalize-npmrcs_2026-02-25-19-47.json create mode 100644 common/changes/@rushstack/eslint-bulk/normalize-npmrcs_2026-02-25-19-47.json create mode 100644 common/changes/@rushstack/eslint-patch/normalize-npmrcs_2026-02-25-19-47.json create mode 100644 common/changes/@rushstack/eslint-plugin-packlets/normalize-npmrcs_2026-02-25-19-47.json create mode 100644 common/changes/@rushstack/eslint-plugin/normalize-npmrcs_2026-02-25-19-47.json create mode 100644 common/changes/@rushstack/hashed-folder-copy-plugin/normalize-npmrcs_2026-02-25-19-47.json create mode 100644 common/changes/@rushstack/heft-api-extractor-plugin/normalize-npmrcs_2026-02-25-19-47.json create mode 100644 common/changes/@rushstack/heft-json-schema-typings-plugin/normalize-npmrcs_2026-02-25-19-47.json create mode 100644 common/changes/@rushstack/heft-localization-typings-plugin/normalize-npmrcs_2026-02-25-19-47.json create mode 100644 common/changes/@rushstack/heft-sass-load-themed-styles-plugin/normalize-npmrcs_2026-02-25-19-47.json create mode 100644 common/changes/@rushstack/heft-sass-plugin/normalize-npmrcs_2026-02-25-19-47.json create mode 100644 common/changes/@rushstack/heft-serverless-stack-plugin/normalize-npmrcs_2026-02-25-19-47.json diff --git a/common/changes/@microsoft/load-themed-styles/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@microsoft/load-themed-styles/normalize-npmrcs_2026-02-25-19-47.json new file mode 100644 index 00000000000..5da0f9c6d88 --- /dev/null +++ b/common/changes/@microsoft/load-themed-styles/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/load-themed-styles", + "comment": "Include missing `lib-*` folders.", + "type": "patch" + } + ], + "packageName": "@microsoft/load-themed-styles" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-bulk/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@rushstack/eslint-bulk/normalize-npmrcs_2026-02-25-19-47.json new file mode 100644 index 00000000000..7a83ce3009f --- /dev/null +++ b/common/changes/@rushstack/eslint-bulk/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-bulk", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-bulk" +} \ No newline at end of file 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 new file mode 100644 index 00000000000..ceefa44d69e --- /dev/null +++ b/common/changes/@rushstack/eslint-patch/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-patch", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-patch" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-packlets/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@rushstack/eslint-plugin-packlets/normalize-npmrcs_2026-02-25-19-47.json new file mode 100644 index 00000000000..ff918c1ad1d --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin-packlets/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-plugin-packlets", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-plugin-packlets" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@rushstack/eslint-plugin/normalize-npmrcs_2026-02-25-19-47.json new file mode 100644 index 00000000000..dcf93469653 --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/hashed-folder-copy-plugin/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@rushstack/hashed-folder-copy-plugin/normalize-npmrcs_2026-02-25-19-47.json new file mode 100644 index 00000000000..c04f51f7593 --- /dev/null +++ b/common/changes/@rushstack/hashed-folder-copy-plugin/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/hashed-folder-copy-plugin", + "comment": "Include missing `lib-*` folders.", + "type": "patch" + } + ], + "packageName": "@rushstack/hashed-folder-copy-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-api-extractor-plugin/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@rushstack/heft-api-extractor-plugin/normalize-npmrcs_2026-02-25-19-47.json new file mode 100644 index 00000000000..95128aed453 --- /dev/null +++ b/common/changes/@rushstack/heft-api-extractor-plugin/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-api-extractor-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-api-extractor-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-json-schema-typings-plugin/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@rushstack/heft-json-schema-typings-plugin/normalize-npmrcs_2026-02-25-19-47.json new file mode 100644 index 00000000000..2f43b097961 --- /dev/null +++ b/common/changes/@rushstack/heft-json-schema-typings-plugin/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-json-schema-typings-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-json-schema-typings-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-localization-typings-plugin/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@rushstack/heft-localization-typings-plugin/normalize-npmrcs_2026-02-25-19-47.json new file mode 100644 index 00000000000..e3dd3971b44 --- /dev/null +++ b/common/changes/@rushstack/heft-localization-typings-plugin/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-localization-typings-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-localization-typings-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/normalize-npmrcs_2026-02-25-19-47.json new file mode 100644 index 00000000000..d07b9f31fb1 --- /dev/null +++ b/common/changes/@rushstack/heft-sass-load-themed-styles-plugin/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-sass-load-themed-styles-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-sass-load-themed-styles-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-sass-plugin/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@rushstack/heft-sass-plugin/normalize-npmrcs_2026-02-25-19-47.json new file mode 100644 index 00000000000..501a07dfec7 --- /dev/null +++ b/common/changes/@rushstack/heft-sass-plugin/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-sass-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-sass-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-serverless-stack-plugin/normalize-npmrcs_2026-02-25-19-47.json b/common/changes/@rushstack/heft-serverless-stack-plugin/normalize-npmrcs_2026-02-25-19-47.json new file mode 100644 index 00000000000..c5594c67a8a --- /dev/null +++ b/common/changes/@rushstack/heft-serverless-stack-plugin/normalize-npmrcs_2026-02-25-19-47.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-serverless-stack-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-serverless-stack-plugin" +} \ No newline at end of file From 9491e89b770485920e506d30d35e21b970514a4f Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 25 Feb 2026 11:56:31 -0800 Subject: [PATCH 3/6] fixup! Normalize .npmignores. --- apps/api-documenter/.npmignore | 1 + apps/api-extractor/.npmignore | 1 + apps/cpu-profile-summarizer/.npmignore | 1 + apps/heft/.npmignore | 3 +-- apps/lockfile-explorer/.npmignore | 1 + apps/playwright-browser-tunnel/.npmignore | 1 + apps/rundown/.npmignore | 1 + apps/rush-mcp-server/.npmignore | 1 + apps/rush/.npmignore | 3 ++- apps/trace-import/.npmignore | 1 + apps/zipsync/.npmignore | 1 + build-tests/rush-mcp-example-plugin/.npmignore | 4 +--- eslint/eslint-bulk/.npmignore | 1 + eslint/eslint-config/.npmignore | 1 + eslint/eslint-patch/.npmignore | 1 + eslint/eslint-plugin-packlets/.npmignore | 1 + eslint/eslint-plugin-security/.npmignore | 1 + eslint/eslint-plugin/.npmignore | 1 + eslint/local-eslint-config/.npmignore | 3 ++- heft-plugins/heft-api-extractor-plugin/.npmignore | 1 + heft-plugins/heft-dev-cert-plugin/.npmignore | 1 + .../heft-isolated-typescript-transpile-plugin/.npmignore | 1 + heft-plugins/heft-jest-plugin/.npmignore | 3 +-- heft-plugins/heft-json-schema-typings-plugin/.npmignore | 1 + heft-plugins/heft-lint-plugin/.npmignore | 1 + heft-plugins/heft-localization-typings-plugin/.npmignore | 1 + heft-plugins/heft-rspack-plugin/.npmignore | 3 +-- heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore | 1 + heft-plugins/heft-sass-plugin/.npmignore | 1 + heft-plugins/heft-serverless-stack-plugin/.npmignore | 1 + heft-plugins/heft-static-asset-typings-plugin/.npmignore | 3 +-- heft-plugins/heft-storybook-plugin/.npmignore | 3 +-- heft-plugins/heft-typescript-plugin/.npmignore | 1 + heft-plugins/heft-vscode-extension-plugin/.npmignore | 1 + heft-plugins/heft-webpack4-plugin/.npmignore | 3 +-- heft-plugins/heft-webpack5-plugin/.npmignore | 3 +-- libraries/api-extractor-model/.npmignore | 1 + libraries/credential-cache/.npmignore | 1 + libraries/debug-certificate-manager/.npmignore | 1 + libraries/heft-config-file/.npmignore | 3 +-- libraries/load-themed-styles/.npmignore | 1 + libraries/localization-utilities/.npmignore | 1 + libraries/lookup-by-path/.npmignore | 1 + libraries/module-minifier/.npmignore | 1 + libraries/node-core-library/.npmignore | 1 + libraries/npm-check-fork/.npmignore | 1 + libraries/operation-graph/.npmignore | 1 + libraries/package-deps-hash/.npmignore | 1 + libraries/package-extractor/.npmignore | 1 + libraries/problem-matcher/.npmignore | 1 + libraries/rig-package/.npmignore | 1 + libraries/rush-lib/.npmignore | 6 ++++-- libraries/rush-pnpm-kit-v10/.npmignore | 1 + libraries/rush-pnpm-kit-v8/.npmignore | 1 + libraries/rush-pnpm-kit-v9/.npmignore | 1 + libraries/rush-sdk/.npmignore | 1 + libraries/rush-themed-ui/.npmignore | 1 + libraries/rushell/.npmignore | 1 + libraries/stream-collator/.npmignore | 1 + libraries/terminal/.npmignore | 1 + libraries/tree-pattern/.npmignore | 1 + libraries/ts-command-line/.npmignore | 1 + libraries/typings-generator/.npmignore | 1 + libraries/worker-pool/.npmignore | 1 + rigs/heft-node-rig/.npmignore | 1 + rigs/heft-vscode-extension-rig/.npmignore | 1 + rigs/heft-web-rig/.npmignore | 1 + rush-plugins/rush-amazon-s3-build-cache-plugin/.npmignore | 4 +--- .../rush-azure-storage-build-cache-plugin/.npmignore | 4 +--- rush-plugins/rush-bridge-cache-plugin/.npmignore | 1 + rush-plugins/rush-buildxl-graph-plugin/.npmignore | 1 + rush-plugins/rush-http-build-cache-plugin/.npmignore | 4 +--- rush-plugins/rush-litewatch-plugin/.npmignore | 1 + rush-plugins/rush-mcp-docs-plugin/.npmignore | 1 + rush-plugins/rush-redis-cobuild-plugin/.npmignore | 4 +--- rush-plugins/rush-resolver-cache-plugin/.npmignore | 3 +-- rush-plugins/rush-serve-plugin/.npmignore | 3 +-- .../debug-certificate-manager-vscode-extension/.npmignore | 1 + .../.npmignore | 1 + vscode-extensions/rush-vscode-extension/.npmignore | 1 + vscode-extensions/vscode-shared/.npmignore | 1 + webpack/hashed-folder-copy-plugin/.npmignore | 1 + webpack/loader-load-themed-styles/.npmignore | 1 + webpack/loader-raw-script/.npmignore | 1 + webpack/preserve-dynamic-require-plugin/.npmignore | 1 + webpack/set-webpack-public-path-plugin/.npmignore | 1 + webpack/webpack-deep-imports-plugin/.npmignore | 1 + webpack/webpack-embedded-dependencies-plugin/.npmignore | 1 + webpack/webpack-plugin-utilities/.npmignore | 1 + webpack/webpack-workspace-resolve-plugin/.npmignore | 1 + webpack/webpack4-localization-plugin/.npmignore | 1 + webpack/webpack4-module-minifier-plugin/.npmignore | 1 + webpack/webpack5-load-themed-styles-loader/.npmignore | 1 + webpack/webpack5-localization-plugin/.npmignore | 1 + webpack/webpack5-module-minifier-plugin/.npmignore | 1 + 95 files changed, 100 insertions(+), 39 deletions(-) diff --git a/apps/api-documenter/.npmignore b/apps/api-documenter/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/apps/api-documenter/.npmignore +++ b/apps/api-documenter/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/apps/api-extractor/.npmignore b/apps/api-extractor/.npmignore index 8b61d7caa66..6201a057aca 100644 --- a/apps/api-extractor/.npmignore +++ b/apps/api-extractor/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/apps/cpu-profile-summarizer/.npmignore b/apps/cpu-profile-summarizer/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/apps/cpu-profile-summarizer/.npmignore +++ b/apps/cpu-profile-summarizer/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/apps/heft/.npmignore b/apps/heft/.npmignore index 52bcd7587a7..2daf7497644 100644 --- a/apps/heft/.npmignore +++ b/apps/heft/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -31,6 +32,4 @@ # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- -!/includes/** !UPGRADING.md -lib-*/legacy-compatibility/** diff --git a/apps/lockfile-explorer/.npmignore b/apps/lockfile-explorer/.npmignore index 538016c27d7..091fa0ec12c 100644 --- a/apps/lockfile-explorer/.npmignore +++ b/apps/lockfile-explorer/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/apps/playwright-browser-tunnel/.npmignore b/apps/playwright-browser-tunnel/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/apps/playwright-browser-tunnel/.npmignore +++ b/apps/playwright-browser-tunnel/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/apps/rundown/.npmignore b/apps/rundown/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/apps/rundown/.npmignore +++ b/apps/rundown/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/apps/rush-mcp-server/.npmignore b/apps/rush-mcp-server/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/apps/rush-mcp-server/.npmignore +++ b/apps/rush-mcp-server/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/apps/rush/.npmignore b/apps/rush/.npmignore index ae494d9c693..5105bab62ef 100644 --- a/apps/rush/.npmignore +++ b/apps/rush/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,6 +31,6 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- + /lib-*/start-dev.* /lib-*/start-dev-docs.* - diff --git a/apps/trace-import/.npmignore b/apps/trace-import/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/apps/trace-import/.npmignore +++ b/apps/trace-import/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/apps/zipsync/.npmignore b/apps/zipsync/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/apps/zipsync/.npmignore +++ b/apps/zipsync/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/build-tests/rush-mcp-example-plugin/.npmignore b/build-tests/rush-mcp-example-plugin/.npmignore index dc4a664618b..47a2d2bd776 100644 --- a/build-tests/rush-mcp-example-plugin/.npmignore +++ b/build-tests/rush-mcp-example-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,6 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!rush-mcp-plugin.json -!*.schema.json diff --git a/eslint/eslint-bulk/.npmignore b/eslint/eslint-bulk/.npmignore index bc349f9a4be..47a2d2bd776 100755 --- a/eslint/eslint-bulk/.npmignore +++ b/eslint/eslint-bulk/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/eslint/eslint-config/.npmignore b/eslint/eslint-config/.npmignore index 4babcddc16d..ab3760b0f7f 100644 --- a/eslint/eslint-config/.npmignore +++ b/eslint/eslint-config/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/eslint/eslint-patch/.npmignore b/eslint/eslint-patch/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/eslint/eslint-patch/.npmignore +++ b/eslint/eslint-patch/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/eslint/eslint-plugin-packlets/.npmignore b/eslint/eslint-plugin-packlets/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/eslint/eslint-plugin-packlets/.npmignore +++ b/eslint/eslint-plugin-packlets/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/eslint/eslint-plugin-security/.npmignore b/eslint/eslint-plugin-security/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/eslint/eslint-plugin-security/.npmignore +++ b/eslint/eslint-plugin-security/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/eslint/eslint-plugin/.npmignore b/eslint/eslint-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/eslint/eslint-plugin/.npmignore +++ b/eslint/eslint-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/eslint/local-eslint-config/.npmignore b/eslint/local-eslint-config/.npmignore index a8e8ff2bd26..7300aadc3c7 100644 --- a/eslint/local-eslint-config/.npmignore +++ b/eslint/local-eslint-config/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -31,4 +32,4 @@ # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- -!/flat/** \ No newline at end of file +!/flat/** diff --git a/heft-plugins/heft-api-extractor-plugin/.npmignore b/heft-plugins/heft-api-extractor-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/heft-plugins/heft-api-extractor-plugin/.npmignore +++ b/heft-plugins/heft-api-extractor-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/heft-plugins/heft-dev-cert-plugin/.npmignore b/heft-plugins/heft-dev-cert-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/heft-plugins/heft-dev-cert-plugin/.npmignore +++ b/heft-plugins/heft-dev-cert-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/heft-plugins/heft-isolated-typescript-transpile-plugin/.npmignore b/heft-plugins/heft-isolated-typescript-transpile-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/heft-plugins/heft-isolated-typescript-transpile-plugin/.npmignore +++ b/heft-plugins/heft-isolated-typescript-transpile-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/heft-plugins/heft-jest-plugin/.npmignore b/heft-plugins/heft-jest-plugin/.npmignore index c672d8fde22..47a2d2bd776 100644 --- a/heft-plugins/heft-jest-plugin/.npmignore +++ b/heft-plugins/heft-jest-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,5 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** \ No newline at end of file diff --git a/heft-plugins/heft-json-schema-typings-plugin/.npmignore b/heft-plugins/heft-json-schema-typings-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/heft-plugins/heft-json-schema-typings-plugin/.npmignore +++ b/heft-plugins/heft-json-schema-typings-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/heft-plugins/heft-lint-plugin/.npmignore b/heft-plugins/heft-lint-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/heft-plugins/heft-lint-plugin/.npmignore +++ b/heft-plugins/heft-lint-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/heft-plugins/heft-localization-typings-plugin/.npmignore b/heft-plugins/heft-localization-typings-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/heft-plugins/heft-localization-typings-plugin/.npmignore +++ b/heft-plugins/heft-localization-typings-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/heft-plugins/heft-rspack-plugin/.npmignore b/heft-plugins/heft-rspack-plugin/.npmignore index ffb155d74e6..47a2d2bd776 100644 --- a/heft-plugins/heft-rspack-plugin/.npmignore +++ b/heft-plugins/heft-rspack-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,5 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** diff --git a/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore b/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore +++ b/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/heft-plugins/heft-sass-plugin/.npmignore b/heft-plugins/heft-sass-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/heft-plugins/heft-sass-plugin/.npmignore +++ b/heft-plugins/heft-sass-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/heft-plugins/heft-serverless-stack-plugin/.npmignore b/heft-plugins/heft-serverless-stack-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/heft-plugins/heft-serverless-stack-plugin/.npmignore +++ b/heft-plugins/heft-serverless-stack-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/heft-plugins/heft-static-asset-typings-plugin/.npmignore b/heft-plugins/heft-static-asset-typings-plugin/.npmignore index ffb155d74e6..47a2d2bd776 100644 --- a/heft-plugins/heft-static-asset-typings-plugin/.npmignore +++ b/heft-plugins/heft-static-asset-typings-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,5 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** diff --git a/heft-plugins/heft-storybook-plugin/.npmignore b/heft-plugins/heft-storybook-plugin/.npmignore index ffb155d74e6..47a2d2bd776 100644 --- a/heft-plugins/heft-storybook-plugin/.npmignore +++ b/heft-plugins/heft-storybook-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,5 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** diff --git a/heft-plugins/heft-typescript-plugin/.npmignore b/heft-plugins/heft-typescript-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/heft-plugins/heft-typescript-plugin/.npmignore +++ b/heft-plugins/heft-typescript-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/heft-plugins/heft-vscode-extension-plugin/.npmignore b/heft-plugins/heft-vscode-extension-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/heft-plugins/heft-vscode-extension-plugin/.npmignore +++ b/heft-plugins/heft-vscode-extension-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/heft-plugins/heft-webpack4-plugin/.npmignore b/heft-plugins/heft-webpack4-plugin/.npmignore index ffb155d74e6..47a2d2bd776 100644 --- a/heft-plugins/heft-webpack4-plugin/.npmignore +++ b/heft-plugins/heft-webpack4-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,5 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** diff --git a/heft-plugins/heft-webpack5-plugin/.npmignore b/heft-plugins/heft-webpack5-plugin/.npmignore index ffb155d74e6..47a2d2bd776 100644 --- a/heft-plugins/heft-webpack5-plugin/.npmignore +++ b/heft-plugins/heft-webpack5-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,5 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** diff --git a/libraries/api-extractor-model/.npmignore b/libraries/api-extractor-model/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/api-extractor-model/.npmignore +++ b/libraries/api-extractor-model/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/credential-cache/.npmignore b/libraries/credential-cache/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/credential-cache/.npmignore +++ b/libraries/credential-cache/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/debug-certificate-manager/.npmignore b/libraries/debug-certificate-manager/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/debug-certificate-manager/.npmignore +++ b/libraries/debug-certificate-manager/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/heft-config-file/.npmignore b/libraries/heft-config-file/.npmignore index ffb155d74e6..47a2d2bd776 100644 --- a/libraries/heft-config-file/.npmignore +++ b/libraries/heft-config-file/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,5 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** diff --git a/libraries/load-themed-styles/.npmignore b/libraries/load-themed-styles/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/load-themed-styles/.npmignore +++ b/libraries/load-themed-styles/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/localization-utilities/.npmignore b/libraries/localization-utilities/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/localization-utilities/.npmignore +++ b/libraries/localization-utilities/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/lookup-by-path/.npmignore b/libraries/lookup-by-path/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/lookup-by-path/.npmignore +++ b/libraries/lookup-by-path/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/module-minifier/.npmignore b/libraries/module-minifier/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/module-minifier/.npmignore +++ b/libraries/module-minifier/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/node-core-library/.npmignore b/libraries/node-core-library/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/node-core-library/.npmignore +++ b/libraries/node-core-library/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/npm-check-fork/.npmignore b/libraries/npm-check-fork/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/npm-check-fork/.npmignore +++ b/libraries/npm-check-fork/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/operation-graph/.npmignore b/libraries/operation-graph/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/operation-graph/.npmignore +++ b/libraries/operation-graph/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/package-deps-hash/.npmignore b/libraries/package-deps-hash/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/package-deps-hash/.npmignore +++ b/libraries/package-deps-hash/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/package-extractor/.npmignore b/libraries/package-extractor/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/package-extractor/.npmignore +++ b/libraries/package-extractor/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/problem-matcher/.npmignore b/libraries/problem-matcher/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/problem-matcher/.npmignore +++ b/libraries/problem-matcher/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/rig-package/.npmignore b/libraries/rig-package/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/rig-package/.npmignore +++ b/libraries/rig-package/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/rush-lib/.npmignore b/libraries/rush-lib/.npmignore index 280c047d5c9..68796bb88eb 100644 --- a/libraries/rush-lib/.npmignore +++ b/libraries/rush-lib/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -20,7 +21,6 @@ /lib/**/test/ /lib-*/**/test/ *.test.js -*.exports.json # NOTE: These don't need to be specified, because NPM includes them automatically. # @@ -32,7 +32,9 @@ # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- -!/assets/** +# These are generated during build and then used by rush-sdk. They are not useful +# to external consumers. +*.exports.json # Exclude intermediate build outputs (not shipped) /lib-intermediate-*/** diff --git a/libraries/rush-pnpm-kit-v10/.npmignore b/libraries/rush-pnpm-kit-v10/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/rush-pnpm-kit-v10/.npmignore +++ b/libraries/rush-pnpm-kit-v10/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/rush-pnpm-kit-v8/.npmignore b/libraries/rush-pnpm-kit-v8/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/rush-pnpm-kit-v8/.npmignore +++ b/libraries/rush-pnpm-kit-v8/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/rush-pnpm-kit-v9/.npmignore b/libraries/rush-pnpm-kit-v9/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/rush-pnpm-kit-v9/.npmignore +++ b/libraries/rush-pnpm-kit-v9/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/rush-sdk/.npmignore b/libraries/rush-sdk/.npmignore index b0201f80fdc..3cd55bc9362 100644 --- a/libraries/rush-sdk/.npmignore +++ b/libraries/rush-sdk/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/rush-themed-ui/.npmignore b/libraries/rush-themed-ui/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/rush-themed-ui/.npmignore +++ b/libraries/rush-themed-ui/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/rushell/.npmignore b/libraries/rushell/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/rushell/.npmignore +++ b/libraries/rushell/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/stream-collator/.npmignore b/libraries/stream-collator/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/stream-collator/.npmignore +++ b/libraries/stream-collator/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/terminal/.npmignore b/libraries/terminal/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/terminal/.npmignore +++ b/libraries/terminal/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/tree-pattern/.npmignore b/libraries/tree-pattern/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/tree-pattern/.npmignore +++ b/libraries/tree-pattern/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/ts-command-line/.npmignore b/libraries/ts-command-line/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/ts-command-line/.npmignore +++ b/libraries/ts-command-line/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/typings-generator/.npmignore b/libraries/typings-generator/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/typings-generator/.npmignore +++ b/libraries/typings-generator/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/libraries/worker-pool/.npmignore b/libraries/worker-pool/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/libraries/worker-pool/.npmignore +++ b/libraries/worker-pool/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/rigs/heft-node-rig/.npmignore b/rigs/heft-node-rig/.npmignore index 2b485313c3f..1d6878641c8 100644 --- a/rigs/heft-node-rig/.npmignore +++ b/rigs/heft-node-rig/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/rigs/heft-vscode-extension-rig/.npmignore b/rigs/heft-vscode-extension-rig/.npmignore index 2b485313c3f..1d6878641c8 100644 --- a/rigs/heft-vscode-extension-rig/.npmignore +++ b/rigs/heft-vscode-extension-rig/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/rigs/heft-web-rig/.npmignore b/rigs/heft-web-rig/.npmignore index 2b485313c3f..1d6878641c8 100644 --- a/rigs/heft-web-rig/.npmignore +++ b/rigs/heft-web-rig/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/rush-plugins/rush-amazon-s3-build-cache-plugin/.npmignore b/rush-plugins/rush-amazon-s3-build-cache-plugin/.npmignore index 778f98334c3..47a2d2bd776 100644 --- a/rush-plugins/rush-amazon-s3-build-cache-plugin/.npmignore +++ b/rush-plugins/rush-amazon-s3-build-cache-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,6 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** - diff --git a/rush-plugins/rush-azure-storage-build-cache-plugin/.npmignore b/rush-plugins/rush-azure-storage-build-cache-plugin/.npmignore index 778f98334c3..47a2d2bd776 100644 --- a/rush-plugins/rush-azure-storage-build-cache-plugin/.npmignore +++ b/rush-plugins/rush-azure-storage-build-cache-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,6 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** - diff --git a/rush-plugins/rush-bridge-cache-plugin/.npmignore b/rush-plugins/rush-bridge-cache-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/rush-plugins/rush-bridge-cache-plugin/.npmignore +++ b/rush-plugins/rush-bridge-cache-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/rush-plugins/rush-buildxl-graph-plugin/.npmignore b/rush-plugins/rush-buildxl-graph-plugin/.npmignore index 5114742642b..89e25dfe3e9 100644 --- a/rush-plugins/rush-buildxl-graph-plugin/.npmignore +++ b/rush-plugins/rush-buildxl-graph-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/rush-plugins/rush-http-build-cache-plugin/.npmignore b/rush-plugins/rush-http-build-cache-plugin/.npmignore index 5114742642b..47a2d2bd776 100644 --- a/rush-plugins/rush-http-build-cache-plugin/.npmignore +++ b/rush-plugins/rush-http-build-cache-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,6 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -lib/examples/** -lib-*/examples/** diff --git a/rush-plugins/rush-litewatch-plugin/.npmignore b/rush-plugins/rush-litewatch-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/rush-plugins/rush-litewatch-plugin/.npmignore +++ b/rush-plugins/rush-litewatch-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/rush-plugins/rush-mcp-docs-plugin/.npmignore b/rush-plugins/rush-mcp-docs-plugin/.npmignore index c033d1b3561..8e16da8727f 100644 --- a/rush-plugins/rush-mcp-docs-plugin/.npmignore +++ b/rush-plugins/rush-mcp-docs-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/rush-plugins/rush-redis-cobuild-plugin/.npmignore b/rush-plugins/rush-redis-cobuild-plugin/.npmignore index 778f98334c3..47a2d2bd776 100644 --- a/rush-plugins/rush-redis-cobuild-plugin/.npmignore +++ b/rush-plugins/rush-redis-cobuild-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,6 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** - diff --git a/rush-plugins/rush-resolver-cache-plugin/.npmignore b/rush-plugins/rush-resolver-cache-plugin/.npmignore index ffb155d74e6..47a2d2bd776 100644 --- a/rush-plugins/rush-resolver-cache-plugin/.npmignore +++ b/rush-plugins/rush-resolver-cache-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,5 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** diff --git a/rush-plugins/rush-serve-plugin/.npmignore b/rush-plugins/rush-serve-plugin/.npmignore index ffb155d74e6..47a2d2bd776 100644 --- a/rush-plugins/rush-serve-plugin/.npmignore +++ b/rush-plugins/rush-serve-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json @@ -30,5 +31,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/includes/** diff --git a/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore b/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore +++ b/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore b/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore +++ b/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/vscode-extensions/rush-vscode-extension/.npmignore b/vscode-extensions/rush-vscode-extension/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/vscode-extensions/rush-vscode-extension/.npmignore +++ b/vscode-extensions/rush-vscode-extension/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/vscode-extensions/vscode-shared/.npmignore b/vscode-extensions/vscode-shared/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/vscode-extensions/vscode-shared/.npmignore +++ b/vscode-extensions/vscode-shared/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/hashed-folder-copy-plugin/.npmignore b/webpack/hashed-folder-copy-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/hashed-folder-copy-plugin/.npmignore +++ b/webpack/hashed-folder-copy-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/loader-load-themed-styles/.npmignore b/webpack/loader-load-themed-styles/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/loader-load-themed-styles/.npmignore +++ b/webpack/loader-load-themed-styles/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/loader-raw-script/.npmignore b/webpack/loader-raw-script/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/loader-raw-script/.npmignore +++ b/webpack/loader-raw-script/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/preserve-dynamic-require-plugin/.npmignore b/webpack/preserve-dynamic-require-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/preserve-dynamic-require-plugin/.npmignore +++ b/webpack/preserve-dynamic-require-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/set-webpack-public-path-plugin/.npmignore b/webpack/set-webpack-public-path-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/set-webpack-public-path-plugin/.npmignore +++ b/webpack/set-webpack-public-path-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/webpack-deep-imports-plugin/.npmignore b/webpack/webpack-deep-imports-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/webpack-deep-imports-plugin/.npmignore +++ b/webpack/webpack-deep-imports-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/webpack-embedded-dependencies-plugin/.npmignore b/webpack/webpack-embedded-dependencies-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/webpack-embedded-dependencies-plugin/.npmignore +++ b/webpack/webpack-embedded-dependencies-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/webpack-plugin-utilities/.npmignore b/webpack/webpack-plugin-utilities/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/webpack-plugin-utilities/.npmignore +++ b/webpack/webpack-plugin-utilities/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/webpack-workspace-resolve-plugin/.npmignore b/webpack/webpack-workspace-resolve-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/webpack-workspace-resolve-plugin/.npmignore +++ b/webpack/webpack-workspace-resolve-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/webpack4-localization-plugin/.npmignore b/webpack/webpack4-localization-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/webpack4-localization-plugin/.npmignore +++ b/webpack/webpack4-localization-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/webpack4-module-minifier-plugin/.npmignore b/webpack/webpack4-module-minifier-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/webpack4-module-minifier-plugin/.npmignore +++ b/webpack/webpack4-module-minifier-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/webpack5-load-themed-styles-loader/.npmignore b/webpack/webpack5-load-themed-styles-loader/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/webpack5-load-themed-styles-loader/.npmignore +++ b/webpack/webpack5-load-themed-styles-loader/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/webpack5-localization-plugin/.npmignore b/webpack/webpack5-localization-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/webpack5-localization-plugin/.npmignore +++ b/webpack/webpack5-localization-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json diff --git a/webpack/webpack5-module-minifier-plugin/.npmignore b/webpack/webpack5-module-minifier-plugin/.npmignore index bc349f9a4be..47a2d2bd776 100644 --- a/webpack/webpack5-module-minifier-plugin/.npmignore +++ b/webpack/webpack5-module-minifier-plugin/.npmignore @@ -8,6 +8,7 @@ !/lib/** !/lib-*/** !/dist/** +!/includes/** !CHANGELOG.md !CHANGELOG.json From 022480e1a745fb3057b54a83e18a5919df608e3b Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 25 Feb 2026 11:56:46 -0800 Subject: [PATCH 4/6] fixup! Rush change. --- .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../rush/normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../heft/normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../mcp-server/normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../rig-package/normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../rundown/normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../terminal/normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../worker-pool/normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ .../zipsync/normalize-npmrcs_2026-02-25-19-56.json | 10 ++++++++++ 63 files changed, 630 insertions(+) create mode 100644 common/changes/@microsoft/api-documenter/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@microsoft/api-extractor-model/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@microsoft/api-extractor/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@microsoft/loader-load-themed-styles/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@microsoft/rush/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@microsoft/webpack5-load-themed-styles-loader/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/cpu-profile-summarizer/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/credential-cache/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/debug-certificate-manager/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/eslint-config/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/eslint-plugin-security/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-config-file/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-dev-cert-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-jest-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-lint-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-node-rig/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-rspack-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-static-asset-typings-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-storybook-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-typescript-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-vscode-extension-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-vscode-extension-rig/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-web-rig/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-webpack4-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft-webpack5-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/heft/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/loader-raw-script/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/localization-utilities/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/lockfile-explorer/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/lookup-by-path/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/mcp-server/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/module-minifier/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/node-core-library/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/npm-check-fork/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/operation-graph/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/package-deps-hash/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/package-extractor/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/playwright-browser-tunnel/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/problem-matcher/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/rig-package/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/rundown/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/rush-mcp-docs-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/rush-pnpm-kit-v10/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/rush-pnpm-kit-v8/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/rush-pnpm-kit-v9/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/set-webpack-public-path-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/stream-collator/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/terminal/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/trace-import/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/tree-pattern/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/ts-command-line/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/typings-generator/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/webpack-embedded-dependencies-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/webpack-plugin-utilities/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/webpack-workspace-resolve-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/webpack4-localization-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/webpack4-module-minifier-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/webpack5-localization-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/webpack5-module-minifier-plugin/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/worker-pool/normalize-npmrcs_2026-02-25-19-56.json create mode 100644 common/changes/@rushstack/zipsync/normalize-npmrcs_2026-02-25-19-56.json diff --git a/common/changes/@microsoft/api-documenter/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@microsoft/api-documenter/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..0be303649c0 --- /dev/null +++ b/common/changes/@microsoft/api-documenter/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/api-documenter", + "comment": "", + "type": "none" + } + ], + "packageName": "@microsoft/api-documenter" +} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor-model/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@microsoft/api-extractor-model/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..52e967a8e74 --- /dev/null +++ b/common/changes/@microsoft/api-extractor-model/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/api-extractor-model", + "comment": "", + "type": "none" + } + ], + "packageName": "@microsoft/api-extractor-model" +} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@microsoft/api-extractor/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..752ad7dd46f --- /dev/null +++ b/common/changes/@microsoft/api-extractor/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/api-extractor", + "comment": "", + "type": "none" + } + ], + "packageName": "@microsoft/api-extractor" +} \ No newline at end of file diff --git a/common/changes/@microsoft/loader-load-themed-styles/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@microsoft/loader-load-themed-styles/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..23bb9c24d0b --- /dev/null +++ b/common/changes/@microsoft/loader-load-themed-styles/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/loader-load-themed-styles", + "comment": "", + "type": "none" + } + ], + "packageName": "@microsoft/loader-load-themed-styles" +} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@microsoft/rush/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..bd7ff97cb34 --- /dev/null +++ b/common/changes/@microsoft/rush/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/rush", + "comment": "", + "type": "none" + } + ], + "packageName": "@microsoft/rush" +} \ No newline at end of file diff --git a/common/changes/@microsoft/webpack5-load-themed-styles-loader/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@microsoft/webpack5-load-themed-styles-loader/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..bbed8f9189c --- /dev/null +++ b/common/changes/@microsoft/webpack5-load-themed-styles-loader/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/webpack5-load-themed-styles-loader", + "comment": "", + "type": "none" + } + ], + "packageName": "@microsoft/webpack5-load-themed-styles-loader" +} \ No newline at end of file diff --git a/common/changes/@rushstack/cpu-profile-summarizer/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/cpu-profile-summarizer/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..1b90c04c1b4 --- /dev/null +++ b/common/changes/@rushstack/cpu-profile-summarizer/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/cpu-profile-summarizer", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/cpu-profile-summarizer" +} \ No newline at end of file diff --git a/common/changes/@rushstack/credential-cache/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/credential-cache/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..bce1619cc7e --- /dev/null +++ b/common/changes/@rushstack/credential-cache/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/credential-cache", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/credential-cache" +} \ No newline at end of file diff --git a/common/changes/@rushstack/debug-certificate-manager/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/debug-certificate-manager/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..bdf32c7b09d --- /dev/null +++ b/common/changes/@rushstack/debug-certificate-manager/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/debug-certificate-manager", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/debug-certificate-manager" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-config/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/eslint-config/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..c9d880304a5 --- /dev/null +++ b/common/changes/@rushstack/eslint-config/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-config", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-config" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-security/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/eslint-plugin-security/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..a4477ef1a61 --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin-security/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-plugin-security", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-plugin-security" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-config-file/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-config-file/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..9b24a4fdcca --- /dev/null +++ b/common/changes/@rushstack/heft-config-file/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-config-file", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-config-file" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-dev-cert-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-dev-cert-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..f7935d46bb6 --- /dev/null +++ b/common/changes/@rushstack/heft-dev-cert-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-dev-cert-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-dev-cert-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..fbd4c12b6b9 --- /dev/null +++ b/common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-isolated-typescript-transpile-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-isolated-typescript-transpile-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-jest-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-jest-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..8453696f39b --- /dev/null +++ b/common/changes/@rushstack/heft-jest-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-jest-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-jest-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-lint-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-lint-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..a259901b76f --- /dev/null +++ b/common/changes/@rushstack/heft-lint-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-lint-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-lint-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-node-rig/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-node-rig/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..e9264b3843a --- /dev/null +++ b/common/changes/@rushstack/heft-node-rig/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-node-rig", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-node-rig" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-rspack-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-rspack-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..c002a6dc429 --- /dev/null +++ b/common/changes/@rushstack/heft-rspack-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-rspack-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-rspack-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-static-asset-typings-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-static-asset-typings-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..6e62e958d5d --- /dev/null +++ b/common/changes/@rushstack/heft-static-asset-typings-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-static-asset-typings-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-static-asset-typings-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-storybook-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-storybook-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..a46619d0a73 --- /dev/null +++ b/common/changes/@rushstack/heft-storybook-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-storybook-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-storybook-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-typescript-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-typescript-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..cb6f98ca14f --- /dev/null +++ b/common/changes/@rushstack/heft-typescript-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-typescript-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-typescript-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-vscode-extension-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-vscode-extension-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..d41b913ed50 --- /dev/null +++ b/common/changes/@rushstack/heft-vscode-extension-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-vscode-extension-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-vscode-extension-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-vscode-extension-rig/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-vscode-extension-rig/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..ed38bf25b56 --- /dev/null +++ b/common/changes/@rushstack/heft-vscode-extension-rig/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-vscode-extension-rig", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-vscode-extension-rig" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-web-rig/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-web-rig/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..51d4737481e --- /dev/null +++ b/common/changes/@rushstack/heft-web-rig/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-web-rig", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-web-rig" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-webpack4-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-webpack4-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..e6a91323381 --- /dev/null +++ b/common/changes/@rushstack/heft-webpack4-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-webpack4-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-webpack4-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-webpack5-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft-webpack5-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..e62ded6bf1b --- /dev/null +++ b/common/changes/@rushstack/heft-webpack5-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-webpack5-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-webpack5-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/heft/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..4da3f257a2d --- /dev/null +++ b/common/changes/@rushstack/heft/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft" +} \ No newline at end of file diff --git a/common/changes/@rushstack/loader-raw-script/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/loader-raw-script/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..fa3b1d6ee40 --- /dev/null +++ b/common/changes/@rushstack/loader-raw-script/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/loader-raw-script", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/loader-raw-script" +} \ No newline at end of file diff --git a/common/changes/@rushstack/localization-utilities/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/localization-utilities/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..3830d7f42e0 --- /dev/null +++ b/common/changes/@rushstack/localization-utilities/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/localization-utilities", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/localization-utilities" +} \ No newline at end of file diff --git a/common/changes/@rushstack/lockfile-explorer/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/lockfile-explorer/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..22d17643a68 --- /dev/null +++ b/common/changes/@rushstack/lockfile-explorer/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/lockfile-explorer", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/lockfile-explorer" +} \ No newline at end of file diff --git a/common/changes/@rushstack/lookup-by-path/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/lookup-by-path/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..2c66824cd90 --- /dev/null +++ b/common/changes/@rushstack/lookup-by-path/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/lookup-by-path", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/lookup-by-path" +} \ No newline at end of file diff --git a/common/changes/@rushstack/mcp-server/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/mcp-server/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..827fb92cfee --- /dev/null +++ b/common/changes/@rushstack/mcp-server/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/mcp-server", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/mcp-server" +} \ No newline at end of file diff --git a/common/changes/@rushstack/module-minifier/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/module-minifier/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..f0a60db970f --- /dev/null +++ b/common/changes/@rushstack/module-minifier/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/module-minifier", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/module-minifier" +} \ No newline at end of file diff --git a/common/changes/@rushstack/node-core-library/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/node-core-library/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..d702845598d --- /dev/null +++ b/common/changes/@rushstack/node-core-library/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/node-core-library", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/node-core-library" +} \ No newline at end of file diff --git a/common/changes/@rushstack/npm-check-fork/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/npm-check-fork/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..4f0b28a7fbe --- /dev/null +++ b/common/changes/@rushstack/npm-check-fork/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/npm-check-fork", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/npm-check-fork" +} \ No newline at end of file diff --git a/common/changes/@rushstack/operation-graph/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/operation-graph/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..eabefe94ed8 --- /dev/null +++ b/common/changes/@rushstack/operation-graph/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/operation-graph", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/operation-graph" +} \ No newline at end of file diff --git a/common/changes/@rushstack/package-deps-hash/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/package-deps-hash/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..11a344e6c99 --- /dev/null +++ b/common/changes/@rushstack/package-deps-hash/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/package-deps-hash", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/package-deps-hash" +} \ No newline at end of file diff --git a/common/changes/@rushstack/package-extractor/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/package-extractor/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..672fa0fcb35 --- /dev/null +++ b/common/changes/@rushstack/package-extractor/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/package-extractor", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/package-extractor" +} \ No newline at end of file diff --git a/common/changes/@rushstack/playwright-browser-tunnel/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/playwright-browser-tunnel/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..e46581748b6 --- /dev/null +++ b/common/changes/@rushstack/playwright-browser-tunnel/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/playwright-browser-tunnel", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/playwright-browser-tunnel" +} \ No newline at end of file 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 new file mode 100644 index 00000000000..222a84da6d7 --- /dev/null +++ b/common/changes/@rushstack/problem-matcher/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/problem-matcher", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/problem-matcher" +} \ No newline at end of file diff --git a/common/changes/@rushstack/rig-package/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/rig-package/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..1c1df562afb --- /dev/null +++ b/common/changes/@rushstack/rig-package/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rig-package", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/rig-package" +} \ No newline at end of file diff --git a/common/changes/@rushstack/rundown/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/rundown/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..d9288bd4be0 --- /dev/null +++ b/common/changes/@rushstack/rundown/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rundown", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/rundown" +} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-mcp-docs-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/rush-mcp-docs-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..a6cef2ff676 --- /dev/null +++ b/common/changes/@rushstack/rush-mcp-docs-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rush-mcp-docs-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/rush-mcp-docs-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-pnpm-kit-v10/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/rush-pnpm-kit-v10/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..233747c7a68 --- /dev/null +++ b/common/changes/@rushstack/rush-pnpm-kit-v10/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rush-pnpm-kit-v10", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/rush-pnpm-kit-v10" +} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-pnpm-kit-v8/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/rush-pnpm-kit-v8/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..b03c5c874df --- /dev/null +++ b/common/changes/@rushstack/rush-pnpm-kit-v8/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rush-pnpm-kit-v8", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/rush-pnpm-kit-v8" +} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-pnpm-kit-v9/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/rush-pnpm-kit-v9/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..021b8fdc514 --- /dev/null +++ b/common/changes/@rushstack/rush-pnpm-kit-v9/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rush-pnpm-kit-v9", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/rush-pnpm-kit-v9" +} \ No newline at end of file diff --git a/common/changes/@rushstack/set-webpack-public-path-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/set-webpack-public-path-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..c20361cc891 --- /dev/null +++ b/common/changes/@rushstack/set-webpack-public-path-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/set-webpack-public-path-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/set-webpack-public-path-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/stream-collator/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/stream-collator/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..28cdccee576 --- /dev/null +++ b/common/changes/@rushstack/stream-collator/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/stream-collator", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/stream-collator" +} \ No newline at end of file diff --git a/common/changes/@rushstack/terminal/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/terminal/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..72b4a6eb492 --- /dev/null +++ b/common/changes/@rushstack/terminal/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/terminal", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/terminal" +} \ No newline at end of file diff --git a/common/changes/@rushstack/trace-import/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/trace-import/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..2309cf5a036 --- /dev/null +++ b/common/changes/@rushstack/trace-import/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/trace-import", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/trace-import" +} \ No newline at end of file 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 new file mode 100644 index 00000000000..120c33a1f7e --- /dev/null +++ b/common/changes/@rushstack/tree-pattern/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/tree-pattern", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/tree-pattern" +} \ No newline at end of file diff --git a/common/changes/@rushstack/ts-command-line/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/ts-command-line/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..a03064b455f --- /dev/null +++ b/common/changes/@rushstack/ts-command-line/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/ts-command-line", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/ts-command-line" +} \ No newline at end of file diff --git a/common/changes/@rushstack/typings-generator/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/typings-generator/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..8f04a7afc26 --- /dev/null +++ b/common/changes/@rushstack/typings-generator/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/typings-generator", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/typings-generator" +} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack-embedded-dependencies-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/webpack-embedded-dependencies-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..0faabd97885 --- /dev/null +++ b/common/changes/@rushstack/webpack-embedded-dependencies-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack-embedded-dependencies-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/webpack-embedded-dependencies-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack-plugin-utilities/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/webpack-plugin-utilities/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..d21d57bcf4b --- /dev/null +++ b/common/changes/@rushstack/webpack-plugin-utilities/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack-plugin-utilities", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/webpack-plugin-utilities" +} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..c5e4ec7c3bd --- /dev/null +++ b/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack-preserve-dynamic-require-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/webpack-preserve-dynamic-require-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack-workspace-resolve-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/webpack-workspace-resolve-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..a7f61b90429 --- /dev/null +++ b/common/changes/@rushstack/webpack-workspace-resolve-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack-workspace-resolve-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/webpack-workspace-resolve-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack4-localization-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/webpack4-localization-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..c14ade57098 --- /dev/null +++ b/common/changes/@rushstack/webpack4-localization-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack4-localization-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/webpack4-localization-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack4-module-minifier-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/webpack4-module-minifier-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..27770560564 --- /dev/null +++ b/common/changes/@rushstack/webpack4-module-minifier-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack4-module-minifier-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/webpack4-module-minifier-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack5-localization-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/webpack5-localization-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..4d848c3d7d8 --- /dev/null +++ b/common/changes/@rushstack/webpack5-localization-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack5-localization-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/webpack5-localization-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack5-module-minifier-plugin/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/webpack5-module-minifier-plugin/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..6b6bb2f7f49 --- /dev/null +++ b/common/changes/@rushstack/webpack5-module-minifier-plugin/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack5-module-minifier-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/webpack5-module-minifier-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/worker-pool/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/worker-pool/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..fa7e5515dd6 --- /dev/null +++ b/common/changes/@rushstack/worker-pool/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/worker-pool", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/worker-pool" +} \ No newline at end of file diff --git a/common/changes/@rushstack/zipsync/normalize-npmrcs_2026-02-25-19-56.json b/common/changes/@rushstack/zipsync/normalize-npmrcs_2026-02-25-19-56.json new file mode 100644 index 00000000000..56706305c1e --- /dev/null +++ b/common/changes/@rushstack/zipsync/normalize-npmrcs_2026-02-25-19-56.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/zipsync", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/zipsync" +} \ No newline at end of file From c1ca7286b8a074ceb6607d592cee3561ebdc83f7 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 25 Feb 2026 12:07:40 -0800 Subject: [PATCH 5/6] Ignore other test files. --- apps/api-documenter/.npmignore | 3 +++ apps/api-extractor/.npmignore | 3 +++ apps/cpu-profile-summarizer/.npmignore | 3 +++ apps/heft/.npmignore | 3 +++ apps/lockfile-explorer/.npmignore | 3 +++ apps/playwright-browser-tunnel/.npmignore | 3 +++ apps/rundown/.npmignore | 3 +++ apps/rush-mcp-server/.npmignore | 3 +++ apps/rush/.npmignore | 3 +++ apps/trace-import/.npmignore | 3 +++ apps/zipsync/.npmignore | 3 +++ build-tests/rush-mcp-example-plugin/.npmignore | 3 +++ eslint/eslint-bulk/.npmignore | 3 +++ eslint/eslint-config/.npmignore | 3 +++ eslint/eslint-patch/.npmignore | 3 +++ eslint/eslint-plugin-packlets/.npmignore | 3 +++ eslint/eslint-plugin-security/.npmignore | 3 +++ eslint/eslint-plugin/.npmignore | 3 +++ eslint/local-eslint-config/.npmignore | 3 +++ heft-plugins/heft-api-extractor-plugin/.npmignore | 3 +++ heft-plugins/heft-dev-cert-plugin/.npmignore | 3 +++ .../heft-isolated-typescript-transpile-plugin/.npmignore | 3 +++ heft-plugins/heft-jest-plugin/.npmignore | 3 +++ heft-plugins/heft-json-schema-typings-plugin/.npmignore | 3 +++ heft-plugins/heft-lint-plugin/.npmignore | 3 +++ heft-plugins/heft-localization-typings-plugin/.npmignore | 3 +++ heft-plugins/heft-rspack-plugin/.npmignore | 3 +++ heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore | 3 +++ heft-plugins/heft-sass-plugin/.npmignore | 3 +++ heft-plugins/heft-serverless-stack-plugin/.npmignore | 3 +++ heft-plugins/heft-static-asset-typings-plugin/.npmignore | 3 +++ heft-plugins/heft-storybook-plugin/.npmignore | 3 +++ heft-plugins/heft-typescript-plugin/.npmignore | 3 +++ heft-plugins/heft-vscode-extension-plugin/.npmignore | 3 +++ heft-plugins/heft-webpack4-plugin/.npmignore | 3 +++ heft-plugins/heft-webpack5-plugin/.npmignore | 3 +++ libraries/api-extractor-model/.npmignore | 3 +++ libraries/credential-cache/.npmignore | 3 +++ libraries/debug-certificate-manager/.npmignore | 3 +++ libraries/heft-config-file/.npmignore | 3 +++ libraries/load-themed-styles/.npmignore | 3 +++ libraries/localization-utilities/.npmignore | 3 +++ libraries/lookup-by-path/.npmignore | 3 +++ libraries/module-minifier/.npmignore | 3 +++ libraries/node-core-library/.npmignore | 3 +++ libraries/npm-check-fork/.npmignore | 3 +++ libraries/operation-graph/.npmignore | 3 +++ libraries/package-deps-hash/.npmignore | 3 +++ libraries/package-extractor/.npmignore | 3 +++ libraries/problem-matcher/.npmignore | 3 +++ libraries/rig-package/.npmignore | 3 +++ libraries/rush-lib/.npmignore | 3 +++ libraries/rush-pnpm-kit-v10/.npmignore | 3 +++ libraries/rush-pnpm-kit-v8/.npmignore | 3 +++ libraries/rush-pnpm-kit-v9/.npmignore | 3 +++ libraries/rush-sdk/.npmignore | 3 +++ libraries/rush-themed-ui/.npmignore | 3 +++ libraries/rushell/.npmignore | 3 +++ libraries/stream-collator/.npmignore | 3 +++ libraries/terminal/.npmignore | 3 +++ libraries/tree-pattern/.npmignore | 3 +++ libraries/ts-command-line/.npmignore | 3 +++ libraries/typings-generator/.npmignore | 3 +++ libraries/worker-pool/.npmignore | 3 +++ rigs/heft-node-rig/.npmignore | 3 +++ rigs/heft-vscode-extension-rig/.npmignore | 3 +++ rigs/heft-web-rig/.npmignore | 3 +++ rush-plugins/rush-amazon-s3-build-cache-plugin/.npmignore | 3 +++ rush-plugins/rush-azure-storage-build-cache-plugin/.npmignore | 3 +++ rush-plugins/rush-bridge-cache-plugin/.npmignore | 3 +++ rush-plugins/rush-buildxl-graph-plugin/.npmignore | 3 +++ rush-plugins/rush-http-build-cache-plugin/.npmignore | 3 +++ rush-plugins/rush-litewatch-plugin/.npmignore | 3 +++ rush-plugins/rush-mcp-docs-plugin/.npmignore | 3 +++ rush-plugins/rush-redis-cobuild-plugin/.npmignore | 3 +++ rush-plugins/rush-resolver-cache-plugin/.npmignore | 3 +++ rush-plugins/rush-serve-plugin/.npmignore | 3 +++ .../debug-certificate-manager-vscode-extension/.npmignore | 3 +++ .../.npmignore | 3 +++ vscode-extensions/rush-vscode-extension/.npmignore | 3 +++ vscode-extensions/vscode-shared/.npmignore | 3 +++ webpack/hashed-folder-copy-plugin/.npmignore | 3 +++ webpack/loader-load-themed-styles/.npmignore | 3 +++ webpack/loader-raw-script/.npmignore | 3 +++ webpack/preserve-dynamic-require-plugin/.npmignore | 3 +++ webpack/set-webpack-public-path-plugin/.npmignore | 3 +++ webpack/webpack-deep-imports-plugin/.npmignore | 3 +++ webpack/webpack-embedded-dependencies-plugin/.npmignore | 3 +++ webpack/webpack-plugin-utilities/.npmignore | 3 +++ webpack/webpack-workspace-resolve-plugin/.npmignore | 3 +++ webpack/webpack4-localization-plugin/.npmignore | 3 +++ webpack/webpack4-module-minifier-plugin/.npmignore | 3 +++ webpack/webpack5-load-themed-styles-loader/.npmignore | 3 +++ webpack/webpack5-localization-plugin/.npmignore | 3 +++ webpack/webpack5-module-minifier-plugin/.npmignore | 3 +++ 95 files changed, 285 insertions(+) diff --git a/apps/api-documenter/.npmignore b/apps/api-documenter/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/apps/api-documenter/.npmignore +++ b/apps/api-documenter/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/apps/api-extractor/.npmignore b/apps/api-extractor/.npmignore index 6201a057aca..64ed79eb4bc 100644 --- a/apps/api-extractor/.npmignore +++ b/apps/api-extractor/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/apps/cpu-profile-summarizer/.npmignore b/apps/cpu-profile-summarizer/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/apps/cpu-profile-summarizer/.npmignore +++ b/apps/cpu-profile-summarizer/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/apps/heft/.npmignore b/apps/heft/.npmignore index 2daf7497644..1d4b6d39ec5 100644 --- a/apps/heft/.npmignore +++ b/apps/heft/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/apps/lockfile-explorer/.npmignore b/apps/lockfile-explorer/.npmignore index 091fa0ec12c..2253c0c3ac5 100644 --- a/apps/lockfile-explorer/.npmignore +++ b/apps/lockfile-explorer/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/apps/playwright-browser-tunnel/.npmignore b/apps/playwright-browser-tunnel/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/apps/playwright-browser-tunnel/.npmignore +++ b/apps/playwright-browser-tunnel/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/apps/rundown/.npmignore b/apps/rundown/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/apps/rundown/.npmignore +++ b/apps/rundown/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/apps/rush-mcp-server/.npmignore b/apps/rush-mcp-server/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/apps/rush-mcp-server/.npmignore +++ b/apps/rush-mcp-server/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/apps/rush/.npmignore b/apps/rush/.npmignore index 5105bab62ef..0bc76278fc1 100644 --- a/apps/rush/.npmignore +++ b/apps/rush/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/apps/trace-import/.npmignore b/apps/trace-import/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/apps/trace-import/.npmignore +++ b/apps/trace-import/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/apps/zipsync/.npmignore b/apps/zipsync/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/apps/zipsync/.npmignore +++ b/apps/zipsync/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/build-tests/rush-mcp-example-plugin/.npmignore b/build-tests/rush-mcp-example-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/build-tests/rush-mcp-example-plugin/.npmignore +++ b/build-tests/rush-mcp-example-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/eslint/eslint-bulk/.npmignore b/eslint/eslint-bulk/.npmignore index 47a2d2bd776..f7a40e10213 100755 --- a/eslint/eslint-bulk/.npmignore +++ b/eslint/eslint-bulk/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/eslint/eslint-config/.npmignore b/eslint/eslint-config/.npmignore index ab3760b0f7f..4bab3fa1643 100644 --- a/eslint/eslint-config/.npmignore +++ b/eslint/eslint-config/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/eslint/eslint-patch/.npmignore b/eslint/eslint-patch/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/eslint/eslint-patch/.npmignore +++ b/eslint/eslint-patch/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/eslint/eslint-plugin-packlets/.npmignore b/eslint/eslint-plugin-packlets/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/eslint/eslint-plugin-packlets/.npmignore +++ b/eslint/eslint-plugin-packlets/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/eslint/eslint-plugin-security/.npmignore b/eslint/eslint-plugin-security/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/eslint/eslint-plugin-security/.npmignore +++ b/eslint/eslint-plugin-security/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/eslint/eslint-plugin/.npmignore b/eslint/eslint-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/eslint/eslint-plugin/.npmignore +++ b/eslint/eslint-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/eslint/local-eslint-config/.npmignore b/eslint/local-eslint-config/.npmignore index 7300aadc3c7..ad53b8deba3 100644 --- a/eslint/local-eslint-config/.npmignore +++ b/eslint/local-eslint-config/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-api-extractor-plugin/.npmignore b/heft-plugins/heft-api-extractor-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-api-extractor-plugin/.npmignore +++ b/heft-plugins/heft-api-extractor-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-dev-cert-plugin/.npmignore b/heft-plugins/heft-dev-cert-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-dev-cert-plugin/.npmignore +++ b/heft-plugins/heft-dev-cert-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-isolated-typescript-transpile-plugin/.npmignore b/heft-plugins/heft-isolated-typescript-transpile-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-isolated-typescript-transpile-plugin/.npmignore +++ b/heft-plugins/heft-isolated-typescript-transpile-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-jest-plugin/.npmignore b/heft-plugins/heft-jest-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-jest-plugin/.npmignore +++ b/heft-plugins/heft-jest-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-json-schema-typings-plugin/.npmignore b/heft-plugins/heft-json-schema-typings-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-json-schema-typings-plugin/.npmignore +++ b/heft-plugins/heft-json-schema-typings-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-lint-plugin/.npmignore b/heft-plugins/heft-lint-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-lint-plugin/.npmignore +++ b/heft-plugins/heft-lint-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-localization-typings-plugin/.npmignore b/heft-plugins/heft-localization-typings-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-localization-typings-plugin/.npmignore +++ b/heft-plugins/heft-localization-typings-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-rspack-plugin/.npmignore b/heft-plugins/heft-rspack-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-rspack-plugin/.npmignore +++ b/heft-plugins/heft-rspack-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore b/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore +++ b/heft-plugins/heft-sass-load-themed-styles-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-sass-plugin/.npmignore b/heft-plugins/heft-sass-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-sass-plugin/.npmignore +++ b/heft-plugins/heft-sass-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-serverless-stack-plugin/.npmignore b/heft-plugins/heft-serverless-stack-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-serverless-stack-plugin/.npmignore +++ b/heft-plugins/heft-serverless-stack-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-static-asset-typings-plugin/.npmignore b/heft-plugins/heft-static-asset-typings-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-static-asset-typings-plugin/.npmignore +++ b/heft-plugins/heft-static-asset-typings-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-storybook-plugin/.npmignore b/heft-plugins/heft-storybook-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-storybook-plugin/.npmignore +++ b/heft-plugins/heft-storybook-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-typescript-plugin/.npmignore b/heft-plugins/heft-typescript-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-typescript-plugin/.npmignore +++ b/heft-plugins/heft-typescript-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-vscode-extension-plugin/.npmignore b/heft-plugins/heft-vscode-extension-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-vscode-extension-plugin/.npmignore +++ b/heft-plugins/heft-vscode-extension-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-webpack4-plugin/.npmignore b/heft-plugins/heft-webpack4-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-webpack4-plugin/.npmignore +++ b/heft-plugins/heft-webpack4-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/heft-plugins/heft-webpack5-plugin/.npmignore b/heft-plugins/heft-webpack5-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/heft-plugins/heft-webpack5-plugin/.npmignore +++ b/heft-plugins/heft-webpack5-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/api-extractor-model/.npmignore b/libraries/api-extractor-model/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/api-extractor-model/.npmignore +++ b/libraries/api-extractor-model/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/credential-cache/.npmignore b/libraries/credential-cache/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/credential-cache/.npmignore +++ b/libraries/credential-cache/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/debug-certificate-manager/.npmignore b/libraries/debug-certificate-manager/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/debug-certificate-manager/.npmignore +++ b/libraries/debug-certificate-manager/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/heft-config-file/.npmignore b/libraries/heft-config-file/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/heft-config-file/.npmignore +++ b/libraries/heft-config-file/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/load-themed-styles/.npmignore b/libraries/load-themed-styles/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/load-themed-styles/.npmignore +++ b/libraries/load-themed-styles/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/localization-utilities/.npmignore b/libraries/localization-utilities/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/localization-utilities/.npmignore +++ b/libraries/localization-utilities/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/lookup-by-path/.npmignore b/libraries/lookup-by-path/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/lookup-by-path/.npmignore +++ b/libraries/lookup-by-path/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/module-minifier/.npmignore b/libraries/module-minifier/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/module-minifier/.npmignore +++ b/libraries/module-minifier/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/node-core-library/.npmignore b/libraries/node-core-library/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/node-core-library/.npmignore +++ b/libraries/node-core-library/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/npm-check-fork/.npmignore b/libraries/npm-check-fork/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/npm-check-fork/.npmignore +++ b/libraries/npm-check-fork/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/operation-graph/.npmignore b/libraries/operation-graph/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/operation-graph/.npmignore +++ b/libraries/operation-graph/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/package-deps-hash/.npmignore b/libraries/package-deps-hash/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/package-deps-hash/.npmignore +++ b/libraries/package-deps-hash/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/package-extractor/.npmignore b/libraries/package-extractor/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/package-extractor/.npmignore +++ b/libraries/package-extractor/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/problem-matcher/.npmignore b/libraries/problem-matcher/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/problem-matcher/.npmignore +++ b/libraries/problem-matcher/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/rig-package/.npmignore b/libraries/rig-package/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/rig-package/.npmignore +++ b/libraries/rig-package/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/rush-lib/.npmignore b/libraries/rush-lib/.npmignore index 68796bb88eb..9b4fc2e20c4 100644 --- a/libraries/rush-lib/.npmignore +++ b/libraries/rush-lib/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/rush-pnpm-kit-v10/.npmignore b/libraries/rush-pnpm-kit-v10/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/rush-pnpm-kit-v10/.npmignore +++ b/libraries/rush-pnpm-kit-v10/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/rush-pnpm-kit-v8/.npmignore b/libraries/rush-pnpm-kit-v8/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/rush-pnpm-kit-v8/.npmignore +++ b/libraries/rush-pnpm-kit-v8/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/rush-pnpm-kit-v9/.npmignore b/libraries/rush-pnpm-kit-v9/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/rush-pnpm-kit-v9/.npmignore +++ b/libraries/rush-pnpm-kit-v9/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/rush-sdk/.npmignore b/libraries/rush-sdk/.npmignore index 3cd55bc9362..80ba44fed93 100644 --- a/libraries/rush-sdk/.npmignore +++ b/libraries/rush-sdk/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/rush-themed-ui/.npmignore b/libraries/rush-themed-ui/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/rush-themed-ui/.npmignore +++ b/libraries/rush-themed-ui/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/rushell/.npmignore b/libraries/rushell/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/rushell/.npmignore +++ b/libraries/rushell/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/stream-collator/.npmignore b/libraries/stream-collator/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/stream-collator/.npmignore +++ b/libraries/stream-collator/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/terminal/.npmignore b/libraries/terminal/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/terminal/.npmignore +++ b/libraries/terminal/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/tree-pattern/.npmignore b/libraries/tree-pattern/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/tree-pattern/.npmignore +++ b/libraries/tree-pattern/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/ts-command-line/.npmignore b/libraries/ts-command-line/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/ts-command-line/.npmignore +++ b/libraries/ts-command-line/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/typings-generator/.npmignore b/libraries/typings-generator/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/typings-generator/.npmignore +++ b/libraries/typings-generator/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/libraries/worker-pool/.npmignore b/libraries/worker-pool/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/libraries/worker-pool/.npmignore +++ b/libraries/worker-pool/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rigs/heft-node-rig/.npmignore b/rigs/heft-node-rig/.npmignore index 1d6878641c8..3292dbef667 100644 --- a/rigs/heft-node-rig/.npmignore +++ b/rigs/heft-node-rig/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rigs/heft-vscode-extension-rig/.npmignore b/rigs/heft-vscode-extension-rig/.npmignore index 1d6878641c8..3292dbef667 100644 --- a/rigs/heft-vscode-extension-rig/.npmignore +++ b/rigs/heft-vscode-extension-rig/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rigs/heft-web-rig/.npmignore b/rigs/heft-web-rig/.npmignore index 1d6878641c8..3292dbef667 100644 --- a/rigs/heft-web-rig/.npmignore +++ b/rigs/heft-web-rig/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rush-plugins/rush-amazon-s3-build-cache-plugin/.npmignore b/rush-plugins/rush-amazon-s3-build-cache-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/rush-plugins/rush-amazon-s3-build-cache-plugin/.npmignore +++ b/rush-plugins/rush-amazon-s3-build-cache-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rush-plugins/rush-azure-storage-build-cache-plugin/.npmignore b/rush-plugins/rush-azure-storage-build-cache-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/rush-plugins/rush-azure-storage-build-cache-plugin/.npmignore +++ b/rush-plugins/rush-azure-storage-build-cache-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rush-plugins/rush-bridge-cache-plugin/.npmignore b/rush-plugins/rush-bridge-cache-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/rush-plugins/rush-bridge-cache-plugin/.npmignore +++ b/rush-plugins/rush-bridge-cache-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rush-plugins/rush-buildxl-graph-plugin/.npmignore b/rush-plugins/rush-buildxl-graph-plugin/.npmignore index 89e25dfe3e9..243556ebdae 100644 --- a/rush-plugins/rush-buildxl-graph-plugin/.npmignore +++ b/rush-plugins/rush-buildxl-graph-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rush-plugins/rush-http-build-cache-plugin/.npmignore b/rush-plugins/rush-http-build-cache-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/rush-plugins/rush-http-build-cache-plugin/.npmignore +++ b/rush-plugins/rush-http-build-cache-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rush-plugins/rush-litewatch-plugin/.npmignore b/rush-plugins/rush-litewatch-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/rush-plugins/rush-litewatch-plugin/.npmignore +++ b/rush-plugins/rush-litewatch-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rush-plugins/rush-mcp-docs-plugin/.npmignore b/rush-plugins/rush-mcp-docs-plugin/.npmignore index 8e16da8727f..78b6a22de2a 100644 --- a/rush-plugins/rush-mcp-docs-plugin/.npmignore +++ b/rush-plugins/rush-mcp-docs-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rush-plugins/rush-redis-cobuild-plugin/.npmignore b/rush-plugins/rush-redis-cobuild-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/rush-plugins/rush-redis-cobuild-plugin/.npmignore +++ b/rush-plugins/rush-redis-cobuild-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rush-plugins/rush-resolver-cache-plugin/.npmignore b/rush-plugins/rush-resolver-cache-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/rush-plugins/rush-resolver-cache-plugin/.npmignore +++ b/rush-plugins/rush-resolver-cache-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/rush-plugins/rush-serve-plugin/.npmignore b/rush-plugins/rush-serve-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/rush-plugins/rush-serve-plugin/.npmignore +++ b/rush-plugins/rush-serve-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore b/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore +++ b/vscode-extensions/debug-certificate-manager-vscode-extension/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore b/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore +++ b/vscode-extensions/playwright-local-browser-server-vscode-extension/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/vscode-extensions/rush-vscode-extension/.npmignore b/vscode-extensions/rush-vscode-extension/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/vscode-extensions/rush-vscode-extension/.npmignore +++ b/vscode-extensions/rush-vscode-extension/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/vscode-extensions/vscode-shared/.npmignore b/vscode-extensions/vscode-shared/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/vscode-extensions/vscode-shared/.npmignore +++ b/vscode-extensions/vscode-shared/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/hashed-folder-copy-plugin/.npmignore b/webpack/hashed-folder-copy-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/hashed-folder-copy-plugin/.npmignore +++ b/webpack/hashed-folder-copy-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/loader-load-themed-styles/.npmignore b/webpack/loader-load-themed-styles/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/loader-load-themed-styles/.npmignore +++ b/webpack/loader-load-themed-styles/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/loader-raw-script/.npmignore b/webpack/loader-raw-script/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/loader-raw-script/.npmignore +++ b/webpack/loader-raw-script/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/preserve-dynamic-require-plugin/.npmignore b/webpack/preserve-dynamic-require-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/preserve-dynamic-require-plugin/.npmignore +++ b/webpack/preserve-dynamic-require-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/set-webpack-public-path-plugin/.npmignore b/webpack/set-webpack-public-path-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/set-webpack-public-path-plugin/.npmignore +++ b/webpack/set-webpack-public-path-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/webpack-deep-imports-plugin/.npmignore b/webpack/webpack-deep-imports-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/webpack-deep-imports-plugin/.npmignore +++ b/webpack/webpack-deep-imports-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/webpack-embedded-dependencies-plugin/.npmignore b/webpack/webpack-embedded-dependencies-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/webpack-embedded-dependencies-plugin/.npmignore +++ b/webpack/webpack-embedded-dependencies-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/webpack-plugin-utilities/.npmignore b/webpack/webpack-plugin-utilities/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/webpack-plugin-utilities/.npmignore +++ b/webpack/webpack-plugin-utilities/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/webpack-workspace-resolve-plugin/.npmignore b/webpack/webpack-workspace-resolve-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/webpack-workspace-resolve-plugin/.npmignore +++ b/webpack/webpack-workspace-resolve-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/webpack4-localization-plugin/.npmignore b/webpack/webpack4-localization-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/webpack4-localization-plugin/.npmignore +++ b/webpack/webpack4-localization-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/webpack4-module-minifier-plugin/.npmignore b/webpack/webpack4-module-minifier-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/webpack4-module-minifier-plugin/.npmignore +++ b/webpack/webpack4-module-minifier-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/webpack5-load-themed-styles-loader/.npmignore b/webpack/webpack5-load-themed-styles-loader/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/webpack5-load-themed-styles-loader/.npmignore +++ b/webpack/webpack5-load-themed-styles-loader/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/webpack5-localization-plugin/.npmignore b/webpack/webpack5-localization-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/webpack5-localization-plugin/.npmignore +++ b/webpack/webpack5-localization-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # diff --git a/webpack/webpack5-module-minifier-plugin/.npmignore b/webpack/webpack5-module-minifier-plugin/.npmignore index 47a2d2bd776..f7a40e10213 100644 --- a/webpack/webpack5-module-minifier-plugin/.npmignore +++ b/webpack/webpack5-module-minifier-plugin/.npmignore @@ -21,6 +21,9 @@ /lib/**/test/ /lib-*/**/test/ *.test.js +*.test.[cm]js +*.test.d.ts +*.test.d.[cm]ts # NOTE: These don't need to be specified, because NPM includes them automatically. # From 0107ca058e2ba48a7e89468c928bd2de77ca24a8 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 25 Feb 2026 12:10:44 -0800 Subject: [PATCH 6/6] Include other eslint config files. --- eslint/eslint-config/.npmignore | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/eslint/eslint-config/.npmignore b/eslint/eslint-config/.npmignore index 4bab3fa1643..31e20769649 100644 --- a/eslint/eslint-config/.npmignore +++ b/eslint/eslint-config/.npmignore @@ -35,8 +35,28 @@ # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- -!*.js +!/*.js +!/*.[cm]js +!/*.d.ts +!/*.d.[cm]ts + !flat/**/*.js +!flat/**/*.[cm]js +!flat/**/*.d.ts +!flat/**/*.d.[cm]ts + !mixins/*.js +!mixins/*.[cm]js +!mixins/*.d.ts +!mixins/*.d.[cm]ts + !patch/*.js +!patch/*.[cm]js +!patch/*.d.ts +!patch/*.d.[cm]ts + !profile/*.js +!profile/*.[cm]js +!profile/*.d.ts +!profile/*.d.[cm]ts +