Skip to content

Commit 0e58e64

Browse files
chore(deps): update dependency eslint-plugin-vue to v10
1 parent 4b68a8b commit 0e58e64

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint": "8.57.1",
6262
"eslint-config-prettier": "10.1.8",
6363
"eslint-plugin-prettier": "5.5.4",
64-
"eslint-plugin-vue": "^9.32.0",
64+
"eslint-plugin-vue": "^10.0.0",
6565
"prettier": "3.7.4",
6666
"rollup": "4.54.0",
6767
"rollup-plugin-visualizer": "6.0.5",

app/yarn.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,18 +2130,16 @@ eslint-plugin-prettier@5.5.4:
21302130
prettier-linter-helpers "^1.0.0"
21312131
synckit "^0.11.7"
21322132

2133-
eslint-plugin-vue@^9.32.0:
2134-
version "9.33.0"
2135-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.33.0.tgz#de33eba8f78e1d172c59c8ec7fbfd60c6ca35c39"
2136-
integrity sha512-174lJKuNsuDIlLpjeXc5E2Tss8P44uIimAfGD0b90k0NoirJqpG7stLuU9Vp/9ioTOrQdWVREc4mRd1BD+CvGw==
2133+
eslint-plugin-vue@^10.0.0:
2134+
version "10.7.0"
2135+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.7.0.tgz#108264d16a4b03b49fe7b4d446661d15aab85bd3"
2136+
integrity sha512-r2XFCK4qlo1sxEoAMIoTTX0PZAdla0JJDt1fmYiworZUX67WeEGqm+JbyAg3M+pGiJ5U6Mp5WQbontXWtIW7TA==
21372137
dependencies:
21382138
"@eslint-community/eslint-utils" "^4.4.0"
2139-
globals "^13.24.0"
21402139
natural-compare "^1.4.0"
21412140
nth-check "^2.1.1"
2142-
postcss-selector-parser "^6.0.15"
2141+
postcss-selector-parser "^7.1.0"
21432142
semver "^7.6.3"
2144-
vue-eslint-parser "^9.4.3"
21452143
xml-name-validator "^4.0.0"
21462144

21472145
eslint-scope@^7.1.1, eslint-scope@^7.2.2:
@@ -2383,7 +2381,7 @@ glob@^7.1.3:
23832381
once "^1.3.0"
23842382
path-is-absolute "^1.0.0"
23852383

2386-
globals@^13.19.0, globals@^13.24.0:
2384+
globals@^13.19.0:
23872385
version "13.24.0"
23882386
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
23892387
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
@@ -2952,10 +2950,10 @@ points-on-path@^0.2.1:
29522950
path-data-parser "0.1.0"
29532951
points-on-curve "0.2.0"
29542952

2955-
postcss-selector-parser@^6.0.15:
2956-
version "6.1.2"
2957-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de"
2958-
integrity sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==
2953+
postcss-selector-parser@^7.1.0:
2954+
version "7.1.1"
2955+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz#e75d2e0d843f620e5df69076166f4e16f891cb9f"
2956+
integrity sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==
29592957
dependencies:
29602958
cssesc "^3.0.0"
29612959
util-deprecate "^1.0.2"

0 commit comments

Comments
 (0)