From ff166a965075bf2c8fda5931a98260f810f30519 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 31 Jan 2024 04:43:53 +0000 Subject: [PATCH] Build(deps-dev): bump eslint-plugin-vue from 9.20.1 to 9.21.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.20.1 to 9.21.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.0) --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b0cb995..3561268 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-vue": "^9.20.1", + "eslint-plugin-vue": "^9.21.0", "husky": "^9.0.7", "postcss-html": "^1.6.0", "prettier": "^3.2.4", diff --git a/yarn.lock b/yarn.lock index 9587d85..7057870 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8317,17 +8317,17 @@ eslint-plugin-unicorn@^44.0.2: semver "^7.3.7" strip-indent "^3.0.0" -eslint-plugin-vue@^9.17.0, eslint-plugin-vue@^9.20.1, eslint-plugin-vue@^9.4.0, eslint-plugin-vue@^9.7.0: - version "9.20.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.20.1.tgz#7ed78846898574b2cd26939f28b0b87798a7b528" - integrity sha512-GyCs8K3lkEvoyC1VV97GJhP1SvqsKCiWGHnbn0gVUYiUhaH2+nB+Dv1uekv1THFMPbBfYxukrzQdltw950k+LQ== +eslint-plugin-vue@^9.17.0, eslint-plugin-vue@^9.21.0, eslint-plugin-vue@^9.4.0, eslint-plugin-vue@^9.7.0: + version "9.21.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.21.0.tgz#5f2325279e0ce1e47105664dd6a6dd3ece84aa10" + integrity sha512-B3NgZRtbi9kSl7M0x/PqhSMk7ULJUwWxQpTvM8b2Z6gNTORK0YSt5v1vzwY84oMs/2+3BWH5XmTepaQebcJwfA== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0" nth-check "^2.1.1" postcss-selector-parser "^6.0.13" semver "^7.5.4" - vue-eslint-parser "^9.4.0" + vue-eslint-parser "^9.4.2" xml-name-validator "^4.0.0" eslint-scope@^4.0.3: @@ -16714,10 +16714,10 @@ vue-demi@>=0.14.5, vue-demi@>=0.14.6, vue-demi@^0.14.6: resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.6.tgz#dc706582851dc1cdc17a0054f4fec2eb6df74c92" integrity sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w== -vue-eslint-parser@^9.0.3, vue-eslint-parser@^9.4.0: - version "9.4.0" - resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.4.0.tgz#dfd22302e2992fe45748a76553cef7afa5bdde27" - integrity sha512-7KsNBb6gHFA75BtneJsoK/dbZ281whUIwFYdQxA68QrCrGMXYzUMbPDHGcOQ0OocIVKrWSKWXZ4mL7tonCXoUw== +vue-eslint-parser@^9.0.3, vue-eslint-parser@^9.4.2: + version "9.4.2" + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.4.2.tgz#02ffcce82042b082292f2d1672514615f0d95b6d" + integrity sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ== dependencies: debug "^4.3.4" eslint-scope "^7.1.1"