Skip to content

Commit 4026fbd

Browse files
chore(deps): update dependency eslint-plugin-functional to v6
1 parent 7d85f57 commit 4026fbd

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
@@ -1057,7 +1057,7 @@
10571057
ethers "^5.7.2"
10581058
ramda "^0.29.0"
10591059

1060-
"@eslint-community/eslint-utils@^4.2.0":
1060+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
10611061
version "4.4.0"
10621062
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
10631063
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
@@ -1907,7 +1907,7 @@
19071907
expect "^29.0.0"
19081908
pretty-format "^29.0.0"
19091909

1910-
"@types/json-schema@^7.0.9":
1910+
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
19111911
version "7.0.12"
19121912
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
19131913
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
@@ -1939,6 +1939,11 @@
19391939
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
19401940
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
19411941

1942+
"@types/semver@^7.5.0":
1943+
version "7.5.1"
1944+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.1.tgz#0480eeb7221eb9bc398ad7432c9d7e14b1a5a367"
1945+
integrity sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==
1946+
19421947
"@types/stack-utils@^2.0.0":
19431948
version "2.0.1"
19441949
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -1990,6 +1995,14 @@
19901995
"@typescript-eslint/types" "5.62.0"
19911996
"@typescript-eslint/visitor-keys" "5.62.0"
19921997

1998+
"@typescript-eslint/[email protected]":
1999+
version "6.6.0"
2000+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.6.0.tgz#57105d4419d6de971f7d2c30a2ff4ac40003f61a"
2001+
integrity sha512-pT08u5W/GT4KjPUmEtc2kSYvrH8x89cVzkA0Sy2aaOUIw6YxOIjA8ilwLr/1fLjOedX1QAuBpG9XggWqIIfERw==
2002+
dependencies:
2003+
"@typescript-eslint/types" "6.6.0"
2004+
"@typescript-eslint/visitor-keys" "6.6.0"
2005+
19932006
"@typescript-eslint/[email protected]":
19942007
version "5.62.0"
19952008
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -2000,11 +2013,26 @@
20002013
debug "^4.3.4"
20012014
tsutils "^3.21.0"
20022015

2016+
"@typescript-eslint/type-utils@^6.0.0":
2017+
version "6.6.0"
2018+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.6.0.tgz#14f651d13b884915c4fca0d27adeb652a4499e86"
2019+
integrity sha512-8m16fwAcEnQc69IpeDyokNO+D5spo0w1jepWWY2Q6y5ZKNuj5EhVQXjtVAeDDqvW6Yg7dhclbsz6rTtOvcwpHg==
2020+
dependencies:
2021+
"@typescript-eslint/typescript-estree" "6.6.0"
2022+
"@typescript-eslint/utils" "6.6.0"
2023+
debug "^4.3.4"
2024+
ts-api-utils "^1.0.1"
2025+
20032026
"@typescript-eslint/[email protected]":
20042027
version "5.62.0"
20052028
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
20062029
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
20072030

2031+
"@typescript-eslint/[email protected]":
2032+
version "6.6.0"
2033+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.6.0.tgz#95e7ea650a2b28bc5af5ea8907114a48f54618c2"
2034+
integrity sha512-CB6QpJQ6BAHlJXdwUmiaXDBmTqIE2bzGTDLADgvqtHWuhfNP3rAOK7kAgRMAET5rDRr9Utt+qAzRBdu3AhR3sg==
2035+
20082036
"@typescript-eslint/[email protected]":
20092037
version "5.62.0"
20102038
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2018,7 +2046,20 @@
20182046
semver "^7.3.7"
20192047
tsutils "^3.21.0"
20202048

2021-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.10.2":
2049+
"@typescript-eslint/[email protected]":
2050+
version "6.6.0"
2051+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.6.0.tgz#373c420d2e12c28220f4a83352280a04823a91b7"
2052+
integrity sha512-hMcTQ6Al8MP2E6JKBAaSxSVw5bDhdmbCEhGW/V8QXkb9oNsFkA4SBuOMYVPxD3jbtQ4R/vSODBsr76R6fP3tbA==
2053+
dependencies:
2054+
"@typescript-eslint/types" "6.6.0"
2055+
"@typescript-eslint/visitor-keys" "6.6.0"
2056+
debug "^4.3.4"
2057+
globby "^11.1.0"
2058+
is-glob "^4.0.3"
2059+
semver "^7.5.4"
2060+
ts-api-utils "^1.0.1"
2061+
2062+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
20222063
version "5.62.0"
20232064
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
20242065
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2032,6 +2073,19 @@
20322073
eslint-scope "^5.1.1"
20332074
semver "^7.3.7"
20342075

