Skip to content

Commit 67ce4d9

Browse files
committed
chore(deps): update dependency eslint-plugin-vue to v8
1 parent 11f965e commit 67ce4d9

2 files changed

Lines changed: 65 additions & 26 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-prettier": "4.0.0",
4040
"eslint-plugin-promise": "5.1.0",
4141
"eslint-plugin-standard": "5.0.0",
42-
"eslint-plugin-vue": "7.17.0",
42+
"eslint-plugin-vue": "8.7.1",
4343
"esm": "3.2.25",
4444
"execa": "5.1.1",
4545
"inquirer": "8.1.2",

yarn.lock

Lines changed: 64 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4237,11 +4237,6 @@
42374237
tapable "^2.1.1"
42384238
webpack "^5.38.1"
42394239

4240-
"@types/webpack-env@^1.16.0":
4241-
version "1.16.2"
4242-
resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.16.2.tgz#8db514b059c1b2ae14ce9d7bb325296de6a9a0fa"
4243-
integrity sha512-vKx7WNQNZDyJveYcHAm9ZxhqSGLYwoyLhrHjLBOkw3a7cT76sTdjgtwyijhk1MaHyRIuSztcVwrUOO/NEu68Dw==
4244-
42454240
"@types/webpack-node-externals@^2.5.2":
42464241
version "2.5.2"
42474242
resolved "https://registry.yarnpkg.com/@types/webpack-node-externals/-/webpack-node-externals-2.5.2.tgz#d6e0c90147472304b6b5cfcd1bbd7138e6b9eb65"
@@ -4844,6 +4839,11 @@ acorn@^8.4.1:
48444839
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
48454840
integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
48464841

4842+
acorn@^8.7.0:
4843+
version "8.7.0"
4844+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
4845+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
4846+
48474847
add-stream@^1.0.0:
48484848
version "1.0.0"
48494849
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -8043,15 +8043,17 @@ eslint-plugin-unicorn@^23.0.0:
80438043
safe-regex "^2.1.1"
80448044
semver "^7.3.2"
80458045

8046-
eslint-plugin-vue@7.17.0:
8047-
version "7.17.0"
8048-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.17.0.tgz#41e0bdb5effca5ee26f087f924be987eb41ef573"
8049-
integrity sha512-Rq5R2QetDCgC+kBFQw1+aJ5B93tQ4xqZvoCUxuIzwTonngNArsdP8ChM8PowIzsJvRtWl4ltGh/bZcN3xhFWSw==
8046+
eslint-plugin-vue@8.7.1:
8047+
version "8.7.1"
8048+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.7.1.tgz#f13c53547a0c9d64588a675cc5ecc6ccaf63703f"
8049+
integrity sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==
80508050
dependencies:
8051-
eslint-utils "^2.1.0"
8051+
eslint-utils "^3.0.0"
80528052
natural-compare "^1.4.0"
8053-
semver "^6.3.0"
8054-
vue-eslint-parser "^7.10.0"
8053+
nth-check "^2.0.1"
8054+
postcss-selector-parser "^6.0.9"
8055+
semver "^7.3.5"
8056+
vue-eslint-parser "^8.0.1"
80558057

80568058
eslint-plugin-vue@^7.0.1:
80578059
version "7.9.0"
@@ -8071,6 +8073,14 @@ eslint-scope@5.1.1, eslint-scope@^5.0.0, eslint-scope@^5.1.0, eslint-scope@^5.1.
80718073
esrecurse "^4.3.0"
80728074
estraverse "^4.1.1"
80738075

8076+
eslint-scope@^7.0.0:
8077+
version "7.1.1"
8078+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
8079+
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
8080+
dependencies:
8081+
esrecurse "^4.3.0"
8082+
estraverse "^5.2.0"
8083+
80748084
eslint-template-visitor@^2.2.1:
80758085
version "2.3.2"
80768086
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d"
@@ -8106,6 +8116,11 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
81068116
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
81078117
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
81088118

