Skip to content

Commit 83dc095

Browse files
chore(deps-dev): bump eslint-plugin-nuxt from 2.0.0 to 4.0.0
Bumps [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt) from 2.0.0 to 4.0.0. - [Release notes](https://github.com/nuxt/eslint-plugin-nuxt/releases) - [Changelog](https://github.com/nuxt/eslint-plugin-nuxt/blob/master/CHANGELOG.md) - [Commits](nuxt/eslint-plugin-nuxt@v2.0.0...v4.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-nuxt dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86ffe55 commit 83dc095

File tree

2 files changed

+69
-16
lines changed

2 files changed

+69
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"babel-jest": "^29.3",
4747
"eslint": "^7.32.0",
4848
"eslint-config-prettier": "^8.3.0",
49-
"eslint-plugin-nuxt": "^2.0.0",
49+
"eslint-plugin-nuxt": "^4.0.0",
5050
"eslint-plugin-prettier": "^4.0.0",
5151
"jest": "^29.3",
5252
"laravel-echo": "^1.11.2",

yarn.lock

Lines changed: 68 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2575,7 +2575,7 @@ accepts@~1.3.5:
25752575
mime-types "~2.1.34"
25762576
negotiator "0.6.3"
25772577

2578-
acorn-jsx@^5.2.0, acorn-jsx@^5.3.1:
2578+
acorn-jsx@^5.2.0, acorn-jsx@^5.3.1, acorn-jsx@^5.3.2:
25792579
version "5.3.2"
25802580
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
25812581
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
@@ -2609,7 +2609,7 @@ acorn@^7.0.0, acorn@^7.1.1, acorn@^7.4.0:
26092609
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
26102610
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
26112611

2612-
acorn@^8.0.4, acorn@^8.4.1, acorn@^8.5.0:
2612+
acorn@^8.0.4, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.8.0:
26132613
version "8.8.1"
26142614
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
26152615
integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==
@@ -3898,7 +3898,7 @@ core-js@^2.4.0, core-js@^2.6.5:
38983898
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
38993899
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
39003900

3901-
core-js@^3.17.2:
3901+
core-js@^3.25.5:
39023902
version "3.26.1"
39033903
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.26.1.tgz#7a9816dabd9ee846c1c0fe0e8fcad68f3709134e"
39043904
integrity sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==
@@ -4271,7 +4271,7 @@ debug@^3.2.7:
42714271
dependencies:
42724272
ms "^2.1.1"
42734273

4274-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
4274+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4:
42754275
version "4.3.4"
42764276
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
42774277
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -4820,14 +4820,14 @@ eslint-plugin-node@^11.1.0:
48204820
resolve "^1.10.1"
48214821
semver "^6.1.0"
48224822

4823-
eslint-plugin-nuxt@^2.0.0:
4824-
version "2.0.0"
4825-
resolved "https://registry.yarnpkg.com/eslint-plugin-nuxt/-/eslint-plugin-nuxt-2.0.0.tgz#62dce8b2f6aa205a93a328d22ce04c39f7ee79d7"
4826-
integrity sha512-0VaG4SlKeGwMKSmOug/gNjliKoDNM/XfgiPhJ4v6FnjYrM3zSwTQVMH6vPjI8Gs722NjgwOZTucvmYbHzYEp5A==
4823+
eslint-plugin-nuxt@^4.0.0:
4824+
version "4.0.0"
4825+
resolved "https://registry.yarnpkg.com/eslint-plugin-nuxt/-/eslint-plugin-nuxt-4.0.0.tgz#f124b05c9038207ffaae74e2741f4a2e87472bae"
4826+
integrity sha512-v3Vwdk8YKe52bAz8eSIDqQuTtfL/T1r9dSl1uhC5SyR5pgLxgKkQdxXVf/Bf6Ax7uyd9rHqiAuYVdqqDb7ILdA==
48274827
dependencies:
4828-
eslint-plugin-vue "^7.1.0"
4829-
semver "^7.3.2"
4830-
vue-eslint-parser "^7.1.1"
4828+
eslint-plugin-vue "^9.4.0"
4829+
semver "^7.3.7"
4830+
vue-eslint-parser "^9.0.3"
48314831

48324832
eslint-plugin-prettier@^4.0.0:
48334833
version "4.2.1"
@@ -4865,7 +4865,7 @@ eslint-plugin-unicorn@^28.0.2:
48654865
safe-regex "^2.1.1"
48664866
semver "^7.3.4"
48674867

4868-
eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.9.0:
4868+
eslint-plugin-vue@^7.9.0:
48694869
version "7.20.0"
48704870
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.20.0.tgz#98c21885a6bfdf0713c3a92957a5afeaaeed9253"
48714871
integrity sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw==
@@ -4875,6 +4875,19 @@ eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.9.0:
48754875
semver "^6.3.0"
48764876
vue-eslint-parser "^7.10.0"
48774877

4878+
eslint-plugin-vue@^9.4.0:
4879+
version "9.8.0"
4880+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.8.0.tgz#91de2aabbee8cdbef078ccd4f650a9ecfa445f4f"
4881+
integrity sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==
4882+
dependencies:
4883+
eslint-utils "^3.0.0"
4884+
natural-compare "^1.4.0"
4885+
nth-check "^2.0.1"
4886+
postcss-selector-parser "^6.0.9"
4887+
semver "^7.3.5"
4888+
vue-eslint-parser "^9.0.1"
4889+
xml-name-validator "^4.0.0"
4890+
48784891
eslint-scope@5.1.1, eslint-scope@^5.1.1:
48794892
version "5.1.1"
48804893
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
@@ -4891,6 +4904,14 @@ eslint-scope@^4.0.3:
48914904
esrecurse "^4.1.0"
48924905
estraverse "^4.1.1"
48934906

4907+
eslint-scope@^7.1.1:
4908+
version "7.1.1"
4909+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
4910+
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
4911+
dependencies:
4912+
esrecurse "^4.3.0"
4913+
estraverse "^5.2.0"
4914+
48944915
eslint-template-visitor@^2.2.2:
48954916
version "2.3.2"
48964917
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d"
@@ -4926,6 +4947,11 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
49264947
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
49274948
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
49284949

4950+
eslint-visitor-keys@^3.3.0:
4951+
version "3.3.0"
4952+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4953+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
4954+
49294955
eslint-webpack-plugin@^2.6.0:
49304956
version "2.7.0"
49314957
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz#0525793a4f8c652c1c6d863995ce1e0f2dcbd143"
@@ -5002,6 +5028,15 @@ espree@^7.3.0, espree@^7.3.1:
50025028
acorn-jsx "^5.3.1"
50035029
eslint-visitor-keys "^1.3.0"
50045030

5031+
espree@^9.3.1:
5032+
version "9.4.1"
5033+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"
5034+
integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==
5035+
dependencies:
5036+
acorn "^8.8.0"
5037+
acorn-jsx "^5.3.2"
5038+
eslint-visitor-keys "^3.3.0"
5039+
50055040
esprima@^4.0.0:
50065041
version "4.0.1"
50075042
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -8904,7 +8939,7 @@ postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4:
89048939
indexes-of "^1.0.1"
89058940
uniq "^1.0.1"
89068941

8907-
postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4:
8942+
postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.9:
89088943
version "6.0.11"
89098944
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz#2e41dc39b7ad74046e1615185185cd0b17d0c8dc"
89108945
integrity sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==
@@ -9696,7 +9731,7 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
96969731
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
96979732
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
96989733

9699-
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
9734+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.6, semver@^7.3.7:
97009735
version "7.3.8"
97019736
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
97029737
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
@@ -10910,7 +10945,7 @@ vue-client-only@^2.0.0:
1091010945
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.1.0.tgz#1a67a47b8ecacfa86d75830173fffee3bf8a4ee3"
1091110946
integrity sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==
1091210947

10913-
vue-eslint-parser@^7.1.1, vue-eslint-parser@^7.10.0:
10948+
vue-eslint-parser@^7.10.0:
1091410949
version "7.11.0"
1091510950
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz#214b5dea961007fcffb2ee65b8912307628d0daf"
1091610951
integrity sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==
@@ -10923,6 +10958,19 @@ vue-eslint-parser@^7.1.1, vue-eslint-parser@^7.10.0:
1092310958
lodash "^4.17.21"
1092410959
semver "^6.3.0"
1092510960

10961+
vue-eslint-parser@^9.0.1, vue-eslint-parser@^9.0.3:
10962+
version "9.1.0"
10963+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.1.0.tgz#0e121d1bb29bd10763c83e3cc583ee03434a9dd5"
10964+
integrity sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==
10965+
dependencies:
10966+
debug "^4.3.4"
10967+
eslint-scope "^7.1.1"
10968+
eslint-visitor-keys "^3.3.0"
10969+
espree "^9.3.1"
10970+
esquery "^1.4.0"
10971+
lodash "^4.17.21"
10972+
semver "^7.3.6"
10973+
1092610974
vue-hot-reload-api@^2.3.0:
1092710975
version "2.3.4"
1092810976
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"
@@ -11300,6 +11348,11 @@ ws@^7.3.1:
1130011348
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
1130111349
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
1130211350

11351+
xml-name-validator@^4.0.0:
11352+
version "4.0.0"
11353+
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
11354+
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
11355+
1130311356
xtend@^4.0.0, xtend@^4.0.2, xtend@~4.0.1:
1130411357
version "4.0.2"
1130511358
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)