2076+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.2.0":
2077+
version "6.6.0"
2078+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.6.0.tgz#2d686c0f0786da6362d909e27a9de1c13ba2e7dc"
2079+
integrity sha512-mPHFoNa2bPIWWglWYdR0QfY9GN0CfvvXX1Sv6DlSTive3jlMTUy+an67//Gysc+0Me9pjitrq0LJp0nGtLgftw==
2080+
dependencies:
2081+
"@eslint-community/eslint-utils" "^4.4.0"
2082+
"@types/json-schema" "^7.0.12"
2083+
"@types/semver" "^7.5.0"
2084+
"@typescript-eslint/scope-manager" "6.6.0"
2085+
"@typescript-eslint/types" "6.6.0"
2086+
"@typescript-eslint/typescript-estree" "6.6.0"
2087+
semver "^7.5.4"
2088+
20352089
"@typescript-eslint/[email protected]":
20362090
version "5.62.0"
20372091
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -2040,6 +2094,14 @@
20402094
"@typescript-eslint/types" "5.62.0"
20412095
eslint-visitor-keys "^3.3.0"
20422096

2097+
"@typescript-eslint/[email protected]":
2098+
version "6.6.0"
2099+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.6.0.tgz#1109088b4346c8b2446f3845db526374d9a3bafc"
2100+
integrity sha512-L61uJT26cMOfFQ+lMZKoJNbAEckLe539VhTxiGHrWl5XSKQgA0RTBZJW2HFPy5T0ZvPVSD93QsrTKDkfNwJGyQ==
2101+
dependencies:
2102+
"@typescript-eslint/types" "6.6.0"
2103+
eslint-visitor-keys "^3.4.1"
2104+
20432105
acorn-jsx@^5.3.2:
20442106
version "5.3.2"
20452107
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -2542,10 +2604,10 @@ deep-is@^0.1.3:
25422604
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
25432605
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
25442606

2545-
deepmerge-ts@^4.0.3:
2546-
version "4.3.0"
2547-
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-4.3.0.tgz#432aff3cd09f947e36cdb3772a43960bf45327fe"
2548-
integrity sha512-if3ZYdkD2dClhnXR5reKtG98cwyaRT1NeugQoAPTTfsOpV9kqyeiBF9Qa5RHjemb3KzD5ulqygv6ED3t5j9eJw==
2607+
deepmerge-ts@^5.1.0:
2608+
version "5.1.0"
2609+
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-5.1.0.tgz#c55206cc4c7be2ded89b9c816cf3608884525d7a"
2610+
integrity sha512-eS8dRJOckyo9maw9Tu5O5RUi/4inFLrnoLkBe3cPfDMx3WZioXtmOew4TXQaxq7Rhl4xjDtR7c6x8nNTxOvbFw==
25492611

25502612
deepmerge@^4.2.2:
25512613
version "4.3.1"
@@ -2718,15 +2780,17 @@ [email protected]:
27182780
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
27192781
integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==
27202782

2721-
eslint-plugin-functional@4.4.1:
2722-
version "4.4.1"
2723-
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-4.4.1.tgz#de967e2a307387281ff78466ab66967f17ff9e99"
2724-
integrity sha512-YhSfHS52Si62Sn126g9wGx+XnWMoWhwEt6ctVXfcJj+xMUiggjOqUVMca7fuLNzX8jYiNBIeU1Y0teHGePZ3NA==
2783+
eslint-plugin-functional@6.0.0:
2784+
version "6.0.0"
2785+
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-6.0.0.tgz#37c32dd78443f156bb0b45febaa5d19f596cd7e7"
2786+
integrity sha512-jOUHUMA9cN2CIpgPj93fW1vTI3c95ZYUHMPJxEJL4KAtFkJDcT/9/YlfyrLOBxHkAcwBhJ29HSmeC/CUnN0k3g==
27252787
dependencies:
2726-
"@typescript-eslint/utils" "^5.10.2"
2727-
deepmerge-ts "^4.0.3"
2788+
"@typescript-eslint/utils" "^6.2.0"
2789+
deepmerge-ts "^5.1.0"
27282790
escape-string-regexp "^4.0.0"
2729-
semver "^7.3.7"
2791+
is-immutable-type "^2.0.1"
2792+
semver "^7.5.4"
2793+
ts-api-utils "^1.0.1"
27302794

27312795
27322796
version "27.2.3"
@@ -3433,6 +3497,14 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
34333497
dependencies:
34343498
is-extglob "^2.1.1"
34353499

3500+
is-immutable-type@^2.0.1:
3501+
version "2.0.1"
3502+
resolved "https://registry.yarnpkg.com/is-immutable-type/-/is-immutable-type-2.0.1.tgz#5a968a045689d5094d553802d2282a83cfa2ba13"
3503+
integrity sha512-SNO0yWLzSN+oYb8adM4AvsPYSCqElmjcXUNemryDLo0r5M54oMs/6R4cvKLc9QtIs/nRuc3ahlgJoMdGfcHLwQ==
3504+
dependencies:
3505+
"@typescript-eslint/type-utils" "^6.0.0"
3506+
ts-api-utils "^1.0.1"
3507+
34363508
is-module@^1.0.0:
34373509
version "1.0.0"
34383510
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
@@ -5147,6 +5219,11 @@ to-regex-range@^5.0.1:
51475219
dependencies:
51485220
is-number "^7.0.0"
51495221

5222+
ts-api-utils@^1.0.1:
5223+
version "1.0.2"
5224+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
5225+
integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
5226+
51505227
51515228
version "29.1.1"
51525229
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"

0 commit comments

Comments
 (0)