Skip to content

Commit 24218b6

Browse files
chore(deps): bump typescript-eslint to ^7.0.0
1 parent 8ba404d commit 24218b6

File tree

2 files changed

+73
-77
lines changed

2 files changed

+73
-77
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@testing-library/dom": "^9.0.0",
5252
"@types/jest": "^29.0.0",
5353
"@types/node": "20.6.3",
54-
"@typescript-eslint/eslint-plugin": "^6.0.0",
55-
"@typescript-eslint/parser": "^6.0.0",
54+
"@typescript-eslint/eslint-plugin": "^7.0.0",
55+
"@typescript-eslint/parser": "^7.0.0",
5656
"concurrently": "^8.0.0",
5757
"cross-env": "^7.0.3",
5858
"cypress": "^12.0.0",

yarn.lock

+71-75
Original file line numberDiff line numberDiff line change
@@ -1292,10 +1292,10 @@
12921292
dependencies:
12931293
eslint-visitor-keys "^3.3.0"
12941294

1295-
"@eslint-community/regexpp@^4.5.1":
1296-
version "4.8.1"
1297-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.1.tgz#8c4bb756cc2aa7eaf13cfa5e69c83afb3260c20c"
1298-
integrity sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==
1295+
"@eslint-community/regexpp@^4.10.0":
1296+
version "4.10.0"
1297+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
1298+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
12991299

13001300
"@eslint/eslintrc@^0.4.3":
13011301
version "0.4.3"
@@ -1750,7 +1750,7 @@
17501750
"@types/tough-cookie" "*"
17511751
parse5 "^7.0.0"
17521752

1753-
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
1753+
"@types/json-schema@^7.0.9":
17541754
version "7.0.13"
17551755
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
17561756
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
@@ -1814,32 +1814,30 @@
18141814
dependencies:
18151815
"@types/node" "*"
18161816

1817-
"@typescript-eslint/eslint-plugin@^6.0.0":
1818-
version "6.7.3"
1819-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.3.tgz#d98046e9f7102d49a93d944d413c6055c47fafd7"
1820-
integrity sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==
1817+
"@typescript-eslint/eslint-plugin@^7.0.0":
1818+
version "7.11.0"
1819+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.11.0.tgz#f90f0914657ead08e1c75f66939c926edeab42dd"
1820+
integrity sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ==
18211821
dependencies:
1822-
"@eslint-community/regexpp" "^4.5.1"
1823-
"@typescript-eslint/scope-manager" "6.7.3"
1824-
"@typescript-eslint/type-utils" "6.7.3"
1825-
"@typescript-eslint/utils" "6.7.3"
1826-
"@typescript-eslint/visitor-keys" "6.7.3"
1827-
debug "^4.3.4"
1822+
"@eslint-community/regexpp" "^4.10.0"
1823+
"@typescript-eslint/scope-manager" "7.11.0"
1824+
"@typescript-eslint/type-utils" "7.11.0"
1825+
"@typescript-eslint/utils" "7.11.0"
1826+
"@typescript-eslint/visitor-keys" "7.11.0"
18281827
graphemer "^1.4.0"
1829-
ignore "^5.2.4"
1828+
ignore "^5.3.1"
18301829
natural-compare "^1.4.0"
1831-
semver "^7.5.4"
1832-
ts-api-utils "^1.0.1"
1830+
ts-api-utils "^1.3.0"
18331831

1834-
"@typescript-eslint/parser@^6.0.0":
1835-
version "6.7.3"
1836-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.3.tgz#aaf40092a32877439e5957e18f2d6a91c82cc2fd"
1837-
integrity sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==
1832+
"@typescript-eslint/parser@^7.0.0":
1833+
version "7.11.0"
1834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.11.0.tgz#525ad8bee54a8f015f134edd241d91b84ab64839"
1835+
integrity sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==
18381836
dependencies:
1839-
"@typescript-eslint/scope-manager" "6.7.3"
1840-
"@typescript-eslint/types" "6.7.3"
1841-
"@typescript-eslint/typescript-estree" "6.7.3"
1842-
"@typescript-eslint/visitor-keys" "6.7.3"
1837+
"@typescript-eslint/scope-manager" "7.11.0"
1838+
"@typescript-eslint/types" "7.11.0"
1839+
"@typescript-eslint/typescript-estree" "7.11.0"
1840+
"@typescript-eslint/visitor-keys" "7.11.0"
18431841
debug "^4.3.4"
18441842

