Skip to content

Commit d2a70f0

Browse files
chore(deps): update dependency eslint-plugin-functional to v6
1 parent 5e9c7cc commit d2a70f0

File tree

2 files changed

+92
-15
lines changed

2 files changed

+92
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@typescript-eslint/parser": "5.62.0",
5959
"eslint": "8.48.0",
6060
"eslint-config-prettier": "9.0.0",
61-
"eslint-plugin-functional": "4.4.1",
61+
"eslint-plugin-functional": "6.0.0",
6262
"eslint-plugin-jest": "27.2.3",
6363
"ethers": "6.7.1",
6464
"husky": "8.0.3",

yarn.lock

+91-14
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@
10381038
ethers "^5.7.2"
10391039
ramda "^0.29.0"
10401040

1041-
"@eslint-community/eslint-utils@^4.2.0":
1041+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
10421042
version "4.4.0"
10431043
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
10441044
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
@@ -1888,7 +1888,7 @@
18881888
expect "^29.0.0"
18891889
pretty-format "^29.0.0"
18901890

1891-
"@types/json-schema@^7.0.9":
1891+
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
18921892
version "7.0.12"
18931893
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
18941894
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
@@ -1920,6 +1920,11 @@
19201920
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
19211921
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
19221922

1923+
"@types/semver@^7.5.0":
1924+
version "7.5.1"
1925+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.1.tgz#0480eeb7221eb9bc398ad7432c9d7e14b1a5a367"
1926+
integrity sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==
1927+
19231928
"@types/stack-utils@^2.0.0":
19241929
version "2.0.1"
19251930
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -1971,6 +1976,14 @@
19711976
"@typescript-eslint/types" "5.62.0"
19721977
"@typescript-eslint/visitor-keys" "5.62.0"
19731978

1979+
"@typescript-eslint/[email protected]":
1980+
version "6.5.0"
1981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.5.0.tgz#f2cb20895aaad41b3ad27cc3a338ce8598f261c5"
1982+
integrity sha512-A8hZ7OlxURricpycp5kdPTH3XnjG85UpJS6Fn4VzeoH4T388gQJ/PGP4ole5NfKt4WDVhmLaQ/dBLNDC4Xl/Kw==
1983+
dependencies:
1984+
"@typescript-eslint/types" "6.5.0"
1985+
"@typescript-eslint/visitor-keys" "6.5.0"
1986+
19741987
"@typescript-eslint/[email protected]":
19751988
version "5.62.0"
19761989
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -1981,11 +1994,26 @@
19811994
debug "^4.3.4"
19821995
tsutils "^3.21.0"
19831996

1997+
"@typescript-eslint/type-utils@^6.0.0":
1998+
version "6.5.0"
1999+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.5.0.tgz#6d246c93739282bc0d2e623f28d0dec6cfcc38d7"
2000+
integrity sha512-f7OcZOkRivtujIBQ4yrJNIuwyCQO1OjocVqntl9dgSIZAdKqicj3xFDqDOzHDlGCZX990LqhLQXWRnQvsapq8A==
2001+
dependencies:
2002+
"@typescript-eslint/typescript-estree" "6.5.0"
2003+
"@typescript-eslint/utils" "6.5.0"
2004+
debug "^4.3.4"
2005+
ts-api-utils "^1.0.1"
2006+
19842007
"@typescript-eslint/[email protected]":
19852008
version "5.62.0"
19862009
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
19872010
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
19882011

2012+
"@typescript-eslint/[email protected]":
2013+
version "6.5.0"
2014+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.5.0.tgz#f4e55cfd99ac5346ea772770bf212a3e689a8f04"
2015+
integrity sha512-eqLLOEF5/lU8jW3Bw+8auf4lZSbbljHR2saKnYqON12G/WsJrGeeDHWuQePoEf9ro22+JkbPfWQwKEC5WwLQ3w==
2016+
19892017
"@typescript-eslint/[email protected]":
19902018
version "5.62.0"
19912019
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1999,7 +2027,20 @@
19992027
semver "^7.3.7"
20002028
tsutils "^3.21.0"
20012029

2002-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.10.2":
2030+
"@typescript-eslint/[email protected]":
2031+
version "6.5.0"
2032+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.5.0.tgz#1cef6bc822585e9ef89d88834bc902d911d747ed"
2033+
integrity sha512-q0rGwSe9e5Kk/XzliB9h2LBc9tmXX25G0833r7kffbl5437FPWb2tbpIV9wAATebC/018pGa9fwPDuvGN+LxWQ==
2034+
dependencies:
2035+
"@typescript-eslint/types" "6.5.0"
2036+
"@typescript-eslint/visitor-keys" "6.5.0"
2037+
debug "^4.3.4"
2038+
globby "^11.1.0"
2039+
is-glob "^4.0.3"
2040+
semver "^7.5.4"
2041+
ts-api-utils "^1.0.1"
2042+
2043+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
20032044
version "5.62.0"
20042045
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
20052046
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2013,6 +2054,19 @@
20132054
eslint-scope "^5.1.1"
20142055
semver "^7.3.7"
20152056

