Skip to content

Commit 4c0d35c

Browse files
chore(deps): update typescript-eslint monorepo to ^7.16.1
1 parent bfbb8f1 commit 4c0d35c

File tree

2 files changed

+61
-159
lines changed

2 files changed

+61
-159
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@types/lodash-es": "^4.17.12",
3232
"@types/react": "^18.3.1",
3333
"@types/react-dom": "^18.3.0",
34-
"@typescript-eslint/eslint-plugin": "^7.2.0",
35-
"@typescript-eslint/parser": "^7.2.0",
34+
"@typescript-eslint/eslint-plugin": "^7.16.1",
35+
"@typescript-eslint/parser": "^7.16.1",
3636
"buffer": "^6.0.3",
3737
"bundlewatch": "^0.3.3",
3838
"eslint": "^8.57.0",

yarn.lock

+59-157
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,10 @@
236236
dependencies:
237237
eslint-visitor-keys "^3.3.0"
238238

239-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.0", "@eslint-community/regexpp@^4.6.1":
240-
version "4.8.1"
241-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.1.tgz#8c4bb756cc2aa7eaf13cfa5e69c83afb3260c20c"
242-
integrity sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==
239+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.0", "@eslint-community/regexpp@^4.6.1":
240+
version "4.11.0"
241+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
242+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
243243

244244
"@eslint/eslintrc@^2.1.4":
245245
version "2.1.4"
@@ -1711,11 +1711,6 @@
17111711
dependencies:
17121712
"@types/node" "*"
17131713

1714-
"@types/json-schema@^7.0.12":
1715-
version "7.0.12"
1716-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1717-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1718-
17191714
"@types/json5@^0.0.29":
17201715
version "0.0.29"
17211716
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -1782,27 +1777,20 @@
17821777
"@types/prop-types" "*"
17831778
csstype "^3.0.2"
17841779

1785-
"@types/semver@^7.5.0":
1786-
version "7.5.0"
1787-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1788-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1789-
1790-
"@typescript-eslint/eslint-plugin@^7.2.0":
1791-
version "7.2.0"
1792-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7"
1793-
integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==
1794-
dependencies:
1795-
"@eslint-community/regexpp" "^4.5.1"
1796-
"@typescript-eslint/scope-manager" "7.2.0"
1797-
"@typescript-eslint/type-utils" "7.2.0"
1798-
"@typescript-eslint/utils" "7.2.0"
1799-
"@typescript-eslint/visitor-keys" "7.2.0"
1800-
debug "^4.3.4"
1780+
"@typescript-eslint/eslint-plugin@^7.16.1":
1781+
version "7.16.1"
1782+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.16.1.tgz#f5f5da52db674b1f2cdb9d5f3644e5b2ec750465"
1783+
integrity sha512-SxdPak/5bO0EnGktV05+Hq8oatjAYVY3Zh2bye9pGZy6+jwyR3LG3YKkV4YatlsgqXP28BTeVm9pqwJM96vf2A==
1784+
dependencies:
1785+
"@eslint-community/regexpp" "^4.10.0"
1786+
"@typescript-eslint/scope-manager" "7.16.1"
1787+
"@typescript-eslint/type-utils" "7.16.1"
1788+
"@typescript-eslint/utils" "7.16.1"
1789+
"@typescript-eslint/visitor-keys" "7.16.1"
18011790
graphemer "^1.4.0"
1802-
ignore "^5.2.4"
1791+
ignore "^5.3.1"
18031792
natural-compare "^1.4.0"
1804-
semver "^7.5.4"
1805-
ts-api-utils "^1.0.1"
1793+
ts-api-utils "^1.3.0"
18061794

18071795
"@typescript-eslint/parser@^6.4.0":
18081796
version "6.21.0"
@@ -1815,15 +1803,15 @@
18151803
"@typescript-eslint/visitor-keys" "6.21.0"
18161804
debug "^4.3.4"
18171805

