File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 48
48
- name : ts integration
49
49
run : yarn test-ts --selectProjects ts-integration
50
50
- name : type tests
51
- run : yarn tstyche --target 5.0,latest && yarn test-ts --selectProjects type-tests
51
+ run : yarn tstyche --target 5.0,current && yarn test-ts --selectProjects type-tests
52
52
-
name :
verify [email protected] compatibility
53
53
run : yarn verify-old-ts
54
54
- name : run ESLint with type info
Original file line number Diff line number Diff line change 80
80
"strip-json-comments" : " ^3.1.1" ,
81
81
"tempy" : " ^1.0.0" ,
82
82
"ts-node" : " ^10.5.0" ,
83
- "tstyche" : " ^1.0.0-beta.6 " ,
83
+ "tstyche" : " ^1.0.0-beta.9 " ,
84
84
"typescript" : " ^5.0.4" ,
85
85
"webpack" : " ^5.68.0" ,
86
86
"webpack-node-externals" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -3076,7 +3076,7 @@ __metadata:
3076
3076
strip-json-comments: ^3.1.1
3077
3077
tempy: ^1.0.0
3078
3078
ts-node: ^10.5.0
3079
- tstyche: ^1.0.0-beta.6
3079
+ tstyche: ^1.0.0-beta.9
3080
3080
typescript: ^5.0.4
3081
3081
webpack: ^5.68.0
3082
3082
webpack-node-externals: ^3.0.0
@@ -20245,17 +20245,17 @@ __metadata:
20245
20245
languageName: node
20246
20246
linkType: hard
20247
20247
20248
- "tstyche@npm:^1.0.0-beta.6 ":
20249
- version: 1.0.0-beta.7
20250
- resolution: "tstyche@npm:1.0.0-beta.7 "
20248
+ "tstyche@npm:^1.0.0-beta.9 ":
20249
+ version: 1.0.0-beta.9
20250
+ resolution: "tstyche@npm:1.0.0-beta.9 "
20251
20251
peerDependencies:
20252
20252
typescript: 4.x || 5.x
20253
20253
peerDependenciesMeta:
20254
20254
typescript:
20255
20255
optional: true
20256
20256
bin:
20257
20257
tstyche: ./build/bin.js
20258
- checksum: 7ae37a03d84b971b5ed9d88907959c2c9e34b7c1560b359a9483c0932b827ac05497367f8d2f28d476ce275d2bdc485486d17de63aa3d161ee16a66ecc0e165a
20258
+ checksum: 448171bd7d747e4463c8d4bde67a05b16300fba098e07cb576c64fe1524dedcb02f087e5291be35d883d06fa70a61d7c313ca07cc33e43fd104fcf6246cc97e6
20259
20259
languageName: node
20260
20260
linkType: hard
20261
20261
You can’t perform that action at this time.
0 commit comments