From 5e0b373341c5d7f6a3d70e4b36bbc663a956010a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:57:01 +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 e21776e..52d0fae 100644 --- a/bun.lock +++ b/bun.lock @@ -10,7 +10,7 @@ "esbuild": "^0.28.0", "glob": "^13.0.6", "jiti": "^2.7.0", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "valibot": "^1.4.1", }, "devDependencies": { @@ -622,7 +622,7 @@ "type-fest": ["type-fest@5.7.0", "", { "dependencies": { "tagged-tag": "^1.0.0" } }, "sha512-1URUxUqfHFM1c+zfSPsa3gnkO7Aq21qyH75SIduNYz4SzY964rn1X2vCMQaHSHhktiw+0kPa2iyb6PUpXqB6Vg=="], - "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="], "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=="], @@ -680,6 +680,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 c54e1c0..eaab587 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "esbuild": "^0.28.0", "glob": "^13.0.6", "jiti": "^2.7.0", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "valibot": "^1.4.1" }, "devDependencies": { diff --git a/templates/template-typescript/package.json b/templates/template-typescript/package.json index a4e83d0..4c2567e 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.3" } }