File tree 10 files changed +19
-23
lines changed
src/plugins/TypeScriptPlugin
heft-plugins/heft-dev-cert-plugin
10 files changed +19
-23
lines changed Original file line number Diff line number Diff line change 21
21
},
22
22
"devDependencies" : {
23
23
"@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" ,
26
26
"@types/heft-jest" : " 1.0.1" ,
27
- "@types/node" : " 12.20.24" ,
28
- "typescript" : " ~4.5.2"
27
+ "@types/node" : " 12.20.24"
29
28
}
30
29
}
Original file line number Diff line number Diff line change 50
50
},
51
51
"devDependencies" : {
52
52
"@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" ,
55
55
"@types/heft-jest" : " 1.0.1" ,
56
56
"@types/lodash" : " 4.14.116" ,
57
57
"@types/node" : " 12.20.24" ,
58
58
"@types/resolve" : " 1.17.1" ,
59
- "@types/semver" : " 7.3.5" ,
60
- "typescript" : " ~4.5.2"
59
+ "@types/semver" : " 7.3.5"
61
60
}
62
61
}
Original file line number Diff line number Diff line change 50
50
"devDependencies" : {
51
51
"@microsoft/api-extractor" : " workspace:*" ,
52
52
"@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" ,
55
55
"@types/argparse" : " 1.0.38" ,
56
56
"@types/eslint" : " 8.2.0" ,
57
57
"@types/glob" : " 7.1.1" ,
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ const OLDEST_SUPPORTED_TS_MAJOR_VERSION: number = 2;
115
115
const OLDEST_SUPPORTED_TS_MINOR_VERSION : number = 9 ;
116
116
117
117
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 ;
119
119
120
120
export class TypeScriptBuilder extends SubprocessRunnerBase < ITypeScriptBuilderConfiguration > {
121
121
private _typescriptVersion ! : string ;
Original file line number Diff line number Diff line change 75
75
"@types/strict-uri-encode" : " 2.0.0" ,
76
76
"@types/tar" : " 4.0.3" ,
77
77
"@types/z-schema" : " 3.16.31" ,
78
- "jest" : " ~25.4.0" ,
79
- "typescript" : " ~4.5.2"
78
+ "jest" : " ~25.4.0"
80
79
},
81
80
"publishOnlyDependencies" : {
82
81
"@rushstack/rush-amazon-s3-build-cache-plugin" : " workspace:*" ,
Original file line number Diff line number Diff line change 24
24
" package"
25
25
],
26
26
"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" ,
29
29
"@types/node" : " 12.20.24"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 28
28
"eslint" : " ^6.0.0 || ^7.0.0 || ^8.0.0"
29
29
},
30
30
"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" ,
33
33
"@types/eslint" : " 8.2.0" ,
34
34
"@types/estree" : " 0.0.50" ,
35
35
"@types/heft-jest" : " 1.0.1" ,
Original file line number Diff line number Diff line change 27
27
"eslint" : " ^6.0.0 || ^7.0.0 || ^8.0.0"
28
28
},
29
29
"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" ,
32
32
"@types/eslint" : " 8.2.0" ,
33
33
"@types/estree" : " 0.0.50" ,
34
34
"@types/heft-jest" : " 1.0.1" ,
Original file line number Diff line number Diff line change 31
31
"eslint" : " ^6.0.0 || ^7.0.0 || ^8.0.0"
32
32
},
33
33
"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" ,
36
36
"@types/eslint" : " 8.2.0" ,
37
37
"@types/estree" : " 0.0.50" ,
38
38
"@types/heft-jest" : " 1.0.1" ,
Original file line number Diff line number Diff line change 30
30
"@types/heft-jest" : " 1.0.1" ,
31
31
"@types/node" : " 12.20.24" ,
32
32
"@types/webpack-dev-server" : " 4.0.0" ,
33
- "eslint" : " ~8.3.0" ,
34
- "typescript" : " ~4.5.2"
33
+ "eslint" : " ~8.3.0"
35
34
}
36
35
}
You can’t perform that action at this time.
0 commit comments