From faf429068fbade706e86e4f11ba9d2b1e0c91d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:02:51 +0000 Subject: [PATCH 1/2] Bump typescript-to-lua from 1.34.0 to 1.36.0 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.34.0 to 1.36.0. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.34.0...v1.36.0) --- updated-dependencies: - dependency-name: typescript-to-lua dependency-version: 1.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6334500..6e64545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-dom": "^17.0.2", "react-json-tree": "^0.17.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.34.0" + "typescript-to-lua": "^1.36.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13987,9 +13987,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.34.0.tgz", - "integrity": "sha512-DOSU1qSpUiGEW9H6shKFkeWjiBFsl+qFWTKZU9Xqo3B5FqarVZGiIkWKz2rmWi1tGD2314RHYzOuOO1l3Ex1pw==", + "version": "1.36.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.36.0.tgz", + "integrity": "sha512-OrBYbOVkg5fEmiaxcejb6lPw5B2Iqq1X/76x9YRa+UItci3eC6EObgbabqjJOZIYC1O2/KV7oRh2NPdrniriHw==", "license": "MIT", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", @@ -14005,7 +14005,7 @@ "node": ">=16.10.0" }, "peerDependencies": { - "typescript": "5.9.3" + "typescript": "6.0.2" } }, "node_modules/typescript-to-lua/node_modules/enhanced-resolve": { diff --git a/package.json b/package.json index 69b0a05..16c69ca 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-dom": "^17.0.2", "react-json-tree": "^0.17.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.34.0" + "typescript-to-lua": "^1.36.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", From ee48d8755c57df2c35342d580f1dd06781504d91 Mon Sep 17 00:00:00 2001 From: Cold Fry Date: Fri, 1 May 2026 13:40:44 +0000 Subject: [PATCH 2/2] 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 b4f69b8..efc0d19 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 6e64545..4456121 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 16c69ca..ae3535b 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": [