Skip to content

Commit dcbcb66

Browse files
chore(deps): update devdependency @nuxtjs/eslint-config to v6 (#249)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d28c54f commit dcbcb66

File tree

2 files changed

+63
-85
lines changed

2 files changed

+63
-85
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/preset-env": "^7.13.9",
3838
"@commitlint/cli": "^12.0.1",
3939
"@commitlint/config-conventional": "^12.0.1",
40-
"@nuxtjs/eslint-config": "^5.0.0",
40+
"@nuxtjs/eslint-config": "^6.0.0",
4141
"babel-eslint": "^10.1.0",
4242
"babel-jest": "^26.6.3",
4343
"codecov": "^3.8.1",

yarn.lock

Lines changed: 62 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
semver "^5.4.1"
5555
source-map "^0.5.0"
5656

57-
"@babel/core@^7.13.8":
57+
"@babel/core@^7.12.16", "@babel/core@^7.13.8":
5858
version "7.13.8"
5959
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
6060
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
@@ -76,6 +76,15 @@
7676
semver "^6.3.0"
7777
source-map "^0.5.0"
7878

79+
"@babel/eslint-parser@^7.12.16":
80+
version "7.13.8"
81+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.13.8.tgz#6f2bde6b0690fcc0598b4869fc7c8e8b55b17687"
82+
integrity sha512-XewKkiyukrGzMeqToXJQk6hjg2veI9SNQElGzAoAjKxYCLbgcVX4KA2WhoyqMon9N4RMdCZhNTJNOBcp9spsiw==
83+
dependencies:
84+
eslint-scope "5.1.0"
85+
eslint-visitor-keys "^1.3.0"
86+
semver "^6.3.0"
87+
7988
"@babel/generator@^7.12.10":
8089
version "7.12.10"
8190
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460"
@@ -2363,19 +2372,19 @@
23632372
webpack-node-externals "^2.5.2"
23642373
webpackbar "^4.0.0"
23652374

2366-
"@nuxtjs/eslint-config@^5.0.0":
2367-
version "5.0.0"
2368-
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-5.0.0.tgz#d66143ee4ada9d944de0bfbe2d7e4693a2e20d60"
2369-
integrity sha512-xoi0CPpFj4hOTz5xMiqGK314276gOmI+8W+3tgybqsKiKQBFXe1IOUjHzsuGqkS44iGy+GmmrwA387ojvKnhkQ==
2375+
"@nuxtjs/eslint-config@^6.0.0":
2376+
version "6.0.0"
2377+
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-6.0.0.tgz#bf8b7b1f72fc9080ba2a6c71f2447d4166d374e3"
2378+
integrity sha512-DQLyMS+A1lPeo3ajMEISz8rPzCU4DTIKQtv9HRy1A3w5583dXcbHMQzNg3qGHoTPJ/FzM1+WhV8Ak3+gQ+9uoQ==
23702379
dependencies:
2371-
eslint-config-standard "^16.0.1"
2380+
eslint-config-standard "^16.0.2"
23722381
eslint-plugin-import "^2.22.1"
2373-
eslint-plugin-jest "^24.1.3"
2382+
eslint-plugin-jest "^24.1.7"
23742383
eslint-plugin-node "^11.1.0"
2375-
eslint-plugin-promise "^4.2.1"
2384+
eslint-plugin-promise "^4.3.1"
23762385
eslint-plugin-standard "^4.1.0"
2377-
eslint-plugin-unicorn "^23.0.0"
2378-
eslint-plugin-vue "^7.1.0"
2386+
eslint-plugin-unicorn "^28.0.2"
2387+
eslint-plugin-vue "^7.7.0"
23792388

23802389
"@nuxtjs/youch@^4.2.3":
23812390
version "4.2.3"
@@ -5440,15 +5449,7 @@ escodegen@^1.14.1:
54405449
optionalDependencies:
54415450
source-map "~0.6.1"
54425451

5443-
eslint-ast-utils@^1.1.0:
5444-
version "1.1.0"
5445-
resolved "https://registry.yarnpkg.com/eslint-ast-utils/-/eslint-ast-utils-1.1.0.tgz#3d58ba557801cfb1c941d68131ee9f8c34bd1586"
5446-
integrity sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA==
5447-
dependencies:
5448-
lodash.get "^4.4.2"
5449-
lodash.zip "^4.2.0"
5450-
5451-
eslint-config-standard@^16.0.1, eslint-config-standard@^16.0.2:
5452+
eslint-config-standard@^16.0.2:
54525453
version "16.0.2"
54535454
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.2.tgz#71e91727ac7a203782d0a5ca4d1c462d14e234f6"
54545455
integrity sha512-fx3f1rJDsl9bY7qzyX8SAtP8GBSk6MfXFaTfaGgk12aAYW4gJSyRm7dM790L6cbXv63fvjY4XeSzXnb4WM+SKw==
@@ -5496,20 +5497,20 @@ eslint-plugin-import@^2.22.1:
54965497
resolve "^1.17.0"
54975498
tsconfig-paths "^3.9.0"
54985499

5499-
eslint-plugin-jest@^24.1.3:
5500-
version "24.1.3"
5501-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.1.3.tgz#fa3db864f06c5623ff43485ca6c0e8fc5fe8ba0c"
5502-
integrity sha512-dNGGjzuEzCE3d5EPZQ/QGtmlMotqnYWD/QpCZ1UuZlrMAdhG5rldh0N0haCvhGnUkSeuORS5VNROwF9Hrgn3Lg==
5503-
dependencies:
5504-
"@typescript-eslint/experimental-utils" "^4.0.1"
5505-
55065500
eslint-plugin-jest@^24.1.5:
55075501
version "24.1.5"
55085502
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.1.5.tgz#1e866a9f0deac587d0a3d5d7cefe99815a580de2"
55095503
integrity sha512-FIP3lwC8EzEG+rOs1y96cOJmMVpdFNreoDJv29B5vIupVssRi8zrSY3QadogT0K3h1Y8TMxJ6ZSAzYUmFCp2hg==
55105504
dependencies:
55115505
"@typescript-eslint/experimental-utils" "^4.0.1"
55125506

5507+
eslint-plugin-jest@^24.1.7:
5508+
version "24.1.7"
5509+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.1.7.tgz#77cb4e88ec2559721aa083a5905ef9e27fa12059"
5510+
integrity sha512-p5Dk/Rgiv+ThxguYl96dj7Hqkow09dwSH1G5ALKdREM4pHO1V1xP0N6/myzoquD3z4h+1YPYHzM+g7Fd0xyaXg==
5511+
dependencies:
5512+
"@typescript-eslint/experimental-utils" "^4.0.1"
5513+
55135514
eslint-plugin-node@^11.1.0:
55145515
version "11.1.0"
55155516
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
@@ -5522,11 +5523,6 @@ eslint-plugin-node@^11.1.0:
55225523
resolve "^1.10.1"
55235524
semver "^6.1.0"
55245525

5525-
eslint-plugin-promise@^4.2.1:
5526-
version "4.2.1"
5527-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
5528-
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
5529-
55305526
eslint-plugin-promise@^4.3.1:
55315527
version "4.3.1"
55325528
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45"
@@ -5537,34 +5533,24 @@ [email protected], eslint-plugin-standard@^4.1.0:
55375533
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.1.0.tgz#0c3bf3a67e853f8bbbc580fb4945fbf16f41b7c5"
55385534
integrity sha512-ZL7+QRixjTR6/528YNGyDotyffm5OQst/sGxKDwGb9Uqs4In5Egi4+jbobhqJoyoCM6/7v/1A5fhQ7ScMtDjaQ==
55395535

5540-
eslint-plugin-unicorn@^23.0.0:
5541-
version "23.0.0"
5542-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-23.0.0.tgz#b2820212874735f9d91ecc8678b263ecfa6cf5f6"
5543-
integrity sha512-Vabo3cjl6cjyhcf+76CdQEY6suOFzK0Xh3xo0uL9VDYrDJP5+B6PjV0tHTYm82WZmFWniugFJM3ywHSNYTi/ZQ==
5536+
eslint-plugin-unicorn@^28.0.2:
5537+
version "28.0.2"
5538+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-28.0.2.tgz#ab9884ebae04590ecd9c1c294330d889a74b7c37"
5539+
integrity sha512-k4AoFP7n8/oq6lBXkdc9Flid6vw2B8j7aXFCxgzJCyKvmaKrCUFb1TFPhG9eSJQFZowqmymMPRtl8oo9NKLUbw==
55445540
dependencies:
55455541
ci-info "^2.0.0"
55465542
clean-regexp "^1.0.0"
5547-
eslint-ast-utils "^1.1.0"
5548-
eslint-template-visitor "^2.2.1"
5543+
eslint-template-visitor "^2.2.2"
55495544
eslint-utils "^2.1.0"
5550-
import-modules "^2.0.0"
5545+
eslint-visitor-keys "^2.0.0"
5546+
import-modules "^2.1.0"
55515547
lodash "^4.17.20"
55525548
pluralize "^8.0.0"
55535549
read-pkg-up "^7.0.1"
5554-
regexp-tree "^0.1.21"
5550+
regexp-tree "^0.1.22"
55555551
reserved-words "^0.1.2"
55565552
safe-regex "^2.1.1"
5557-
semver "^7.3.2"
5558-
5559-
eslint-plugin-vue@^7.1.0:
5560-
version "7.2.0"
5561-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.2.0.tgz#dd8323fe7ca28fe9377ce3f5f6cf17afe2686f2a"
5562-
integrity sha512-4mt0yIv6rBDNtvis/g22a0ozJ12GfcdEzX77u0ICYjKlxOVtGrKGEvo0cbOObHaKDg9a9kJcoaNodqE4TPfS2A==
5563-
dependencies:
5564-
eslint-utils "^2.1.0"
5565-
natural-compare "^1.4.0"
5566-
semver "^7.3.2"
5567-
vue-eslint-parser "^7.2.0"
5553+
semver "^7.3.4"
55685554

55695555
eslint-plugin-vue@^7.7.0:
55705556
version "7.7.0"
@@ -5576,6 +5562,14 @@ eslint-plugin-vue@^7.7.0:
55765562
semver "^7.3.2"
55775563
vue-eslint-parser "^7.6.0"
55785564

5565+
5566+
version "5.1.0"
5567+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
5568+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
5569+
dependencies:
5570+
esrecurse "^4.1.0"
5571+
estraverse "^4.1.1"
5572+
55795573
eslint-scope@^4.0.3:
55805574
version "4.0.3"
55815575
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -5592,13 +5586,14 @@ eslint-scope@^5.0.0, eslint-scope@^5.1.1:
55925586
esrecurse "^4.3.0"
55935587
estraverse "^4.1.1"
55945588

5595-
eslint-template-visitor@^2.2.1:
5596-
version "2.2.1"
5597-
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.2.1.tgz#2dccb1ab28fa7429e56ba6dd0144def2d89bc2d6"
5598-
integrity sha512-q3SxoBXz0XjPGkUpwGVAwIwIPIxzCAJX1uwfVc8tW3v7u/zS7WXNH3I2Mu2MDz2NgSITAyKLRaQFPHu/iyKxDQ==
5589+
eslint-template-visitor@^2.2.2:
5590+
version "2.3.2"
5591+
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d"
5592+
integrity sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==
55995593
dependencies:
5600-
babel-eslint "^10.1.0"
5601-
eslint-visitor-keys "^1.3.0"
5594+
"@babel/core" "^7.12.16"
5595+
"@babel/eslint-parser" "^7.12.16"
5596+
eslint-visitor-keys "^2.0.0"
56025597
esquery "^1.3.1"
56035598
multimap "^1.1.0"
56045599

@@ -5690,7 +5685,7 @@ esprima@^4.0.0, esprima@^4.0.1:
56905685
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
56915686
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
56925687

5693-
esquery@^1.0.1, esquery@^1.3.1:
5688+
esquery@^1.3.1:
56945689
version "1.3.1"
56955690
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
56965691
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
@@ -7029,10 +7024,10 @@ import-local@^3.0.2:
70297024
pkg-dir "^4.2.0"
70307025
resolve-cwd "^3.0.0"
70317026

7032-
import-modules@^2.0.0:
7033-
version "2.0.0"
7034-
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.0.0.tgz#9c1e13b4e7a15682f70a6e3fa29534e4540cfc5d"
7035-
integrity sha512-iczM/v9drffdNnABOKwj0f9G3cFDon99VcG1mxeBsdqnbd+vnQ5c2uAiCHNQITqFTOPaEvwg3VjoWCur0uHLEw==
7027+
import-modules@^2.1.0:
7028+
version "2.1.0"
7029+
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.1.0.tgz#abe7df297cb6c1f19b57246eb8b8bd9664b6d8c2"
7030+
integrity sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==
70367031

70377032
imurmurhash@^0.1.4:
70387033
version "0.1.4"
@@ -8286,11 +8281,6 @@ lodash.debounce@^4.0.8:
82868281
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
82878282
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
82888283

8289-
lodash.get@^4.4.2:
8290-
version "4.4.2"
8291-
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
8292-
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
8293-
82948284
lodash.ismatch@^4.4.0:
82958285
version "4.4.0"
82968286
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
@@ -8331,11 +8321,6 @@ lodash.uniq@^4.5.0:
83318321
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
83328322
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
83338323

8334-
lodash.zip@^4.2.0:
8335-
version "4.2.0"
8336-
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
8337-
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
8338-
83398324
lodash@^4.0.0, lodash@^4.15.0, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.5, lodash@~4.17.10:
83408325
version "4.17.20"
83418326
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
@@ -10757,7 +10742,12 @@ regex-not@^1.0.0, regex-not@^1.0.2:
1075710742
extend-shallow "^3.0.2"
1075810743
safe-regex "^1.1.0"
1075910744

10760-
regexp-tree@^0.1.21, regexp-tree@~0.1.1:
10745+
regexp-tree@^0.1.22:
10746+
version "0.1.23"
10747+
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.23.tgz#8a8ce1cc5e971acef62213a7ecdb1f6e18a1f1b2"
10748+
integrity sha512-+7HWfb4Bvu8Rs2eQTUIpX9I/PlQkYOuTNbRpKLJlQpSgwSkzFYh+pUj0gtvglnOZLKB6YgnIgRuJ2/IlpL48qw==
10749+
10750+
regexp-tree@~0.1.1:
1076110751
version "0.1.21"
1076210752
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.21.tgz#55e2246b7f7d36f1b461490942fa780299c400d7"
1076310753
integrity sha512-kUUXjX4AnqnR8KRTCrayAo9PzYMRKmVoGgaz2tBuz0MF3g1ZbGebmtW0yFHfFK9CmBjQKeYIgoL22pFLBJY7sw==
@@ -12578,18 +12568,6 @@ vue-client-only@^2.0.0:
1257812568
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.0.0.tgz#ddad8d675ee02c761a14229f0e440e219de1da1c"
1257912569
integrity sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA==
1258012570

12581-
vue-eslint-parser@^7.2.0:
12582-
version "7.2.0"
12583-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.2.0.tgz#1e17ae94ca71e617025e05143c8ac5593aacb6ef"
12584-
integrity sha512-uVcQqe8sUNzdHGcRHMd2Z/hl6qEaWrAmglTKP92Fnq9TYU9un8xsyFgEdFJaXh/1rd7h8Aic1GaiQow5nVneow==
12585-
dependencies:
12586-
debug "^4.1.1"
12587-
eslint-scope "^5.0.0"
12588-
eslint-visitor-keys "^1.1.0"
12589-
espree "^6.2.1"
12590-
esquery "^1.0.1"
12591-
lodash "^4.17.15"
12592-
1259312571
vue-eslint-parser@^7.6.0:
1259412572
version "7.6.0"
1259512573
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz#01ea1a2932f581ff244336565d712801f8f72561"

0 commit comments

Comments
 (0)