Skip to content

Commit 2f6f187

Browse files
committed
Add TypeScript 4.5.0 to the supported TS versions in Heft.
1 parent b17fb0e commit 2f6f187

File tree

10 files changed

+19
-23
lines changed

10 files changed

+19
-23
lines changed

apps/api-extractor-model/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
},
2222
"devDependencies": {
2323
"@rushstack/eslint-config": "workspace:*",
24-
"@rushstack/heft": "0.42.5",
25-
"@rushstack/heft-node-rig": "1.3.0",
24+
"@rushstack/heft": "0.42.6",
25+
"@rushstack/heft-node-rig": "1.4.0",
2626
"@types/heft-jest": "1.0.1",
27-
"@types/node": "12.20.24",
28-
"typescript": "~4.5.2"
27+
"@types/node": "12.20.24"
2928
}
3029
}

apps/api-extractor/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,12 @@
5050
},
5151
"devDependencies": {
5252
"@rushstack/eslint-config": "workspace:*",
53-
"@rushstack/heft": "0.42.5",
54-
"@rushstack/heft-node-rig": "1.3.0",
53+
"@rushstack/heft": "0.42.6",
54+
"@rushstack/heft-node-rig": "1.4.0",
5555
"@types/heft-jest": "1.0.1",
5656
"@types/lodash": "4.14.116",
5757
"@types/node": "12.20.24",
5858
"@types/resolve": "1.17.1",
59-
"@types/semver": "7.3.5",
60-
"typescript": "~4.5.2"
59+
"@types/semver": "7.3.5"
6160
}
6261
}

apps/heft/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"devDependencies": {
5151
"@microsoft/api-extractor": "workspace:*",
5252
"@rushstack/eslint-config": "workspace:*",
53-
"@rushstack/heft": "0.42.5",
54-
"@rushstack/heft-node-rig": "1.3.0",
53+
"@rushstack/heft": "0.42.6",
54+
"@rushstack/heft-node-rig": "1.4.0",
5555
"@types/argparse": "1.0.38",
5656
"@types/eslint": "8.2.0",
5757
"@types/glob": "7.1.1",

apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const OLDEST_SUPPORTED_TS_MAJOR_VERSION: number = 2;
115115
const OLDEST_SUPPORTED_TS_MINOR_VERSION: number = 9;
116116

117117
const NEWEST_SUPPORTED_TS_MAJOR_VERSION: number = 4;
118-
const NEWEST_SUPPORTED_TS_MINOR_VERSION: number = 4;
118+
const NEWEST_SUPPORTED_TS_MINOR_VERSION: number = 5;
119119

120120
export class TypeScriptBuilder extends SubprocessRunnerBase<ITypeScriptBuilderConfiguration> {
121121
private _typescriptVersion!: string;

apps/rush-lib/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
"@types/strict-uri-encode": "2.0.0",
7676
"@types/tar": "4.0.3",
7777
"@types/z-schema": "3.16.31",
78-
"jest": "~25.4.0",
79-
"typescript": "~4.5.2"
78+
"jest": "~25.4.0"
8079
},
8180
"publishOnlyDependencies": {
8281
"@rushstack/rush-amazon-s3-build-cache-plugin": "workspace:*",

eslint/eslint-patch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"package"
2525
],
2626
"devDependencies": {
27-
"@rushstack/heft": "0.42.5",
28-
"@rushstack/heft-node-rig": "1.3.0",
27+
"@rushstack/heft": "0.42.6",
28+
"@rushstack/heft-node-rig": "1.4.0",
2929
"@types/node": "12.20.24"
3030
}
3131
}

eslint/eslint-plugin-packlets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
2929
},
3030
"devDependencies": {
31-
"@rushstack/heft": "0.42.5",
32-
"@rushstack/heft-node-rig": "1.3.0",
31+
"@rushstack/heft": "0.42.6",
32+
"@rushstack/heft-node-rig": "1.4.0",
3333
"@types/eslint": "8.2.0",
3434
"@types/estree": "0.0.50",
3535
"@types/heft-jest": "1.0.1",

eslint/eslint-plugin-security/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
2828
},
2929
"devDependencies": {
30-
"@rushstack/heft": "0.42.5",
31-
"@rushstack/heft-node-rig": "1.3.0",
30+
"@rushstack/heft": "0.42.6",
31+
"@rushstack/heft-node-rig": "1.4.0",
3232
"@types/eslint": "8.2.0",
3333
"@types/estree": "0.0.50",
3434
"@types/heft-jest": "1.0.1",

eslint/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
3232
},
3333
"devDependencies": {
34-
"@rushstack/heft": "0.42.5",
35-
"@rushstack/heft-node-rig": "1.3.0",
34+
"@rushstack/heft": "0.42.6",
35+
"@rushstack/heft-node-rig": "1.4.0",
3636
"@types/eslint": "8.2.0",
3737
"@types/estree": "0.0.50",
3838
"@types/heft-jest": "1.0.1",

heft-plugins/heft-dev-cert-plugin/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"@types/heft-jest": "1.0.1",
3131
"@types/node": "12.20.24",
3232
"@types/webpack-dev-server": "4.0.0",
33-
"eslint": "~8.3.0",
34-
"typescript": "~4.5.2"
33+
"eslint": "~8.3.0"
3534
}
3635
}

0 commit comments

Comments
 (0)