From 2895aad767fb52763834759c5f5218d72f83a1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:55:22 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/typescript-estree Bumps [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) from 6.21.0 to 8.48.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/typescript-estree) --- updated-dependencies: - dependency-name: "@typescript-eslint/typescript-estree" dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3e44424d..6687179ca 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/experimental-utils": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", - "@typescript-eslint/typescript-estree": "^6.16.0", + "@typescript-eslint/typescript-estree": "^8.48.0", "@vitest/coverage-v8": "^2.1.9", "@vitest/ui": "^2.1.9", "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",