2057+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.2.0":
2058+
version "6.5.0"
2059+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.5.0.tgz#6668bee4f7f24978b11df8a2ea42d56eebc4662c"
2060+
integrity sha512-9nqtjkNykFzeVtt9Pj6lyR9WEdd8npPhhIPM992FWVkZuS6tmxHfGVnlUcjpUP2hv8r4w35nT33mlxd+Be1ACQ==
2061+
dependencies:
2062+
"@eslint-community/eslint-utils" "^4.4.0"
2063+
"@types/json-schema" "^7.0.12"
2064+
"@types/semver" "^7.5.0"
2065+
"@typescript-eslint/scope-manager" "6.5.0"
2066+
"@typescript-eslint/types" "6.5.0"
2067+
"@typescript-eslint/typescript-estree" "6.5.0"
2068+
semver "^7.5.4"
2069+
20162070
"@typescript-eslint/[email protected]":
20172071
version "5.62.0"
20182072
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -2021,6 +2075,14 @@
20212075
"@typescript-eslint/types" "5.62.0"
20222076
eslint-visitor-keys "^3.3.0"
20232077

2078+
"@typescript-eslint/[email protected]":
2079+
version "6.5.0"
2080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.5.0.tgz#1a6f474a0170a447b76f0699ce6700110fd11436"
2081+
integrity sha512-yCB/2wkbv3hPsh02ZS8dFQnij9VVQXJMN/gbQsaaY+zxALkZnxa/wagvLEFsAWMPv7d7lxQmNsIzGU1w/T/WyA==
2082+
dependencies:
2083+
"@typescript-eslint/types" "6.5.0"
2084+
eslint-visitor-keys "^3.4.1"
2085+
20242086
acorn-jsx@^5.3.2:
20252087
version "5.3.2"
20262088
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -2523,10 +2585,10 @@ deep-is@^0.1.3:
25232585
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
25242586
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
25252587

2526-
deepmerge-ts@^4.0.3:
2527-
version "4.3.0"
2528-
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-4.3.0.tgz#432aff3cd09f947e36cdb3772a43960bf45327fe"
2529-
integrity sha512-if3ZYdkD2dClhnXR5reKtG98cwyaRT1NeugQoAPTTfsOpV9kqyeiBF9Qa5RHjemb3KzD5ulqygv6ED3t5j9eJw==
2588+
deepmerge-ts@^5.1.0:
2589+
version "5.1.0"
2590+
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-5.1.0.tgz#c55206cc4c7be2ded89b9c816cf3608884525d7a"
2591+
integrity sha512-eS8dRJOckyo9maw9Tu5O5RUi/4inFLrnoLkBe3cPfDMx3WZioXtmOew4TXQaxq7Rhl4xjDtR7c6x8nNTxOvbFw==
25302592

25312593
deepmerge@^4.2.2:
25322594
version "4.3.1"
@@ -2699,15 +2761,17 @@ [email protected]:
26992761
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
27002762
integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==
27012763

2702-
eslint-plugin-functional@4.4.1:
2703-
version "4.4.1"
2704-
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-4.4.1.tgz#de967e2a307387281ff78466ab66967f17ff9e99"
2705-
integrity sha512-YhSfHS52Si62Sn126g9wGx+XnWMoWhwEt6ctVXfcJj+xMUiggjOqUVMca7fuLNzX8jYiNBIeU1Y0teHGePZ3NA==
2764+
eslint-plugin-functional@6.0.0:
2765+
version "6.0.0"
2766+
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-6.0.0.tgz#37c32dd78443f156bb0b45febaa5d19f596cd7e7"
2767+
integrity sha512-jOUHUMA9cN2CIpgPj93fW1vTI3c95ZYUHMPJxEJL4KAtFkJDcT/9/YlfyrLOBxHkAcwBhJ29HSmeC/CUnN0k3g==
27062768
dependencies:
2707-
"@typescript-eslint/utils" "^5.10.2"
2708-
deepmerge-ts "^4.0.3"
2769+
"@typescript-eslint/utils" "^6.2.0"
2770+
deepmerge-ts "^5.1.0"
27092771
escape-string-regexp "^4.0.0"
2710-
semver "^7.3.7"
2772+
is-immutable-type "^2.0.1"
2773+
semver "^7.5.4"
2774+
ts-api-utils "^1.0.1"
27112775

27122776
27132777
version "27.2.3"
@@ -3414,6 +3478,14 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
34143478
dependencies:
34153479
is-extglob "^2.1.1"
34163480

3481+
is-immutable-type@^2.0.1:
3482+
version "2.0.1"
3483+
resolved "https://registry.yarnpkg.com/is-immutable-type/-/is-immutable-type-2.0.1.tgz#5a968a045689d5094d553802d2282a83cfa2ba13"
3484+
integrity sha512-SNO0yWLzSN+oYb8adM4AvsPYSCqElmjcXUNemryDLo0r5M54oMs/6R4cvKLc9QtIs/nRuc3ahlgJoMdGfcHLwQ==
3485+
dependencies:
3486+
"@typescript-eslint/type-utils" "^6.0.0"
3487+
ts-api-utils "^1.0.1"
3488+
34173489
is-module@^1.0.0:
34183490
version "1.0.0"
34193491
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
@@ -5128,6 +5200,11 @@ to-regex-range@^5.0.1:
51285200
dependencies:
51295201
is-number "^7.0.0"
51305202

5203+
ts-api-utils@^1.0.1:
5204+
version "1.0.2"
5205+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
5206+
integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
5207+
51315208
51325209
version "29.1.1"
51335210
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"

0 commit comments

Comments
 (0)