Skip to content

Commit 92b6bdc

Browse files
chore(deps): update dependency eslint-plugin-vue to v9 (#327)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 365c59c commit 92b6bdc

File tree

2 files changed

+59
-8
lines changed

2 files changed

+59
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-config-prettier": "^8.0.0",
5959
"eslint-plugin-markdown": "^2.0.0",
6060
"eslint-plugin-prettier": "^4.0.0",
61-
"eslint-plugin-vue": "^8.0.0",
61+
"eslint-plugin-vue": "^9.0.0",
6262
"eslint-plugin-vue-libs": "^3.0.0 || ^4.0.0",
6363
"eslint4b": "^7.16.0",
6464
"lerna-changelog": "^2.0.0",

yarn.lock

Lines changed: 58 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3732,6 +3732,13 @@ debug@^3.1.1, debug@^3.2.6:
37323732
dependencies:
37333733
ms "^2.1.1"
37343734

3735+
debug@^4.3.4:
3736+
version "4.3.4"
3737+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3738+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3739+
dependencies:
3740+
ms "2.1.2"
3741+
37353742
debug@~3.1.0:
37363743
version "3.1.0"
37373744
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
@@ -4316,15 +4323,18 @@ eslint-plugin-vue@^5.1.0:
43164323
dependencies:
43174324
vue-eslint-parser "^5.0.0"
43184325

4319-
eslint-plugin-vue@^8.0.0:
4320-
version "8.1.1"
4321-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.1.1.tgz#8bb0a40520880cdd076b4a6faf8bc29110997a8c"
4322-
integrity sha512-rx64IrlhdfPya6u2V5ukOGiLCTgaCBdMSpczLVqyo8A0l+Vbo+lzvIfEUfAQ2auj+MF6y0TwxLorzdCIzHunnw==
4326+
eslint-plugin-vue@^9.0.0:
4327+
version "9.0.0"
4328+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.0.0.tgz#9251cc82e4a273734c05861f9762fa8f04a92689"
4329+
integrity sha512-UD1uQp8bzMi1b0/YS1ErmZY2/zJ7YVcVp40KniccN+yka0Agji/5X3SJ/gmrjFYXpEaXRebxa49uegZ4NamFHg==
43234330
dependencies:
43244331
eslint-utils "^3.0.0"
43254332
natural-compare "^1.4.0"
4333+
nth-check "^2.0.1"
4334+
postcss-selector-parser "^6.0.9"
43264335
semver "^7.3.5"
4327-
vue-eslint-parser "^8.0.1"
4336+
vue-eslint-parser "^9.0.1"
4337+
xml-name-validator "^4.0.0"
43284338

43294339
eslint-scope@^4.0.0, eslint-scope@^4.0.3:
43304340
version "4.0.3"
@@ -4350,6 +4360,14 @@ eslint-scope@^6.0.0:
43504360
esrecurse "^4.3.0"
43514361
estraverse "^5.2.0"
43524362

4363+
eslint-scope@^7.1.1:
4364+
version "7.1.1"
4365+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
4366+
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
4367+
dependencies:
4368+
esrecurse "^4.3.0"
4369+
estraverse "^5.2.0"
4370+
43534371
eslint-utils@^2.1.0:
43544372
version "2.1.0"
43554373
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
@@ -7563,7 +7581,7 @@ nth-check@^1.0.2:
75637581
dependencies:
75647582
boolbase "~1.0.0"
75657583

7566-
nth-check@^2.0.0:
7584+
nth-check@^2.0.0, nth-check@^2.0.1:
75677585
version "2.0.1"
75687586
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2"
75697587
integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==
@@ -8478,6 +8496,14 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
84788496
cssesc "^3.0.0"
84798497
util-deprecate "^1.0.2"
84808498

8499+
postcss-selector-parser@^6.0.9:
8500+
version "6.0.10"
8501+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d"
8502+
integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
8503+
dependencies:
8504+
cssesc "^3.0.0"
8505+
util-deprecate "^1.0.2"
8506+
84818507
postcss-svgo@^4.0.3:
84828508
version "4.0.3"
84838509
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e"
@@ -9235,6 +9261,13 @@ semver@^7.2.1, semver@^7.3.4, semver@^7.3.5:
92359261
dependencies:
92369262
lru-cache "^6.0.0"
92379263

9264+
semver@^7.3.6:
9265+
version "7.3.7"
9266+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
9267+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
9268+
dependencies:
9269+
lru-cache "^6.0.0"
9270+
92389271
send@0.17.1:
92399272
version "0.17.1"
92409273
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -10666,7 +10699,7 @@ vue-eslint-parser@^5.0.0:
1066610699
esquery "^1.0.1"
1066710700
lodash "^4.17.11"
1066810701

10669-
vue-eslint-parser@^8.0.0, vue-eslint-parser@^8.0.1:
10702+
vue-eslint-parser@^8.0.0:
1067010703
version "8.0.1"
1067110704
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-8.0.1.tgz#25e08b20a414551531f3e19f999902e1ecf45f13"
1067210705
integrity sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==
@@ -10679,6 +10712,19 @@ vue-eslint-parser@^8.0.0, vue-eslint-parser@^8.0.1:
1067910712
lodash "^4.17.21"
1068010713
semver "^7.3.5"
1068110714

10715+
vue-eslint-parser@^9.0.1:
10716+
version "9.0.2"
10717+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.0.2.tgz#d2535516f3f55adb387939427fe741065eb7948a"
10718+
integrity sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==
10719+
dependencies:
10720+
debug "^4.3.4"
10721+
eslint-scope "^7.1.1"
10722+
eslint-visitor-keys "^3.3.0"
10723+
espree "^9.3.1"
10724+
esquery "^1.4.0"
10725+
lodash "^4.17.21"
10726+
semver "^7.3.6"
10727+
1068210728
vue-github-button@^1.2.0:
1068310729
version "1.3.0"
1068410730
resolved "https://registry.yarnpkg.com/vue-github-button/-/vue-github-button-1.3.0.tgz#a4da317a3b93d05824768b3916a0d22fa91603be"
@@ -11096,6 +11142,11 @@ xdg-basedir@^4.0.0:
1109611142
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13"
1109711143
integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==
1109811144

11145+
xml-name-validator@^4.0.0:
11146+
version "4.0.0"
11147+
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
11148+
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
11149+
1109911150
xtend@^4.0.0, xtend@~4.0.1:
1110011151
version "4.0.2"
1110111152
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)