1818-
"@typescript-eslint/parser@^7.2.0":
1819-
version "7.2.0"
1820-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a"
1821-
integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==
1806+
"@typescript-eslint/parser@^7.16.1":
1807+
version "7.16.1"
1808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.16.1.tgz#84c581cf86c8b2becd48d33ddc41a6303d57b274"
1809+
integrity sha512-u+1Qx86jfGQ5i4JjK33/FnawZRpsLxRnKzGE6EABZ40KxVT/vWsiZFEBBHjFOljmmV3MBYOHEKi0Jm9hbAOClA==
18221810
dependencies:
1823-
"@typescript-eslint/scope-manager" "7.2.0"
1824-
"@typescript-eslint/types" "7.2.0"
1825-
"@typescript-eslint/typescript-estree" "7.2.0"
1826-
"@typescript-eslint/visitor-keys" "7.2.0"
1811+
"@typescript-eslint/scope-manager" "7.16.1"
1812+
"@typescript-eslint/types" "7.16.1"
1813+
"@typescript-eslint/typescript-estree" "7.16.1"
1814+
"@typescript-eslint/visitor-keys" "7.16.1"
18271815
debug "^4.3.4"
18281816

18291817
"@typescript-eslint/[email protected]":
@@ -1834,59 +1822,33 @@
18341822
"@typescript-eslint/types" "6.21.0"
18351823
"@typescript-eslint/visitor-keys" "6.21.0"
18361824

1837-
"@typescript-eslint/[email protected]":
1838-
version "7.2.0"
1839-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
1840-
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
1841-
dependencies:
1842-
"@typescript-eslint/types" "7.2.0"
1843-
"@typescript-eslint/visitor-keys" "7.2.0"
1844-
1845-
"@typescript-eslint/[email protected]":
1846-
version "7.4.0"
1847-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.4.0.tgz#acfc69261f10ece7bf7ece1734f1713392c3655f"
1848-
integrity sha512-68VqENG5HK27ypafqLVs8qO+RkNc7TezCduYrx8YJpXq2QGZ30vmNZGJJJC48+MVn4G2dCV8m5ZTVnzRexTVtw==
1849-
dependencies:
1850-
"@typescript-eslint/types" "7.4.0"
1851-
"@typescript-eslint/visitor-keys" "7.4.0"
1852-
1853-
"@typescript-eslint/scope-manager@^7.0.0":
1854-
version "7.7.1"
1855-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz#07fe59686ca843f66e3e2b5c151522bc38effab2"
1856-
integrity sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==
1825+
"@typescript-eslint/[email protected]", "@typescript-eslint/scope-manager@^7.0.0":
1826+
version "7.16.1"
1827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.16.1.tgz#2b43041caabf8ddd74512b8b550b9fc53ca3afa1"
1828+
integrity sha512-nYpyv6ALte18gbMz323RM+vpFpTjfNdyakbf3nsLvF43uF9KeNC289SUEW3QLZ1xPtyINJ1dIsZOuWuSRIWygw==
18571829
dependencies:
1858-
"@typescript-eslint/types" "7.7.1"
1859-
"@typescript-eslint/visitor-keys" "7.7.1"
1830+
"@typescript-eslint/types" "7.16.1"
1831+
"@typescript-eslint/visitor-keys" "7.16.1"
18601832

1861-
"@typescript-eslint/type-utils@7.2.0":
1862-
version "7.2.0"
1863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19"
1864-
integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==
1833+
"@typescript-eslint/type-utils@7.16.1":
1834+
version "7.16.1"
1835+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.16.1.tgz#4d7ae4f3d9e3c8cbdabae91609b1a431de6aa6ca"
1836+
integrity sha512-rbu/H2MWXN4SkjIIyWcmYBjlp55VT+1G3duFOIukTNFxr9PI35pLc2ydwAfejCEitCv4uztA07q0QWanOHC7dA==
18651837
dependencies:
1866-
"@typescript-eslint/typescript-estree" "7.2.0"
1867-
"@typescript-eslint/utils" "7.2.0"
1838+
"@typescript-eslint/typescript-estree" "7.16.1"
1839+
"@typescript-eslint/utils" "7.16.1"
18681840
debug "^4.3.4"
1869-
ts-api-utils "^1.0.1"
1841+
ts-api-utils "^1.3.0"
18701842

