Skip to content

Commit 75c7a5c

Browse files
chore(deps): update devdependency eslint-plugin-nuxt to v4 (#2127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03c5a6c commit 75c7a5c

File tree

2 files changed

+64
-11
lines changed

2 files changed

+64
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"crawler": "^1.3.0",
3434
"eslint": "^8.29.0",
3535
"eslint-config-prettier": "^8.3.0",
36-
"eslint-plugin-nuxt": "^2.0.0",
36+
"eslint-plugin-nuxt": "^4.0.0",
3737
"eslint-plugin-prettier": "^4.0.0",
3838
"fuse.js": "^6.4.6",
3939
"husky": "^7.0.4",

yarn.lock

Lines changed: 63 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5721,14 +5721,14 @@ eslint-plugin-node@^11.1.0:
57215721
resolve "^1.10.1"
57225722
semver "^6.1.0"
57235723

5724-
eslint-plugin-nuxt@^2.0.0:
5725-
version "2.0.0"
5726-
resolved "https://registry.yarnpkg.com/eslint-plugin-nuxt/-/eslint-plugin-nuxt-2.0.0.tgz#62dce8b2f6aa205a93a328d22ce04c39f7ee79d7"
5727-
integrity sha512-0VaG4SlKeGwMKSmOug/gNjliKoDNM/XfgiPhJ4v6FnjYrM3zSwTQVMH6vPjI8Gs722NjgwOZTucvmYbHzYEp5A==
5724+
eslint-plugin-nuxt@^4.0.0:
5725+
version "4.0.0"
5726+
resolved "https://registry.yarnpkg.com/eslint-plugin-nuxt/-/eslint-plugin-nuxt-4.0.0.tgz#f124b05c9038207ffaae74e2741f4a2e87472bae"
5727+
integrity sha512-v3Vwdk8YKe52bAz8eSIDqQuTtfL/T1r9dSl1uhC5SyR5pgLxgKkQdxXVf/Bf6Ax7uyd9rHqiAuYVdqqDb7ILdA==
57285728
dependencies:
5729-
eslint-plugin-vue "^7.1.0"
5730-
semver "^7.3.2"
5731-
vue-eslint-parser "^7.1.1"
5729+
eslint-plugin-vue "^9.4.0"
5730+
semver "^7.3.7"
5731+
vue-eslint-parser "^9.0.3"
57325732

57335733
eslint-plugin-prettier@^4.0.0:
57345734
version "4.0.0"
@@ -5766,7 +5766,7 @@ eslint-plugin-unicorn@^28.0.2:
57665766
safe-regex "^2.1.1"
57675767
semver "^7.3.4"
57685768

5769-
eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.9.0:
5769+
eslint-plugin-vue@^7.9.0:
57705770
version "7.16.0"
57715771
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.16.0.tgz#7fe9fea039a190b108319c1380adf543ef57707d"
57725772
integrity sha512-0E2dVvVC7I2Xm1HXyx+ZwPj9CNX4NJjs4K4r+GVsHWyt5Pew3JLD4fI7A91b2jeL0TXE7LlszrwLSTJU9eqehw==
@@ -5776,6 +5776,19 @@ eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.9.0:
57765776
semver "^6.3.0"
57775777
vue-eslint-parser "^7.10.0"
57785778

5779+
eslint-plugin-vue@^9.4.0:
5780+
version "9.8.0"
5781+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.8.0.tgz#91de2aabbee8cdbef078ccd4f650a9ecfa445f4f"
5782+
integrity sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==
5783+
dependencies:
5784+
eslint-utils "^3.0.0"
5785+
natural-compare "^1.4.0"
5786+
nth-check "^2.0.1"
5787+
postcss-selector-parser "^6.0.9"
5788+
semver "^7.3.5"
5789+
vue-eslint-parser "^9.0.1"
5790+
xml-name-validator "^4.0.0"
5791+
57795792
eslint-scope@^4.0.3:
57805793
version "4.0.3"
57815794
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz"
@@ -5894,7 +5907,7 @@ espree@^6.2.1:
58945907
acorn-jsx "^5.2.0"
58955908
eslint-visitor-keys "^1.1.0"
58965909

5897-
espree@^9.4.0:
5910+
espree@^9.3.1, espree@^9.4.0:
58985911
version "9.4.1"
58995912
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"
59005913
integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==
@@ -9193,6 +9206,13 @@ nth-check@^2.0.0:
91939206
dependencies:
91949207
boolbase "^1.0.0"
91959208

9209+
nth-check@^2.0.1:
9210+
version "2.1.1"
9211+
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d"
9212+
integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==
9213+
dependencies:
9214+
boolbase "^1.0.0"
9215+
91969216
num2fraction@^1.2.2:
91979217
version "1.2.2"
91989218
resolved "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz"
@@ -10504,6 +10524,14 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2, postcss-selector
1050410524
cssesc "^3.0.0"
1050510525
util-deprecate "^1.0.2"
1050610526

10527+
postcss-selector-parser@^6.0.9:
10528+
version "6.0.11"
10529+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz#2e41dc39b7ad74046e1615185185cd0b17d0c8dc"
10530+
integrity sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==
10531+
dependencies:
10532+
cssesc "^3.0.0"
10533+
util-deprecate "^1.0.2"
10534+
1050710535
postcss-svgo@^4.0.3:
1050810536
version "4.0.3"
1050910537
resolved "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.3.tgz"
@@ -11701,6 +11729,13 @@ semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
1170111729
dependencies:
1170211730
lru-cache "^6.0.0"
1170311731

11732+
semver@^7.3.6, semver@^7.3.7:
11733+
version "7.3.8"
11734+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
11735+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
11736+
dependencies:
11737+
lru-cache "^6.0.0"
11738+
1170411739
send@0.17.1:
1170511740
version "0.17.1"
1170611741
resolved "https://registry.npmjs.org/send/-/send-0.17.1.tgz"
@@ -13430,7 +13465,7 @@ vue-docgen-api@^4.40.0:
1343013465
ts-map "^1.0.3"
1343113466
vue-inbrowser-compiler-utils "^4.40.0"
1343213467

13433-
vue-eslint-parser@^7.1.1, vue-eslint-parser@^7.10.0:
13468+
vue-eslint-parser@^7.10.0:
1343413469
version "7.10.0"
1343513470
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.10.0.tgz#ea4e4b10fd10aa35c8a79ac783488d8abcd29be8"
1343613471
integrity sha512-7tc/ewS9Vq9Bn741pvpg8op2fWJPH3k32aL+jcIcWGCTzh/zXSdh7pZ5FV3W2aJancP9+ftPAv292zY5T5IPCg==
@@ -13443,6 +13478,19 @@ vue-eslint-parser@^7.1.1, vue-eslint-parser@^7.10.0:
1344313478
lodash "^4.17.21"
1344413479
semver "^6.3.0"
1344513480

13481+
vue-eslint-parser@^9.0.1, vue-eslint-parser@^9.0.3:
13482+
version "9.1.0"
13483+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.1.0.tgz#0e121d1bb29bd10763c83e3cc583ee03434a9dd5"
13484+
integrity sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==
13485+
dependencies:
13486+
debug "^4.3.4"
13487+
eslint-scope "^7.1.1"
13488+
eslint-visitor-keys "^3.3.0"
13489+
espree "^9.3.1"
13490+
esquery "^1.4.0"
13491+
lodash "^4.17.21"
13492+
semver "^7.3.6"
13493+
1344613494
vue-hot-reload-api@^2.3.0:
1344713495
version "2.3.4"
1344813496
resolved "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz"
@@ -13853,6 +13901,11 @@ x-is-array@^0.1.0:
1385313901
resolved "https://registry.npmjs.org/x-is-array/-/x-is-array-0.1.0.tgz"
1385413902
integrity sha1-3lIBcdR7P0FvVYfWKbidJrEtwp0=
1385513903

13904+
xml-name-validator@^4.0.0:
13905+
version "4.0.0"
13906+
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
13907+
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
13908+
1385613909
xss@^1.0.9:
1385713910
version "1.0.9"
1385813911
resolved "https://registry.npmjs.org/xss/-/xss-1.0.9.tgz"

0 commit comments

Comments
 (0)