Skip to content

Commit 4a75c76

Browse files
chore(deps): update typescript-eslint monorepo to v6
1 parent f3d434f commit 4a75c76

File tree

2 files changed

+90
-40
lines changed

2 files changed

+90
-40
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"@rollup/plugin-node-resolve": "15.1.0",
5151
"@types/jest": "29.5.3",
5252
"@types/ramda": "0.29.3",
53-
"@typescript-eslint/eslint-plugin": "5.62.0",
54-
"@typescript-eslint/parser": "5.62.0",
53+
"@typescript-eslint/eslint-plugin": "6.2.0",
54+
"@typescript-eslint/parser": "6.2.0",
5555
"eslint": "8.46.0",
5656
"eslint-config-prettier": "8.9.0",
5757
"eslint-plugin-functional": "4.4.1",

yarn.lock

+88-38
Original file line numberDiff line numberDiff line change
@@ -987,19 +987,14 @@
987987
ethers "^5.7.2"
988988
ramda "^0.28.0"
989989

990-
"@eslint-community/eslint-utils@^4.2.0":
990+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
991991
version "4.4.0"
992992
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
993993
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
994994
dependencies:
995995
eslint-visitor-keys "^3.3.0"
996996

997-
"@eslint-community/regexpp@^4.4.0":
998-
version "4.5.1"
999-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1000-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1001-
1002-
"@eslint-community/regexpp@^4.6.1":
997+
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
1003998
version "4.6.2"
1004999
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
10051000
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
@@ -1823,7 +1818,7 @@
18231818
expect "^29.0.0"
18241819
pretty-format "^29.0.0"
18251820

1826-
"@types/json-schema@^7.0.9":
1821+
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
18271822
version "7.0.12"
18281823
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
18291824
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
@@ -1850,7 +1845,7 @@
18501845
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
18511846
integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==
18521847

1853-
"@types/semver@^7.3.12":
1848+
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
18541849
version "7.5.0"
18551850
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
18561851
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
@@ -1872,30 +1867,33 @@
18721867
dependencies:
18731868
"@types/yargs-parser" "*"
18741869

1875-
"@typescript-eslint/[email protected]":
1876-
version "5.62.0"
1877-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1878-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1879-
dependencies:
1880-
"@eslint-community/regexpp" "^4.4.0"
1881-
"@typescript-eslint/scope-manager" "5.62.0"
1882-
"@typescript-eslint/type-utils" "5.62.0"
1883-
"@typescript-eslint/utils" "5.62.0"
1870+
"@typescript-eslint/[email protected]":
1871+
version "6.2.0"
1872+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.0.tgz#57047c400be0632d4797ac081af8d399db3ebc3b"
1873+
integrity sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ==
1874+
dependencies:
1875+
"@eslint-community/regexpp" "^4.5.1"
1876+
"@typescript-eslint/scope-manager" "6.2.0"
1877+
"@typescript-eslint/type-utils" "6.2.0"
1878+
"@typescript-eslint/utils" "6.2.0"
1879+
"@typescript-eslint/visitor-keys" "6.2.0"
18841880
debug "^4.3.4"
18851881
graphemer "^1.4.0"
1886-
ignore "^5.2.0"
1882+
ignore "^5.2.4"
1883+
natural-compare "^1.4.0"
18871884
natural-compare-lite "^1.4.0"
1888-
semver "^7.3.7"
1889-
tsutils "^3.21.0"
1885+
semver "^7.5.4"
1886+
ts-api-utils "^1.0.1"
18901887

1891-
"@typescript-eslint/parser@5.62.0":
1892-
version "5.62.0"
1893-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1894-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1888+
"@typescript-eslint/parser@6.2.0":
1889+
version "6.2.0"
1890+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.0.tgz#d37c30b0f459c6f39455335d8f4f085919a1c644"
1891+
integrity sha512-igVYOqtiK/UsvKAmmloQAruAdUHihsOCvplJpplPZ+3h4aDkC/UKZZNKgB6h93ayuYLuEymU3h8nF1xMRbh37g==
18951892
dependencies:
1896-
"@typescript-eslint/scope-manager" "5.62.0"
1897-
"@typescript-eslint/types" "5.62.0"
1898-
"@typescript-eslint/typescript-estree" "5.62.0"
1893+
"@typescript-eslint/scope-manager" "6.2.0"
1894+
"@typescript-eslint/types" "6.2.0"
1895+
"@typescript-eslint/typescript-estree" "6.2.0"
1896+
"@typescript-eslint/visitor-keys" "6.2.0"
18991897
debug "^4.3.4"
19001898

19011899
"@typescript-eslint/[email protected]":
@@ -1906,21 +1904,34 @@
19061904
"@typescript-eslint/types" "5.62.0"
19071905
"@typescript-eslint/visitor-keys" "5.62.0"
19081906

