Skip to content

Commit 860c855

Browse files
Bump typescript from 5.9.2 to 5.9.3 (#497)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre R. Baldé <[email protected]>
1 parent ba2916a commit 860c855

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@swc/core": "^1.13.5",
4343
"lodash": "^4.17.21",
4444
"ts-pattern": "^5.8.0",
45-
"typescript": "^5.9.2",
45+
"typescript": "^5.9.3",
4646
"vitest": "^4.0.13"
4747
},
4848
"devDependencies": {

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2603,7 +2603,7 @@ __metadata:
26032603
lodash: "npm:^4.17.21"
26042604
ts-pattern: "npm:^5.8.0"
26052605
tsx: "npm:^4.21.0"
2606-
typescript: "npm:^5.9.2"
2606+
typescript: "npm:^5.9.3"
26072607
unplugin-swc: "npm:^1.5.9"
26082608
vite-tsconfig-paths: "npm:^5.1.4"
26092609
vitest: "npm:^4.0.13"
@@ -5503,7 +5503,7 @@ __metadata:
55035503
languageName: node
55045504
linkType: hard
55055505

5506-
"typescript@npm:^5.8.3, typescript@npm:^5.9.2":
5506+
"typescript@npm:^5.8.3":
55075507
version: 5.9.2
55085508
resolution: "typescript@npm:5.9.2"
55095509
bin:
@@ -5513,7 +5513,17 @@ __metadata:
55135513
languageName: node
55145514
linkType: hard
55155515

5516-
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.9.2#optional!builtin<compat/typescript>":
5516+
"typescript@npm:^5.9.3":
5517+
version: 5.9.3
5518+
resolution: "typescript@npm:5.9.3"
5519+
bin:
5520+
tsc: bin/tsc
5521+
tsserver: bin/tsserver
5522+
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
5523+
languageName: node
5524+
linkType: hard
5525+
5526+
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
55175527
version: 5.9.2
55185528
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
55195529
bin:
@@ -5523,6 +5533,16 @@ __metadata:
55235533
languageName: node
55245534
linkType: hard
55255535

5536+
"typescript@patch:typescript@npm%3A^5.9.3#optional!builtin<compat/typescript>":
5537+
version: 5.9.3
5538+
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
5539+
bin:
5540+
tsc: bin/tsc
5541+
tsserver: bin/tsserver
5542+
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
5543+
languageName: node
5544+
linkType: hard
5545+
55265546
"ufo@npm:^1.5.4":
55275547
version: 1.6.1
55285548
resolution: "ufo@npm:1.6.1"

0 commit comments

Comments
 (0)