18451843
"@typescript-eslint/[email protected]":
@@ -1850,33 +1848,33 @@
18501848
"@typescript-eslint/types" "5.62.0"
18511849
"@typescript-eslint/visitor-keys" "5.62.0"
18521850

1853-
"@typescript-eslint/scope-manager@6.7.3":
1854-
version "6.7.3"
1855-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.3.tgz#07e5709c9bdae3eaf216947433ef97b3b8b7d755"
1856-
integrity sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==
1851+
"@typescript-eslint/scope-manager@7.11.0":
1852+
version "7.11.0"
1853+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d"
1854+
integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==
18571855
dependencies:
1858-
"@typescript-eslint/types" "6.7.3"
1859-
"@typescript-eslint/visitor-keys" "6.7.3"
1856+
"@typescript-eslint/types" "7.11.0"
1857+
"@typescript-eslint/visitor-keys" "7.11.0"
18601858

1861-
"@typescript-eslint/type-utils@6.7.3":
1862-
version "6.7.3"
1863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.3.tgz#c2c165c135dda68a5e70074ade183f5ad68f3400"
1864-
integrity sha512-Fc68K0aTDrKIBvLnKTZ5Pf3MXK495YErrbHb1R6aTpfK5OdSFj0rVN7ib6Tx6ePrZ2gsjLqr0s98NG7l96KSQw==
1859+
"@typescript-eslint/type-utils@7.11.0":
1860+
version "7.11.0"
1861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.11.0.tgz#ac216697d649084fedf4a910347b9642bd0ff099"
1862+
integrity sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==
18651863
dependencies:
1866-
"@typescript-eslint/typescript-estree" "6.7.3"
1867-
"@typescript-eslint/utils" "6.7.3"
1864+
"@typescript-eslint/typescript-estree" "7.11.0"
1865+
"@typescript-eslint/utils" "7.11.0"
18681866
debug "^4.3.4"
1869-
ts-api-utils "^1.0.1"
1867+
ts-api-utils "^1.3.0"
18701868

18711869
"@typescript-eslint/[email protected]":
18721870
version "5.62.0"
18731871
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
18741872
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
18751873

1876-
"@typescript-eslint/types@6.7.3":
1877-
version "6.7.3"
1878-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.3.tgz#0402b5628a63f24f2dc9d4a678e9a92cc50ea3e9"
1879-
integrity sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==
1874+
"@typescript-eslint/types@7.11.0":
1875+
version "7.11.0"
1876+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722"
1877+
integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==
18801878

18811879
"@typescript-eslint/[email protected]":
18821880
version "5.62.0"
@@ -1891,31 +1889,29 @@
18911889
semver "^7.3.7"
18921890
tsutils "^3.21.0"
18931891

1894-
"@typescript-eslint/typescript-estree@6.7.3":
1895-
version "6.7.3"
1896-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.3.tgz#ec5bb7ab4d3566818abaf0e4a8fa1958561b7279"
1897-
integrity sha512-YLQ3tJoS4VxLFYHTw21oe1/vIZPRqAO91z6Uv0Ss2BKm/Ag7/RVQBcXTGcXhgJMdA4U+HrKuY5gWlJlvoaKZ5g==
1892+
"@typescript-eslint/typescript-estree@7.11.0":
1893+
version "7.11.0"
1894+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa"
1895+
integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==
18981896
dependencies:
1899-
"@typescript-eslint/types" "6.7.3"
1900-
"@typescript-eslint/visitor-keys" "6.7.3"
1897+
"@typescript-eslint/types" "7.11.0"
1898+
"@typescript-eslint/visitor-keys" "7.11.0"
19011899
debug "^4.3.4"
19021900
globby "^11.1.0"
19031901
is-glob "^4.0.3"
1904-
semver "^7.5.4"
1905-
ts-api-utils "^1.0.1"
1902+
minimatch "^9.0.4"
1903+
semver "^7.6.0"
1904+
ts-api-utils "^1.3.0"
19061905

