Skip to content

Commit 1d40345

Browse files
chore(deps): update dependency eslint-plugin-functional to v9
1 parent 92aebed commit 1d40345

File tree

2 files changed

+141
-14
lines changed

2 files changed

+141
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@typescript-eslint/parser": "5.62.0",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.1.5",
60-
"eslint-plugin-functional": "4.4.1",
60+
"eslint-plugin-functional": "9.0.2",
6161
"eslint-plugin-jest": "28.14.0",
6262
"ethers": "6.15.0",
6363
"husky": "9.1.7",

yarn.lock

Lines changed: 140 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,13 @@
11841184
dependencies:
11851185
eslint-visitor-keys "^3.3.0"
11861186

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+
11871194
"@eslint-community/regexpp@^4.4.0":
11881195
version "4.5.1"
11891196
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
@@ -1903,6 +1910,15 @@
19031910
"@typescript-eslint/typescript-estree" "5.62.0"
19041911
debug "^4.3.4"
19051912

1913+
"@typescript-eslint/[email protected]":
1914+
version "8.36.0"
1915+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.36.0.tgz#0c4acdcbe56476a43cdabaac1f08819424a379fd"
1916+
integrity sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==
1917+
dependencies:
1918+
"@typescript-eslint/tsconfig-utils" "^8.36.0"
1919+
"@typescript-eslint/types" "^8.36.0"
1920+
debug "^4.3.4"
1921+
19061922
"@typescript-eslint/[email protected]":
19071923
version "5.62.0"
19081924
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
@@ -1919,6 +1935,19 @@
19191935
"@typescript-eslint/types" "8.0.0"
19201936
"@typescript-eslint/visitor-keys" "8.0.0"
19211937

1938+
"@typescript-eslint/[email protected]":
1939+
version "8.36.0"
1940+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz#23e4196ed07d7ea3737a584fbebc9a79c3835168"
1941+
integrity sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==
1942+
dependencies:
1943+
"@typescript-eslint/types" "8.36.0"
1944+
"@typescript-eslint/visitor-keys" "8.36.0"
1945+
1946+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.36.0":
1947+
version "8.36.0"
1948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz#63ef8a20ae9b5754c6ceacbe87b2fe1aab12ba13"
1949+
integrity sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==
1950+
19221951
"@typescript-eslint/[email protected]":
19231952
version "5.62.0"
19241953
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -1929,6 +1958,16 @@
19291958
debug "^4.3.4"
19301959
tsutils "^3.21.0"
19311960

1961+
"@typescript-eslint/type-utils@^8.0.0":
1962+
version "8.36.0"
1963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.36.0.tgz#16b092c2cbbb5549f6a4df1382a481586850502f"
1964+
integrity sha512-5aaGYG8cVDd6cxfk/ynpYzxBRZJk7w/ymto6uiyUFtdCozQIsQWh7M28/6r57Fwkbweng8qAzoMCPwSJfWlmsg==
1965+
dependencies:
1966+
"@typescript-eslint/typescript-estree" "8.36.0"
1967+
"@typescript-eslint/utils" "8.36.0"
1968+
debug "^4.3.4"
1969+
ts-api-utils "^2.1.0"
1970+
19321971
"@typescript-eslint/[email protected]":
19331972
version "5.62.0"
19341973
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
@@ -1939,6 +1978,11 @@
19391978
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
19401979
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
19411980

1981+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.36.0":
1982+
version "8.36.0"
1983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac"
1984+
integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==
1985+
19421986
"@typescript-eslint/[email protected]":
19431987
version "5.62.0"
19441988
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1966,7 +2010,23 @@
19662010
semver "^7.6.0"
19672011
ts-api-utils "^1.3.0"
19682012