8119+
eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3.0:
8120+
version "3.3.0"
8121+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
8122+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
8123+
81098124
eslint-webpack-plugin@^3.0.1:
81108125
version "3.0.1"
81118126
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.0.1.tgz#0990a80e9d5927e7e68365f93426cb340679e88c"
@@ -8186,6 +8201,15 @@ espree@^7.3.0, espree@^7.3.1:
81868201
acorn-jsx "^5.3.1"
81878202
eslint-visitor-keys "^1.3.0"
81888203

8204+
espree@^9.0.0:
8205+
version "9.3.1"
8206+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
8207+
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
8208+
dependencies:
8209+
acorn "^8.7.0"
8210+
acorn-jsx "^5.3.1"
8211+
eslint-visitor-keys "^3.3.0"
8212+
81898213
esprima@^4.0.0, esprima@^4.0.1:
81908214
version "4.0.1"
81918215
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -12961,6 +12985,13 @@ nth-check@^2.0.0:
1296112985
dependencies:
1296212986
boolbase "^1.0.0"
1296312987

12988+
nth-check@^2.0.1:
12989+
version "2.0.1"
12990+
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2"
12991+
integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==
12992+
dependencies:
12993+
boolbase "^1.0.0"
12994+
1296412995
num2fraction@^1.2.2:
1296512996
version "1.2.2"
1296612997
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
@@ -14244,6 +14275,14 @@ postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector
1424414275
cssesc "^3.0.0"
1424514276
util-deprecate "^1.0.2"
1424614277

14278+
postcss-selector-parser@^6.0.9:
14279+
version "6.0.10"
14280+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d"
14281+
integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
14282+
dependencies:
14283+
cssesc "^3.0.0"
14284+
util-deprecate "^1.0.2"
14285+
1424714286
postcss-svgo@^5.0.2:
1424814287
version "5.0.2"
1424914288
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.0.2.tgz#bc73c4ea4c5a80fbd4b45e29042c34ceffb9257f"
@@ -17849,19 +17888,6 @@ vue-client-only@^2.1.0:
1784917888
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.1.0.tgz#1a67a47b8ecacfa86d75830173fffee3bf8a4ee3"
1785017889
integrity sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==
1785117890

17852-
vue-eslint-parser@^7.10.0:
17853-
version "7.10.0"
17854-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.10.0.tgz#ea4e4b10fd10aa35c8a79ac783488d8abcd29be8"
17855-
integrity sha512-7tc/ewS9Vq9Bn741pvpg8op2fWJPH3k32aL+jcIcWGCTzh/zXSdh7pZ5FV3W2aJancP9+ftPAv292zY5T5IPCg==
17856-
dependencies:
17857-
debug "^4.1.1"
17858-
eslint-scope "^5.1.1"
17859-
eslint-visitor-keys "^1.1.0"
17860-
espree "^6.2.1"
17861-
esquery "^1.4.0"
17862-
lodash "^4.17.21"
17863-
semver "^6.3.0"
17864-
1786517891
vue-eslint-parser@^7.6.0:
1786617892
version "7.6.0"
1786717893
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz#01ea1a2932f581ff244336565d712801f8f72561"
@@ -17874,6 +17900,19 @@ vue-eslint-parser@^7.6.0:
1787417900
esquery "^1.4.0"
1787517901
lodash "^4.17.15"
1787617902

17903+
vue-eslint-parser@^8.0.1:
17904+
version "8.3.0"
17905+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz#5d31129a1b3dd89c0069ca0a1c88f970c360bd0d"
17906+
integrity sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==
17907+
dependencies:
17908+
debug "^4.3.2"
17909+
eslint-scope "^7.0.0"
17910+
eslint-visitor-keys "^3.1.0"
17911+
espree "^9.0.0"
17912+
esquery "^1.4.0"
17913+
lodash "^4.17.21"
17914+
semver "^7.3.5"
17915+
1787717916
vue-hot-reload-api@^2.3.0:
1787817917
version "2.3.4"
1787917918
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"

0 commit comments

Comments
 (0)