From f7477b8f66f52d782c68fdf339c699a0700a1340 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:26:50 +0000 Subject: [PATCH] Update dependency typescript to v6 --- bun.lock | 6 ++++-- package.json | 2 +- templates/template-typescript/package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index ca403d3..9818d6c 100644 --- a/bun.lock +++ b/bun.lock @@ -10,7 +10,7 @@ "esbuild": "^0.27.2", "glob": "^13.0.0", "jiti": "^2.6.1", - "typescript": "^5.9.3", + "typescript": "^6.0.2", "valibot": "^1.2.0", }, "devDependencies": { @@ -626,7 +626,7 @@ "type-fest": ["type-fest@5.4.1", "", { "dependencies": { "tagged-tag": "^1.0.0" } }, "sha512-xygQcmneDyzsEuKZrFbRMne5HDqMs++aFzefrJTgEIKjQ3rekM+RPfFCVq2Gp1VIDqddoYeppCj4Pcb+RZW0GQ=="], - "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="], "typescript-eslint": ["typescript-eslint@8.56.0", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.56.0", "@typescript-eslint/parser": "8.56.0", "@typescript-eslint/typescript-estree": "8.56.0", "@typescript-eslint/utils": "8.56.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.0.0" } }, "sha512-c7toRLrotJ9oixgdW7liukZpsnq5CZ7PuKztubGYlNppuTqhIoWfhgHo/7EU0v06gS2l/x0i2NEFK1qMIf0rIg=="], @@ -682,6 +682,8 @@ "@mkobayashime/shared-config/eslint-config-flat-gitignore": ["eslint-config-flat-gitignore@2.1.0", "", { "dependencies": { "@eslint/compat": "^1.2.5" }, "peerDependencies": { "eslint": "^9.5.0" } }, "sha512-cJzNJ7L+psWp5mXM7jBX+fjHtBvvh06RBlcweMhKD8jWqQw0G78hOW5tpVALGHGFPsBV+ot2H+pdDGJy6CV8pA=="], + "@mkobayashime/shared-config/typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "@typescript-eslint/eslint-plugin/ignore": ["ignore@7.0.5", "", {}, "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg=="], "@typescript-eslint/typescript-estree/minimatch": ["minimatch@9.0.5", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="], diff --git a/package.json b/package.json index 97e7417..4808c0a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "esbuild": "^0.27.2", "glob": "^13.0.0", "jiti": "^2.6.1", - "typescript": "^5.9.3", + "typescript": "^6.0.2", "valibot": "^1.2.0" }, "devDependencies": { diff --git a/templates/template-typescript/package.json b/templates/template-typescript/package.json index a4e83d0..aeec481 100644 --- a/templates/template-typescript/package.json +++ b/templates/template-typescript/package.json @@ -12,6 +12,6 @@ }, "devDependencies": { "@types/tampermonkey": "5.0.5", - "typescript": "5.9.3" + "typescript": "6.0.2" } }