Skip to content

chore(deps): update typescript to ~5.8.0 #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@babel/preset-typescript": "^7.15.0",
"@jest/test-result": "^29.1.0",
"@tsconfig/node16": "^16.1.0",
"@tsd/typescript": "~5.6.0",
"@tsd/typescript": "~5.8.0",
"@types/babel__code-frame": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
Expand All @@ -53,7 +53,7 @@
"execa": "^5.1.1",
"jest": "^29.1.0",
"prettier": "^3.0.0",
"typescript": "~5.6.0"
"typescript": "~5.8.0"
},
"peerDependencies": {
"@tsd/typescript": "4.x || 5.x"
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1790,10 +1790,10 @@ __metadata:
languageName: node
linkType: hard

"@tsd/typescript@npm:~5.6.0":
version: 5.6.3
resolution: "@tsd/typescript@npm:5.6.3"
checksum: 38886642fc5a3f799c41698420589bf667961f2f758debe6b1f60b33670805e8774491b7da9b841ca1adce3759583f1d12f701d3235498823551f8f5dc38e6e2
"@tsd/typescript@npm:~5.8.0":
version: 5.8.2
resolution: "@tsd/typescript@npm:5.8.2"
checksum: d208ca0d0597e79c452e056d590fadd004d71a95168ae4e8e9e3cb444fb51b18623e4b31f4a476c5ea9ab22cdad0f2f6637d44b05dd9fb83806b113e534c2db2
languageName: node
linkType: hard

Expand Down Expand Up @@ -3770,7 +3770,7 @@ __metadata:
"@babel/preset-typescript": ^7.15.0
"@jest/test-result": ^29.1.0
"@tsconfig/node16": ^16.1.0
"@tsd/typescript": ~5.6.0
"@tsd/typescript": ~5.8.0
"@types/babel__code-frame": ^7.0.3
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^6.0.0
Expand All @@ -3784,7 +3784,7 @@ __metadata:
jest: ^29.1.0
prettier: ^3.0.0
tsd-lite: ^0.8.0
typescript: ~5.6.0
typescript: ~5.8.0
peerDependencies:
"@tsd/typescript": 4.x || 5.x
languageName: unknown
Expand Down Expand Up @@ -5198,23 +5198,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:~5.6.0":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
"typescript@npm:~5.8.0":
version: 5.8.2
resolution: "typescript@npm:5.8.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ba302f8822777ebefb28b554105f3e074466b671e7444ec6b75dadc008a62f46f373d9e57ceced1c433756d06c8b7dc569a7eefdf3a9573122a49205ff99021a
checksum: 7f9e3d7ac15da6df713e439e785e51facd65d6450d5f51fab3e8d2f2e3f4eb317080d895480b8e305450cdbcb37e17383e8bf521e7395f8b556e2f2a4730ed86
languageName: node
linkType: hard

"typescript@patch:typescript@~5.6.0#~builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#~builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
"typescript@patch:typescript@~5.8.0#~builtin<compat/typescript>":
version: 5.8.2
resolution: "typescript@patch:typescript@npm%3A5.8.2#~builtin<compat/typescript>::version=5.8.2&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: f6947c263dc67ea8429eefc3921683320f901a07d9ef29a1101a34f5b30108343b5a29aa77a581217a17f2616091ae7bd3043b304cf37f37d5e128e19296c08b
checksum: 557109f14248260656c551f1a8bf8de188d5397928a8ae6e6f00e268f25975b6e572522085ae8e06683de019b1885781f50090f07c4f0a9a34d60c459305f80d
languageName: node
linkType: hard

Expand Down
Loading