From e52b22300ab82158b40cc9791aeee73dee688886 Mon Sep 17 00:00:00 2001 From: "yanamichan[bot]" <182213109+yanamichan[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:21:00 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v6 --- deno.json | 2 +- deno.lock | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/deno.json b/deno.json index f612e3e..7273fbe 100644 --- a/deno.json +++ b/deno.json @@ -11,7 +11,7 @@ "@astrojs/cloudflare": "npm:@astrojs/cloudflare@^13.1.10", "astro": "npm:astro@^6.1.8", "s3mini": "npm:s3mini@^0.9.4", - "typescript": "npm:typescript@^5.9.3", + "typescript": "npm:typescript@^6.0.0", "wrangler": "npm:wrangler@^4.84.1" }, "fmt": { diff --git a/deno.lock b/deno.lock index 4d700ac..698bd96 100644 --- a/deno.lock +++ b/deno.lock @@ -6,7 +6,7 @@ "npm:astro@*": "6.1.8_typescript@5.9.3", "npm:astro@^6.1.8": "6.1.8_typescript@5.9.3", "npm:s3mini@~0.9.4": "0.9.4", - "npm:typescript@^5.9.3": "5.9.3", + "npm:typescript@6": "6.0.3", "npm:wrangler@*": "4.84.1", "npm:wrangler@^4.84.1": "4.84.1" }, @@ -17,7 +17,7 @@ "@astrojs/language-server", "chokidar@4.0.3", "kleur", - "typescript", + "typescript@5.9.3", "yargs" ], "bin": true @@ -814,7 +814,7 @@ "@volar/language-service", "@volar/typescript", "typesafe-path", - "typescript", + "typescript@5.9.3", "vscode-languageserver-textdocument", "vscode-uri" ] @@ -2332,10 +2332,10 @@ "tsconfck@3.1.6_typescript@5.9.3": { "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==", "dependencies": [ - "typescript" + "typescript@5.9.3" ], "optionalPeers": [ - "typescript" + "typescript@5.9.3" ], "bin": true }, @@ -2355,6 +2355,10 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "bin": true }, + "typescript@6.0.3": { + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", + "bin": true + }, "ufo@1.6.3": { "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==" }, @@ -2779,7 +2783,7 @@ "npm:@astrojs/cloudflare@^13.1.10", "npm:astro@^6.1.8", "npm:s3mini@~0.9.4", - "npm:typescript@^5.9.3", + "npm:typescript@6", "npm:wrangler@^4.84.1" ] }