Skip to content

Commit ee3654f

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent 67f2733 commit ee3654f

File tree

2 files changed

+84
-39
lines changed

2 files changed

+84
-39
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@rollup/plugin-node-resolve": "15.2.3",
5454
"@types/jest": "29.5.12",
5555
"@types/ramda": "0.30.1",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "7.17.0",
57+
"@typescript-eslint/parser": "7.17.0",
5858
"eslint": "8.57.0",
5959
"eslint-config-prettier": "9.1.0",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 82 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,10 +1247,10 @@
12471247
dependencies:
12481248
eslint-visitor-keys "^3.3.0"
12491249

1250-
"@eslint-community/regexpp@^4.4.0":
1251-
version "4.5.1"
1252-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1253-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1250+
"@eslint-community/regexpp@^4.10.0":
1251+
version "4.11.0"
1252+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
1253+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
12541254

12551255
"@eslint-community/regexpp@^4.6.1":
12561256
version "4.6.2"
@@ -1908,30 +1908,30 @@
19081908
dependencies:
19091909
"@types/yargs-parser" "*"
19101910

1911-
"@typescript-eslint/eslint-plugin@5.62.0":
1912-
version "5.62.0"
1913-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1914-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1911+
"@typescript-eslint/eslint-plugin@7.17.0":
1912+
version "7.17.0"
1913+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.17.0.tgz#c8ed1af1ad2928ede5cdd207f7e3090499e1f77b"
1914+
integrity sha512-pyiDhEuLM3PuANxH7uNYan1AaFs5XE0zw1hq69JBvGvE7gSuEoQl1ydtEe/XQeoC3GQxLXyOVa5kNOATgM638A==
19151915
dependencies:
1916-
"@eslint-community/regexpp" "^4.4.0"
1917-
"@typescript-eslint/scope-manager" "5.62.0"
1918-
"@typescript-eslint/type-utils" "5.62.0"
1919-
"@typescript-eslint/utils" "5.62.0"
1920-
debug "^4.3.4"
1916+
"@eslint-community/regexpp" "^4.10.0"
1917+
"@typescript-eslint/scope-manager" "7.17.0"
1918+
"@typescript-eslint/type-utils" "7.17.0"
1919+
"@typescript-eslint/utils" "7.17.0"
1920+
"@typescript-eslint/visitor-keys" "7.17.0"
19211921
graphemer "^1.4.0"
1922-
ignore "^5.2.0"
1923-
natural-compare-lite "^1.4.0"
1924-
semver "^7.3.7"
1925-
tsutils "^3.21.0"
1922+
ignore "^5.3.1"
1923+
natural-compare "^1.4.0"
1924+
ts-api-utils "^1.3.0"
19261925

1927-
"@typescript-eslint/parser@5.62.0":
1928-
version "5.62.0"
1929-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1930-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1926+
"@typescript-eslint/parser@7.17.0":
1927+
version "7.17.0"
1928+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.17.0.tgz#be8e32c159190cd40a305a2121220eadea5a88e7"
1929+
integrity sha512-puiYfGeg5Ydop8eusb/Hy1k7QmOU6X3nvsqCgzrB2K4qMavK//21+PzNE8qeECgNOIoertJPUC1SpegHDI515A==
19311930
dependencies:
1932-
"@typescript-eslint/scope-manager" "5.62.0"
1933-
"@typescript-eslint/types" "5.62.0"
1934-
"@typescript-eslint/typescript-estree" "5.62.0"
1931+
"@typescript-eslint/scope-manager" "7.17.0"
1932+
"@typescript-eslint/types" "7.17.0"
1933+
"@typescript-eslint/typescript-estree" "7.17.0"
1934+
"@typescript-eslint/visitor-keys" "7.17.0"
19351935
debug "^4.3.4"
19361936

19371937
"@typescript-eslint/scope-manager@5.62.0":
@@ -1942,6 +1942,14 @@
19421942
"@typescript-eslint/types" "5.62.0"
19431943
"@typescript-eslint/visitor-keys" "5.62.0"
19441944

1945+
"@typescript-eslint/scope-manager@7.17.0":
1946+
version "7.17.0"
1947+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.17.0.tgz#e072d0f914662a7bfd6c058165e3c2b35ea26b9d"
1948+
integrity sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA==
1949+
dependencies:
1950+
"@typescript-eslint/types" "7.17.0"
1951+
"@typescript-eslint/visitor-keys" "7.17.0"
1952+
19451953
"@typescript-eslint/scope-manager@7.8.0":
19461954
version "7.8.0"
19471955
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz#bb19096d11ec6b87fb6640d921df19b813e02047"
@@ -1950,21 +1958,26 @@
19501958
"@typescript-eslint/types" "7.8.0"
19511959
"@typescript-eslint/visitor-keys" "7.8.0"
19521960

