Skip to content

Commit e334898

Browse files
authored
chore: bump TSTyche (#14834)
1 parent 8c3db5c commit e334898

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: ts integration
4949
run: yarn test-ts --selectProjects ts-integration
5050
- 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
5252
- name: verify [email protected] compatibility
5353
run: yarn verify-old-ts
5454
- name: run ESLint with type info

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"strip-json-comments": "^3.1.1",
8181
"tempy": "^1.0.0",
8282
"ts-node": "^10.5.0",
83-
"tstyche": "^1.0.0-beta.6",
83+
"tstyche": "^1.0.0-beta.9",
8484
"typescript": "^5.0.4",
8585
"webpack": "^5.68.0",
8686
"webpack-node-externals": "^3.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3076,7 +3076,7 @@ __metadata:
30763076
strip-json-comments: ^3.1.1
30773077
tempy: ^1.0.0
30783078
ts-node: ^10.5.0
3079-
tstyche: ^1.0.0-beta.6
3079+
tstyche: ^1.0.0-beta.9
30803080
typescript: ^5.0.4
30813081
webpack: ^5.68.0
30823082
webpack-node-externals: ^3.0.0
@@ -20245,17 +20245,17 @@ __metadata:
2024520245
languageName: node
2024620246
linkType: hard
2024720247

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"
2025120251
peerDependencies:
2025220252
typescript: 4.x || 5.x
2025320253
peerDependenciesMeta:
2025420254
typescript:
2025520255
optional: true
2025620256
bin:
2025720257
tstyche: ./build/bin.js
20258-
checksum: 7ae37a03d84b971b5ed9d88907959c2c9e34b7c1560b359a9483c0932b827ac05497367f8d2f28d476ce275d2bdc485486d17de63aa3d161ee16a66ecc0e165a
20258+
checksum: 448171bd7d747e4463c8d4bde67a05b16300fba098e07cb576c64fe1524dedcb02f087e5291be35d883d06fa70a61d7c313ca07cc33e43fd104fcf6246cc97e6
2025920259
languageName: node
2026020260
linkType: hard
2026120261

0 commit comments

Comments
 (0)