From b93982092b04f8bcf7146910a7d0db2abc0b9ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:42:24 +0000 Subject: [PATCH] Chore(deps-dev): Bump @vue/eslint-config-typescript in /webroot Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/vuejs/eslint-config-typescript/releases) - [Commits](https://github.com/vuejs/eslint-config-typescript/compare/v9.1.0...v10.0.0) --- updated-dependencies: - dependency-name: "@vue/eslint-config-typescript" dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webroot/package.json | 2 +- webroot/yarn.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/webroot/package.json b/webroot/package.json index 38a41f6d1..4200e5bf5 100644 --- a/webroot/package.json +++ b/webroot/package.json @@ -66,7 +66,7 @@ "@vue/cli-service": "~5.0.8", "@vue/compiler-sfc": "^3.1.0", "@vue/eslint-config-airbnb": "^6.0.0", - "@vue/eslint-config-typescript": "^9.1.0", + "@vue/eslint-config-typescript": "^10.0.0", "@vue/test-utils": "2.4.5", "axe-core": "^4.9.1", "babel-loader": "^8.2.2", diff --git a/webroot/yarn.lock b/webroot/yarn.lock index 039445a2a..08638cda4 100644 --- a/webroot/yarn.lock +++ b/webroot/yarn.lock @@ -2949,7 +2949,7 @@ dependencies: "@types/node" "*" -"@typescript-eslint/eslint-plugin@^5.4.0": +"@typescript-eslint/eslint-plugin@^5.0.0", "@typescript-eslint/eslint-plugin@^5.4.0": version "5.62.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db" integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== @@ -2965,7 +2965,7 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/parser@^5.4.0": +"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.4.0": version "5.62.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== @@ -3463,11 +3463,13 @@ eslint-import-resolver-webpack "^0.13.2" eslint-plugin-import "^2.25.3" -"@vue/eslint-config-typescript@^9.1.0": - version "9.1.0" - resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-9.1.0.tgz#b98a64352b312085444a08b98728962e2a8425ab" - integrity sha512-j/852/ZYQ5wDvCD3HE2q4uqJwJAceer2FwoEch1nFo+zTOsPrbzbE3cuWIs3kvu5hdFsGTMYwRwjI6fqZKDMxQ== +"@vue/eslint-config-typescript@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-10.0.0.tgz#3b63c8cf276962cb89414857581b9b424acf2820" + integrity sha512-F94cL8ug3FaYXlCfU5/wiGjk1qeadmoBpRGAOBq+qre3Smdupa59dd6ZJrsfRODpsMPyTG7330juMDsUvpZ3Rw== dependencies: + "@typescript-eslint/eslint-plugin" "^5.0.0" + "@typescript-eslint/parser" "^5.0.0" vue-eslint-parser "^8.0.0" "@vue/reactivity@3.4.21":