1953-
"@typescript-eslint/type-utils@5.62.0":
1954-
version "5.62.0"
1955-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1956-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1961+
"@typescript-eslint/type-utils@7.17.0":
1962+
version "7.17.0"
1963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.17.0.tgz#c5da78feb134c9c9978cbe89e2b1a589ed22091a"
1964+
integrity sha512-XD3aaBt+orgkM/7Cei0XNEm1vwUxQ958AOLALzPlbPqb8C1G8PZK85tND7Jpe69Wualri81PLU+Zc48GVKIMMA==
19571965
dependencies:
1958-
"@typescript-eslint/typescript-estree" "5.62.0"
1959-
"@typescript-eslint/utils" "5.62.0"
1966+
"@typescript-eslint/typescript-estree" "7.17.0"
1967+
"@typescript-eslint/utils" "7.17.0"
19601968
debug "^4.3.4"
1961-
tsutils "^3.21.0"
1969+
ts-api-utils "^1.3.0"
19621970

19631971
"@typescript-eslint/types@5.62.0":
19641972
version "5.62.0"
19651973
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
19661974
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
19671975

1976+
"@typescript-eslint/types@7.17.0":
1977+
version "7.17.0"
1978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.17.0.tgz#7ce8185bdf06bc3494e73d143dbf3293111b9cff"
1979+
integrity sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A==
1980+
19681981
"@typescript-eslint/types@7.8.0":
19691982
version "7.8.0"
19701983
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
@@ -1983,6 +1996,20 @@
19831996
semver "^7.3.7"
19841997
tsutils "^3.21.0"
19851998

1999+
"@typescript-eslint/typescript-estree@7.17.0":
2000+
version "7.17.0"
2001+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.17.0.tgz#dcab3fea4c07482329dd6107d3c6480e228e4130"
2002+
integrity sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw==
2003+
dependencies:
2004+
"@typescript-eslint/types" "7.17.0"
2005+
"@typescript-eslint/visitor-keys" "7.17.0"
2006+
debug "^4.3.4"
2007+
globby "^11.1.0"
2008+
is-glob "^4.0.3"
2009+
minimatch "^9.0.4"
2010+
semver "^7.6.0"
2011+
ts-api-utils "^1.3.0"
2012+
19862013
"@typescript-eslint/typescript-estree@7.8.0":
19872014
version "7.8.0"
19882015
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz#b028a9226860b66e623c1ee55cc2464b95d2987c"
@@ -1997,7 +2024,17 @@
19972024
semver "^7.6.0"
19982025
ts-api-utils "^1.3.0"
19992026

2000-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.2":
2027+
"@typescript-eslint/utils@7.17.0":
2028+
version "7.17.0"
2029+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.17.0.tgz#815cd85b9001845d41b699b0ce4f92d6dfb84902"
2030+
integrity sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw==
2031+
dependencies:
2032+
"@eslint-community/eslint-utils" "^4.4.0"
2033+
"@typescript-eslint/scope-manager" "7.17.0"
2034+
"@typescript-eslint/types" "7.17.0"
2035+
"@typescript-eslint/typescript-estree" "7.17.0"
2036+
2037+
"@typescript-eslint/utils@^5.10.2":
20012038
version "5.62.0"
20022039
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
20032040
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2032,6 +2069,14 @@
20322069
"@typescript-eslint/types" "5.62.0"
20332070
eslint-visitor-keys "^3.3.0"
20342071

2072+
"@typescript-eslint/visitor-keys@7.17.0":
2073+
version "7.17.0"
2074+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.17.0.tgz#680465c734be30969e564b4647f38d6cdf49bfb0"
2075+
integrity sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==
2076+
dependencies:
2077+
"@typescript-eslint/types" "7.17.0"
2078+
eslint-visitor-keys "^3.4.3"
2079+
20352080
"@typescript-eslint/visitor-keys@7.8.0":
20362081
version "7.8.0"
20372082
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.8.0.tgz#7285aab991da8bee411a42edbd5db760d22fdd91"
@@ -3169,6 +3214,11 @@ ignore@^5.2.0:
31693214
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
31703215
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
31713216

3217+
ignore@^5.3.1:
3218+
version "5.3.1"
3219+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
3220+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
3221+
31723222
import-fresh@^3.2.1:
31733223
version "3.3.0"
31743224
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4061,11 +4111,6 @@ ms@2.1.2:
40614111
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
40624112
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
40634113

4064-
natural-compare-lite@^1.4.0:
4065-
version "1.4.0"
4066-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4067-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4068-
40694114
natural-compare@^1.4.0:
40704115
version "1.4.0"
40714116
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)