Skip to content

Commit

Permalink
Rush change
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Feb 20, 2024
1 parent ac53b43 commit 9d96bed
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 9d96bed

Please sign in to comment.