From e9188a30d4d34d89bc1f71639809146e5313d0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:38:50 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 10.7.0 to 10.8.0 in /vue Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.7.0 to 10.8.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v10.7.0...v10.8.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue/package-lock.json | 10 +++++----- vue/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vue/package-lock.json b/vue/package-lock.json index ae5dfa4..5587be5 100644 --- a/vue/package-lock.json +++ b/vue/package-lock.json @@ -64,7 +64,7 @@ "eslint-plugin-security": "^3.0.1", "eslint-plugin-sonarjs": "^3.0.6", "eslint-plugin-storybook": "^10.2.8", - "eslint-plugin-vue": "~10.7.0", + "eslint-plugin-vue": "~10.8.0", "jiti": "^2.6.1", "jsdom": "^28.0.0", "knip": "^5.82.1", @@ -7151,9 +7151,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.7.0.tgz", - "integrity": "sha512-r2XFCK4qlo1sxEoAMIoTTX0PZAdla0JJDt1fmYiworZUX67WeEGqm+JbyAg3M+pGiJ5U6Mp5WQbontXWtIW7TA==", + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.8.0.tgz", + "integrity": "sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==", "dev": true, "license": "MIT", "dependencies": { @@ -7170,7 +7170,7 @@ "peerDependencies": { "@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", "@typescript-eslint/parser": "^7.0.0 || ^8.0.0", - "eslint": "^8.57.0 || ^9.0.0", + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "vue-eslint-parser": "^10.0.0" }, "peerDependenciesMeta": { diff --git a/vue/package.json b/vue/package.json index ad71841..ee93871 100644 --- a/vue/package.json +++ b/vue/package.json @@ -118,7 +118,7 @@ "eslint-plugin-security": "^3.0.1", "eslint-plugin-sonarjs": "^3.0.6", "eslint-plugin-storybook": "^10.2.8", - "eslint-plugin-vue": "~10.7.0", + "eslint-plugin-vue": "~10.8.0", "jiti": "^2.6.1", "jsdom": "^28.0.0", "knip": "^5.82.1",