From b4f2644bd88837f8d96f07683aa31d50e19dd346 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 18 Feb 2026 16:11:37 -0800 Subject: [PATCH 1/3] Filter files from publish and include missing LICENSE file. --- apps/playwright-browser-tunnel/.npmignore | 32 +++++++++++++++++++ apps/playwright-browser-tunnel/LICENSE | 24 ++++++++++++++ ...er-tunnel-publishing_2026-02-19-00-11.json | 10 ++++++ 3 files changed, 66 insertions(+) create mode 100644 apps/playwright-browser-tunnel/.npmignore create mode 100644 apps/playwright-browser-tunnel/LICENSE create mode 100644 common/changes/@rushstack/playwright-browser-tunnel/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json diff --git a/apps/playwright-browser-tunnel/.npmignore b/apps/playwright-browser-tunnel/.npmignore new file mode 100644 index 00000000000..bc349f9a4be --- /dev/null +++ b/apps/playwright-browser-tunnel/.npmignore @@ -0,0 +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/apps/playwright-browser-tunnel/LICENSE b/apps/playwright-browser-tunnel/LICENSE new file mode 100644 index 00000000000..035b5aa8bfc --- /dev/null +++ b/apps/playwright-browser-tunnel/LICENSE @@ -0,0 +1,24 @@ +@rushstack/playwright-browser-tunnel + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/common/changes/@rushstack/playwright-browser-tunnel/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/playwright-browser-tunnel/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 00000000000..45d64f9ce3c --- /dev/null +++ b/common/changes/@rushstack/playwright-browser-tunnel/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/playwright-browser-tunnel", + "comment": "Filter files from publish and include missing LICENSE file.", + "type": "patch" + } + ], + "packageName": "@rushstack/playwright-browser-tunnel" +} \ No newline at end of file From 5ef14f4c854d16253daf54c2ea63d601366e9038 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 18 Feb 2026 16:27:04 -0800 Subject: [PATCH 2/3] Fix the issue in other projects too. --- ...er-tunnel-publishing_2026-02-19-00-11.json | 10 ++++++ ...er-tunnel-publishing_2026-02-19-00-11.json | 10 ++++++ ...er-tunnel-publishing_2026-02-19-00-11.json | 10 ++++++ ...er-tunnel-publishing_2026-02-19-00-11.json | 10 ++++++ ...er-tunnel-publishing_2026-02-19-00-11.json | 10 ++++++ ...er-tunnel-publishing_2026-02-19-00-11.json | 10 ++++++ ...er-tunnel-publishing_2026-02-19-00-11.json | 10 ++++++ ...er-tunnel-publishing_2026-02-19-00-11.json | 10 ++++++ ...er-tunnel-publishing_2026-02-19-00-11.json | 10 ++++++ .../heft-localization-typings-plugin/LICENSE | 24 ++++++++++++++ .../README.md | 11 +++++++ .../heft-serverless-stack-plugin/LICENSE | 24 ++++++++++++++ libraries/rush-pnpm-kit-v10/.npmignore | 32 +++++++++++++++++++ libraries/rush-pnpm-kit-v8/.npmignore | 32 +++++++++++++++++++ libraries/rush-pnpm-kit-v9/.npmignore | 32 +++++++++++++++++++ .../README.md | 9 ++++++ .../rush-bridge-cache-plugin/.npmignore | 32 +++++++++++++++++++ .../rush-buildxl-graph-plugin/README.md | 9 ++++++ .../preserve-dynamic-require-plugin/LICENSE | 24 ++++++++++++++ .../LICENSE | 24 ++++++++++++++ webpack/webpack-plugin-utilities/LICENSE | 24 ++++++++++++++ 21 files changed, 367 insertions(+) create mode 100644 common/changes/@microsoft/rush/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json create mode 100644 common/changes/@rushstack/heft-localization-typings-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json create mode 100644 common/changes/@rushstack/heft-serverless-stack-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json create mode 100644 common/changes/@rushstack/rush-pnpm-kit-v10/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json create mode 100644 common/changes/@rushstack/rush-pnpm-kit-v8/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json create mode 100644 common/changes/@rushstack/rush-pnpm-kit-v9/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json create mode 100644 common/changes/@rushstack/webpack-embedded-dependencies-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json create mode 100644 common/changes/@rushstack/webpack-plugin-utilities/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json create mode 100644 common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json create mode 100644 heft-plugins/heft-localization-typings-plugin/LICENSE create mode 100644 heft-plugins/heft-localization-typings-plugin/README.md create mode 100644 heft-plugins/heft-serverless-stack-plugin/LICENSE create mode 100644 libraries/rush-pnpm-kit-v10/.npmignore create mode 100644 libraries/rush-pnpm-kit-v8/.npmignore create mode 100644 libraries/rush-pnpm-kit-v9/.npmignore create mode 100644 rush-plugins/rush-azure-storage-build-cache-plugin/README.md create mode 100644 rush-plugins/rush-bridge-cache-plugin/.npmignore create mode 100644 rush-plugins/rush-buildxl-graph-plugin/README.md create mode 100644 webpack/preserve-dynamic-require-plugin/LICENSE create mode 100644 webpack/webpack-embedded-dependencies-plugin/LICENSE create mode 100644 webpack/webpack-plugin-utilities/LICENSE diff --git a/common/changes/@microsoft/rush/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@microsoft/rush/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 00000000000..d6966620b9d --- /dev/null +++ b/common/changes/@microsoft/rush/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/rush", + "comment": "", + "type": "none" + } + ], + "packageName": "@microsoft/rush" +} diff --git a/common/changes/@rushstack/heft-localization-typings-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/heft-localization-typings-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 00000000000..e1ae301ca9e --- /dev/null +++ b/common/changes/@rushstack/heft-localization-typings-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-localization-typings-plugin", + "comment": "Add missing README and LICENSE files to package.", + "type": "patch" + } + ], + "packageName": "@rushstack/heft-localization-typings-plugin" +} diff --git a/common/changes/@rushstack/heft-serverless-stack-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/heft-serverless-stack-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 00000000000..c5d82c7f619 --- /dev/null +++ b/common/changes/@rushstack/heft-serverless-stack-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-serverless-stack-plugin", + "comment": "Add missing LICENSE file to package.", + "type": "patch" + } + ], + "packageName": "@rushstack/heft-serverless-stack-plugin" +} diff --git a/common/changes/@rushstack/rush-pnpm-kit-v10/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/rush-pnpm-kit-v10/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 00000000000..1b15d624bc0 --- /dev/null +++ b/common/changes/@rushstack/rush-pnpm-kit-v10/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rush-pnpm-kit-v10", + "comment": "Filter files from publish.", + "type": "patch" + } + ], + "packageName": "@rushstack/rush-pnpm-kit-v10" +} diff --git a/common/changes/@rushstack/rush-pnpm-kit-v8/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/rush-pnpm-kit-v8/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 00000000000..859bd24999a --- /dev/null +++ b/common/changes/@rushstack/rush-pnpm-kit-v8/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rush-pnpm-kit-v8", + "comment": "Filter files from publish.", + "type": "patch" + } + ], + "packageName": "@rushstack/rush-pnpm-kit-v8" +} diff --git a/common/changes/@rushstack/rush-pnpm-kit-v9/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/rush-pnpm-kit-v9/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 00000000000..e7357abe596 --- /dev/null +++ b/common/changes/@rushstack/rush-pnpm-kit-v9/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rush-pnpm-kit-v9", + "comment": "Filter files from publish.", + "type": "patch" + } + ], + "packageName": "@rushstack/rush-pnpm-kit-v9" +} diff --git a/common/changes/@rushstack/webpack-embedded-dependencies-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/webpack-embedded-dependencies-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 00000000000..c17cdf8d845 --- /dev/null +++ b/common/changes/@rushstack/webpack-embedded-dependencies-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack-embedded-dependencies-plugin", + "comment": "Add missing LICENSE file to package.", + "type": "patch" + } + ], + "packageName": "@rushstack/webpack-embedded-dependencies-plugin" +} diff --git a/common/changes/@rushstack/webpack-plugin-utilities/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/webpack-plugin-utilities/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 00000000000..46d14c65bca --- /dev/null +++ b/common/changes/@rushstack/webpack-plugin-utilities/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack-plugin-utilities", + "comment": "Add missing LICENSE file to package.", + "type": "patch" + } + ], + "packageName": "@rushstack/webpack-plugin-utilities" +} diff --git a/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 00000000000..6cc229df5f6 --- /dev/null +++ b/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack-preserve-dynamic-require-plugin", + "comment": "Add missing LICENSE file to package.", + "type": "patch" + } + ], + "packageName": "@rushstack/webpack-preserve-dynamic-require-plugin" +} diff --git a/heft-plugins/heft-localization-typings-plugin/LICENSE b/heft-plugins/heft-localization-typings-plugin/LICENSE new file mode 100644 index 00000000000..2c4ae6d8c13 --- /dev/null +++ b/heft-plugins/heft-localization-typings-plugin/LICENSE @@ -0,0 +1,24 @@ +@rushstack/heft-localization-typings-plugin + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/heft-plugins/heft-localization-typings-plugin/README.md b/heft-plugins/heft-localization-typings-plugin/README.md new file mode 100644 index 00000000000..e0527c2dfbe --- /dev/null +++ b/heft-plugins/heft-localization-typings-plugin/README.md @@ -0,0 +1,11 @@ +# @rushstack/heft-localization-typings-plugin + +Heft plugin for generating types for localization files. + +## Links + +- [CHANGELOG.md]( + https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md) - Find + out what's new in the latest version + +Heft is part of the [Rush Stack](https://rushstack.io/) family of projects. diff --git a/heft-plugins/heft-serverless-stack-plugin/LICENSE b/heft-plugins/heft-serverless-stack-plugin/LICENSE new file mode 100644 index 00000000000..da79b869ac5 --- /dev/null +++ b/heft-plugins/heft-serverless-stack-plugin/LICENSE @@ -0,0 +1,24 @@ +@rushstack/heft-serverless-stack-plugin + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/libraries/rush-pnpm-kit-v10/.npmignore b/libraries/rush-pnpm-kit-v10/.npmignore new file mode 100644 index 00000000000..bc349f9a4be --- /dev/null +++ b/libraries/rush-pnpm-kit-v10/.npmignore @@ -0,0 +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/libraries/rush-pnpm-kit-v8/.npmignore b/libraries/rush-pnpm-kit-v8/.npmignore new file mode 100644 index 00000000000..bc349f9a4be --- /dev/null +++ b/libraries/rush-pnpm-kit-v8/.npmignore @@ -0,0 +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/libraries/rush-pnpm-kit-v9/.npmignore b/libraries/rush-pnpm-kit-v9/.npmignore new file mode 100644 index 00000000000..bc349f9a4be --- /dev/null +++ b/libraries/rush-pnpm-kit-v9/.npmignore @@ -0,0 +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/rush-plugins/rush-azure-storage-build-cache-plugin/README.md b/rush-plugins/rush-azure-storage-build-cache-plugin/README.md new file mode 100644 index 00000000000..a4070cc52d7 --- /dev/null +++ b/rush-plugins/rush-azure-storage-build-cache-plugin/README.md @@ -0,0 +1,9 @@ +# @rushstack/rush-azure-storage-build-cache-plugin + +Rush plugin for Azure storage cloud build cache. + +## Links + +- [CHANGELOG.md]( + https://github.com/microsoft/rushstack/blob/main/rush-plugins/rush-azure-storage-build-cache-plugin/CHANGELOG.md) - Find + out what's new in the latest version diff --git a/rush-plugins/rush-bridge-cache-plugin/.npmignore b/rush-plugins/rush-bridge-cache-plugin/.npmignore new file mode 100644 index 00000000000..bc349f9a4be --- /dev/null +++ b/rush-plugins/rush-bridge-cache-plugin/.npmignore @@ -0,0 +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/rush-plugins/rush-buildxl-graph-plugin/README.md b/rush-plugins/rush-buildxl-graph-plugin/README.md new file mode 100644 index 00000000000..da426481736 --- /dev/null +++ b/rush-plugins/rush-buildxl-graph-plugin/README.md @@ -0,0 +1,9 @@ +# @rushstack/rush-buildxl-graph-plugin + +Rush plugin for generating a BuildXL graph. + +## Links + +- [CHANGELOG.md]( + https://github.com/microsoft/rushstack/blob/main/rush-plugins/rush-buildxl-graph-plugin/CHANGELOG.md) - Find + out what's new in the latest version diff --git a/webpack/preserve-dynamic-require-plugin/LICENSE b/webpack/preserve-dynamic-require-plugin/LICENSE new file mode 100644 index 00000000000..892290f4098 --- /dev/null +++ b/webpack/preserve-dynamic-require-plugin/LICENSE @@ -0,0 +1,24 @@ +@rushstack/webpack-preserve-dynamic-require-plugin + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/webpack/webpack-embedded-dependencies-plugin/LICENSE b/webpack/webpack-embedded-dependencies-plugin/LICENSE new file mode 100644 index 00000000000..4d45d3ca4bf --- /dev/null +++ b/webpack/webpack-embedded-dependencies-plugin/LICENSE @@ -0,0 +1,24 @@ +@rushstack/webpack-embedded-dependencies-plugin + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/webpack/webpack-plugin-utilities/LICENSE b/webpack/webpack-plugin-utilities/LICENSE new file mode 100644 index 00000000000..a88ea54ad68 --- /dev/null +++ b/webpack/webpack-plugin-utilities/LICENSE @@ -0,0 +1,24 @@ +@rushstack/webpack-plugin-utilities + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. From bfa5d67ef43483f95a4025cca2b46f79531eb920 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 18 Feb 2026 16:36:37 -0800 Subject: [PATCH 3/3] fixup! Fix the issue in other projects too. --- ...x-playwright-browser-tunnel-publishing_2026-02-19-00-11.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/changes/@microsoft/rush/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@microsoft/rush/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json index d6966620b9d..1051302bdcf 100644 --- a/common/changes/@microsoft/rush/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json +++ b/common/changes/@microsoft/rush/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -2,7 +2,7 @@ "changes": [ { "packageName": "@microsoft/rush", - "comment": "", + "comment": "Add missing README for rush-azure-storage-build-cache-plugin and rush-buildxl-graph-plugin. Filter files from publish for rush-bridge-cache-plugin.", "type": "none" } ],