Skip to content

Commit 4bd3940

Browse files
chore(deps): update dependency typescript to v5.6.2 (#7647)
* chore(deps): update dependency typescript to v5.6.2 * Fix TS --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
1 parent 55e9a85 commit 4bd3940

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/loaders/openapi/tests/example_api_server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ export const exampleApi = createRouter({
419419
plugins: [
420420
{
421421
onRouteHandle({ request }) {
422-
withCookies(request as Request);
422+
withCookies(request as any);
423423
},
424424
},
425425
],

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36759,12 +36759,12 @@ __metadata:
3675936759
linkType: hard
3676036760

3676136761
"typescript@npm:^5.4.2":
36762-
version: 5.5.4
36763-
resolution: "typescript@npm:5.5.4"
36762+
version: 5.6.2
36763+
resolution: "typescript@npm:5.6.2"
3676436764
bin:
3676536765
tsc: bin/tsc
3676636766
tsserver: bin/tsserver
36767-
checksum: 10c0/422be60f89e661eab29ac488c974b6cc0a660fb2228003b297c3d10c32c90f3bcffc1009b43876a082515a3c376b1eefcce823d6e78982e6878408b9a923199c
36767+
checksum: 10c0/3ed8297a8c7c56b7fec282532503d1ac795239d06e7c4966b42d4330c6cf433a170b53bcf93a130a7f14ccc5235de5560df4f1045eb7f3550b46ebed16d3c5e5
3676836768
languageName: node
3676936769
linkType: hard
3677036770

@@ -36779,12 +36779,12 @@ __metadata:
3677936779
linkType: hard
3678036780

3678136781
"typescript@patch:typescript@npm%3A^5.4.2#optional!builtin<compat/typescript>":
36782-
version: 5.5.4
36783-
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
36782+
version: 5.6.2
36783+
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
3678436784
bin:
3678536785
tsc: bin/tsc
3678636786
tsserver: bin/tsserver
36787-
checksum: 10c0/73409d7b9196a5a1217b3aaad929bf76294d3ce7d6e9766dd880ece296ee91cf7d7db6b16c6c6c630ee5096eccde726c0ef17c7dfa52b01a243e57ae1f09ef07
36787+
checksum: 10c0/94eb47e130d3edd964b76da85975601dcb3604b0c848a36f63ac448d0104e93819d94c8bdf6b07c00120f2ce9c05256b8b6092d23cf5cf1c6fa911159e4d572f
3678836788
languageName: node
3678936789
linkType: hard
3679036790

0 commit comments

Comments
 (0)