Skip to content

Commit 2f6065c

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to v7.10.0
1 parent 43636e6 commit 2f6065c

5 files changed

Lines changed: 47 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"babel-core": "7.0.0-bridge.0",
2424
"babel-jest": "26.3.0",
2525
"cross-env": "7.0.2",
26-
"eslint": "7.9.0",
26+
"eslint": "7.10.0",
2727
"jest": "26.4.2",
2828
"lerna": "3.22.1",
2929
"plop": "2.7.4",

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"devDependencies": {
42-
"eslint": "7.9.0",
42+
"eslint": "7.10.0",
4343
"prettier": "2.1.2"
4444
}
4545
}

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@wpackio/eslint-config": "file:../packages/eslint-config",
49-
"eslint": "7.9.0",
49+
"eslint": "7.10.0",
5050
"gatsby-plugin-sharp": "2.6.36",
5151
"gatsby-transformer-sharp": "2.5.15",
5252
"prettier": "2.1.2"

site/yarn.lock

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6481,14 +6481,22 @@ eslint-scope@^4.0.3:
64816481
esrecurse "^4.1.0"
64826482
estraverse "^4.1.1"
64836483

6484-
eslint-scope@^5.0.0, eslint-scope@^5.1.0:
6484+
eslint-scope@^5.0.0:
64856485
version "5.1.0"
64866486
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
64876487
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
64886488
dependencies:
64896489
esrecurse "^4.1.0"
64906490
estraverse "^4.1.1"
64916491

6492+
eslint-scope@^5.1.1:
6493+
version "5.1.1"
6494+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
6495+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
6496+
dependencies:
6497+
esrecurse "^4.3.0"
6498+
estraverse "^4.1.1"
6499+
64926500
eslint-utils@^1.4.3:
64936501
version "1.4.3"
64946502
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
@@ -6508,10 +6516,10 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3
65086516
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
65096517
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
65106518

6511-
eslint@7.9.0:
6512-
version "7.9.0"
6513-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.9.0.tgz#522aeccc5c3a19017cf0cb46ebfd660a79acf337"
6514-
integrity sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA==
6519+
eslint@7.10.0:
6520+
version "7.10.0"
6521+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9"
6522+
integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA==
65156523
dependencies:
65166524
"@babel/code-frame" "^7.0.0"
65176525
"@eslint/eslintrc" "^0.1.3"
@@ -6521,7 +6529,7 @@ eslint@7.9.0:
65216529
debug "^4.0.1"
65226530
doctrine "^3.0.0"
65236531
enquirer "^2.3.5"
6524-
eslint-scope "^5.1.0"
6532+
eslint-scope "^5.1.1"
65256533
eslint-utils "^2.1.0"
65266534
eslint-visitor-keys "^1.3.0"
65276535
espree "^7.3.0"
@@ -6638,12 +6646,19 @@ esrecurse@^4.1.0:
66386646
dependencies:
66396647
estraverse "^4.1.0"
66406648

6649+
esrecurse@^4.3.0:
6650+
version "4.3.0"
6651+
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
6652+
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
6653+
dependencies:
6654+
estraverse "^5.2.0"
6655+
66416656
estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1:
66426657
version "4.3.0"
66436658
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
66446659
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
66456660

6646-
estraverse@^5.1.0:
6661+
estraverse@^5.1.0, estraverse@^5.2.0:
66476662
version "5.2.0"
66486663
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
66496664
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==

yarn.lock

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5788,14 +5788,22 @@ eslint-scope@^4.0.3:
57885788
esrecurse "^4.1.0"
57895789
estraverse "^4.1.1"
57905790

5791-
eslint-scope@^5.0.0, eslint-scope@^5.1.0:
5791+
eslint-scope@^5.0.0:
57925792
version "5.1.0"
57935793
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
57945794
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
57955795
dependencies:
57965796
esrecurse "^4.1.0"
57975797
estraverse "^4.1.1"
57985798

5799+
eslint-scope@^5.1.1:
5800+
version "5.1.1"
5801+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
5802+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
5803+
dependencies:
5804+
esrecurse "^4.3.0"
5805+
estraverse "^4.1.1"
5806+
57995807
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
58005808
version "2.1.0"
58015809
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
@@ -5808,10 +5816,10 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3
58085816
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
58095817
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
58105818

5811-
eslint@7.9.0:
5812-
version "7.9.0"
5813-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.9.0.tgz#522aeccc5c3a19017cf0cb46ebfd660a79acf337"
5814-
integrity sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA==
5819+
eslint@7.10.0:
5820+
version "7.10.0"
5821+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9"
5822+
integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA==
58155823
dependencies:
58165824
"@babel/code-frame" "^7.0.0"
58175825
"@eslint/eslintrc" "^0.1.3"
@@ -5821,7 +5829,7 @@ eslint@7.9.0:
58215829
debug "^4.0.1"
58225830
doctrine "^3.0.0"
58235831
enquirer "^2.3.5"
5824-
eslint-scope "^5.1.0"
5832+
eslint-scope "^5.1.1"
58255833
eslint-utils "^2.1.0"
58265834
eslint-visitor-keys "^1.3.0"
58275835
espree "^7.3.0"
@@ -5879,12 +5887,19 @@ esrecurse@^4.1.0:
58795887
dependencies:
58805888
estraverse "^4.1.0"
58815889

5890+
esrecurse@^4.3.0:
5891+
version "4.3.0"
5892+
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
5893+
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
5894+
dependencies:
5895+
estraverse "^5.2.0"
5896+
58825897
estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
58835898
version "4.3.0"
58845899
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
58855900
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
58865901

5887-
estraverse@^5.1.0:
5902+
estraverse@^5.1.0, estraverse@^5.2.0:
58885903
version "5.2.0"
58895904
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
58905905
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==

0 commit comments

Comments
 (0)