Skip to content

Commit 8c28fe5

Browse files
feat(deps): update eslint
1 parent 6f208dd commit 8c28fe5

File tree

2 files changed

+116
-11
lines changed

2 files changed

+116
-11
lines changed

package.json

Lines changed: 4 additions & 4 deletions
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.51.0",
66+
"@typescript-eslint/parser": "^5.51.0",
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.33.0",
7474
"eslint-config-airbnb": "19.0.4",
7575
"eslint-config-airbnb-typescript": "^17.0.0",
7676
"eslint-config-prettier": "^8.6.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

Lines changed: 112 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@
19481948
dependencies:
19491949
"@types/yargs-parser" "*"
19501950

1951-
"@typescript-eslint/eslint-plugin@^5.36.0", "@typescript-eslint/eslint-plugin@^5.48.2":
1951+
"@typescript-eslint/eslint-plugin@^5.36.0":
19521952
version "5.48.2"
19531953
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.2.tgz#112e6ae1e23a1dc8333ce82bb9c65c2608b4d8a3"
19541954
integrity sha512-sR0Gja9Ky1teIq4qJOl0nC+Tk64/uYdX+mi+5iB//MH8gwyx8e3SOyhEzeLZEFEEfCaLf8KJq+Bd/6je1t+CAg==
@@ -1963,7 +1963,23 @@
19631963
semver "^7.3.7"
19641964
tsutils "^3.21.0"
19651965

1966-
"@typescript-eslint/parser@^5.36.0", "@typescript-eslint/parser@^5.48.2":
1966+
"@typescript-eslint/eslint-plugin@^5.51.0":
1967+
version "5.51.0"
1968+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.51.0.tgz#da3f2819633061ced84bb82c53bba45a6fe9963a"
1969+
integrity sha512-wcAwhEWm1RgNd7dxD/o+nnLW8oH+6RK1OGnmbmkj/GGoDPV1WWMVP0FXYQBivKHdwM1pwii3bt//RC62EriIUQ==
1970+
dependencies:
1971+
"@typescript-eslint/scope-manager" "5.51.0"
1972+
"@typescript-eslint/type-utils" "5.51.0"
1973+
"@typescript-eslint/utils" "5.51.0"
1974+
debug "^4.3.4"
1975+
grapheme-splitter "^1.0.4"
1976+
ignore "^5.2.0"
1977+
natural-compare-lite "^1.4.0"
1978+
regexpp "^3.2.0"
1979+
semver "^7.3.7"
1980+
tsutils "^3.21.0"
1981+
1982+
"@typescript-eslint/parser@^5.36.0":
19671983
version "5.48.2"
19681984
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.2.tgz#c9edef2a0922d26a37dba03be20c5fff378313b3"
19691985
integrity sha512-38zMsKsG2sIuM5Oi/olurGwYJXzmtdsHhn5mI/pQogP+BjYVkK5iRazCQ8RGS0V+YLk282uWElN70zAAUmaYHw==
@@ -1973,6 +1989,16 @@
19731989
"@typescript-eslint/typescript-estree" "5.48.2"
19741990
debug "^4.3.4"
19751991

1992+
"@typescript-eslint/parser@^5.51.0":
1993+
version "5.51.0"
1994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.51.0.tgz#2d74626652096d966ef107f44b9479f02f51f271"
1995+
integrity sha512-fEV0R9gGmfpDeRzJXn+fGQKcl0inIeYobmmUWijZh9zA7bxJ8clPhV9up2ZQzATxAiFAECqPQyMDB4o4B81AaA==
1996+
dependencies:
1997+
"@typescript-eslint/scope-manager" "5.51.0"
1998+
"@typescript-eslint/types" "5.51.0"
1999+
"@typescript-eslint/typescript-estree" "5.51.0"
2000+
debug "^4.3.4"
2001+
19762002
"@typescript-eslint/[email protected]":
19772003
version "5.48.2"
19782004
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz#bb7676cb78f1e94921eaab637a4b5d596f838abc"
@@ -1981,6 +2007,14 @@
19812007
"@typescript-eslint/types" "5.48.2"
19822008
"@typescript-eslint/visitor-keys" "5.48.2"
19832009

