From ee48d8755c57df2c35342d580f1dd06781504d91 Mon Sep 17 00:00:00 2001 From: Cold Fry Date: Fri, 1 May 2026 13:40:44 +0000 Subject: [PATCH] bump typescript to 6.0.2 and group with tstl in dependabot --- .github/dependabot.yml | 6 ++++++ package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4f69b8b..efc0d19a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,9 @@ updates: allow: - dependency-name: "typescript-to-lua" - dependency-name: "lua-types" + - dependency-name: "typescript" + groups: + typescript-to-lua: + patterns: + - "typescript-to-lua" + - "typescript" diff --git a/package-lock.json b/package-lock.json index 6e645457..44561219 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "raw-loader": "^4.0.2", "sass": "^1.77.6", "sass-loader": "^13.3.3", - "typescript": "^5.5.2", + "typescript": "6.0.2", "worker-loader": "^3.0.8" } }, @@ -13974,9 +13974,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 16c69ca9..ae3535b3 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "raw-loader": "^4.0.2", "sass": "^1.77.6", "sass-loader": "^13.3.3", - "typescript": "^5.5.2", + "typescript": "6.0.2", "worker-loader": "^3.0.8" }, "browserslist": [