Skip to content

Commit 78a7a8f

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent ad6d9af commit 78a7a8f

File tree

2 files changed

+129
-39
lines changed

2 files changed

+129
-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": "16.0.1",
5454
"@types/jest": "29.5.14",
5555
"@types/ramda": "0.31.0",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "8.39.0",
57+
"@typescript-eslint/parser": "8.39.0",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.1.8",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 127 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,10 +1184,17 @@
11841184
dependencies:
11851185
eslint-visitor-keys "^3.3.0"
11861186

1187-
"@eslint-community/regexpp@^4.4.0":
1188-
version "4.5.1"
1189-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1190-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1187+
"@eslint-community/eslint-utils@^4.7.0":
1188+
version "4.7.0"
1189+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1190+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1191+
dependencies:
1192+
eslint-visitor-keys "^3.4.3"
1193+
1194+
"@eslint-community/regexpp@^4.10.0":
1195+
version "4.12.1"
1196+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1197+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
11911198

11921199
"@eslint-community/regexpp@^4.6.1":
11931200
version "4.6.2"
@@ -1877,30 +1884,39 @@
18771884
dependencies:
18781885
"@types/yargs-parser" "*"
18791886

1880-
"@typescript-eslint/eslint-plugin@5.62.0":
1881-
version "5.62.0"
1882-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1883-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1887+
"@typescript-eslint/eslint-plugin@8.39.0":
1888+
version "8.39.0"
1889+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz#c9afec1866ee1a6ea3d768b5f8e92201efbbba06"
1890+
integrity sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==
18841891
dependencies:
1885-
"@eslint-community/regexpp" "^4.4.0"
1886-
"@typescript-eslint/scope-manager" "5.62.0"
1887-
"@typescript-eslint/type-utils" "5.62.0"
1888-
"@typescript-eslint/utils" "5.62.0"
1889-
debug "^4.3.4"
1892+
"@eslint-community/regexpp" "^4.10.0"
1893+
"@typescript-eslint/scope-manager" "8.39.0"
1894+
"@typescript-eslint/type-utils" "8.39.0"
1895+
"@typescript-eslint/utils" "8.39.0"
1896+
"@typescript-eslint/visitor-keys" "8.39.0"
18901897
graphemer "^1.4.0"
1891-
ignore "^5.2.0"
1892-
natural-compare-lite "^1.4.0"
1893-
semver "^7.3.7"
1894-
tsutils "^3.21.0"
1898+
ignore "^7.0.0"
1899+
natural-compare "^1.4.0"
1900+
ts-api-utils "^2.1.0"
18951901

1896-
"@typescript-eslint/parser@5.62.0":
1897-
version "5.62.0"
1898-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1899-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1902+
"@typescript-eslint/parser@8.39.0":
1903+
version "8.39.0"
1904+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.0.tgz#c4b895d7a47f4cd5ee6ee77ea30e61d58b802008"
1905+
integrity sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==
19001906
dependencies:
1901-
"@typescript-eslint/scope-manager" "5.62.0"
1902-
"@typescript-eslint/types" "5.62.0"
1903-
"@typescript-eslint/typescript-estree" "5.62.0"
1907+
"@typescript-eslint/scope-manager" "8.39.0"
1908+
"@typescript-eslint/types" "8.39.0"
1909+
"@typescript-eslint/typescript-estree" "8.39.0"
1910+
"@typescript-eslint/visitor-keys" "8.39.0"
1911+
debug "^4.3.4"
1912+
1913+
"@typescript-eslint/project-service@8.39.0":
1914+
version "8.39.0"
1915+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz#71cb29c3f8139f99a905b8705127bffc2ae84759"
1916+
integrity sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==
1917+
dependencies:
1918+
"@typescript-eslint/tsconfig-utils" "^8.39.0"
1919+
"@typescript-eslint/types" "^8.39.0"
19041920
debug "^4.3.4"
19051921

19061922
"@typescript-eslint/scope-manager@5.62.0":
@@ -1919,15 +1935,29 @@
19191935
"@typescript-eslint/types" "8.0.0"
19201936
"@typescript-eslint/visitor-keys" "8.0.0"
19211937

1922-
"@typescript-eslint/type-utils@5.62.0":
1923-
version "5.62.0"
1924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1925-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1938+
"@typescript-eslint/scope-manager@8.39.0":
1939+
version "8.39.0"
1940+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz#ba4bf6d8257bbc172c298febf16bc22df4856570"
1941+
integrity sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==
19261942
dependencies:
1927-
"@typescript-eslint/typescript-estree" "5.62.0"
1928-
"@typescript-eslint/utils" "5.62.0"
1943+
"@typescript-eslint/types" "8.39.0"
1944+
"@typescript-eslint/visitor-keys" "8.39.0"
1945+
1946+
"@typescript-eslint/tsconfig-utils@8.39.0", "@typescript-eslint/tsconfig-utils@^8.39.0":
1947+
version "8.39.0"
1948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
1949+
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
1950+
1951+
"@typescript-eslint/type-utils@8.39.0":
1952+
version "8.39.0"
1953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz#310ec781ae5e7bb0f5940bfd652573587f22786b"
1954+
integrity sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==
1955+
dependencies:
1956+
"@typescript-eslint/types" "8.39.0"
1957+
"@typescript-eslint/typescript-estree" "8.39.0"
1958+
"@typescript-eslint/utils" "8.39.0"
19291959
debug "^4.3.4"
1930-
tsutils "^3.21.0"
1960+
ts-api-utils "^2.1.0"
19311961

