From e8b7fd3968ba1633fe0d8f123a102f0243a70088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 03:50:06 +0000 Subject: [PATCH] build(deps-dev): bump typescript-eslint in /generators/vue/resources (#28794) Bumps [typescript-eslint](/~https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.24.1 to 8.25.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.25.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- generators/vue/resources/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/vue/resources/package.json b/generators/vue/resources/package.json index d4ef4dc3c8e..455460948ae 100644 --- a/generators/vue/resources/package.json +++ b/generators/vue/resources/package.json @@ -56,7 +56,7 @@ "terser-webpack-plugin": "5.3.11", "ts-loader": "9.5.2", "typescript": "5.7.3", - "typescript-eslint": "8.24.1", + "typescript-eslint": "8.25.0", "vite": "6.1.1", "vite-plugin-static-copy": "2.2.0", "vitest": "3.0.7",