Skip to content

Commit b6a47a1

Browse files
authored
Merge pull request #872 from hoverinc/renovate/eslint
feat(deps): update eslint
2 parents a9277e6 + 65d5c06 commit b6a47a1

File tree

2 files changed

+139
-23
lines changed

2 files changed

+139
-23
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,23 @@
6262
"@types/node": "^18.11.18",
6363
"@types/rimraf": "^3.0.2",
6464
"@types/which": "^2.0.1",
65-
"@typescript-eslint/eslint-plugin": "^5.48.2",
66-
"@typescript-eslint/parser": "^5.48.2",
65+
"@typescript-eslint/eslint-plugin": "^5.54.1",
66+
"@typescript-eslint/parser": "^5.54.1",
6767
"commitizen": "^4.2.6",
6868
"concurrently": "^7.6.0",
6969
"cosmiconfig": "^8.0.0",
7070
"cross-env": "^7.0.3",
7171
"cross-spawn": "^7.0.3",
7272
"doctoc": "^2.2.1",
73-
"eslint": "^8.32.0",
73+
"eslint": "^8.35.0",
7474
"eslint-config-airbnb": "19.0.4",
7575
"eslint-config-airbnb-typescript": "^17.0.0",
76-
"eslint-config-prettier": "^8.6.0",
76+
"eslint-config-prettier": "^8.7.0",
7777
"eslint-plugin-import": "^2.27.5",
7878
"eslint-plugin-jest": "^27.2.1",
7979
"eslint-plugin-jsx-a11y": "^6.7.1",
8080
"eslint-plugin-prettier": "^4.2.1",
81-
"eslint-plugin-react": "^7.32.1",
81+
"eslint-plugin-react": "^7.32.2",
8282
"eslint-plugin-react-hooks": "^4.6.0",
8383
"glob": "^8.1.0",
8484
"is-ci": "^3.0.1",

yarn.lock

+134-18
Original file line numberDiff line numberDiff line change
@@ -1151,10 +1151,10 @@
11511151
dependencies:
11521152
"@jridgewell/trace-mapping" "0.3.9"
11531153

1154-
"@eslint/eslintrc@^1.4.1":
1155-
version "1.4.1"
1156-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
1157-
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
1154+
"@eslint/eslintrc@^2.0.0":
1155+
version "2.0.0"
1156+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
1157+
integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
11581158
dependencies:
11591159
ajv "^6.12.4"
11601160
debug "^4.3.2"
@@ -1166,6 +1166,11 @@
11661166
minimatch "^3.1.2"
11671167
strip-json-comments "^3.1.1"
11681168

1169+
1170+
version "8.35.0"
1171+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
1172+
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
1173+
11691174
"@humanwhocodes/config-array@^0.11.8":
11701175
version "0.11.8"
11711176
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
@@ -2001,7 +2006,7 @@
20012006
dependencies:
20022007
"@types/yargs-parser" "*"
20032008

2004-
"@typescript-eslint/eslint-plugin@^5.36.0", "@typescript-eslint/eslint-plugin@^5.48.2":
2009+
"@typescript-eslint/eslint-plugin@^5.36.0":
20052010
version "5.48.2"
20062011
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.2.tgz#112e6ae1e23a1dc8333ce82bb9c65c2608b4d8a3"
20072012
integrity sha512-sR0Gja9Ky1teIq4qJOl0nC+Tk64/uYdX+mi+5iB//MH8gwyx8e3SOyhEzeLZEFEEfCaLf8KJq+Bd/6je1t+CAg==
@@ -2016,7 +2021,23 @@
20162021
semver "^7.3.7"
20172022
tsutils "^3.21.0"
20182023

2019-
"@typescript-eslint/parser@^5.36.0", "@typescript-eslint/parser@^5.48.2":
2024+
"@typescript-eslint/eslint-plugin@^5.54.1":
2025+
version "5.54.1"
2026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.1.tgz#0c5091289ce28372e38ab8d28e861d2dbe1ab29e"
2027+
integrity sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew==
2028+
dependencies:
2029+
"@typescript-eslint/scope-manager" "5.54.1"
2030+
"@typescript-eslint/type-utils" "5.54.1"
2031+
"@typescript-eslint/utils" "5.54.1"
2032+
debug "^4.3.4"
2033+
grapheme-splitter "^1.0.4"
2034+
ignore "^5.2.0"
2035+
natural-compare-lite "^1.4.0"
2036+
regexpp "^3.2.0"
2037+
semver "^7.3.7"
2038+
tsutils "^3.21.0"
2039+
2040+
"@typescript-eslint/parser@^5.36.0":
20202041
version "5.48.2"
20212042
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.2.tgz#c9edef2a0922d26a37dba03be20c5fff378313b3"
20222043
integrity sha512-38zMsKsG2sIuM5Oi/olurGwYJXzmtdsHhn5mI/pQogP+BjYVkK5iRazCQ8RGS0V+YLk282uWElN70zAAUmaYHw==
@@ -2026,6 +2047,16 @@
20262047
"@typescript-eslint/typescript-estree" "5.48.2"
20272048
debug "^4.3.4"
20282049