18711843
"@typescript-eslint/[email protected]":
18721844
version "6.21.0"
18731845
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
18741846
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
18751847

1876-
"@typescript-eslint/[email protected]":
1877-
version "7.2.0"
1878-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
1879-
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
1880-
1881-
"@typescript-eslint/[email protected]":
1882-
version "7.4.0"
1883-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.4.0.tgz#ee9dafa75c99eaee49de6dcc9348b45d354419b6"
1884-
integrity sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==
1885-
1886-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^7.0.0", "@typescript-eslint/types@^7.7.1":
1887-
version "7.7.1"
1888-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.1.tgz#f903a651fb004c75add08e4e9e207f169d4b98d7"
1889-
integrity sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==
1848+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^7.0.0", "@typescript-eslint/types@^7.7.1":
1849+
version "7.16.1"
1850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.1.tgz#bbab066276d18e398bc64067b23f1ce84dfc6d8c"
1851+
integrity sha512-AQn9XqCzUXd4bAVEsAXM/Izk11Wx2u4H3BAfQVhSfzfDOm/wAON9nP7J5rpkCxts7E5TELmN845xTUCQrD1xIQ==
18901852

18911853
"@typescript-eslint/[email protected]":
18921854
version "6.21.0"
@@ -1902,73 +1864,29 @@
19021864
semver "^7.5.4"
19031865
ts-api-utils "^1.0.1"
19041866

1905-
"@typescript-eslint/[email protected]":
1906-
version "7.2.0"
1907-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
1908-
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
1909-
dependencies:
1910-
"@typescript-eslint/types" "7.2.0"
1911-
"@typescript-eslint/visitor-keys" "7.2.0"
1912-
debug "^4.3.4"
1913-
globby "^11.1.0"
1914-
is-glob "^4.0.3"
1915-
minimatch "9.0.3"
1916-
semver "^7.5.4"
1917-
ts-api-utils "^1.0.1"
1918-
1919-
"@typescript-eslint/[email protected]":
1920-
version "7.4.0"
1921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.4.0.tgz#12dbcb4624d952f72c10a9f4431284fca24624f4"
1922-
integrity sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==
1923-
dependencies:
1924-
"@typescript-eslint/types" "7.4.0"
1925-
"@typescript-eslint/visitor-keys" "7.4.0"
1926-
debug "^4.3.4"
1927-
globby "^11.1.0"
1928-
is-glob "^4.0.3"
1929-
minimatch "9.0.3"
1930-
semver "^7.5.4"
1931-
ts-api-utils "^1.0.1"
1932-
1933-
"@typescript-eslint/typescript-estree@^7.0.0":
1934-
version "7.7.1"
1935-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz#5cafde48fe390fe1c1b329b2ce0ba8a73c1e87b2"
1936-
integrity sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==
1867+
"@typescript-eslint/[email protected]", "@typescript-eslint/typescript-estree@^7.0.0":
1868+
version "7.16.1"
1869+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.1.tgz#9b145ba4fd1dde1986697e1ce57dc501a1736dd3"
1870+
integrity sha512-0vFPk8tMjj6apaAZ1HlwM8w7jbghC8jc1aRNJG5vN8Ym5miyhTQGMqU++kuBFDNKe9NcPeZ6x0zfSzV8xC1UlQ==
19371871
dependencies:
1938-
"@typescript-eslint/types" "7.7.1"
1939-
"@typescript-eslint/visitor-keys" "7.7.1"
1872+
"@typescript-eslint/types" "7.16.1"
1873+
"@typescript-eslint/visitor-keys" "7.16.1"
19401874
debug "^4.3.4"
19411875
globby "^11.1.0"
19421876
is-glob "^4.0.3"
19431877
minimatch "^9.0.4"
19441878
semver "^7.6.0"
19451879
ts-api-utils "^1.3.0"
19461880