19321962
"@typescript-eslint/types@5.62.0":
19331963
version "5.62.0"
@@ -1939,6 +1969,11 @@
19391969
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
19401970
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
19411971

1972+
"@typescript-eslint/types@8.39.0", "@typescript-eslint/types@^8.39.0":
1973+
version "8.39.0"
1974+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
1975+
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
1976+
19421977
"@typescript-eslint/typescript-estree@5.62.0":
19431978
version "5.62.0"
19441979
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1966,7 +2001,33 @@
19662001
semver "^7.6.0"
19672002
ts-api-utils "^1.3.0"
19682003

1969-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.2":
2004+
"@typescript-eslint/typescript-estree@8.39.0":
2005+
version "8.39.0"
2006+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz#b9477a5c47a0feceffe91adf553ad9a3cd4cb3d6"
2007+
integrity sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==
2008+
dependencies:
2009+
"@typescript-eslint/project-service" "8.39.0"
2010+
"@typescript-eslint/tsconfig-utils" "8.39.0"
2011+
"@typescript-eslint/types" "8.39.0"
2012+
"@typescript-eslint/visitor-keys" "8.39.0"
2013+
debug "^4.3.4"
2014+
fast-glob "^3.3.2"
2015+
is-glob "^4.0.3"
2016+
minimatch "^9.0.4"
2017+
semver "^7.6.0"
2018+
ts-api-utils "^2.1.0"
2019+
2020+
"@typescript-eslint/utils@8.39.0":
2021+
version "8.39.0"
2022+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
2023+
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
2024+
dependencies:
2025+
"@eslint-community/eslint-utils" "^4.7.0"
2026+
"@typescript-eslint/scope-manager" "8.39.0"
2027+
"@typescript-eslint/types" "8.39.0"
2028+
"@typescript-eslint/typescript-estree" "8.39.0"
2029+
2030+
"@typescript-eslint/utils@^5.10.2":
19702031
version "5.62.0"
19712032
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
19722033
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2006,6 +2067,14 @@
20062067
"@typescript-eslint/types" "8.0.0"
20072068
eslint-visitor-keys "^3.4.3"
20082069

2070+
"@typescript-eslint/visitor-keys@8.39.0":
2071+
version "8.39.0"
2072+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz#5d619a6e810cdd3fd1913632719cbccab08bf875"
2073+
integrity sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==
2074+
dependencies:
2075+
"@typescript-eslint/types" "8.39.0"
2076+
eslint-visitor-keys "^4.2.1"
2077+
20092078
"@ungap/structured-clone@^1.2.0":
20102079
version "1.2.0"
20112080
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2693,6 +2762,11 @@ eslint-visitor-keys@^3.4.3:
26932762
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
26942763
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
26952764

2765+
eslint-visitor-keys@^4.2.1:
2766+
version "4.2.1"
2767+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2768+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2769+
26962770
eslint@8.57.1:
26972771
version "8.57.1"
26982772
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2877,6 +2951,17 @@ fast-glob@^3.2.9:
28772951
merge2 "^1.3.0"
28782952
micromatch "^4.0.4"
28792953

2954+
fast-glob@^3.3.2:
2955+
version "3.3.3"
2956+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2957+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2958+
dependencies:
2959+
"@nodelib/fs.stat" "^2.0.2"
2960+
"@nodelib/fs.walk" "^1.2.3"
2961+
glob-parent "^5.1.2"
2962+
merge2 "^1.3.0"
2963+
micromatch "^4.0.8"
2964+
28802965
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
28812966
version "2.1.0"
28822967
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3141,6 +3226,11 @@ ignore@^5.2.0:
31413226
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
31423227
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
31433228

3229+
ignore@^7.0.0:
3230+
version "7.0.5"
3231+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3232+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3233+
31443234
import-fresh@^3.2.1:
31453235
version "3.3.0"
31463236
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4041,11 +4131,6 @@ ms@^2.1.3:
40414131
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
40424132
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
40434133

4044-
natural-compare-lite@^1.4.0:
4045-
version "1.4.0"
4046-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4047-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4048-
40494134
natural-compare@^1.4.0:
40504135
version "1.4.0"
40514136
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4863,6 +4948,11 @@ ts-api-utils@^1.3.0:
48634948
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
48644949
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
48654950

4951+
ts-api-utils@^2.1.0:
4952+
version "2.1.0"
4953+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4954+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4955+
48664956
ts-jest@29.4.1:
48674957
version "29.4.1"
48684958
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.1.tgz#42d33beb74657751d315efb9a871fe99e3b9b519"

0 commit comments

Comments
 (0)