Skip to content

Commit

Permalink
Merge pull request #3359 from F3n67u/ts-4.6
Browse files Browse the repository at this point in the history
Update TypeScript to 4.6
  • Loading branch information
iclanton authored Apr 23, 2022
2 parents 7386ee3 + a574cb9 commit 9152be2
Show file tree
Hide file tree
Showing 64 changed files with 698 additions and 461 deletions.
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"resolve": "~1.17.0",
"semver": "~7.3.0",
"source-map": "~0.6.1",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/heft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"@types/semver": "7.3.5",
"colors": "~1.2.1",
"tslint": "~5.20.1",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const OLDEST_SUPPORTED_TS_MAJOR_VERSION: number = 2;
const OLDEST_SUPPORTED_TS_MINOR_VERSION: number = 9;

const NEWEST_SUPPORTED_TS_MAJOR_VERSION: number = 4;
const NEWEST_SUPPORTED_TS_MINOR_VERSION: number = 5;
const NEWEST_SUPPORTED_TS_MINOR_VERSION: number = 6;

export class TypeScriptBuilder extends SubprocessRunnerBase<ITypeScriptBuilderConfiguration> {
private _typescriptVersion!: string;
Expand Down
2 changes: 1 addition & 1 deletion build-tests-samples/heft-node-basic-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24",
"eslint": "~8.7.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests-samples/heft-node-jest-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24",
"eslint": "~8.7.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"aws-cdk-lib": "2.7.0",
"constructs": "~10.0.98",
"eslint": "~8.7.0",
"typescript": "~4.5.5"
},
"dependencies": {}
"typescript": "~4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react": "~16.13.1",
"style-loader": "~2.0.0",
"terser-webpack-plugin": "~3.0.8",
"typescript": "~4.5.2",
"typescript": "~4.6.3",
"webpack": "~4.44.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"html-webpack-plugin": "~4.5.2",
"source-map-loader": "~1.1.3",
"style-loader": "~2.0.0",
"typescript": "~4.5.2",
"typescript": "~4.6.3",
"webpack": "~4.44.2"
}
}
2 changes: 1 addition & 1 deletion build-tests-samples/heft-web-rig-app-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react-dom": "16.9.14",
"@types/react": "16.14.23",
"@types/webpack-env": "1.13.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/react-dom": "16.9.14",
"@types/react": "16.14.23",
"@types/webpack-env": "1.13.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"html-webpack-plugin": "~5.5.0",
"source-map-loader": "~3.0.1",
"style-loader": "~3.3.1",
"typescript": "~4.5.2",
"typescript": "~4.6.3",
"webpack": "~5.68.0"
}
}
2 changes: 1 addition & 1 deletion build-tests-samples/packlets-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@rushstack/heft": "workspace:*",
"@types/node": "12.20.24",
"eslint": "~8.7.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/api-documenter-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@types/jest": "27.4.0",
"@types/node": "12.20.24",
"fs-extra": "~7.0.1",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/api-extractor-lib2-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@types/jest": "27.4.0",
"@types/node": "12.20.24",
"fs-extra": "~7.0.1",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/api-extractor-lib3-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/jest": "27.4.0",
"@types/node": "12.20.24",
"fs-extra": "~7.0.1",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/api-extractor-scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"api-extractor-lib3-test": "workspace:*",
"colors": "~1.2.1",
"fs-extra": "~7.0.1",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24",
"fs-extra": "~7.0.1",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@microsoft/api-extractor": "workspace:*",
"@types/node": "12.20.24",
"fs-extra": "~7.0.1",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-03/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@types/node": "12.20.24",
"api-extractor-test-02": "workspace:*",
"fs-extra": "~7.0.1",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-04/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@microsoft/api-extractor": "workspace:*",
"api-extractor-lib1-test": "workspace:*",
"fs-extra": "~7.0.1",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
4 changes: 2 additions & 2 deletions build-tests/eslint-7-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@types/node": "12.20.24",
"@typescript-eslint/parser": "~5.6.0",
"@typescript-eslint/parser": "~5.20.0",
"eslint": "~7.30.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-action-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rushstack/heft": "workspace:*",
"@types/node": "12.20.24",
"eslint": "~8.7.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-example-plugin-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/node": "12.20.24",
"@types/tapable": "1.0.6",
"eslint": "~8.7.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-example-plugin-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/node": "12.20.24",
"eslint": "~8.7.0",
"heft-example-plugin-01": "workspace:*",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-fastify-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24",
"eslint": "~8.7.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
},
"dependencies": {
"fastify": "~3.16.1"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-jest-reporters-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@rushstack/heft-jest-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"eslint": "~8.7.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-minimal-rig-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"_phase:build": ""
},
"dependencies": {
"typescript": "~4.5.2",
"typescript": "~4.6.3",
"@microsoft/api-extractor": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"heft-example-plugin-02": "workspace:*",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-node-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"heft-example-plugin-02": "workspace:*",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-parameter-plugin-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@rushstack/node-core-library": "workspace:*",
"@types/heft-jest": "1.0.1",
"heft-parameter-plugin": "workspace:*",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-parameter-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rushstack/heft": "workspace:*",
"@types/node": "12.20.24",
"eslint": "~8.7.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-sass-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"sass-loader": "~10.0.0",
"sass": "~1.3.0",
"style-loader": "~2.0.0",
"typescript": "~4.5.2",
"typescript": "~4.6.3",
"webpack": "~4.44.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-typescript-composite-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"eslint": "~8.7.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-webpack4-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"file-loader": "~6.0.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~4.5.2",
"typescript": "~4.6.3",
"webpack": "~4.44.2"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-webpack5-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"eslint": "~8.7.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
}
}
Loading

0 comments on commit 9152be2

Please sign in to comment.