1947-
"@typescript-eslint/utils@7.2.0":
1948-
version "7.2.0"
1949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
1950-
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
1881+
"@typescript-eslint/utils@7.16.1", "@typescript-eslint/utils@^7.4.0":
1882+
version "7.16.1"
1883+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.16.1.tgz#df42dc8ca5a4603016fd102db0346cdab415cdb7"
1884+
integrity sha512-WrFM8nzCowV0he0RlkotGDujx78xudsxnGMBHI88l5J8wEhED6yBwaSLP99ygfrzAjsQvcYQ94quDwI0d7E1fA==
19511885
dependencies:
19521886
"@eslint-community/eslint-utils" "^4.4.0"
1953-
"@types/json-schema" "^7.0.12"
1954-
"@types/semver" "^7.5.0"
1955-
"@typescript-eslint/scope-manager" "7.2.0"
1956-
"@typescript-eslint/types" "7.2.0"
1957-
"@typescript-eslint/typescript-estree" "7.2.0"
1958-
semver "^7.5.4"
1959-
1960-
"@typescript-eslint/utils@^7.4.0":
1961-
version "7.4.0"
1962-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.4.0.tgz#d889a0630cab88bddedaf7c845c64a00576257bd"
1963-
integrity sha512-NQt9QLM4Tt8qrlBVY9lkMYzfYtNz8/6qwZg8pI3cMGlPnj6mOpRxxAm7BMJN9K0AiY+1BwJ5lVC650YJqYOuNg==
1964-
dependencies:
1965-
"@eslint-community/eslint-utils" "^4.4.0"
1966-
"@types/json-schema" "^7.0.12"
1967-
"@types/semver" "^7.5.0"
1968-
"@typescript-eslint/scope-manager" "7.4.0"
1969-
"@typescript-eslint/types" "7.4.0"
1970-
"@typescript-eslint/typescript-estree" "7.4.0"
1971-
semver "^7.5.4"
1887+
"@typescript-eslint/scope-manager" "7.16.1"
1888+
"@typescript-eslint/types" "7.16.1"
1889+
"@typescript-eslint/typescript-estree" "7.16.1"
19721890

19731891
"@typescript-eslint/[email protected]":
19741892
version "6.21.0"
@@ -1978,28 +1896,12 @@
19781896
"@typescript-eslint/types" "6.21.0"
19791897
eslint-visitor-keys "^3.4.1"
19801898

1981-
"@typescript-eslint/[email protected]":
1982-
version "7.2.0"
1983-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
1984-
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
1985-
dependencies:
1986-
"@typescript-eslint/types" "7.2.0"
1987-
eslint-visitor-keys "^3.4.1"
1988-
1989-
"@typescript-eslint/[email protected]":
1990-
version "7.4.0"
1991-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.4.0.tgz#0c8ff2c1f8a6fe8d7d1a57ebbd4a638e86a60a94"
1992-
integrity sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==
1993-
dependencies:
1994-
"@typescript-eslint/types" "7.4.0"
1995-
eslint-visitor-keys "^3.4.1"
1996-
1997-
"@typescript-eslint/[email protected]":
1998-
version "7.7.1"
1999-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz#da2294796220bb0f3b4add5ecbb1b9c3f4f65798"
2000-
integrity sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==
1899+
"@typescript-eslint/[email protected]":
1900+
version "7.16.1"
1901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.16.1.tgz#4287bcf44c34df811ff3bb4d269be6cfc7d8c74b"
1902+
integrity sha512-Qlzzx4sE4u3FsHTPQAAQFJFNOuqtuY0LFrZHwQ8IHK705XxBiWOFkfKRWu6niB7hwfgnwIpO4jTC75ozW1PHWg==
20011903
dependencies:
2002-
"@typescript-eslint/types" "7.7.1"
1904+
"@typescript-eslint/types" "7.16.1"
20031905
eslint-visitor-keys "^3.4.3"
20041906

20051907
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)