Skip to content

Commit 73ad06a

Browse files
committed
Convert the repository to use PNPM workspaces through Rush.
1 parent e24dd6f commit 73ad06a

File tree

79 files changed

+11268
-12091
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+11268
-12091
lines changed

apps/api-documenter/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
"main": "lib/index.js",
1818
"typings": "dist/rollup.d.ts",
1919
"dependencies": {
20-
"@microsoft/api-extractor-model": "7.8.12",
21-
"@rushstack/node-core-library": "3.25.0",
22-
"@rushstack/ts-command-line": "4.4.6",
20+
"@microsoft/api-extractor-model": "workspace:*",
21+
"@rushstack/node-core-library": "workspace:*",
22+
"@rushstack/ts-command-line": "workspace:*",
2323
"@microsoft/tsdoc": "0.12.19",
2424
"colors": "~1.2.1",
2525
"js-yaml": "~3.13.1",
2626
"resolve": "~1.17.0"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler-3.5": "0.8.1",
30-
"@microsoft/node-library-build": "6.4.32",
31-
"@rushstack/eslint-config": "1.0.2",
29+
"@microsoft/rush-stack-compiler-3.5": "workspace:*",
30+
"@microsoft/node-library-build": "workspace:*",
31+
"@rushstack/eslint-config": "workspace:*",
3232
"@types/jest": "25.2.1",
3333
"@types/js-yaml": "3.12.1",
3434
"@types/node": "10.17.13",

apps/api-extractor-model/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"build": "gulp test --clean"
1515
},
1616
"dependencies": {
17-
"@rushstack/node-core-library": "3.25.0",
17+
"@rushstack/node-core-library": "workspace:*",
1818
"@microsoft/tsdoc": "0.12.19"
1919
},
2020
"devDependencies": {
2121
"@microsoft/node-library-build": "6.4.31",
2222
"@microsoft/rush-stack-compiler-3.5": "0.8.0",
23-
"@rushstack/eslint-config": "1.0.2",
23+
"@rushstack/eslint-config": "workspace:*",
2424
"@types/jest": "25.2.1",
2525
"@types/node": "10.17.13",
2626
"gulp": "~4.0.2"

apps/api-extractor/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"build": "gulp test --clean"
3333
},
3434
"dependencies": {
35-
"@microsoft/api-extractor-model": "7.8.12",
36-
"@rushstack/node-core-library": "3.25.0",
37-
"@rushstack/ts-command-line": "4.4.6",
35+
"@microsoft/api-extractor-model": "workspace:*",
36+
"@rushstack/node-core-library": "workspace:*",
37+
"@rushstack/ts-command-line": "workspace:*",
3838
"@microsoft/tsdoc": "0.12.19",
3939
"colors": "~1.2.1",
4040
"lodash": "~4.17.15",
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@microsoft/node-library-build": "6.4.31",
4848
"@microsoft/rush-stack-compiler-3.5": "0.8.0",
49-
"@rushstack/eslint-config": "1.0.2",
49+
"@rushstack/eslint-config": "workspace:*",
5050
"@types/jest": "25.2.1",
5151
"@types/lodash": "4.14.116",
5252
"@types/semver": "~7.3.1",

apps/heft/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"@types/glob": "7.1.1",
1717
"@types/node": "10.17.13",
1818
"@types/resolve": "1.17.1",
19-
"@rushstack/eslint-config": "1.0.2",
20-
"@microsoft/rush-stack-compiler-3.7": "0.6.1"
19+
"@rushstack/eslint-config": "workspace:*",
20+
"@microsoft/rush-stack-compiler-3.7": "workspace:*"
2121
},
2222
"dependencies": {
23-
"@rushstack/node-core-library": "3.25.0",
24-
"@rushstack/ts-command-line": "4.4.6",
23+
"@rushstack/node-core-library": "workspace:*",
24+
"@rushstack/ts-command-line": "workspace:*",
2525
"@types/tapable": "1.0.5",
2626
"chokidar": "~3.4.0",
2727
"glob-escape": "~0.0.2",

apps/rush-buildxl/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
},
2020
"license": "MIT",
2121
"dependencies": {
22-
"@rushstack/node-core-library": "3.25.0",
23-
"@microsoft/rush-lib": "5.27.3",
24-
"@rushstack/ts-command-line": "4.4.6"
22+
"@rushstack/node-core-library": "workspace:*",
23+
"@microsoft/rush-lib": "workspace:*",
24+
"@rushstack/ts-command-line": "workspace:*"
2525
},
2626
"devDependencies": {
27-
"@microsoft/node-library-build": "6.4.32",
28-
"@microsoft/rush-stack-compiler-3.5": "0.8.1",
29-
"@rushstack/eslint-config": "1.0.2",
27+
"@microsoft/node-library-build": "workspace:*",
28+
"@microsoft/rush-stack-compiler-3.5": "workspace:*",
29+
"@rushstack/eslint-config": "workspace:*",
3030
"@types/jest": "25.2.1",
3131
"@types/node": "10.17.13",
3232
"gulp": "~4.0.2"

apps/rush-lib/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"@pnpm/link-bins": "~5.1.0",
22-
"@rushstack/node-core-library": "3.25.0",
23-
"@rushstack/package-deps-hash": "2.4.32",
24-
"@rushstack/stream-collator": "3.2.32",
25-
"@rushstack/ts-command-line": "4.4.6",
22+
"@rushstack/node-core-library": "workspace:*",
23+
"@rushstack/package-deps-hash": "workspace:*",
24+
"@rushstack/stream-collator": "workspace:*",
25+
"@rushstack/ts-command-line": "workspace:*",
2626
"@yarnpkg/lockfile": "~1.0.2",
2727
"builtin-modules": "~3.1.0",
2828
"cli-table": "~0.3.1",
@@ -49,9 +49,9 @@
4949
"z-schema": "~3.18.3"
5050
},
5151
"devDependencies": {
52-
"@microsoft/node-library-build": "6.4.32",
53-
"@microsoft/rush-stack-compiler-3.5": "0.8.1",
54-
"@rushstack/eslint-config": "1.0.2",
52+
"@microsoft/node-library-build": "workspace:*",
53+
"@microsoft/rush-stack-compiler-3.5": "workspace:*",
54+
"@rushstack/eslint-config": "workspace:*",
5555
"@types/glob": "7.1.1",
5656
"@types/inquirer": "0.0.43",
5757
"@types/jest": "25.2.1",

apps/rush/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {
34-
"@rushstack/node-core-library": "3.25.0",
35-
"@microsoft/rush-lib": "5.27.3",
34+
"@rushstack/node-core-library": "workspace:*",
35+
"@microsoft/rush-lib": "workspace:*",
3636
"colors": "~1.2.1",
3737
"semver": "~7.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler-3.5": "0.8.1",
41-
"@microsoft/node-library-build": "6.4.32",
42-
"@rushstack/eslint-config": "1.0.2",
40+
"@microsoft/rush-stack-compiler-3.5": "workspace:*",
41+
"@microsoft/node-library-build": "workspace:*",
42+
"@rushstack/eslint-config": "workspace:*",
4343
"@types/jest": "25.2.1",
4444
"@types/node": "10.17.13",
4545
"@types/semver": "~7.3.1",

build-tests/api-documenter-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build.js"
1010
},
1111
"devDependencies": {
12-
"@microsoft/api-extractor": "7.9.1",
13-
"@microsoft/api-documenter": "7.8.21",
12+
"@microsoft/api-extractor": "workspace:*",
13+
"@microsoft/api-documenter": "workspace:*",
1414
"@types/jest": "25.2.1",
1515
"@types/node": "10.17.13",
1616
"fs-extra": "~7.0.1",

build-tests/api-extractor-lib1-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"devDependencies": {
12-
"@microsoft/api-extractor": "7.9.1",
12+
"@microsoft/api-extractor": "workspace:*",
1313
"@types/node": "10.17.13",
1414
"fs-extra": "~7.0.1",
1515
"typescript": "~2.4.2"

build-tests/api-extractor-lib2-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"devDependencies": {
12-
"@microsoft/api-extractor": "7.9.1",
12+
"@microsoft/api-extractor": "workspace:*",
1313
"@types/jest": "25.2.1",
1414
"@types/node": "10.17.13",
1515
"fs-extra": "~7.0.1",

build-tests/api-extractor-lib3-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"api-extractor-lib1-test": "1.0.0"
12+
"api-extractor-lib1-test": "workspace:*"
1313
},
1414
"devDependencies": {
15-
"@microsoft/api-extractor": "7.9.1",
15+
"@microsoft/api-extractor": "workspace:*",
1616
"@types/jest": "25.2.1",
1717
"@types/node": "10.17.13",
1818
"fs-extra": "~7.0.1",

build-tests/api-extractor-scenarios/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"build": "node build.js"
1010
},
1111
"devDependencies": {
12-
"@microsoft/api-extractor": "7.9.1",
13-
"@rushstack/node-core-library": "3.25.0",
12+
"@microsoft/api-extractor": "workspace:*",
13+
"@rushstack/node-core-library": "workspace:*",
1414
"@microsoft/teams-js": "1.3.0-beta.4",
1515
"@types/jest": "25.2.1",
1616
"@types/node": "10.17.13",
17-
"api-extractor-lib1-test": "1.0.0",
18-
"api-extractor-lib2-test": "1.0.0",
19-
"api-extractor-lib3-test": "1.0.0",
17+
"api-extractor-lib1-test": "workspace:*",
18+
"api-extractor-lib2-test": "workspace:*",
19+
"api-extractor-lib3-test": "workspace:*",
2020
"colors": "~1.2.1",
2121
"fs-extra": "~7.0.1",
2222
"typescript": "~3.9.5"

build-tests/api-extractor-test-01/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"long": "^4.0.0"
1515
},
1616
"devDependencies": {
17-
"@microsoft/api-extractor": "7.9.1",
17+
"@microsoft/api-extractor": "workspace:*",
1818
"@types/node": "10.17.13",
1919
"fs-extra": "~7.0.1",
2020
"typescript": "~3.9.5"

build-tests/api-extractor-test-02/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"dependencies": {
1212
"@types/semver": "~7.3.1",
13-
"api-extractor-test-01": "1.0.0",
13+
"api-extractor-test-01": "workspace:*",
1414
"semver": "~7.3.0"
1515
},
1616
"devDependencies": {
17-
"@microsoft/api-extractor": "7.9.1",
17+
"@microsoft/api-extractor": "workspace:*",
1818
"@types/node": "10.17.13",
1919
"fs-extra": "~7.0.1",
2020
"typescript": "~3.9.5"

build-tests/api-extractor-test-03/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@types/jest": "25.2.1",
1111
"@types/node": "10.17.13",
12-
"api-extractor-test-02": "1.0.0",
12+
"api-extractor-test-02": "workspace:*",
1313
"fs-extra": "~7.0.1",
1414
"typescript": "~3.9.5"
1515
}

build-tests/api-extractor-test-04/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.9.1",
13-
"api-extractor-lib1-test": "1.0.0",
12+
"@microsoft/api-extractor": "workspace:*",
13+
"api-extractor-lib1-test": "workspace:*",
1414
"fs-extra": "~7.0.1",
1515
"typescript": "~3.9.5"
1616
}

build-tests/heft-test-01/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "heft build --clean"
99
},
1010
"devDependencies": {
11-
"@rushstack/heft": "0.1.0",
12-
"@microsoft/rush-stack-compiler-3.7": "0.6.1"
11+
"@rushstack/heft": "workspace:*",
12+
"@microsoft/rush-stack-compiler-3.7": "workspace:*"
1313
}
1414
}

build-tests/localization-plugin-test-01/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@rushstack/set-webpack-public-path-plugin": "2.4.29",
12-
"@rushstack/node-core-library": "3.25.0",
13-
"@rushstack/localization-plugin": "0.3.26",
11+
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
12+
"@rushstack/node-core-library": "workspace:*",
13+
"@rushstack/localization-plugin": "workspace:*",
1414
"@types/webpack-env": "1.13.0",
15-
"@microsoft/rush-stack-compiler-3.5": "0.8.1",
15+
"@microsoft/rush-stack-compiler-3.5": "workspace:*",
1616
"ts-loader": "6.0.0",
1717
"typescript": "~3.7.2",
1818
"webpack": "~4.31.0",

build-tests/localization-plugin-test-02/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@rushstack/set-webpack-public-path-plugin": "2.4.29",
12-
"@rushstack/node-core-library": "3.25.0",
13-
"@rushstack/localization-plugin": "0.3.26",
11+
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
12+
"@rushstack/node-core-library": "workspace:*",
13+
"@rushstack/localization-plugin": "workspace:*",
1414
"@types/webpack-env": "1.13.0",
15-
"@microsoft/rush-stack-compiler-3.5": "0.8.1",
15+
"@microsoft/rush-stack-compiler-3.5": "workspace:*",
1616
"ts-loader": "6.0.0",
1717
"typescript": "~3.7.2",
1818
"webpack": "~4.31.0",

build-tests/localization-plugin-test-03/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@rushstack/set-webpack-public-path-plugin": "2.4.29",
12-
"@rushstack/node-core-library": "3.25.0",
13-
"@rushstack/localization-plugin": "0.3.26",
11+
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
12+
"@rushstack/node-core-library": "workspace:*",
13+
"@rushstack/localization-plugin": "workspace:*",
1414
"@types/webpack-env": "1.13.0",
15-
"@microsoft/rush-stack-compiler-3.5": "0.8.1",
15+
"@microsoft/rush-stack-compiler-3.5": "workspace:*",
1616
"ts-loader": "6.0.0",
1717
"typescript": "~3.7.2",
1818
"webpack": "~4.31.0",

build-tests/node-library-build-eslint-test/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"lint": "node node_modules/@microsoft/rush-stack-compiler-3.5/bin/rush-eslint -f unix \"src/**/*.{ts,tsx}\""
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.32",
13-
"@rushstack/eslint-config": "1.0.2",
12+
"@microsoft/node-library-build": "workspace:*",
13+
"@rushstack/eslint-config": "workspace:*",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2",
16-
"@microsoft/rush-stack-compiler-3.5": "0.8.1"
16+
"@microsoft/rush-stack-compiler-3.5": "workspace:*"
1717
}
1818
}

