Skip to content

Commit dba7214

Browse files
chore(deps-dev): bump eslint-plugin-vue from 7.20.0 to 8.1.1 (#354)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.20.0 to 8.1.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](vuejs/eslint-plugin-vue@v7.20.0...v8.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1279f54 commit dba7214

File tree

2 files changed

+45
-27
lines changed

2 files changed

+45
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-jest": "^25.2.4",
3737
"eslint-plugin-node": "^11.0.0",
3838
"eslint-plugin-promise": "^5.1.1",
39-
"eslint-plugin-vue": "^7.20.0",
39+
"eslint-plugin-vue": "^8.1.1",
4040
"faker": "^5.5.3",
4141
"fetch-mock": "^9.11.0",
4242
"husky": "^7.0.4",

yarn.lock

Lines changed: 44 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ acorn-globals@^6.0.0:
14031403
acorn "^7.1.1"
14041404
acorn-walk "^7.1.1"
14051405

1406-
acorn-jsx@^5.2.0, acorn-jsx@^5.3.1:
1406+
acorn-jsx@^5.3.1:
14071407
version "5.3.1"
14081408
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
14091409
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
@@ -1418,6 +1418,11 @@ acorn@^7.1.1, acorn@^7.4.0:
14181418
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
14191419
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
14201420

1421+
acorn@^8.6.0:
1422+
version "8.6.0"
1423+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
1424+
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
1425+
14211426
aggregate-error@^3.0.0:
14221427
version "3.1.0"
14231428
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
@@ -2602,15 +2607,15 @@ eslint-plugin-promise@^5.1.1:
26022607
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.1.tgz#9674d11c056d1bafac38e4a3a9060be740988d90"
26032608
integrity sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==
26042609

2605-
eslint-plugin-vue@^7.20.0:
2606-
version "7.20.0"
2607-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.20.0.tgz#98c21885a6bfdf0713c3a92957a5afeaaeed9253"
2608-
integrity sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw==
2610+
eslint-plugin-vue@^8.1.1:
2611+
version "8.1.1"
2612+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.1.1.tgz#8bb0a40520880cdd076b4a6faf8bc29110997a8c"
2613+
integrity sha512-rx64IrlhdfPya6u2V5ukOGiLCTgaCBdMSpczLVqyo8A0l+Vbo+lzvIfEUfAQ2auj+MF6y0TwxLorzdCIzHunnw==
26092614
dependencies:
2610-
eslint-utils "^2.1.0"
2615+
eslint-utils "^3.0.0"
26112616
natural-compare "^1.4.0"
2612-
semver "^6.3.0"
2613-
vue-eslint-parser "^7.10.0"
2617+
semver "^7.3.5"
2618+
vue-eslint-parser "^8.0.1"
26142619

26152620
eslint-scope@^5.1.1:
26162621
version "5.1.1"
@@ -2620,6 +2625,14 @@ eslint-scope@^5.1.1:
26202625
esrecurse "^4.3.0"
26212626
estraverse "^4.1.1"
26222627

2628+
eslint-scope@^6.0.0:
2629+
version "6.0.0"
2630+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-6.0.0.tgz#9cf45b13c5ac8f3d4c50f46a5121f61b3e318978"
2631+
integrity sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==
2632+
dependencies:
2633+
esrecurse "^4.3.0"
2634+
estraverse "^5.2.0"
2635+
26232636
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
26242637
version "2.1.0"
26252638
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
@@ -2649,6 +2662,11 @@ eslint-visitor-keys@^3.0.0:
26492662
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
26502663
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
26512664

2665+
eslint-visitor-keys@^3.1.0:
2666+
version "3.1.0"
2667+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
2668+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
2669+
26522670
26532671
version "7.32.0"
26542672
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -2695,15 +2713,6 @@ [email protected]:
26952713
text-table "^0.2.0"
26962714
v8-compile-cache "^2.0.3"
26972715

2698-
espree@^6.2.1:
2699-
version "6.2.1"
2700-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a"
2701-
integrity sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==
2702-
dependencies:
2703-
acorn "^7.1.1"
2704-
acorn-jsx "^5.2.0"
2705-
eslint-visitor-keys "^1.1.0"
2706-
27072716
espree@^7.3.0, espree@^7.3.1:
27082717
version "7.3.1"
27092718
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
@@ -2713,6 +2722,15 @@ espree@^7.3.0, espree@^7.3.1:
27132722
acorn-jsx "^5.3.1"
27142723
eslint-visitor-keys "^1.3.0"
27152724

2725+
espree@^9.0.0:
2726+
version "9.1.0"
2727+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.1.0.tgz#ba9d3c9b34eeae205724124e31de4543d59fbf74"
2728+
integrity sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==
2729+
dependencies:
2730+
acorn "^8.6.0"
2731+
acorn-jsx "^5.3.1"
2732+
eslint-visitor-keys "^3.1.0"
2733+
27162734
esprima@^4.0.0, esprima@^4.0.1:
27172735
version "4.0.1"
27182736
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -6074,18 +6092,18 @@ [email protected]:
60746092
core-util-is "1.0.2"
60756093
extsprintf "^1.2.0"
60766094

6077-
vue-eslint-parser@^7.10.0:
6078-
version "7.10.0"
6079-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.10.0.tgz#ea4e4b10fd10aa35c8a79ac783488d8abcd29be8"
6080-
integrity sha512-7tc/ewS9Vq9Bn741pvpg8op2fWJPH3k32aL+jcIcWGCTzh/zXSdh7pZ5FV3W2aJancP9+ftPAv292zY5T5IPCg==
6095+
vue-eslint-parser@^8.0.1:
6096+
version "8.0.1"
6097+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-8.0.1.tgz#25e08b20a414551531f3e19f999902e1ecf45f13"
6098+
integrity sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==
60816099
dependencies:
6082-
debug "^4.1.1"
6083-
eslint-scope "^5.1.1"
6084-
eslint-visitor-keys "^1.1.0"
6085-
espree "^6.2.1"
6100+
debug "^4.3.2"
6101+
eslint-scope "^6.0.0"
6102+
eslint-visitor-keys "^3.0.0"
6103+
espree "^9.0.0"
60866104
esquery "^1.4.0"
60876105
lodash "^4.17.21"
6088-
semver "^6.3.0"
6106+
semver "^7.3.5"
60896107

60906108
vue-jest@^3.0.5:
60916109
version "3.0.7"

0 commit comments

Comments
 (0)