Skip to content

Commit 88b2378

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent c3aca80 commit 88b2378

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.16.1",
57+
"@typescript-eslint/parser": "7.16.1",
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.16.1":
1912+
version "7.16.1"
1913+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.16.1.tgz#f5f5da52db674b1f2cdb9d5f3644e5b2ec750465"
1914+
integrity sha512-SxdPak/5bO0EnGktV05+Hq8oatjAYVY3Zh2bye9pGZy6+jwyR3LG3YKkV4YatlsgqXP28BTeVm9pqwJM96vf2A==
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.16.1"
1918+
"@typescript-eslint/type-utils" "7.16.1"
1919+
"@typescript-eslint/utils" "7.16.1"
1920+
"@typescript-eslint/visitor-keys" "7.16.1"
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.16.1":
1927+
version "7.16.1"
1928+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.16.1.tgz#84c581cf86c8b2becd48d33ddc41a6303d57b274"
1929+
integrity sha512-u+1Qx86jfGQ5i4JjK33/FnawZRpsLxRnKzGE6EABZ40KxVT/vWsiZFEBBHjFOljmmV3MBYOHEKi0Jm9hbAOClA==
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.16.1"
1932+
"@typescript-eslint/types" "7.16.1"
1933+
"@typescript-eslint/typescript-estree" "7.16.1"
1934+
"@typescript-eslint/visitor-keys" "7.16.1"
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.16.1":
1946+
version "7.16.1"
1947+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.16.1.tgz#2b43041caabf8ddd74512b8b550b9fc53ca3afa1"
1948+
integrity sha512-nYpyv6ALte18gbMz323RM+vpFpTjfNdyakbf3nsLvF43uF9KeNC289SUEW3QLZ1xPtyINJ1dIsZOuWuSRIWygw==
1949+
dependencies:
1950+
"@typescript-eslint/types" "7.16.1"
1951+
"@typescript-eslint/visitor-keys" "7.16.1"
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.16.1":
1962+
version "7.16.1"
1963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.16.1.tgz#4d7ae4f3d9e3c8cbdabae91609b1a431de6aa6ca"
1964+
integrity sha512-rbu/H2MWXN4SkjIIyWcmYBjlp55VT+1G3duFOIukTNFxr9PI35pLc2ydwAfejCEitCv4uztA07q0QWanOHC7dA==
19571965
dependencies:
1958-
"@typescript-eslint/typescript-estree" "5.62.0"
1959-
"@typescript-eslint/utils" "5.62.0"
1966+
"@typescript-eslint/typescript-estree" "7.16.1"
1967+
"@typescript-eslint/utils" "7.16.1"
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.16.1":
1977+
version "7.16.1"
1978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.1.tgz#bbab066276d18e398bc64067b23f1ce84dfc6d8c"
1979+
integrity sha512-AQn9XqCzUXd4bAVEsAXM/Izk11Wx2u4H3BAfQVhSfzfDOm/wAON9nP7J5rpkCxts7E5TELmN845xTUCQrD1xIQ==
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.16.1":
2000+
version "7.16.1"
2001+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.1.tgz#9b145ba4fd1dde1986697e1ce57dc501a1736dd3"
2002+
integrity sha512-0vFPk8tMjj6apaAZ1HlwM8w7jbghC8jc1aRNJG5vN8Ym5miyhTQGMqU++kuBFDNKe9NcPeZ6x0zfSzV8xC1UlQ==
2003+
dependencies:
2004+
"@typescript-eslint/types" "7.16.1"
2005+
"@typescript-eslint/visitor-keys" "7.16.1"
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.16.1":
2028+
version "7.16.1"
2029+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.16.1.tgz#df42dc8ca5a4603016fd102db0346cdab415cdb7"
2030+
integrity sha512-WrFM8nzCowV0he0RlkotGDujx78xudsxnGMBHI88l5J8wEhED6yBwaSLP99ygfrzAjsQvcYQ94quDwI0d7E1fA==
2031+
dependencies:
2032+
"@eslint-community/eslint-utils" "^4.4.0"
2033+
"@typescript-eslint/scope-manager" "7.16.1"
2034+
"@typescript-eslint/types" "7.16.1"
2035+
"@typescript-eslint/typescript-estree" "7.16.1"
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.16.1":
2073+
version "7.16.1"
2074+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.16.1.tgz#4287bcf44c34df811ff3bb4d269be6cfc7d8c74b"
2075+
integrity sha512-Qlzzx4sE4u3FsHTPQAAQFJFNOuqtuY0LFrZHwQ8IHK705XxBiWOFkfKRWu6niB7hwfgnwIpO4jTC75ozW1PHWg==
2076+
dependencies:
2077+
"@typescript-eslint/types" "7.16.1"
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)