2050+
"@typescript-eslint/parser@^5.54.1":
2051+
version "5.54.1"
2052+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.1.tgz#05761d7f777ef1c37c971d3af6631715099b084c"
2053+
integrity sha512-8zaIXJp/nG9Ff9vQNh7TI+C3nA6q6iIsGJ4B4L6MhZ7mHnTMR4YP5vp2xydmFXIy8rpyIVbNAG44871LMt6ujg==
2054+
dependencies:
2055+
"@typescript-eslint/scope-manager" "5.54.1"
2056+
"@typescript-eslint/types" "5.54.1"
2057+
"@typescript-eslint/typescript-estree" "5.54.1"
2058+
debug "^4.3.4"
2059+
20292060
"@typescript-eslint/[email protected]":
20302061
version "5.48.2"
20312062
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz#bb7676cb78f1e94921eaab637a4b5d596f838abc"
@@ -2034,6 +2065,14 @@
20342065
"@typescript-eslint/types" "5.48.2"
20352066
"@typescript-eslint/visitor-keys" "5.48.2"
20362067

2068+
"@typescript-eslint/[email protected]":
2069+
version "5.54.1"
2070+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.1.tgz#6d864b4915741c608a58ce9912edf5a02bb58735"
2071+
integrity sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg==
2072+
dependencies:
2073+
"@typescript-eslint/types" "5.54.1"
2074+
"@typescript-eslint/visitor-keys" "5.54.1"
2075+
20372076
"@typescript-eslint/[email protected]":
20382077
version "5.48.2"
20392078
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.2.tgz#7d3aeca9fa37a7ab7e3d9056a99b42f342c48ad7"
@@ -2044,11 +2083,26 @@
20442083
debug "^4.3.4"
20452084
tsutils "^3.21.0"
20462085

2086+
"@typescript-eslint/[email protected]":
2087+
version "5.54.1"
2088+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz#4825918ec27e55da8bb99cd07ec2a8e5f50ab748"
2089+
integrity sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g==
2090+
dependencies:
2091+
"@typescript-eslint/typescript-estree" "5.54.1"
2092+
"@typescript-eslint/utils" "5.54.1"
2093+
debug "^4.3.4"
2094+
tsutils "^3.21.0"
2095+
20472096
"@typescript-eslint/[email protected]":
20482097
version "5.48.2"
20492098
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.2.tgz#635706abb1ec164137f92148f06f794438c97b8e"
20502099
integrity sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==
20512100

2101+
"@typescript-eslint/[email protected]":
2102+
version "5.54.1"
2103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.1.tgz#29fbac29a716d0f08c62fe5de70c9b6735de215c"
2104+
integrity sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==
2105+
20522106
"@typescript-eslint/[email protected]":
20532107
version "5.48.2"
20542108
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz#6e206b462942b32383582a6c9251c05021cc21b0"
@@ -2062,6 +2116,19 @@
20622116
semver "^7.3.7"
20632117
tsutils "^3.21.0"
20642118

2119+
"@typescript-eslint/[email protected]":
2120+
version "5.54.1"
2121+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz#df7b6ae05fd8fef724a87afa7e2f57fa4a599be1"
2122+
integrity sha512-bjK5t+S6ffHnVwA0qRPTZrxKSaFYocwFIkZx5k7pvWfsB1I57pO/0M0Skatzzw1sCkjJ83AfGTL0oFIFiDX3bg==
2123+
dependencies:
2124+
"@typescript-eslint/types" "5.54.1"
2125+
"@typescript-eslint/visitor-keys" "5.54.1"
2126+
debug "^4.3.4"
2127+
globby "^11.1.0"
2128+
is-glob "^4.0.3"
2129+
semver "^7.3.7"
2130+
tsutils "^3.21.0"
2131+
20652132
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.13.0":
20662133
version "5.48.2"
20672134
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.2.tgz#3777a91dcb22b8499a25519e06eef2e9569295a3"
@@ -2076,6 +2143,20 @@
20762143
eslint-utils "^3.0.0"
20772144
semver "^7.3.7"
20782145

2146+
"@typescript-eslint/[email protected]":
2147+
version "5.54.1"
2148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.1.tgz#7a3ee47409285387b9d4609ea7e1020d1797ec34"
2149+
integrity sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ==
2150+
dependencies:
2151+
"@types/json-schema" "^7.0.9"
2152+
"@types/semver" "^7.3.12"
2153+
"@typescript-eslint/scope-manager" "5.54.1"
2154+
"@typescript-eslint/types" "5.54.1"
2155+
"@typescript-eslint/typescript-estree" "5.54.1"
2156+
eslint-scope "^5.1.1"
2157+
eslint-utils "^3.0.0"
2158+
semver "^7.3.7"
2159+
20792160
"@typescript-eslint/[email protected]":
20802161
version "5.48.2"
20812162
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz#c247582a0bcce467461d7b696513bf9455000060"
@@ -2084,6 +2165,14 @@
20842165
"@typescript-eslint/types" "5.48.2"
20852166
eslint-visitor-keys "^3.3.0"
20862167