1909-
"@typescript-eslint/[email protected].0":
1910-
version "5.62.0"
1911-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1912-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1907+
"@typescript-eslint/[email protected].0":
1908+
version "6.2.0"
1909+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.0.tgz#412a710d8fa20bc045533b3b19f423810b24f87a"
1910+
integrity sha512-1ZMNVgm5nnHURU8ZSJ3snsHzpFeNK84rdZjluEVBGNu7jDymfqceB3kdIZ6A4xCfEFFhRIB6rF8q/JIqJd2R0Q==
19131911
dependencies:
1914-
"@typescript-eslint/typescript-estree" "5.62.0"
1915-
"@typescript-eslint/utils" "5.62.0"
1912+
"@typescript-eslint/types" "6.2.0"
1913+
"@typescript-eslint/visitor-keys" "6.2.0"
1914+
1915+
"@typescript-eslint/[email protected]":
1916+
version "6.2.0"
1917+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.0.tgz#02b27a3eeb41aa5460d6275d12cce5dd72e1c9fc"
1918+
integrity sha512-DnGZuNU2JN3AYwddYIqrVkYW0uUQdv0AY+kz2M25euVNlujcN2u+rJgfJsBFlUEzBB6OQkUqSZPyuTLf2bP5mw==
1919+
dependencies:
1920+
"@typescript-eslint/typescript-estree" "6.2.0"
1921+
"@typescript-eslint/utils" "6.2.0"
19161922
debug "^4.3.4"
1917-
tsutils "^3.21.0"
1923+
ts-api-utils "^1.0.1"
19181924

19191925
"@typescript-eslint/[email protected]":
19201926
version "5.62.0"
19211927
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
19221928
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
19231929

1930+
"@typescript-eslint/[email protected]":
1931+
version "6.2.0"
1932+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.0.tgz#b341a4e6d5f609267306b07afc6f62bcf92b1495"
1933+
integrity sha512-1nRRaDlp/XYJQLvkQJG5F3uBTno5SHPT7XVcJ5n1/k2WfNI28nJsvLakxwZRNY5spuatEKO7d5nZWsQpkqXwBA==
1934+
19241935
"@typescript-eslint/[email protected]":
19251936
version "5.62.0"
19261937
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1934,7 +1945,33 @@
19341945
semver "^7.3.7"
19351946
tsutils "^3.21.0"
19361947

1937-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.10.2":
1948+
"@typescript-eslint/[email protected]":
1949+
version "6.2.0"
1950+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.0.tgz#4969944b831b481996aa4fbd73c7164ca683b8ef"
1951+
integrity sha512-Mts6+3HQMSM+LZCglsc2yMIny37IhUgp1Qe8yJUYVyO6rHP7/vN0vajKu3JvHCBIy8TSiKddJ/Zwu80jhnGj1w==
1952+
dependencies:
1953+
"@typescript-eslint/types" "6.2.0"
1954+
"@typescript-eslint/visitor-keys" "6.2.0"
1955+
debug "^4.3.4"
1956+
globby "^11.1.0"
1957+
is-glob "^4.0.3"
1958+
semver "^7.5.4"
1959+
ts-api-utils "^1.0.1"
1960+
1961+
"@typescript-eslint/[email protected]":
1962+
version "6.2.0"
1963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.0.tgz#606a20e5c13883c2d2bd0538ddc4b96b8d410979"
1964+
integrity sha512-RCFrC1lXiX1qEZN8LmLrxYRhOkElEsPKTVSNout8DMzf8PeWoQG7Rxz2SadpJa3VSh5oYKGwt7j7X/VRg+Y3OQ==
1965+
dependencies:
1966+
"@eslint-community/eslint-utils" "^4.4.0"
1967+
"@types/json-schema" "^7.0.12"
1968+
"@types/semver" "^7.5.0"
1969+
"@typescript-eslint/scope-manager" "6.2.0"
1970+
"@typescript-eslint/types" "6.2.0"
1971+
"@typescript-eslint/typescript-estree" "6.2.0"
1972+
semver "^7.5.4"
1973+
1974+
"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.10.2":
19381975
version "5.62.0"
19391976
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
19401977
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -1956,6 +1993,14 @@
19561993
"@typescript-eslint/types" "5.62.0"
19571994
eslint-visitor-keys "^3.3.0"
19581995

1996+
"@typescript-eslint/[email protected]":
1997+
version "6.2.0"
1998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.0.tgz#71943f42fdaa2ec86dc3222091f41761a49ae71a"
1999+
integrity sha512-QbaYUQVKKo9bgCzpjz45llCfwakyoxHetIy8CAvYCtd16Zu1KrpzNHofwF8kGkpPOxZB2o6kz+0nqH8ZkIzuoQ==
2000+
dependencies:
2001+
"@typescript-eslint/types" "6.2.0"
2002+
eslint-visitor-keys "^3.4.1"
2003+
19592004
acorn-jsx@^5.3.2:
19602005
version "5.3.2"
19612006
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -3229,7 +3274,7 @@ [email protected]:
32293274
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
32303275
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
32313276

3232-
ignore@^5.2.0:
3277+
ignore@^5.2.0, ignore@^5.2.4:
32333278
version "5.2.4"
32343279
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
32353280
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
@@ -4782,7 +4827,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
47824827
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
47834828
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
47844829

4785-
semver@^7.3.7, semver@^7.5.3:
4830+
semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
47864831
version "7.5.4"
47874832
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
47884833
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -5107,6 +5152,11 @@ to-regex-range@^5.0.1:
51075152
dependencies:
51085153
is-number "^7.0.0"
51095154

5155+
ts-api-utils@^1.0.1:
5156+
version "1.0.1"
5157+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
5158+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
5159+
51105160
51115161
version "29.1.1"
51125162
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"

0 commit comments

Comments
 (0)