Skip to content

Commit 121df27

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent 5e26a7f commit 121df27

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.0",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "7.15.0",
57+
"@typescript-eslint/parser": "7.15.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
@@ -1201,10 +1201,10 @@
12011201
dependencies:
12021202
eslint-visitor-keys "^3.3.0"
12031203

1204-
"@eslint-community/regexpp@^4.4.0":
1205-
version "4.5.1"
1206-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1207-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1204+
"@eslint-community/regexpp@^4.10.0":
1205+
version "4.11.0"
1206+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
1207+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
12081208

12091209
"@eslint-community/regexpp@^4.6.1":
12101210
version "4.6.2"
@@ -1862,30 +1862,30 @@
18621862
dependencies:
18631863
"@types/yargs-parser" "*"
18641864

1865-
"@typescript-eslint/eslint-plugin@5.62.0":
1866-
version "5.62.0"
1867-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1868-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1865+
"@typescript-eslint/eslint-plugin@7.15.0":
1866+
version "7.15.0"
1867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.15.0.tgz#8eaf396ac2992d2b8f874b68eb3fcd6b179cb7f3"
1868+
integrity sha512-uiNHpyjZtFrLwLDpHnzaDlP3Tt6sGMqTCiqmxaN4n4RP0EfYZDODJyddiFDF44Hjwxr5xAcaYxVKm9QKQFJFLA==
18691869
dependencies:
1870-
"@eslint-community/regexpp" "^4.4.0"
1871-
"@typescript-eslint/scope-manager" "5.62.0"
1872-
"@typescript-eslint/type-utils" "5.62.0"
1873-
"@typescript-eslint/utils" "5.62.0"
1874-
debug "^4.3.4"
1870+
"@eslint-community/regexpp" "^4.10.0"
1871+
"@typescript-eslint/scope-manager" "7.15.0"
1872+
"@typescript-eslint/type-utils" "7.15.0"
1873+
"@typescript-eslint/utils" "7.15.0"
1874+
"@typescript-eslint/visitor-keys" "7.15.0"
18751875
graphemer "^1.4.0"
1876-
ignore "^5.2.0"
1877-
natural-compare-lite "^1.4.0"
1878-
semver "^7.3.7"
1879-
tsutils "^3.21.0"
1876+
ignore "^5.3.1"
1877+
natural-compare "^1.4.0"
1878+
ts-api-utils "^1.3.0"
18801879

1881-
"@typescript-eslint/parser@5.62.0":
1882-
version "5.62.0"
1883-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1884-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1880+
"@typescript-eslint/parser@7.15.0":
1881+
version "7.15.0"
1882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.15.0.tgz#f4a536e5fc6a1c05c82c4d263a2bfad2da235c80"
1883+
integrity sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A==
18851884
dependencies:
1886-
"@typescript-eslint/scope-manager" "5.62.0"
1887-
"@typescript-eslint/types" "5.62.0"
1888-
"@typescript-eslint/typescript-estree" "5.62.0"
1885+
"@typescript-eslint/scope-manager" "7.15.0"
1886+
"@typescript-eslint/types" "7.15.0"
1887+
"@typescript-eslint/typescript-estree" "7.15.0"
1888+
"@typescript-eslint/visitor-keys" "7.15.0"
18891889
debug "^4.3.4"
18901890

18911891
"@typescript-eslint/scope-manager@5.62.0":
@@ -1896,6 +1896,14 @@
18961896
"@typescript-eslint/types" "5.62.0"
18971897
"@typescript-eslint/visitor-keys" "5.62.0"
18981898

1899+
"@typescript-eslint/scope-manager@7.15.0":
1900+
version "7.15.0"
1901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.15.0.tgz#201b34b0720be8b1447df17b963941bf044999b2"
1902+
integrity sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw==
1903+
dependencies:
1904+
"@typescript-eslint/types" "7.15.0"
1905+
"@typescript-eslint/visitor-keys" "7.15.0"
1906+
18991907
"@typescript-eslint/scope-manager@7.8.0":
19001908
version "7.8.0"
19011909
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz#bb19096d11ec6b87fb6640d921df19b813e02047"
@@ -1904,21 +1912,26 @@
19041912
"@typescript-eslint/types" "7.8.0"
19051913
"@typescript-eslint/visitor-keys" "7.8.0"
19061914

