Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 40ca784

Browse files
chore(deps): update dependency eslint-plugin-vue to v10
1 parent 9354c0e commit 40ca784

File tree

2 files changed

+7
-44
lines changed

2 files changed

+7
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-n": "17.16.2",
5757
"eslint-plugin-promise": "7.2.1",
5858
"eslint-plugin-standard": "5.0.0",
59-
"eslint-plugin-vue": "7.20.0",
59+
"eslint-plugin-vue": "10.0.0",
6060
"eslint-plugin-vuetify": "2.5.2",
6161
"ifdef-loader": "2.3.2",
6262
"sass": "1.86.0",

yarn.lock

Lines changed: 6 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@ accepts@~1.3.4, accepts@~1.3.8:
24652465
mime-types "~2.1.34"
24662466
negotiator "0.6.3"
24672467

2468-
acorn-jsx@^5.2.0, acorn-jsx@^5.3.2:
2468+
acorn-jsx@^5.3.2:
24692469
version "5.3.2"
24702470
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
24712471
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
@@ -2477,11 +2477,6 @@ acorn-walk@^8.0.0, acorn-walk@^8.0.2, acorn-walk@^8.2.0:
24772477
dependencies:
24782478
acorn "^8.11.0"
24792479

2480-
acorn@^7.1.1:
2481-
version "7.4.1"
2482-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
2483-
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
2484-
24852480
acorn@^8.0.4, acorn@^8.0.5, acorn@^8.11.0, acorn@^8.14.0, acorn@^8.4.1, acorn@^8.8.2, acorn@^8.9.0:
24862481
version "8.14.1"
24872482
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
@@ -4369,17 +4364,7 @@ eslint-plugin-standard@5.0.0:
43694364
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
43704365
integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
43714366

4372-
eslint-plugin-vue@7.20.0:
4373-
version "7.20.0"
4374-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.20.0.tgz#98c21885a6bfdf0713c3a92957a5afeaaeed9253"
4375-
integrity sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw==
4376-
dependencies:
4377-
eslint-utils "^2.1.0"
4378-
natural-compare "^1.4.0"
4379-
semver "^6.3.0"
4380-
vue-eslint-parser "^7.10.0"
4381-
4382-
eslint-plugin-vue@>=9.6.0:
4367+
eslint-plugin-vue@10.0.0, eslint-plugin-vue@>=9.6.0:
43834368
version "10.0.0"
43844369
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.0.0.tgz#42707bfb8c4490b0b1a4be6f11a416fb16c3d11c"
43854370
integrity sha512-XKckedtajqwmaX6u1VnECmZ6xJt+YvlmMzBPZd+/sI3ub2lpYZyFnsyWo7c3nMOQKJQudeyk1lw/JxdgeKT64w==
@@ -4399,7 +4384,7 @@ eslint-plugin-vuetify@2.5.2:
43994384
eslint-plugin-vue ">=9.6.0"
44004385
requireindex "^1.2.0"
44014386

4402-
eslint-scope@5.1.1, eslint-scope@^5.1.1:
4387+
eslint-scope@5.1.1:
44034388
version "5.1.1"
44044389
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
44054390
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -4415,7 +4400,7 @@ eslint-scope@^7.2.2:
44154400
esrecurse "^4.3.0"
44164401
estraverse "^5.2.0"
44174402

4418-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
4403+
eslint-utils@^2.0.0:
44194404
version "2.1.0"
44204405
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
44214406
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
@@ -4499,15 +4484,6 @@ eslint@8.57.1:
44994484
strip-ansi "^6.0.1"
45004485
text-table "^0.2.0"
45014486

4502-
espree@^6.2.1:
4503-
version "6.2.1"
4504-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a"
4505-
integrity sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==
4506-
dependencies:
4507-
acorn "^7.1.1"
4508-
acorn-jsx "^5.2.0"
4509-
eslint-visitor-keys "^1.1.0"
4510-
45114487
espree@^9.6.0, espree@^9.6.1:
45124488
version "9.6.1"
45134489
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
@@ -4522,7 +4498,7 @@ esprima@^4.0.0:
45224498
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
45234499
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
45244500

4525-
esquery@^1.4.0, esquery@^1.4.2:
4501+
esquery@^1.4.2:
45264502
version "1.6.0"
45274503
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
45284504
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
@@ -8741,7 +8717,7 @@ semver-regex@^4.0.5:
87418717
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
87428718
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
87438719

8744-
semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
8720+
semver@^6.0.0, semver@^6.3.1:
87458721
version "6.3.1"
87468722
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
87478723
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
@@ -10001,19 +9977,6 @@ vue-cli-plugin-vuetify@2.5.8:
100019977
semver "^7.1.2"
100029978
shelljs "^0.8.3"
100039979

10004-
vue-eslint-parser@^7.10.0:
10005-
version "7.11.0"
10006-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz#214b5dea961007fcffb2ee65b8912307628d0daf"
10007-
integrity sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==
10008-
dependencies:
10009-
debug "^4.1.1"
10010-
eslint-scope "^5.1.1"
10011-
eslint-visitor-keys "^1.1.0"
10012-
espree "^6.2.1"
10013-
esquery "^1.4.0"
10014-
lodash "^4.17.21"
10015-
semver "^6.3.0"
10016-
100179980
vue-hot-reload-api@^2.3.0:
100189981
version "2.3.4"
100199982
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"

0 commit comments

Comments
 (0)