Skip to content

Commit bc93114

Browse files
committed
Upgrade projects from RSC 3.4-->3.5 since eslint-plugin relies on a library that requires TypeScript 3.5 features
1 parent d3d96d7 commit bc93114

File tree

44 files changed

+44
-44
lines changed

Some content is hidden

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

44 files changed

+44
-44
lines changed

apps/api-documenter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"resolve": "1.8.1"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
29+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3030
"@microsoft/node-library-build": "6.3.11",
3131
"@rushstack/eslint-config": "0.4.2",
3232
"@types/jest": "23.3.11",

apps/api-extractor-model/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@microsoft/node-library-build": "6.3.2",
22-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
22+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2323
"@rushstack/eslint-config": "0.4.2",
2424
"@types/jest": "23.3.11",
2525
"@types/node": "8.10.54",

apps/api-extractor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@microsoft/node-library-build": "6.3.2",
47-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
47+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
4848
"@rushstack/eslint-config": "0.4.2",
4949
"@types/jest": "23.3.11",
5050
"@types/lodash": "4.14.116",

apps/rush-buildxl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@microsoft/node-library-build": "6.3.11",
28-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
28+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2929
"@rushstack/eslint-config": "0.4.2",
3030
"@types/jest": "23.3.11",
3131
"@types/node": "8.10.54",

apps/rush-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@microsoft/node-library-build": "6.3.11",
51-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
51+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
5252
"@rushstack/eslint-config": "0.4.2",
5353
"@types/glob": "5.0.30",
5454
"@types/inquirer": "0.0.43",

apps/rush/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
40+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
4141
"@microsoft/node-library-build": "6.3.11",
4242
"@rushstack/eslint-config": "0.4.2",
4343
"@types/chai": "3.4.34",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@types/node": "8.10.54",
1717
"chai": "~3.5.0",
1818
"gulp": "~4.0.2",
19-
"@microsoft/rush-stack-compiler-3.4": "0.3.10"
19+
"@microsoft/rush-stack-compiler-3.5": "0.3.11"
2020
}
2121
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@types/node": "8.10.54",
1515
"chai": "~3.5.0",
1616
"gulp": "~4.0.2",
17-
"@microsoft/rush-stack-compiler-3.4": "0.3.10"
17+
"@microsoft/rush-stack-compiler-3.5": "0.3.11"
1818
}
1919
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@microsoft/rush-stack": "0.1.125",
14-
"@microsoft/rush-stack-compiler-3.4": "0.3.10"
14+
"@microsoft/rush-stack-compiler-3.5": "0.3.11"
1515
}
1616
}

build-tests/web-library-build-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "gulp --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
12+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
1313
"@microsoft/load-themed-styles": "1.10.26",
1414
"@microsoft/web-library-build": "7.3.12",
1515
"@types/jest": "23.3.11",

core-build/gulp-core-build-mocha/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@microsoft/node-library-build": "6.3.2",
25-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
25+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2626
"@rushstack/eslint-config": "0.4.2",
2727
"@types/glob": "5.0.30",
2828
"@types/gulp": "4.0.6",

core-build/gulp-core-build-sass/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"postcss-modules": "~1.3.1"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
29+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3030
"@microsoft/node-library-build": "6.3.11",
3131
"@rushstack/eslint-config": "0.4.2",
3232
"@types/clean-css": "4.2.1",

core-build/gulp-core-build-serve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"sudo": "~1.0.3"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
29+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3030
"@microsoft/node-library-build": "6.3.11",
3131
"@rushstack/eslint-config": "0.4.2",
3232
"@types/express": "4.11.0",

core-build/gulp-core-build-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@microsoft/api-extractor": "7.7.0",
2626
"@microsoft/node-library-build": "6.3.2",
2727
"@microsoft/rush-stack-compiler-3.1": "0.8.10",
28-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
28+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2929
"@rushstack/eslint-config": "0.4.2",
3030
"@types/glob": "5.0.30",
3131
"@types/resolve": "0.0.8",

core-build/gulp-core-build-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@microsoft/node-library-build": "6.3.11",
25-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
25+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2626
"@rushstack/eslint-config": "0.4.2",
2727
"@types/orchestrator": "0.0.30",
2828
"@types/source-map": "0.5.0",

core-build/gulp-core-build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@microsoft/node-library-build": "6.3.2",
57-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
57+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
5858
"@rushstack/eslint-config": "0.4.2",
5959
"@types/chai": "3.4.34",
6060
"@types/mocha": "5.2.5",

core-build/node-library-build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"gulp": "~4.0.2"
2222
},
2323
"devDependencies": {
24-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
24+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2525
"@rushstack/eslint-config": "0.4.2"
2626
}
2727
}

core-build/web-library-build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@microsoft/node-library-build": "6.3.11",
30-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
30+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3131
"@rushstack/eslint-config": "0.4.2"
3232
}
3333
}

libraries/load-themed-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typings": "lib/index.d.ts",
1515
"keywords": [],
1616
"devDependencies": {
17-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
17+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
1818
"@rushstack/eslint-config": "0.4.2",
1919
"@types/chai": "3.4.34",
2020
"@types/mocha": "5.2.5",

libraries/node-core-library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@microsoft/node-library-build": "6.3.2",
25-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
25+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2626
"@rushstack/eslint-config": "0.4.2",
2727
"@types/fs-extra": "5.0.4",
2828
"@types/jest": "23.3.11",

libraries/package-deps-hash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "gulp test --clean"
1414
},
1515
"devDependencies": {
16-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
16+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
1717
"@microsoft/node-library-build": "6.3.11",
1818
"@microsoft/node-core-library": "3.18.0",
1919
"@rushstack/eslint-config": "0.4.2",

libraries/rushell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@microsoft/node-core-library": "3.18.0"
1818
},
1919
"devDependencies": {
20-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
20+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2121
"@microsoft/node-library-build": "6.3.11",
2222
"@rushstack/eslint-config": "0.4.2",
2323
"@types/jest": "23.3.11",

libraries/stream-collator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"colors": "~1.2.1"
1717
},
1818
"devDependencies": {
19-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
19+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2020
"@types/chai": "3.4.34",
2121
"@types/mocha": "5.2.5",
2222
"@types/node": "8.10.54",

libraries/ts-command-line/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "8.10.54",
2323
"gulp": "~4.0.2",
2424
"@microsoft/node-library-build": "6.3.2",
25-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
25+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2626
"@rushstack/eslint-config": "0.4.2"
2727
}
2828
}