1969-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2":
2013+
"@typescript-eslint/[email protected]":
2014+
version "8.36.0"
2015+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz#344857fa79f71715369554a3cbb6b4ff8695a7bc"
2016+
integrity sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==
2017+
dependencies:
2018+
"@typescript-eslint/project-service" "8.36.0"
2019+
"@typescript-eslint/tsconfig-utils" "8.36.0"
2020+
"@typescript-eslint/types" "8.36.0"
2021+
"@typescript-eslint/visitor-keys" "8.36.0"
2022+
debug "^4.3.4"
2023+
fast-glob "^3.3.2"
2024+
is-glob "^4.0.3"
2025+
minimatch "^9.0.4"
2026+
semver "^7.6.0"
2027+
ts-api-utils "^2.1.0"
2028+
2029+
"@typescript-eslint/[email protected]":
19702030
version "5.62.0"
19712031
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
19722032
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -1980,6 +2040,16 @@
19802040
eslint-scope "^5.1.1"
19812041
semver "^7.3.7"
19822042

2043+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.26.0":
2044+
version "8.36.0"
2045+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.36.0.tgz#2c9af5292f14e0aa4b0e9c7ac0406afafb299acf"
2046+
integrity sha512-VOqmHu42aEMT+P2qYjylw6zP/3E/HvptRwdn/PZxyV27KhZg2IOszXod4NcXisWzPAGSS4trE/g4moNj6XmH2g==
2047+
dependencies:
2048+
"@eslint-community/eslint-utils" "^4.7.0"
2049+
"@typescript-eslint/scope-manager" "8.36.0"
2050+
"@typescript-eslint/types" "8.36.0"
2051+
"@typescript-eslint/typescript-estree" "8.36.0"
2052+
19832053
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
19842054
version "8.0.0"
19852055
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
@@ -2006,6 +2076,14 @@
20062076
"@typescript-eslint/types" "8.0.0"
20072077
eslint-visitor-keys "^3.4.3"
20082078

2079+
"@typescript-eslint/[email protected]":
2080+
version "8.36.0"
2081+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz#7dc6ba4dd037979eb3a3bdd2093aa3604bb73674"
2082+
integrity sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==
2083+
dependencies:
2084+
"@typescript-eslint/types" "8.36.0"
2085+
eslint-visitor-keys "^4.2.1"
2086+
20092087
"@ungap/structured-clone@^1.2.0":
20102088
version "1.2.0"
20112089
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2529,10 +2607,10 @@ deep-is@^0.1.3:
25292607
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
25302608
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
25312609

2532-
deepmerge-ts@^4.0.3:
2533-
version "4.3.0"
2534-
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-4.3.0.tgz#432aff3cd09f947e36cdb3772a43960bf45327fe"
2535-
integrity sha512-if3ZYdkD2dClhnXR5reKtG98cwyaRT1NeugQoAPTTfsOpV9kqyeiBF9Qa5RHjemb3KzD5ulqygv6ED3t5j9eJw==
2610+
deepmerge-ts@^7.1.5:
2611+
version "7.1.5"
2612+
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-7.1.5.tgz#ff818564007f5c150808d2b7b732cac83aa415ab"
2613+
integrity sha512-HOJkrhaYsweh+W+e74Yn7YStZOilkoPb6fycpwNLKzSPtruFs48nYis0zy5yJz1+ktUhHxoRDJ27RQAWLIJVJw==
25362614

25372615
deepmerge@^4.2.2:
25382616
version "4.3.1"
@@ -2657,20 +2735,27 @@ escape-string-regexp@^4.0.0:
26572735
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
26582736
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
26592737

2738+
escape-string-regexp@^5.0.0:
2739+
version "5.0.0"
2740+
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8"
2741+
integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
2742+
26602743
26612744
version "10.1.5"
26622745
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782"
26632746
integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==
26642747