2010+
"@typescript-eslint/[email protected]":
2011+
version "5.51.0"
2012+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.51.0.tgz#ad3e3c2ecf762d9a4196c0fbfe19b142ac498990"
2013+
integrity sha512-gNpxRdlx5qw3yaHA0SFuTjW4rxeYhpHxt491PEcKF8Z6zpq0kMhe0Tolxt0qjlojS+/wArSDlj/LtE69xUJphQ==
2014+
dependencies:
2015+
"@typescript-eslint/types" "5.51.0"
2016+
"@typescript-eslint/visitor-keys" "5.51.0"
2017+
19842018
"@typescript-eslint/[email protected]":
19852019
version "5.48.2"
19862020
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.2.tgz#7d3aeca9fa37a7ab7e3d9056a99b42f342c48ad7"
@@ -1991,11 +2025,26 @@
19912025
debug "^4.3.4"
19922026
tsutils "^3.21.0"
19932027

2028+
"@typescript-eslint/[email protected]":
2029+
version "5.51.0"
2030+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.51.0.tgz#7af48005531700b62a20963501d47dfb27095988"
2031+
integrity sha512-QHC5KKyfV8sNSyHqfNa0UbTbJ6caB8uhcx2hYcWVvJAZYJRBo5HyyZfzMdRx8nvS+GyMg56fugMzzWnojREuQQ==
2032+
dependencies:
2033+
"@typescript-eslint/typescript-estree" "5.51.0"
2034+
"@typescript-eslint/utils" "5.51.0"
2035+
debug "^4.3.4"
2036+
tsutils "^3.21.0"
2037+
19942038
"@typescript-eslint/[email protected]":
19952039
version "5.48.2"
19962040
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.2.tgz#635706abb1ec164137f92148f06f794438c97b8e"
19972041
integrity sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==
19982042

2043+
"@typescript-eslint/[email protected]":
2044+
version "5.51.0"
2045+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.51.0.tgz#e7c1622f46c7eea7e12bbf1edfb496d4dec37c90"
2046+
integrity sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw==
2047+
19992048
"@typescript-eslint/[email protected]":
20002049
version "5.48.2"
20012050
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz#6e206b462942b32383582a6c9251c05021cc21b0"
@@ -2009,6 +2058,19 @@
20092058
semver "^7.3.7"
20102059
tsutils "^3.21.0"
20112060

2061+
"@typescript-eslint/[email protected]":
2062+
version "5.51.0"
2063+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.51.0.tgz#0ec8170d7247a892c2b21845b06c11eb0718f8de"
2064+
integrity sha512-TSkNupHvNRkoH9FMA3w7TazVFcBPveAAmb7Sz+kArY6sLT86PA5Vx80cKlYmd8m3Ha2SwofM1KwraF24lM9FvA==
2065+
dependencies:
2066+
"@typescript-eslint/types" "5.51.0"
2067+
"@typescript-eslint/visitor-keys" "5.51.0"
2068+
debug "^4.3.4"
2069+
globby "^11.1.0"
2070+
is-glob "^4.0.3"
2071+
semver "^7.3.7"
2072+
tsutils "^3.21.0"
2073+
20122074
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.13.0":
20132075
version "5.48.2"
20142076
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.2.tgz#3777a91dcb22b8499a25519e06eef2e9569295a3"
@@ -2023,6 +2085,20 @@
20232085
eslint-utils "^3.0.0"
20242086
semver "^7.3.7"
20252087