1907-
"@typescript-eslint/utils@6.7.3":
1908-
version "6.7.3"
1909-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.3.tgz#96c655816c373135b07282d67407cb577f62e143"
1910-
integrity sha512-vzLkVder21GpWRrmSR9JxGZ5+ibIUSudXlW52qeKpzUEQhRSmyZiVDDj3crAth7+5tmN1ulvgKaCU2f/bPRCzg==
1906+
"@typescript-eslint/utils@7.11.0":
1907+
version "7.11.0"
1908+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.11.0.tgz#524f047f2209959424c3ef689b0d83b3bc09919c"
1909+
integrity sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==
19111910
dependencies:
19121911
"@eslint-community/eslint-utils" "^4.4.0"
1913-
"@types/json-schema" "^7.0.12"
1914-
"@types/semver" "^7.5.0"
1915-
"@typescript-eslint/scope-manager" "6.7.3"
1916-
"@typescript-eslint/types" "6.7.3"
1917-
"@typescript-eslint/typescript-estree" "6.7.3"
1918-
semver "^7.5.4"
1912+
"@typescript-eslint/scope-manager" "7.11.0"
1913+
"@typescript-eslint/types" "7.11.0"
1914+
"@typescript-eslint/typescript-estree" "7.11.0"
19191915

19201916
"@typescript-eslint/utils@^5.10.0":
19211917
version "5.62.0"
@@ -1939,13 +1935,13 @@
19391935
"@typescript-eslint/types" "5.62.0"
19401936
eslint-visitor-keys "^3.3.0"
19411937

1942-
"@typescript-eslint/visitor-keys@6.7.3":
1943-
version "6.7.3"
1944-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.3.tgz#83809631ca12909bd2083558d2f93f5747deebb2"
1945-
integrity sha512-HEVXkU9IB+nk9o63CeICMHxFWbHWr3E1mpilIQBe9+7L/lH97rleFLVtYsfnWB+JVMaiFnEaxvknvmIzX+CqVg==
1938+
"@typescript-eslint/visitor-keys@7.11.0":
1939+
version "7.11.0"
1940+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597"
1941+
integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==
19461942
dependencies:
1947-
"@typescript-eslint/types" "6.7.3"
1948-
eslint-visitor-keys "^3.4.1"
1943+
"@typescript-eslint/types" "7.11.0"
1944+
eslint-visitor-keys "^3.4.3"
19491945

19501946
19511947
version "2.29.0"
@@ -3350,7 +3346,7 @@ eslint-visitor-keys@^2.0.0:
33503346
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
33513347
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
33523348

3353-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
3349+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
33543350
version "3.4.3"
33553351
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
33563352
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -4083,7 +4079,7 @@ ignore@^4.0.6:
40834079
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
40844080
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
40854081

4086-
ignore@^5.2.0, ignore@^5.2.4:
4082+
ignore@^5.2.0, ignore@^5.3.1:
40874083
version "5.3.1"
40884084
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
40894085
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
@@ -5269,7 +5265,7 @@ [email protected], minimatch@^5.0.1:
52695265
dependencies:
52705266
brace-expansion "^2.0.1"
52715267

5272-
minimatch@^9.0.0, minimatch@^9.0.1:
5268+
minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.4:
52735269
version "9.0.4"
52745270
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
52755271
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -6146,7 +6142,7 @@ semver@^6.3.0, semver@^6.3.1:
61466142
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
61476143
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
61486144

6149-
semver@^7.2.1, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
6145+
semver@^7.2.1, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
61506146
version "7.6.2"
61516147
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
61526148
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
@@ -6650,10 +6646,10 @@ trim-newlines@^3.0.0:
66506646
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
66516647
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
66526648

6653-
ts-api-utils@^1.0.1:
6654-
version "1.0.3"
6655-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
6656-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
6649+
ts-api-utils@^1.3.0:
6650+
version "1.3.0"
6651+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
6652+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
66576653

66586654
tslib@^1.8.1:
66596655
version "1.14.1"

0 commit comments

Comments
 (0)