From 173ea14fac2ebe9218791cc090c505eb14a50a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:14:23 +0000 Subject: [PATCH] build(deps-dev): bump @vue/eslint-config-typescript in /frontend Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) from 14.8.0 to 14.9.0. - [Release notes](https://github.com/vuejs/eslint-config-typescript/releases) - [Commits](https://github.com/vuejs/eslint-config-typescript/compare/v14.8.0...v14.9.0) --- updated-dependencies: - dependency-name: "@vue/eslint-config-typescript" dependency-version: 14.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f8437e7..b89d240 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@commitlint/cli": "^21.0.2", "@commitlint/config-conventional": "^21.0.2", - "@vue/eslint-config-typescript": "^14.2.0", + "@vue/eslint-config-typescript": "^14.9.0", "@vue/test-utils": "^2.4.6", "eslint": "^10.4.1", "eslint-plugin-vue": "^10.9.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 618ff48..195ef19 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1595,10 +1595,10 @@ resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-8.1.2.tgz#1399660db04b7426a873b5985a548a6a7397fddd" integrity sha512-X9RyVFYAdkBe4IUf5v48TxBF/6QPmF8CmWrDAjXzfUHrgQ/HGfTC1A6TqgXqZ03ye66l3AD51BAGD69IvKM9sw== -"@vue/eslint-config-typescript@^14.2.0": - version "14.8.0" - resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-14.8.0.tgz#dd4d1e195c1a1626b7f34f821ffc9f1192df5dc8" - integrity sha512-yIquzhXH7ZsrwSSm+rYvoGCRY6wcuF4qBi76e0l7hHLq7YU0f9aC+RcR5fL+XJNfmBZxgX5cVl4sppt4x7ZCBg== +"@vue/eslint-config-typescript@^14.9.0": + version "14.9.0" + resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-14.9.0.tgz#5d0181f5e0bcd24e8810ccfa66bc55f5d8cb49c8" + integrity sha512-E3j9hDlfVf10F30MRcLTPY2IIhWIx1nsvkVukk14kTcuA+oBVot9zsP1hzsO+PAMDxV3Fd9FimBJtUBNBL5KFA== dependencies: "@typescript-eslint/utils" "^8.60.0" fast-glob "^3.3.3"