2088+
"@typescript-eslint/[email protected]":
2089+
version "5.51.0"
2090+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.51.0.tgz#074f4fabd5b12afe9c8aa6fdee881c050f8b4d47"
2091+
integrity sha512-76qs+5KWcaatmwtwsDJvBk4H76RJQBFe+Gext0EfJdC3Vd2kpY2Pf//OHHzHp84Ciw0/rYoGTDnIAr3uWhhJYw==
2092+
dependencies:
2093+
"@types/json-schema" "^7.0.9"
2094+
"@types/semver" "^7.3.12"
2095+
"@typescript-eslint/scope-manager" "5.51.0"
2096+
"@typescript-eslint/types" "5.51.0"
2097+
"@typescript-eslint/typescript-estree" "5.51.0"
2098+
eslint-scope "^5.1.1"
2099+
eslint-utils "^3.0.0"
2100+
semver "^7.3.7"
2101+
20262102
"@typescript-eslint/[email protected]":
20272103
version "5.48.2"
20282104
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz#c247582a0bcce467461d7b696513bf9455000060"
@@ -2031,6 +2107,14 @@
20312107
"@typescript-eslint/types" "5.48.2"
20322108
eslint-visitor-keys "^3.3.0"
20332109

2110+
"@typescript-eslint/[email protected]":
2111+
version "5.51.0"
2112+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.51.0.tgz#c0147dd9a36c0de758aaebd5b48cae1ec59eba87"
2113+
integrity sha512-Oh2+eTdjHjOFjKA27sxESlA87YPSOJafGCR0md5oeMdh1ZcCfAGCIOL216uTBAkAIptvLIfKQhl7lHxMJet4GQ==
2114+
dependencies:
2115+
"@typescript-eslint/types" "5.51.0"
2116+
eslint-visitor-keys "^3.3.0"
2117+
20342118
20352119
version "3.2.31"
20362120
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.31.tgz#d38f06c2cf845742403b523ab4596a3fda152e89"
@@ -3575,7 +3659,7 @@ eslint-plugin-react-hooks@^4.6.0:
35753659
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
35763660
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
35773661

3578-
eslint-plugin-react@^7.31.1, eslint-plugin-react@^7.32.1:
3662+
eslint-plugin-react@^7.31.1:
35793663
version "7.32.1"
35803664
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz#88cdeb4065da8ca0b64e1274404f53a0f9890200"
35813665
integrity sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==
@@ -3596,6 +3680,27 @@ eslint-plugin-react@^7.31.1, eslint-plugin-react@^7.32.1:
35963680
semver "^6.3.0"
35973681
string.prototype.matchall "^4.0.8"
35983682

3683+
eslint-plugin-react@^7.32.2:
3684+
version "7.32.2"
3685+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
3686+
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
3687+
dependencies:
3688+
array-includes "^3.1.6"
3689+
array.prototype.flatmap "^1.3.1"
3690+
array.prototype.tosorted "^1.1.1"
3691+
doctrine "^2.1.0"
3692+
estraverse "^5.3.0"
3693+
jsx-ast-utils "^2.4.1 || ^3.0.0"
3694+
minimatch "^3.1.2"
3695+
object.entries "^1.1.6"
3696+
object.fromentries "^2.0.6"
3697+
object.hasown "^1.1.2"
3698+
object.values "^1.1.6"
3699+
prop-types "^15.8.1"
3700+
resolve "^2.0.0-next.4"
3701+
semver "^6.3.0"
3702+
string.prototype.matchall "^4.0.8"
3703+
35993704
eslint-plugin-testing-library@^5.6.0:
36003705
version "5.9.1"
36013706
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.9.1.tgz#12e4bd34c48683ee98af4df2e3318ec9f51dcf8a"
@@ -3636,10 +3741,10 @@ eslint-visitor-keys@^3.3.0:
36363741
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
36373742
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
36383743

3639-
eslint@^8.32.0:
3640-
version "8.32.0"
3641-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.32.0.tgz#d9690056bb6f1a302bd991e7090f5b68fbaea861"
3642-
integrity sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==
3744+
eslint@^8.33.0:
3745+
version "8.33.0"
3746+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7"
3747+
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==
36433748
dependencies:
36443749
"@eslint/eslintrc" "^1.4.1"
36453750
"@humanwhocodes/config-array" "^0.11.8"

0 commit comments

Comments
 (0)