Skip to content

Commit 56ebe6b

Browse files
authored
Merge pull request #543 from rrd108/renovate/eslint-plugin-vue-10.x
chore(deps): update dependency eslint-plugin-vue to v10
2 parents 830ff4e + 1960466 commit 56ebe6b

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@typescript-eslint/parser": "^8.0.0",
7070
"@vitejs/plugin-vue": "^5.0.0",
7171
"eslint": "^9.0.0",
72-
"eslint-plugin-vue": "^9.12.0",
72+
"eslint-plugin-vue": "^10.0.0",
7373
"execa": "^9.3.0",
7474
"inquirer": "^12.0.0",
7575
"ts-node": "^10.9.1",

yarn.lock

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2517,20 +2517,6 @@ eslint-plugin-vue@^10.0.0:
25172517
semver "^7.6.3"
25182518
xml-name-validator "^4.0.0"
25192519

2520-
eslint-plugin-vue@^9.12.0:
2521-
version "9.33.0"
2522-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.33.0.tgz#de33eba8f78e1d172c59c8ec7fbfd60c6ca35c39"
2523-
integrity sha512-174lJKuNsuDIlLpjeXc5E2Tss8P44uIimAfGD0b90k0NoirJqpG7stLuU9Vp/9ioTOrQdWVREc4mRd1BD+CvGw==
2524-
dependencies:
2525-
"@eslint-community/eslint-utils" "^4.4.0"
2526-
globals "^13.24.0"
2527-
natural-compare "^1.4.0"
2528-
nth-check "^2.1.1"
2529-
postcss-selector-parser "^6.0.15"
2530-
semver "^7.6.3"
2531-
vue-eslint-parser "^9.4.3"
2532-
xml-name-validator "^4.0.0"
2533-
25342520
eslint-plugin-yml@^1.17.0:
25352521
version "1.17.0"
25362522
resolved "https://registry.yarnpkg.com/eslint-plugin-yml/-/eslint-plugin-yml-1.17.0.tgz#5e1e0ca307c7a2c6db2273696c528c3487538466"
@@ -2923,7 +2909,7 @@ glob@^7.1.3:
29232909
once "^1.3.0"
29242910
path-is-absolute "^1.0.0"
29252911

2926-
globals@^13.19.0, globals@^13.24.0:
2912+
globals@^13.19.0:
29272913
version "13.24.0"
29282914
resolved "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz"
29292915
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
@@ -4984,7 +4970,7 @@ vue-eslint-parser@^10.1.1:
49844970
lodash "^4.17.21"
49854971
semver "^7.6.3"
49864972

4987-
vue-eslint-parser@^9.1.0, vue-eslint-parser@^9.4.3:
4973+
vue-eslint-parser@^9.1.0:
49884974
version "9.4.3"
49894975
resolved "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz"
49904976
integrity sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==

0 commit comments

Comments
 (0)