1907-
"@typescript-eslint/type-utils@5.62.0":
1908-
version "5.62.0"
1909-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1910-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1915+
"@typescript-eslint/type-utils@7.15.0":
1916+
version "7.15.0"
1917+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.15.0.tgz#5b83c904c6de91802fb399305a50a56d10472c39"
1918+
integrity sha512-SkgriaeV6PDvpA6253PDVep0qCqgbO1IOBiycjnXsszNTVQe5flN5wR5jiczoEoDEnAqYFSFFc9al9BSGVltkg==
19111919
dependencies:
1912-
"@typescript-eslint/typescript-estree" "5.62.0"
1913-
"@typescript-eslint/utils" "5.62.0"
1920+
"@typescript-eslint/typescript-estree" "7.15.0"
1921+
"@typescript-eslint/utils" "7.15.0"
19141922
debug "^4.3.4"
1915-
tsutils "^3.21.0"
1923+
ts-api-utils "^1.3.0"
19161924

19171925
"@typescript-eslint/types@5.62.0":
19181926
version "5.62.0"
19191927
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
19201928
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
19211929

1930+
"@typescript-eslint/types@7.15.0":
1931+
version "7.15.0"
1932+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.15.0.tgz#fb894373a6e3882cbb37671ffddce44f934f62fc"
1933+
integrity sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==
1934+
19221935
"@typescript-eslint/types@7.8.0":
19231936
version "7.8.0"
19241937
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
@@ -1937,6 +1950,20 @@
19371950
semver "^7.3.7"
19381951
tsutils "^3.21.0"
19391952

1953+
"@typescript-eslint/typescript-estree@7.15.0":
1954+
version "7.15.0"
1955+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.15.0.tgz#e323bfa3966e1485b638ce751f219fc1f31eba37"
1956+
integrity sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ==
1957+
dependencies:
1958+
"@typescript-eslint/types" "7.15.0"
1959+
"@typescript-eslint/visitor-keys" "7.15.0"
1960+
debug "^4.3.4"
1961+
globby "^11.1.0"
1962+
is-glob "^4.0.3"
1963+
minimatch "^9.0.4"
1964+
semver "^7.6.0"
1965+
ts-api-utils "^1.3.0"
1966+
19401967
"@typescript-eslint/typescript-estree@7.8.0":
19411968
version "7.8.0"
19421969
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz#b028a9226860b66e623c1ee55cc2464b95d2987c"
@@ -1951,7 +1978,17 @@
19511978
semver "^7.6.0"
19521979
ts-api-utils "^1.3.0"
19531980

1954-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.2":
1981+
"@typescript-eslint/utils@7.15.0":
1982+
version "7.15.0"
1983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.15.0.tgz#9e6253c4599b6e7da2fb64ba3f549c73eb8c1960"
1984+
integrity sha512-hfDMDqaqOqsUVGiEPSMLR/AjTSCsmJwjpKkYQRo1FNbmW4tBwBspYDwO9eh7sKSTwMQgBw9/T4DHudPaqshRWA==
1985+
dependencies:
1986+
"@eslint-community/eslint-utils" "^4.4.0"
1987+
"@typescript-eslint/scope-manager" "7.15.0"
1988+
"@typescript-eslint/types" "7.15.0"
1989+
"@typescript-eslint/typescript-estree" "7.15.0"
1990+
1991+
"@typescript-eslint/utils@^5.10.2":
19551992
version "5.62.0"
19561993
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
19571994
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -1986,6 +2023,14 @@
19862023
"@typescript-eslint/types" "5.62.0"
19872024
eslint-visitor-keys "^3.3.0"
19882025

2026+
"@typescript-eslint/visitor-keys@7.15.0":
2027+
version "7.15.0"
2028+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.15.0.tgz#1da0726201a859343fe6a05742a7c1792fff5b66"
2029+
integrity sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw==
2030+
dependencies:
2031+
"@typescript-eslint/types" "7.15.0"
2032+
eslint-visitor-keys "^3.4.3"
2033+
19892034
"@typescript-eslint/visitor-keys@7.8.0":
19902035
version "7.8.0"
19912036
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.8.0.tgz#7285aab991da8bee411a42edbd5db760d22fdd91"
@@ -3079,6 +3124,11 @@ ignore@^5.2.0:
30793124
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
30803125
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
30813126

3127+
ignore@^5.3.1:
3128+
version "5.3.1"
3129+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
3130+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
3131+
30823132
import-fresh@^3.2.1:
30833133
version "3.3.0"
30843134
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3954,11 +4004,6 @@ ms@2.1.2:
39544004
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
39554005
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
39564006

3957-
natural-compare-lite@^1.4.0:
3958-
version "1.4.0"
3959-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
3960-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
3961-
39624007
natural-compare@^1.4.0:
39634008
version "1.4.0"
39644009
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)