Skip to content

Commit eca2617

Browse files
Bump eslint-plugin-nuxt from 2.0.0 to 3.1.0 (#177)
Bumps [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt) from 2.0.0 to 3.1.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...v3.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-nuxt dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bfecc34 commit eca2617

File tree

2 files changed

+67
-10
lines changed

2 files changed

+67
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@nuxtjs/eslint-module": "^3.0.2",
2727
"babel-eslint": "^10.1.0",
2828
"eslint": "^7.32.0",
29-
"eslint-plugin-nuxt": "^2.0.0",
29+
"eslint-plugin-nuxt": "^3.1.0",
3030
"fibers": "^5.0.0",
3131
"sass": "^1.43.3",
3232
"sass-loader": "^10.1.1"

yarn.lock

Lines changed: 66 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,6 +2109,11 @@ acorn@^8.0.4:
21092109
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
21102110
integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
21112111

2112+
acorn@^8.6.0:
2113+
version "8.6.0"
2114+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
2115+
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
2116+
21122117
aggregate-error@^3.0.0:
21132118
version "3.1.0"
21142119
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
@@ -3505,6 +3510,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
35053510
dependencies:
35063511
ms "2.1.2"
35073512

3513+
debug@^4.3.2:
3514+
version "4.3.3"
3515+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
3516+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
3517+
dependencies:
3518+
ms "2.1.2"
3519+
35083520
decode-uri-component@^0.2.0:
35093521
version "0.2.0"
35103522
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
@@ -3952,14 +3964,14 @@ eslint-plugin-node@^11.1.0:
39523964
resolve "^1.10.1"
39533965
semver "^6.1.0"
39543966

3955-
eslint-plugin-nuxt@^2.0.0:
3956-
version "2.0.0"
3957-
resolved "https://registry.yarnpkg.com/eslint-plugin-nuxt/-/eslint-plugin-nuxt-2.0.0.tgz#62dce8b2f6aa205a93a328d22ce04c39f7ee79d7"
3958-
integrity sha512-0VaG4SlKeGwMKSmOug/gNjliKoDNM/XfgiPhJ4v6FnjYrM3zSwTQVMH6vPjI8Gs722NjgwOZTucvmYbHzYEp5A==
3967+
eslint-plugin-nuxt@^3.1.0:
3968+
version "3.1.0"
3969+
resolved "https://registry.yarnpkg.com/eslint-plugin-nuxt/-/eslint-plugin-nuxt-3.1.0.tgz#b8d70dc321e2f2f345039980eb28a2f52b3dc492"
3970+
integrity sha512-vW+XbbMhncihLs+GYP+f6rqyBq33O3dNUqoFckbLGlWUsAyTzTp/2KYQC7MGpRg8Rq8JPj5Or2ypuSn7gOveHw==
39593971
dependencies:
3960-
eslint-plugin-vue "^7.1.0"
3961-
semver "^7.3.2"
3962-
vue-eslint-parser "^7.1.1"
3972+
eslint-plugin-vue "^8.1.1"
3973+
semver "^7.3.5"
3974+
vue-eslint-parser "^8.0.1"
39633975

39643976
eslint-plugin-promise@^5.1.0:
39653977
version "5.1.0"
@@ -3990,7 +4002,7 @@ eslint-plugin-unicorn@^28.0.2:
39904002
safe-regex "^2.1.1"
39914003
semver "^7.3.4"
39924004

3993-
eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.9.0:
4005+
eslint-plugin-vue@^7.9.0:
39944006
version "7.13.0"
39954007
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.13.0.tgz#6f3d232bf1fcd0428353b0d581ebaca1c5dbc17a"
39964008
integrity sha512-u0+jL8h2MshRuMTCLslktxRsPTjlENNcNufhgHu01N982DmHVdeFniyMPoVLLRjACQOwdz3FdlsgYGBMBG+AKg==
@@ -4000,6 +4012,16 @@ eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.9.0:
40004012
semver "^7.3.2"
40014013
vue-eslint-parser "^7.8.0"
40024014

4015+
eslint-plugin-vue@^8.1.1:
4016+
version "8.1.1"
4017+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.1.1.tgz#8bb0a40520880cdd076b4a6faf8bc29110997a8c"
4018+
integrity sha512-rx64IrlhdfPya6u2V5ukOGiLCTgaCBdMSpczLVqyo8A0l+Vbo+lzvIfEUfAQ2auj+MF6y0TwxLorzdCIzHunnw==
4019+
dependencies:
4020+
eslint-utils "^3.0.0"
4021+
natural-compare "^1.4.0"
4022+
semver "^7.3.5"
4023+
vue-eslint-parser "^8.0.1"
4024+
40034025
eslint-scope@^4.0.3:
40044026
version "4.0.3"
40054027
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -4016,6 +4038,14 @@ eslint-scope@^5.1.1:
40164038
esrecurse "^4.3.0"
40174039
estraverse "^4.1.1"
40184040

4041+
eslint-scope@^6.0.0:
4042+
version "6.0.0"
4043+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-6.0.0.tgz#9cf45b13c5ac8f3d4c50f46a5121f61b3e318978"
4044+
integrity sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==
4045+
dependencies:
4046+
esrecurse "^4.3.0"
4047+
estraverse "^5.2.0"
4048+
40194049
eslint-template-visitor@^2.2.2:
40204050
version "2.3.2"
40214051
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d"
@@ -4051,6 +4081,11 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
40514081
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
40524082
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
40534083

4084+
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0:
4085+
version "3.1.0"
4086+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
4087+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
4088+
40544089
eslint-webpack-plugin@^2.4.1:
40554090
version "2.5.4"
40564091
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -4127,6 +4162,15 @@ espree@^7.3.0, espree@^7.3.1:
41274162
acorn-jsx "^5.3.1"
41284163
eslint-visitor-keys "^1.3.0"
41294164

4165+
espree@^9.0.0:
4166+
version "9.1.0"
4167+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.1.0.tgz#ba9d3c9b34eeae205724124e31de4543d59fbf74"
4168+
integrity sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==
4169+
dependencies:
4170+
acorn "^8.6.0"
4171+
acorn-jsx "^5.3.1"
4172+
eslint-visitor-keys "^3.1.0"
4173+
41304174
esprima@^4.0.0:
41314175
version "4.0.1"
41324176
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -9000,7 +9044,7 @@ vue-client-only@^2.0.0:
90009044
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.1.0.tgz#1a67a47b8ecacfa86d75830173fffee3bf8a4ee3"
90019045
integrity sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==
90029046

9003-
vue-eslint-parser@^7.1.1, vue-eslint-parser@^7.8.0:
9047+
vue-eslint-parser@^7.8.0:
90049048
version "7.8.0"
90059049
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.8.0.tgz#43850bf856c9a69d62c0e12769609c338423684b"
90069050
integrity sha512-ehmmrLZNYLUoKayvVW8l8HyPQIfuYZHiJoQLRP3dapDlTU7bGs4tqIKVGdAEpMuXS/b4R/PImCt7Tkj4UhX1SQ==
@@ -9013,6 +9057,19 @@ vue-eslint-parser@^7.1.1, vue-eslint-parser@^7.8.0:
90139057
lodash "^4.17.21"
90149058
semver "^6.3.0"
90159059

9060+
vue-eslint-parser@^8.0.1:
9061+
version "8.0.1"
9062+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-8.0.1.tgz#25e08b20a414551531f3e19f999902e1ecf45f13"
9063+
integrity sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==
9064+
dependencies:
9065+
debug "^4.3.2"
9066+
eslint-scope "^6.0.0"
9067+
eslint-visitor-keys "^3.0.0"
9068+
espree "^9.0.0"
9069+
esquery "^1.4.0"
9070+
lodash "^4.17.21"
9071+
semver "^7.3.5"
9072+
90169073
vue-hot-reload-api@^2.3.0:
90179074
version "2.3.4"
90189075
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"

0 commit comments

Comments
 (0)