repo-scripts/doc-plugin-rush-stack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"js-yaml": "~3.13.1"
1818
},
1919
"devDependencies": {
20-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
20+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2121
"@microsoft/node-library-build": "6.3.11",
2222
"@rushstack/eslint-config": "0.4.2",
2323
"@types/js-yaml": "3.12.1",

repo-scripts/repo-toolbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@microsoft/ts-command-line": "4.3.5"
1515
},
1616
"devDependencies": {
17-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
17+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
1818
"@microsoft/node-library-build": "6.3.11",
1919
"@rushstack/eslint-config": "0.4.2",
2020
"@types/node": "8.10.54",

stack/rush-stack-compiler-2.4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@microsoft/node-library-build": "6.3.2",
33-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
33+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3434
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3535
"@rushstack/eslint-config": "0.4.2",
3636
"gulp": "~4.0.2"

stack/rush-stack-compiler-2.7/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@microsoft/node-library-build": "6.3.2",
33-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
33+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3434
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3535
"@rushstack/eslint-config": "0.4.2",
3636
"gulp": "~4.0.2"

stack/rush-stack-compiler-2.8/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@microsoft/node-library-build": "6.3.2",
33-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
33+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3434
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3535
"@rushstack/eslint-config": "0.4.2",
3636
"gulp": "~4.0.2"

stack/rush-stack-compiler-2.9/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@microsoft/node-library-build": "6.3.2",
33-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
33+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3434
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3535
"@rushstack/eslint-config": "0.4.2",
3636
"gulp": "~4.0.2"

stack/rush-stack-compiler-3.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@microsoft/node-library-build": "6.3.2",
33-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
33+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3434
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3535
"@rushstack/eslint-config": "0.4.2",
3636
"gulp": "~4.0.2"

stack/rush-stack-compiler-3.1/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@microsoft/node-library-build": "6.3.2",
33-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
33+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3434
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3535
"@rushstack/eslint-config": "0.4.2",
3636
"gulp": "~4.0.2"

stack/rush-stack-compiler-3.2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@microsoft/node-library-build": "6.3.2",
33-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
33+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3434
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3535
"@rushstack/eslint-config": "0.4.2",
3636
"gulp": "~4.0.2"

stack/rush-stack-compiler-3.3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@microsoft/node-library-build": "6.3.2",
33-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
33+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3434
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3535
"@rushstack/eslint-config": "0.4.2",
3636
"gulp": "~4.0.2"

stack/rush-stack-compiler-3.4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@microsoft/node-library-build": "6.3.2",
33-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
33+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3434
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3535
"@rushstack/eslint-config": "0.4.2",
3636
"gulp": "~4.0.2"

stack/rush-stack-compiler-3.5/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@microsoft/node-library-build": "6.3.2",
33-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
33+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3434
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3535
"@rushstack/eslint-config": "0.4.2",
3636
"gulp": "~4.0.2"

stack/rush-stack-compiler-3.6/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@microsoft/node-library-build": "6.3.2",
30-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
30+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3131
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3232
"gulp": "~4.0.2"
3333
}

stack/rush-stack-compiler-3.7/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@microsoft/node-library-build": "6.3.2",
30-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
30+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3131
"@microsoft/rush-stack-compiler-shared": "0.0.0",
3232
"gulp": "~4.0.2"
3333
}

stack/rush-stack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"colors": "~1.2.1"
3131
},
3232
"devDependencies": {
33-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
33+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3434
"@microsoft/node-library-build": "6.3.11",
3535
"@rushstack/eslint-config": "0.4.2",
3636
"@types/node": "8.10.54",

webpack/loader-load-themed-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@microsoft/node-library-build": "6.3.11",
21-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
21+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2222
"@rushstack/eslint-config": "0.4.2",
2323
"@types/loader-utils": "1.1.3",
2424
"@types/mocha": "5.2.5",

webpack/loader-raw-script/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"loader-utils": "~1.1.0"
1717
},
1818
"devDependencies": {
19-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
19+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2020
"@rushstack/eslint-config": "0.4.2",
2121
"@types/mocha": "5.2.5",
2222
"@types/node": "8.10.54",

webpack/loader-set-webpack-public-path/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lodash": "~4.17.15"
1919
},
2020
"devDependencies": {
21-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
21+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2222
"@rushstack/eslint-config": "0.4.2",
2323
"@types/lodash": "4.14.116",
2424
"@types/mocha": "5.2.5",

webpack/resolve-chunk-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@microsoft/node-library-build": "6.3.11",
20-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
20+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2121
"@rushstack/eslint-config": "0.4.2",
2222
"@types/mocha": "5.2.5",
2323
"@types/node": "8.10.54",

webpack/set-webpack-public-path-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@microsoft/node-library-build": "6.3.11",
24-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
24+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2525
"@rushstack/eslint-config": "0.4.2",
2626
"@types/lodash": "4.14.116",
2727
"@types/mocha": "5.2.5",

0 commit comments

Comments
 (0)