Skip to content

Commit 28dccd7

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 5795a55 commit 28dccd7

File tree

2 files changed

+68
-15
lines changed

2 files changed

+68
-15
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: 67 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@ accepts@~1.3.5:
24272427
mime-types "~2.1.34"
24282428
negotiator "0.6.3"
24292429

2430-
acorn-jsx@^5.2.0, acorn-jsx@^5.3.1:
2430+
acorn-jsx@^5.2.0, acorn-jsx@^5.3.1, acorn-jsx@^5.3.2:
24312431
version "5.3.2"
24322432
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
24332433
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
@@ -2461,7 +2461,7 @@ acorn@^7.0.0, acorn@^7.1.1, acorn@^7.4.0:
24612461
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
24622462
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
24632463

2464-
acorn@^8.0.4, acorn@^8.4.1, acorn@^8.5.0:
2464+
acorn@^8.0.4, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.8.0:
24652465
version "8.8.1"
24662466
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
24672467
integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==
@@ -4123,7 +4123,7 @@ debug@^3.2.7:
41234123
dependencies:
41244124
ms "^2.1.1"
41254125

4126-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
4126+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4:
41274127
version "4.3.4"
41284128
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
41294129
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -4672,14 +4672,14 @@ eslint-plugin-node@^11.1.0:
46724672
resolve "^1.10.1"
46734673
semver "^6.1.0"
46744674

4675-
eslint-plugin-nuxt@^2.0.0:
4676-
version "2.0.0"
4677-
resolved "https://registry.yarnpkg.com/eslint-plugin-nuxt/-/eslint-plugin-nuxt-2.0.0.tgz#62dce8b2f6aa205a93a328d22ce04c39f7ee79d7"
4678-
integrity sha512-0VaG4SlKeGwMKSmOug/gNjliKoDNM/XfgiPhJ4v6FnjYrM3zSwTQVMH6vPjI8Gs722NjgwOZTucvmYbHzYEp5A==
4675+
eslint-plugin-nuxt@^4.0.0:
4676+
version "4.0.0"
4677+
resolved "https://registry.yarnpkg.com/eslint-plugin-nuxt/-/eslint-plugin-nuxt-4.0.0.tgz#f124b05c9038207ffaae74e2741f4a2e87472bae"
4678+
integrity sha512-v3Vwdk8YKe52bAz8eSIDqQuTtfL/T1r9dSl1uhC5SyR5pgLxgKkQdxXVf/Bf6Ax7uyd9rHqiAuYVdqqDb7ILdA==
46794679
dependencies:
4680-
eslint-plugin-vue "^7.1.0"
4681-
semver "^7.3.2"
4682-
vue-eslint-parser "^7.1.1"
4680+
eslint-plugin-vue "^9.4.0"
4681+
semver "^7.3.7"
4682+
vue-eslint-parser "^9.0.3"
46834683

46844684
eslint-plugin-prettier@^4.0.0:
46854685
version "4.2.1"
@@ -4717,7 +4717,7 @@ eslint-plugin-unicorn@^28.0.2:
47174717
safe-regex "^2.1.1"
47184718
semver "^7.3.4"
47194719

4720-
eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.9.0:
4720+
eslint-plugin-vue@^7.9.0:
47214721
version "7.20.0"
47224722
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.20.0.tgz#98c21885a6bfdf0713c3a92957a5afeaaeed9253"
47234723
integrity sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw==
@@ -4727,6 +4727,19 @@ eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.9.0:
47274727
semver "^6.3.0"
47284728
vue-eslint-parser "^7.10.0"
47294729

4730+
eslint-plugin-vue@^9.4.0:
4731+
version "9.8.0"
4732+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.8.0.tgz#91de2aabbee8cdbef078ccd4f650a9ecfa445f4f"
4733+
integrity sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==
4734+
dependencies:
4735+
eslint-utils "^3.0.0"
4736+
natural-compare "^1.4.0"
4737+
nth-check "^2.0.1"
4738+
postcss-selector-parser "^6.0.9"
4739+
semver "^7.3.5"
4740+
vue-eslint-parser "^9.0.1"
4741+
xml-name-validator "^4.0.0"
4742+
47304743
eslint-scope@5.1.1, eslint-scope@^5.1.1:
47314744
version "5.1.1"
47324745
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
@@ -4743,6 +4756,14 @@ eslint-scope@^4.0.3:
47434756
esrecurse "^4.1.0"
47444757
estraverse "^4.1.1"
47454758