2665-
eslint-plugin-functional@4.4.1:
2666-
version "4.4.1"
2667-
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-4.4.1.tgz#de967e2a307387281ff78466ab66967f17ff9e99"
2668-
integrity sha512-YhSfHS52Si62Sn126g9wGx+XnWMoWhwEt6ctVXfcJj+xMUiggjOqUVMca7fuLNzX8jYiNBIeU1Y0teHGePZ3NA==
2748+
eslint-plugin-functional@9.0.2:
2749+
version "9.0.2"
2750+
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-9.0.2.tgz#f7eba53624812dfccd42d6c94ef41bab97cb2b05"
2751+
integrity sha512-N8kP9HX1CJ2HrufPHLzsKNJ81O1IB25jw2mxOc1H1z3CamEu8MYTn9dOo/FPfQwsqHZVuf7wyDCBcL8r8H7N0w==
26692752
dependencies:
2670-
"@typescript-eslint/utils" "^5.10.2"
2671-
deepmerge-ts "^4.0.3"
2672-
escape-string-regexp "^4.0.0"
2673-
semver "^7.3.7"
2753+
"@typescript-eslint/utils" "^8.26.0"
2754+
deepmerge-ts "^7.1.5"
2755+
escape-string-regexp "^5.0.0"
2756+
is-immutable-type "^5.0.1"
2757+
ts-api-utils "^2.0.1"
2758+
ts-declaration-location "^1.0.6"
26742759

26752760
26762761
version "28.14.0"
@@ -2705,6 +2790,11 @@ eslint-visitor-keys@^3.4.3:
27052790
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27062791
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27072792

2793+
eslint-visitor-keys@^4.2.1:
2794+
version "4.2.1"
2795+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2796+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2797+
27082798
27092799
version "8.57.1"
27102800
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2889,6 +2979,17 @@ fast-glob@^3.2.9:
28892979
merge2 "^1.3.0"
28902980
micromatch "^4.0.4"
28912981

2982+
fast-glob@^3.3.2:
2983+
version "3.3.3"
2984+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2985+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2986+
dependencies:
2987+
"@nodelib/fs.stat" "^2.0.2"
2988+
"@nodelib/fs.walk" "^1.2.3"
2989+
glob-parent "^5.1.2"
2990+
merge2 "^1.3.0"
2991+
micromatch "^4.0.8"
2992+
28922993
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
28932994
version "2.1.0"
28942995
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3235,6 +3336,15 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
32353336
dependencies:
32363337
is-extglob "^2.1.1"
32373338

3339+
is-immutable-type@^5.0.1:
3340+
version "5.0.1"
3341+
resolved "https://registry.yarnpkg.com/is-immutable-type/-/is-immutable-type-5.0.1.tgz#bfc2a10d995891b4205a448710b4f4c8260986fa"
3342+
integrity sha512-LkHEOGVZZXxGl8vDs+10k3DvP++SEoYEAJLRk6buTFi6kD7QekThV7xHS0j6gpnUCQ0zpud/gMDGiV4dQneLTg==
3343+
dependencies:
3344+
"@typescript-eslint/type-utils" "^8.0.0"
3345+
ts-api-utils "^2.0.0"
3346+
ts-declaration-location "^1.0.4"
3347+
32383348
is-module@^1.0.0:
32393349
version "1.0.0"
32403350
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
@@ -4281,6 +4391,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
42814391
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
42824392
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
42834393

4394+
picomatch@^4.0.2:
4395+
version "4.0.2"
4396+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
4397+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
4398+
42844399
pidtree@^0.6.0:
42854400
version "0.6.0"
42864401
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
@@ -4877,6 +4992,18 @@ ts-api-utils@^1.3.0:
48774992
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
48784993
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
48794994

4995+
ts-api-utils@^2.0.0, ts-api-utils@^2.0.1, ts-api-utils@^2.1.0:
4996+
version "2.1.0"
4997+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4998+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4999+
5000+
ts-declaration-location@^1.0.4, ts-declaration-location@^1.0.6:
5001+
version "1.0.7"
5002+
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz#d4068fe9975828b3b453b3ab112b4711d8267688"
5003+
integrity sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==
5004+
dependencies:
5005+
picomatch "^4.0.2"
5006+
48805007
48815008
version "29.4.0"
48825009
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"

0 commit comments

Comments
 (0)