Skip to content

Commit 16f6cd9

Browse files
chore: bump up typescript version to v6 (#457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0057a56 commit 16f6cd9

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"oxlint": "^1.14.0",
8080
"prettier": "^3.6.2",
8181
"tinybench": "^6.0.0",
82-
"typescript": "^5.9.2"
82+
"typescript": "^6.0.0"
8383
},
8484
"lint-staged": {
8585
"*.@(js|ts|tsx)": [

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ __metadata:
573573
oxlint: "npm:^1.14.0"
574574
prettier: "npm:^3.6.2"
575575
tinybench: "npm:^6.0.0"
576-
typescript: "npm:^5.9.2"
576+
typescript: "npm:^6.0.0"
577577
languageName: unknown
578578
linkType: soft
579579

@@ -3070,23 +3070,23 @@ __metadata:
30703070
languageName: node
30713071
linkType: hard
30723072

3073-
"typescript@npm:^5.9.2":
3074-
version: 5.9.2
3075-
resolution: "typescript@npm:5.9.2"
3073+
"typescript@npm:^6.0.0":
3074+
version: 6.0.2
3075+
resolution: "typescript@npm:6.0.2"
30763076
bin:
30773077
tsc: bin/tsc
30783078
tsserver: bin/tsserver
3079-
checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
3079+
checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f
30803080
languageName: node
30813081
linkType: hard
30823082

3083-
"typescript@patch:typescript@npm%3A^5.9.2#optional!builtin<compat/typescript>":
3084-
version: 5.9.2
3085-
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
3083+
"typescript@patch:typescript@npm%3A^6.0.0#optional!builtin<compat/typescript>":
3084+
version: 6.0.2
3085+
resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5"
30863086
bin:
30873087
tsc: bin/tsc
30883088
tsserver: bin/tsserver
3089-
checksum: 10c0/34d2a8e23eb8e0d1875072064d5e1d9c102e0bdce56a10a25c0b917b8aa9001a9cf5c225df12497e99da107dc379360bc138163c66b55b95f5b105b50578067e
3089+
checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02
30903090
languageName: node
30913091
linkType: hard
30923092

0 commit comments

Comments
 (0)