build-tests/node-library-build-tslint-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"build": "gulp test --clean"
99
},
1010
"devDependencies": {
11-
"@microsoft/node-library-build": "6.4.32",
11+
"@microsoft/node-library-build": "workspace:*",
1212
"@types/node": "10.17.13",
1313
"gulp": "~4.0.2",
14-
"@microsoft/rush-stack-compiler-3.5": "0.8.1"
14+
"@microsoft/rush-stack-compiler-3.5": "workspace:*"
1515
}
1616
}

build-tests/rush-stack-compiler-2.4-library-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.32",
13-
"@microsoft/rush-stack-compiler-2.4": "0.13.1",
12+
"@microsoft/node-library-build": "workspace:*",
13+
"@microsoft/rush-stack-compiler-2.4": "workspace:*",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-2.7-library-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.32",
13-
"@microsoft/rush-stack-compiler-2.7": "0.13.1",
12+
"@microsoft/node-library-build": "workspace:*",
13+
"@microsoft/rush-stack-compiler-2.7": "workspace:*",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-2.8-library-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.32",
13-
"@microsoft/rush-stack-compiler-2.8": "0.8.1",
12+
"@microsoft/node-library-build": "workspace:*",
13+
"@microsoft/rush-stack-compiler-2.8": "workspace:*",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-2.9-library-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.32",
13-
"@microsoft/rush-stack-compiler-2.9": "0.14.1",
12+
"@microsoft/node-library-build": "workspace:*",
13+
"@microsoft/rush-stack-compiler-2.9": "workspace:*",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-3.0-library-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.32",
13-
"@microsoft/rush-stack-compiler-3.0": "0.13.1",
12+
"@microsoft/node-library-build": "workspace:*",
13+
"@microsoft/rush-stack-compiler-3.0": "workspace:*",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

0 commit comments

Comments
 (0)