Skip to content

Commit c971155

Browse files
dependabot[bot]matteobruni
authored andcommitted
chore(deps-dev): bump eslint-plugin-nuxt from 3.2.0 to 4.0.0
Bumps [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt) from 3.2.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@v3.2.0...v4.0.0)
1 parent 0b91a17 commit c971155

File tree

2 files changed

+15
-40
lines changed

2 files changed

+15
-40
lines changed

apps/nuxt2-particles-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@nuxtjs/eslint-module": "^3.0.2",
3636
"eslint": "^8.23.0",
3737
"eslint-config-prettier": "^8.3.0",
38-
"eslint-plugin-nuxt": "^3.1.0",
38+
"eslint-plugin-nuxt": "^4.0.0",
3939
"eslint-plugin-vue": "^9.4.0",
4040
"husky": "^8.0.1",
4141
"lint-staged": "^13.0.3",

apps/nuxt2-particles-demo/yarn.lock

+14-39
Original file line numberDiff line numberDiff line change
@@ -4094,14 +4094,14 @@ eslint-plugin-node@^11.1.0:
40944094
resolve "^1.10.1"
40954095
semver "^6.1.0"
40964096

4097-
eslint-plugin-nuxt@^3.1.0:
4098-
version "3.2.0"
4099-
resolved "https://registry.yarnpkg.com/eslint-plugin-nuxt/-/eslint-plugin-nuxt-3.2.0.tgz#5fbe95c8c7784c071d39adc848a695ef5e91fb34"
4100-
integrity sha512-SWpmJALwagdrlMooajFX9IFxFEKdBxD+e4NFOVw9FGc22HQpNKdiljRHchS/3O5e2R7sPZYv8xdCtoordqIXFQ==
4097+
eslint-plugin-nuxt@^4.0.0:
4098+
version "4.0.0"
4099+
resolved "https://registry.yarnpkg.com/eslint-plugin-nuxt/-/eslint-plugin-nuxt-4.0.0.tgz#f124b05c9038207ffaae74e2741f4a2e87472bae"
4100+
integrity sha512-v3Vwdk8YKe52bAz8eSIDqQuTtfL/T1r9dSl1uhC5SyR5pgLxgKkQdxXVf/Bf6Ax7uyd9rHqiAuYVdqqDb7ILdA==
41014101
dependencies:
4102-
eslint-plugin-vue "^8.5.0"
4103-
semver "^7.3.5"
4104-
vue-eslint-parser "^8.3.0"
4102+
eslint-plugin-vue "^9.4.0"
4103+
semver "^7.3.7"
4104+
vue-eslint-parser "^9.0.3"
41054105

41064106
eslint-plugin-promise@^6.0.1:
41074107
version "6.0.1"
@@ -4128,18 +4128,6 @@ eslint-plugin-unicorn@^43.0.2:
41284128
semver "^7.3.7"
41294129
strip-indent "^3.0.0"
41304130

4131-
eslint-plugin-vue@^8.5.0:
4132-
version "8.7.1"
4133-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.7.1.tgz#f13c53547a0c9d64588a675cc5ecc6ccaf63703f"
4134-
integrity sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==
4135-
dependencies:
4136-
eslint-utils "^3.0.0"
4137-
natural-compare "^1.4.0"
4138-
nth-check "^2.0.1"
4139-
postcss-selector-parser "^6.0.9"
4140-
semver "^7.3.5"
4141-
vue-eslint-parser "^8.0.1"
4142-
41434131
eslint-plugin-vue@^9.4.0:
41444132
version "9.4.0"
41454133
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.4.0.tgz#31c2d9002b5bb437b351a5feffdf37c4397e5cb9"
@@ -4169,7 +4157,7 @@ eslint-scope@^4.0.3:
41694157
esrecurse "^4.1.0"
41704158
estraverse "^4.1.1"
41714159

4172-
eslint-scope@^7.0.0, eslint-scope@^7.1.1:
4160+
eslint-scope@^7.1.1:
41734161
version "7.1.1"
41744162
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
41754163
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
@@ -4201,7 +4189,7 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
42014189
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
42024190
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
42034191

4204-
eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3.0:
4192+
eslint-visitor-keys@^3.3.0:
42054193
version "3.3.0"
42064194
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
42074195
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
@@ -4263,7 +4251,7 @@ eslint@^8.23.0:
42634251
strip-json-comments "^3.1.0"
42644252
text-table "^0.2.0"
42654253

4266-
espree@^9.0.0, espree@^9.3.1, espree@^9.4.0:
4254+
espree@^9.3.1, espree@^9.4.0:
42674255
version "9.4.0"
42684256
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
42694257
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
@@ -9777,23 +9765,10 @@ vue-client-only@^2.0.0:
97779765
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.1.0.tgz#1a67a47b8ecacfa86d75830173fffee3bf8a4ee3"
97789766
integrity sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==
97799767

9780-
vue-eslint-parser@^8.0.1, vue-eslint-parser@^8.3.0:
9781-
version "8.3.0"
9782-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz#5d31129a1b3dd89c0069ca0a1c88f970c360bd0d"
9783-
integrity sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==
9784-
dependencies:
9785-
debug "^4.3.2"
9786-
eslint-scope "^7.0.0"
9787-
eslint-visitor-keys "^3.1.0"
9788-
espree "^9.0.0"
9789-
esquery "^1.4.0"
9790-
lodash "^4.17.21"
9791-
semver "^7.3.5"
9792-
9793-
vue-eslint-parser@^9.0.1:
9794-
version "9.0.2"
9795-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.0.2.tgz#d2535516f3f55adb387939427fe741065eb7948a"
9796-
integrity sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==
9768+
vue-eslint-parser@^9.0.1, vue-eslint-parser@^9.0.3:
9769+
version "9.0.3"
9770+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.0.3.tgz#0c17a89e0932cc94fa6a79f0726697e13bfe3c96"
9771+
integrity sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==
97979772
dependencies:
97989773
debug "^4.3.4"
97999774
eslint-scope "^7.1.1"

0 commit comments

Comments
 (0)