From 9d96bedd9145aa32bd4d4a4c9b530565bdda95ad Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:19:17 -0800 Subject: [PATCH] Rush change --- .../octogonz-fix-package-deps_2024-02-20-21-19.json | 10 ++++++++++ .../octogonz-fix-package-deps_2024-02-20-21-19.json | 10 ++++++++++ .../octogonz-fix-package-deps_2024-02-20-21-19.json | 10 ++++++++++ .../octogonz-fix-package-deps_2024-02-20-21-19.json | 10 ++++++++++ 4 files changed, 40 insertions(+) create mode 100644 common/changes/@microsoft/rush/octogonz-fix-package-deps_2024-02-20-21-19.json create mode 100644 common/changes/@rushstack/heft/octogonz-fix-package-deps_2024-02-20-21-19.json create mode 100644 common/changes/@rushstack/node-core-library/octogonz-fix-package-deps_2024-02-20-21-19.json create mode 100644 common/changes/@rushstack/terminal/octogonz-fix-package-deps_2024-02-20-21-19.json diff --git a/common/changes/@microsoft/rush/octogonz-fix-package-deps_2024-02-20-21-19.json b/common/changes/@microsoft/rush/octogonz-fix-package-deps_2024-02-20-21-19.json new file mode 100644 index 00000000000..858c2f6e469 --- /dev/null +++ b/common/changes/@microsoft/rush/octogonz-fix-package-deps_2024-02-20-21-19.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/rush", + "comment": "Improve `rush scan` to analyze APIs such as `Import.lazy()` and `await import()`", + "type": "none" + } + ], + "packageName": "@microsoft/rush" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft/octogonz-fix-package-deps_2024-02-20-21-19.json b/common/changes/@rushstack/heft/octogonz-fix-package-deps_2024-02-20-21-19.json new file mode 100644 index 00000000000..6030fb74051 --- /dev/null +++ b/common/changes/@rushstack/heft/octogonz-fix-package-deps_2024-02-20-21-19.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft", + "comment": "Fix a recent regression causing `Error: Cannot find module 'colors/safe'` (GitHub #4525)", + "type": "patch" + } + ], + "packageName": "@rushstack/heft" +} \ No newline at end of file diff --git a/common/changes/@rushstack/node-core-library/octogonz-fix-package-deps_2024-02-20-21-19.json b/common/changes/@rushstack/node-core-library/octogonz-fix-package-deps_2024-02-20-21-19.json new file mode 100644 index 00000000000..c054c3de118 --- /dev/null +++ b/common/changes/@rushstack/node-core-library/octogonz-fix-package-deps_2024-02-20-21-19.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/node-core-library", + "comment": "Remove a no longer needed dependency on the `colors` package", + "type": "patch" + } + ], + "packageName": "@rushstack/node-core-library" +} \ No newline at end of file diff --git a/common/changes/@rushstack/terminal/octogonz-fix-package-deps_2024-02-20-21-19.json b/common/changes/@rushstack/terminal/octogonz-fix-package-deps_2024-02-20-21-19.json new file mode 100644 index 00000000000..3a1fe576bd0 --- /dev/null +++ b/common/changes/@rushstack/terminal/octogonz-fix-package-deps_2024-02-20-21-19.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/terminal", + "comment": "Fix a recent regression causing `Error: Cannot find module 'colors/safe'` (GitHub #4525)", + "type": "patch" + } + ], + "packageName": "@rushstack/terminal" +} \ No newline at end of file