4759+
eslint-scope@^7.1.1:
4760+
version "7.1.1"
4761+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
4762+
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
4763+
dependencies:
4764+
esrecurse "^4.3.0"
4765+
estraverse "^5.2.0"
4766+
47464767
eslint-template-visitor@^2.2.2:
47474768
version "2.3.2"
47484769
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d"
@@ -4778,6 +4799,11 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
47784799
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
47794800
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
47804801

4802+
eslint-visitor-keys@^3.3.0:
4803+
version "3.3.0"
4804+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4805+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
4806+
47814807
eslint-webpack-plugin@^2.6.0:
47824808
version "2.7.0"
47834809
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz#0525793a4f8c652c1c6d863995ce1e0f2dcbd143"
@@ -4854,6 +4880,15 @@ espree@^7.3.0, espree@^7.3.1:
48544880
acorn-jsx "^5.3.1"
48554881
eslint-visitor-keys "^1.3.0"
48564882

4883+
espree@^9.3.1:
4884+
version "9.4.1"
4885+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"
4886+
integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==
4887+
dependencies:
4888+
acorn "^8.8.0"
4889+
acorn-jsx "^5.3.2"
4890+
eslint-visitor-keys "^3.3.0"
4891+
48574892
esprima@^4.0.0:
48584893
version "4.0.1"
48594894
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -8756,7 +8791,7 @@ postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4:
87568791
indexes-of "^1.0.1"
87578792
uniq "^1.0.1"
87588793

8759-
postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4:
8794+
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:
87608795
version "6.0.11"
87618796
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz#2e41dc39b7ad74046e1615185185cd0b17d0c8dc"
87628797
integrity sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==
@@ -9549,7 +9584,7 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
95499584
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
95509585
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
95519586

9552-
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
9587+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.6, semver@^7.3.7:
95539588
version "7.3.8"
95549589
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
95559590
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
@@ -10768,7 +10803,7 @@ vue-client-only@^2.0.0:
1076810803
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.1.0.tgz#1a67a47b8ecacfa86d75830173fffee3bf8a4ee3"
1076910804
integrity sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==
1077010805

10771-
vue-eslint-parser@^7.1.1, vue-eslint-parser@^7.10.0:
10806+
vue-eslint-parser@^7.10.0:
1077210807
version "7.11.0"
1077310808
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz#214b5dea961007fcffb2ee65b8912307628d0daf"
1077410809
integrity sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==
@@ -10781,6 +10816,19 @@ vue-eslint-parser@^7.1.1, vue-eslint-parser@^7.10.0:
1078110816
lodash "^4.17.21"
1078210817
semver "^6.3.0"
1078310818

10819+
vue-eslint-parser@^9.0.1, vue-eslint-parser@^9.0.3:
10820+
version "9.1.0"
10821+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.1.0.tgz#0e121d1bb29bd10763c83e3cc583ee03434a9dd5"
10822+
integrity sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==
10823+
dependencies:
10824+
debug "^4.3.4"
10825+
eslint-scope "^7.1.1"
10826+
eslint-visitor-keys "^3.3.0"
10827+
espree "^9.3.1"
10828+
esquery "^1.4.0"
10829+
lodash "^4.17.21"
10830+
semver "^7.3.6"
10831+
1078410832
vue-hot-reload-api@^2.3.0:
1078510833
version "2.3.4"
1078610834
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"
@@ -11165,6 +11213,11 @@ ws@^7.3.1:
1116511213
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
1116611214
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
1116711215

11216+
xml-name-validator@^4.0.0:
11217+
version "4.0.0"
11218+
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
11219+
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
11220+
1116811221
xtend@^4.0.0, xtend@^4.0.2, xtend@~4.0.1:
1116911222
version "4.0.2"
1117011223
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)