Skip to content

Commit

Permalink
Upgrade projects to build with TypeScript 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Jul 18, 2019
1 parent 9c2bb14 commit fc6e9d5
Show file tree
Hide file tree
Showing 115 changed files with 298 additions and 230 deletions.
2 changes: 1 addition & 1 deletion apps/api-documenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"js-yaml": "~3.13.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.2": "0.3.24",
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
"@microsoft/node-library-build": "6.0.72",
"@types/js-yaml": "3.12.1",
"@types/node": "8.5.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/api-documenter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json",
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-node.json",
"compilerOptions": {
"types": [
"jest"
Expand Down
2 changes: 1 addition & 1 deletion apps/api-documenter/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json"
"extends": "@microsoft/rush-stack-compiler-3.4/includes/tslint.json"
}
2 changes: 1 addition & 1 deletion apps/api-extractor-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.71",
"@microsoft/rush-stack-compiler-3.2": "0.3.23",
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
"@types/jest": "23.3.11",
"gulp": "~3.9.1",
"tslint-microsoft-contrib": "~5.2.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor-model/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json",
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-node.json",

"compilerOptions": {
"types": [
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor-model/tslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json",
"extends": "@microsoft/rush-stack-compiler-3.4/includes/tslint.json",
"rules": {
"member-ordering": false
}
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.71",
"@microsoft/rush-stack-compiler-3.2": "0.3.23",
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
"@types/jest": "23.3.11",
"@types/lodash": "4.14.116",
"@types/node": "8.5.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json",
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-node.json",

"compilerOptions": {
"types": [
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/tslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json",
"extends": "@microsoft/rush-stack-compiler-3.4/includes/tslint.json",
"rules": {
"member-ordering": false
}
Expand Down
2 changes: 1 addition & 1 deletion apps/rush-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.72",
"@microsoft/rush-stack-compiler-3.2": "0.3.24",
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
"@types/glob": "5.0.30",
"@types/jest": "23.3.11",
"@types/js-yaml": "3.12.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/rush-lib/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json",
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-node.json",
"compilerOptions": {
"types": [
"jest",
Expand Down
2 changes: 1 addition & 1 deletion apps/rush-lib/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json"
"extends": "@microsoft/rush-stack-compiler-3.4/includes/tslint.json"
}
2 changes: 1 addition & 1 deletion apps/rush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"semver": "~5.3.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.2": "0.3.24",
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
"@microsoft/node-library-build": "6.0.72",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/rush/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json",
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-node.json",
"compilerOptions": {
"types": [
"mocha",
Expand Down
2 changes: 1 addition & 1 deletion apps/rush/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json"
"extends": "@microsoft/rush-stack-compiler-3.4/includes/tslint.json"
}
2 changes: 1 addition & 1 deletion build-tests/node-library-build-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@types/mocha": "5.2.5",
"chai": "~3.5.0",
"gulp": "~3.9.1",
"@microsoft/rush-stack-compiler-3.2": "0.3.24"
"@microsoft/rush-stack-compiler-3.4": "0.1.11"
}
}
2 changes: 1 addition & 1 deletion build-tests/node-library-build-test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json"
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-node.json"
}
2 changes: 1 addition & 1 deletion build-tests/node-library-build-test/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json"
"extends": "@microsoft/rush-stack-compiler-3.4/includes/tslint.json"
}
2 changes: 1 addition & 1 deletion build-tests/rush-stack-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@microsoft/rush-stack": "0.1.92",
"@microsoft/rush-stack-compiler-3.2": "0.3.24"
"@microsoft/rush-stack-compiler-3.4": "0.1.11"
}
}
2 changes: 1 addition & 1 deletion build-tests/rush-stack-library-test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-web.json"
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-web.json"
}
2 changes: 1 addition & 1 deletion build-tests/rush-stack-library-test/tslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "http://json.schemastore.org/tslint",
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tslint.json"
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tslint.json"
}
2 changes: 1 addition & 1 deletion build-tests/web-library-build-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"ts-jest": "~22.4.6",
"@types/jest": "23.3.11",
"@microsoft/rush-stack-compiler-3.2": "0.3.24",
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
"@microsoft/load-themed-styles": "1.9.12",
"@microsoft/web-library-build": "7.0.50",
"gulp": "~3.9.1"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/web-library-build-test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-web.json",
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-web.json",
"compilerOptions": {
"types": [
"jest"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/web-library-build-test/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json"
"extends": "@microsoft/rush-stack-compiler-3.4/includes/tslint.json"
}
2 changes: 1 addition & 1 deletion common/config/rush/nonbrowser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},
{
"name": "@microsoft/rush-stack-compiler-3.4",
"allowedCategories": [ "tests" ]
"allowedCategories": [ "libraries", "tests" ]
},
{
"name": "@microsoft/rush-stack-compiler-shared",
Expand Down
Loading

0 comments on commit fc6e9d5

Please sign in to comment.