Skip to content

Commit 4968c42

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump eslint-config-kentcdodds from 14.16.0 to 15.0.0
Bumps [eslint-config-kentcdodds](https://github.com/kentcdodds/eslint-config-kentcdodds) from 14.16.0 to 15.0.0. - [Release notes](https://github.com/kentcdodds/eslint-config-kentcdodds/releases) - [Commits](kentcdodds/eslint-config-kentcdodds@v14.16.0...v15.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50cfefc commit 4968c42

File tree

2 files changed

+61
-24
lines changed

2 files changed

+61
-24
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"doctoc": "^1.4.0",
8787
"eslint": "^6.8.0",
8888
"eslint-config-airbnb-typescript": "^7.2.0",
89-
"eslint-config-kentcdodds": "^14.16.0",
89+
"eslint-config-kentcdodds": "^15.0.0",
9090
"eslint-config-prettier": "^6.10.0",
9191
"eslint-plugin-import": "^2.20.0",
9292
"eslint-plugin-jest": "^24.0.1",

yarn.lock

+60-23
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@
16351635
regexpp "^3.0.0"
16361636
tsutils "^3.17.1"
16371637

1638-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.29.0", "@typescript-eslint/experimental-utils@^2.5.0":
1638+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0":
16391639
version "2.34.0"
16401640
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
16411641
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
@@ -1645,6 +1645,17 @@
16451645
eslint-scope "^5.0.0"
16461646
eslint-utils "^2.0.0"
16471647

1648+
"@typescript-eslint/experimental-utils@^3.10.1":
1649+
version "3.10.1"
1650+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
1651+
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
1652+
dependencies:
1653+
"@types/json-schema" "^7.0.3"
1654+
"@typescript-eslint/types" "3.10.1"
1655+
"@typescript-eslint/typescript-estree" "3.10.1"
1656+
eslint-scope "^5.0.0"
1657+
eslint-utils "^2.0.0"
1658+
16481659
"@typescript-eslint/experimental-utils@^4.0.1":
16491660
version "4.1.0"
16501661
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.0.tgz#263d7225645c09a411c8735eeffd417f50f49026"
@@ -1675,6 +1686,11 @@
16751686
"@typescript-eslint/types" "4.1.0"
16761687
"@typescript-eslint/visitor-keys" "4.1.0"
16771688

1689+
"@typescript-eslint/[email protected]":
1690+
version "3.10.1"
1691+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
1692+
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
1693+
16781694
"@typescript-eslint/[email protected]":
16791695
version "4.1.0"
16801696
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.0.tgz#edbd3fec346f34e13ce7aa176b03b497a32c496a"
@@ -1693,6 +1709,20 @@
16931709
semver "^7.3.2"
16941710
tsutils "^3.17.1"
16951711

1712+
"@typescript-eslint/[email protected]":
1713+
version "3.10.1"
1714+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
1715+
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
1716+
dependencies:
1717+
"@typescript-eslint/types" "3.10.1"
1718+
"@typescript-eslint/visitor-keys" "3.10.1"
1719+
debug "^4.1.1"
1720+
glob "^7.1.6"
1721+
is-glob "^4.0.1"
1722+
lodash "^4.17.15"
1723+
semver "^7.3.2"
1724+
tsutils "^3.17.1"
1725+
16961726
"@typescript-eslint/[email protected]":
16971727
version "4.1.0"
16981728
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.0.tgz#394046ead25164494218c0e3d6b960695ea967f6"
@@ -1707,6 +1737,13 @@
17071737
semver "^7.3.2"
17081738
tsutils "^3.17.1"
17091739

1740+
"@typescript-eslint/[email protected]":
1741+
version "3.10.1"
1742+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
1743+
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
1744+
dependencies:
1745+
eslint-visitor-keys "^1.1.0"
1746+
17101747
"@typescript-eslint/[email protected]":
17111748
version "4.1.0"
17121749
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.0.tgz#b2d528c9484e7eda1aa4f86ccf0432fb16e4d545"
@@ -3784,25 +3821,25 @@ eslint-config-airbnb@^18.1.0:
37843821
object.assign "^4.1.0"
37853822
object.entries "^1.1.2"
37863823

3787-
eslint-config-kentcdodds@^14.16.0:
3788-
version "14.16.0"
3789-
resolved "https://registry.yarnpkg.com/eslint-config-kentcdodds/-/eslint-config-kentcdodds-14.16.0.tgz#1c87e01362f10c53ce379b6bc9d35ae07e5e47d0"
3790-
integrity sha512-hEPTu9WxPswcdBVcFNLBJr2aY14jyGO63g5RLCcGkSDKJnhCenzPnIgKcdo/q8ze8MIDlhGBtpGRXv0lLhLNvQ==
3824+
eslint-config-kentcdodds@^15.0.0:
3825+
version "15.0.0"
3826+
resolved "https://registry.yarnpkg.com/eslint-config-kentcdodds/-/eslint-config-kentcdodds-15.0.0.tgz#0a12f2e092e9ae7e6009154df1ccc823040a8405"
3827+
integrity sha512-uu4PRDy0L33DaFZLGGXm5knGw2zSLq9HhhXtGMDW6Qz+37OAHWICzqhaB/HbTbDDg6Iw5Dqdh87n3AJsQtBRsw==
37913828
dependencies:
37923829
babel-eslint "^10.1.0"
37933830
eslint-config-prettier "^6.11.0"
37943831
eslint-import-resolver-webpack "^0.12.2"
37953832
eslint-plugin-babel "^5.3.1"
37963833
eslint-plugin-import "^2.22.0"
37973834
eslint-plugin-jest "^23.20.0"
3798-
eslint-plugin-jest-dom "^3.2.1"
3835+
eslint-plugin-jest-dom "^3.2.3"
37993836
eslint-plugin-jsx-a11y "^6.3.1"
38003837
eslint-plugin-react "^7.20.6"
3801-
eslint-plugin-react-hooks "^4.1.0"
3802-
eslint-plugin-testing-library "^3.6.0"
3838+
eslint-plugin-react-hooks "^4.1.2"
3839+
eslint-plugin-testing-library "^3.9.0"
38033840
read-pkg-up "^7.0.1"
38043841
semver "^7.3.2"
3805-
webpack "^4.44.1"
3842+
webpack "^4.44.2"
38063843

38073844
eslint-config-prettier@^6.10.0, eslint-config-prettier@^6.11.0:
38083845
version "6.11.0"
@@ -3869,10 +3906,10 @@ eslint-plugin-import@^2.20.0, eslint-plugin-import@^2.22.0:
38693906
resolve "^1.17.0"
38703907
tsconfig-paths "^3.9.0"
38713908

3872-
eslint-plugin-jest-dom@^3.2.1:
3873-
version "3.2.1"
3874-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.2.1.tgz#154404111eb32bde3173b885aaaefb8c29859055"
3875-
integrity sha512-9zfx3KMLZWbwhkwrMrGRg9O2oT5RY/KQ8orex35oMQrP24O+aoLvlfNP5DhCBok45m/vVQ0wtuqj7oItwyGu1w==
3909+
eslint-plugin-jest-dom@^3.2.3:
3910+
version "3.2.3"
3911+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.2.3.tgz#2ee4ef409484b9d175f169e5fc12caf8be854b4e"
3912+
integrity sha512-3eEne+h1JsTV4ExZ022xJALKKgWwjYTakRzXZ575CzB6kOZ3No5cvW9XVdF0CfgHt+4ZaMq2AFgm2BiA3sHmRg==
38763913
dependencies:
38773914
"@babel/runtime" "^7.9.6"
38783915
requireindex "^1.2.0"
@@ -3915,7 +3952,7 @@ eslint-plugin-prettier@^3.1.2:
39153952
dependencies:
39163953
prettier-linter-helpers "^1.0.0"
39173954

3918-
eslint-plugin-react-hooks@^4.1.0, eslint-plugin-react-hooks@^4.1.2:
3955+
eslint-plugin-react-hooks@^4.1.2:
39193956
version "4.1.2"
39203957
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e"
39213958
integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==
@@ -3937,12 +3974,12 @@ eslint-plugin-react@^7.20.6, eslint-plugin-react@^7.21.2:
39373974
resolve "^1.17.0"
39383975
string.prototype.matchall "^4.0.2"
39393976

3940-
eslint-plugin-testing-library@^3.6.0:
3941-
version "3.8.0"
3942-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.8.0.tgz#a8f20d42eade1e57feb4e964a734d124491d6a2b"
3943-
integrity sha512-PNWuIOxnCcElexd/mDjlnPw9cd70JEzeIm/8dsfsyTr8wsTPCZmVqmv7I0rd7I8z7j/FdFqt0vzL8om3GMYCaA==
3977+
eslint-plugin-testing-library@^3.9.0:
3978+
version "3.9.0"
3979+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.9.0.tgz#96e8a88e0f8765d375166a724b88e3a44aa72eae"
3980+
integrity sha512-86GULfQGAyaygbkemFmDgcTW0TUYO7mwkZMZ7lcawOkDra+iYWUHFf2Fr/QMfeFQHuc7v++G35gToJ7Vaamgow==
39443981
dependencies:
3945-
"@typescript-eslint/experimental-utils" "^2.29.0"
3982+
"@typescript-eslint/experimental-utils" "^3.10.1"
39463983

39473984
eslint-rule-composer@^0.3.0:
39483985
version "0.3.0"
@@ -9374,10 +9411,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1:
93749411
source-list-map "^2.0.0"
93759412
source-map "~0.6.1"
93769413

9377-
webpack@^4.43.0, webpack@^4.44.1:
9378-
version "4.44.1"
9379-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21"
9380-
integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ==
9414+
webpack@^4.43.0, webpack@^4.44.2:
9415+
version "4.44.2"
9416+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72"
9417+
integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==
93819418
dependencies:
93829419
"@webassemblyjs/ast" "1.9.0"
93839420
"@webassemblyjs/helper-module-context" "1.9.0"

0 commit comments

Comments
 (0)