Skip to content

Commit aafc7ba

Browse files
committed
fix: based on code review
1 parent 1a6ae2c commit aafc7ba

File tree

6 files changed

+18
-19
lines changed

6 files changed

+18
-19
lines changed

build-tests-subspace/rush-lib-test/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@microsoft/rush-lib": "workspace:*",
14-
"@rushstack/terminal": "workspace:*",
15-
"colors": "~1.2.1"
14+
"@rushstack/terminal": "workspace:*"
1615
},
1716
"devDependencies": {
1817
"@rushstack/heft": "workspace:*",

build-tests-subspace/rush-sdk-test/config/heft.json

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"taskPlugin": {
1212
"pluginPackage": "@rushstack/heft-typescript-plugin"
1313
}
14+
},
15+
"lint": {
16+
"taskDependencies": ["typescript"],
17+
"taskPlugin": {
18+
"pluginPackage": "@rushstack/heft-lint-plugin"
19+
}
1420
}
1521
}
1622
}

build-tests-subspace/rush-sdk-test/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"_phase:build": "heft run --only build -- --clean"
1111
},
1212
"dependencies": {
13-
"@rushstack/rush-sdk": "workspace:*",
14-
"colors": "~1.2.1"
13+
"@rushstack/rush-sdk": "workspace:*"
1514
},
1615
"devDependencies": {
1716
"@rushstack/heft": "workspace:*",
17+
"@rushstack/heft-lint-plugin": "workspace:*",
1818
"@rushstack/heft-typescript-plugin": "workspace:*",
1919
"@microsoft/rush-lib": "workspace:*",
2020
"@types/node": "18.17.15",
@@ -30,6 +30,9 @@
3030
"@rushstack/heft": {
3131
"injected": true
3232
},
33+
"@rushstack/heft-lint-plugin": {
34+
"injected": true
35+
},
3336
"@rushstack/heft-typescript-plugin": {
3437
"injected": true
3538
}

common/config/rush/browser-approved-packages.json

-8
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
"name": "axios",
5555
"allowedCategories": [ "libraries" ]
5656
},
57-
{
58-
"name": "colors",
59-
"allowedCategories": [ "tests" ]
60-
},
6157
{
6258
"name": "dependency-path",
6359
"allowedCategories": [ "libraries" ]
@@ -90,10 +86,6 @@
9086
"name": "redux",
9187
"allowedCategories": [ "libraries", "vscode-extensions" ]
9288
},
93-
{
94-
"name": "rimraf",
95-
"allowedCategories": [ "tests" ]
96-
},
9789
{
9890
"name": "rxjs",
9991
"allowedCategories": [ "libraries" ]

common/config/rush/pnpm-lock.yaml

+5-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rush.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* path segment in the "$schema" field for all your Rush config files. This will ensure
1717
* correct error-underlining and tab-completion for editors such as VS Code.
1818
*/
19-
"rushVersion": "5.115.0",
19+
"rushVersion": "5.116.0",
2020

2121
/**
2222
* The next field selects which package manager should be installed and determines its version.

0 commit comments

Comments
 (0)