From 088fb4150c4d4f26cb77c41e423d1644b75e05fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:27:49 +0000 Subject: [PATCH] Bump typescript-eslint from 8.49.0 to 8.50.0 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.49.0 to 8.50.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.50.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e3b4391..dbd57146 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "tailwindcss": "4.1.18", "ts-node": "10.9.2", "typescript": "5.9.3", - "typescript-eslint": "8.49.0", + "typescript-eslint": "8.50.0", "vite": "7.3.0", "vite-plugin-commonjs": "0.10.4", "vite-tsconfig-paths": "6.0.1",