2168+
"@typescript-eslint/[email protected]":
2169+
version "5.54.1"
2170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.1.tgz#d7a8a0f7181d6ac748f4d47b2306e0513b98bf8b"
2171+
integrity sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg==
2172+
dependencies:
2173+
"@typescript-eslint/types" "5.54.1"
2174+
eslint-visitor-keys "^3.3.0"
2175+
20872176
20882177
version "3.2.31"
20892178
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.31.tgz#d38f06c2cf845742403b523ab4596a3fda152e89"
@@ -3534,11 +3623,16 @@ eslint-config-kentcdodds@^20.4.0:
35343623
read-pkg-up "^7.0.1"
35353624
semver "^7.3.7"
35363625

3537-
eslint-config-prettier@^8.5.0, eslint-config-prettier@^8.6.0:
3626+
eslint-config-prettier@^8.5.0:
35383627
version "8.6.0"
35393628
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207"
35403629
integrity sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==
35413630

3631+
eslint-config-prettier@^8.7.0:
3632+
version "8.7.0"
3633+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.7.0.tgz#f1cc58a8afebc50980bd53475451df146c13182d"
3634+
integrity sha512-HHVXLSlVUhMSmyW4ZzEuvjpwqamgmlfkutD53cYXLikh4pt/modINRcCIApJ84czDxM4GZInwUrromsDdTImTA==
3635+
35423636
eslint-import-resolver-node@^0.3.7:
35433637
version "0.3.7"
35443638
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#83b375187d412324a1963d84fa664377a23eb4d7"
@@ -3633,7 +3727,7 @@ eslint-plugin-react-hooks@^4.6.0:
36333727
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
36343728
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
36353729

3636-
eslint-plugin-react@^7.31.1, eslint-plugin-react@^7.32.1:
3730+
eslint-plugin-react@^7.31.1:
36373731
version "7.32.1"
36383732
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz#88cdeb4065da8ca0b64e1274404f53a0f9890200"
36393733
integrity sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==
@@ -3654,6 +3748,27 @@ eslint-plugin-react@^7.31.1, eslint-plugin-react@^7.32.1:
36543748
semver "^6.3.0"
36553749
string.prototype.matchall "^4.0.8"
36563750

3751+
eslint-plugin-react@^7.32.2:
3752+
version "7.32.2"
3753+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
3754+
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
3755+
dependencies:
3756+
array-includes "^3.1.6"
3757+
array.prototype.flatmap "^1.3.1"
3758+
array.prototype.tosorted "^1.1.1"
3759+
doctrine "^2.1.0"
3760+
estraverse "^5.3.0"
3761+
jsx-ast-utils "^2.4.1 || ^3.0.0"
3762+
minimatch "^3.1.2"
3763+
object.entries "^1.1.6"
3764+
object.fromentries "^2.0.6"
3765+
object.hasown "^1.1.2"
3766+
object.values "^1.1.6"
3767+
prop-types "^15.8.1"
3768+
resolve "^2.0.0-next.4"
3769+
semver "^6.3.0"
3770+
string.prototype.matchall "^4.0.8"
3771+
36573772
eslint-plugin-testing-library@^5.6.0:
36583773
version "5.9.1"
36593774
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.9.1.tgz#12e4bd34c48683ee98af4df2e3318ec9f51dcf8a"
@@ -3694,12 +3809,13 @@ eslint-visitor-keys@^3.3.0:
36943809
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
36953810
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
36963811

3697-
eslint@^8.32.0:
3698-
version "8.32.0"
3699-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.32.0.tgz#d9690056bb6f1a302bd991e7090f5b68fbaea861"
3700-
integrity sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==
3812+
eslint@^8.35.0:
3813+
version "8.35.0"
3814+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
3815+
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
37013816
dependencies:
3702-
"@eslint/eslintrc" "^1.4.1"
3817+
"@eslint/eslintrc" "^2.0.0"
3818+
"@eslint/js" "8.35.0"
37033819
"@humanwhocodes/config-array" "^0.11.8"
37043820
"@humanwhocodes/module-importer" "^1.0.1"
37053821
"@nodelib/fs.walk" "^1.2.8"
@@ -3713,7 +3829,7 @@ eslint@^8.32.0:
37133829
eslint-utils "^3.0.0"
37143830
eslint-visitor-keys "^3.3.0"
37153831
espree "^9.4.0"
3716-
esquery "^1.4.0"
3832+
esquery "^1.4.2"
37173833
esutils "^2.0.2"
37183834
fast-deep-equal "^3.1.3"
37193835
file-entry-cache "^6.0.1"
@@ -3753,10 +3869,10 @@ esprima@^4.0.0, esprima@^4.0.1:
37533869
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
37543870
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
37553871

3756-
esquery@^1.4.0:
3757-
version "1.4.0"
3758-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
3759-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
3872+
esquery@^1.4.2:
3873+
version "1.5.0"
3874+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
3875+
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
37603876
dependencies:
37613877
estraverse "^5.1.0"
37623878

0 commit comments

Comments
 (0)