Skip to content

Commit 612630c

Browse files
chore(deps): update dependency eslint-plugin-functional to v7
1 parent f0ee7f9 commit 612630c

File tree

2 files changed

+83
-74
lines changed

2 files changed

+83
-74
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dotenv": "16.4.7",
4646
"eslint": "8.57.1",
4747
"eslint-config-prettier": "10.0.1",
48-
"eslint-plugin-functional": "6.6.3",
48+
"eslint-plugin-functional": "7.2.1",
4949
"husky": "9.1.7",
5050
"prettier": "3.4.2",
5151
"rimraf": "5.0.10",

yarn.lock

Lines changed: 82 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
dependencies:
10411041
"@types/unist" "*"
10421042

1043-
"@types/json-schema@^7.0.15", "@types/json-schema@^7.0.6":
1043+
"@types/json-schema@^7.0.6":
10441044
version "7.0.15"
10451045
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
10461046
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1095,11 +1095,6 @@
10951095
dependencies:
10961096
types-ramda "^0.30.1"
10971097

1098-
"@types/semver@^7.5.8":
1099-
version "7.5.8"
1100-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
1101-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
1102-
11031098
"@types/unist@*", "@types/unist@^3.0.0":
11041099
version "3.0.3"
11051100
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
@@ -1139,13 +1134,13 @@
11391134
"@typescript-eslint/types" "7.18.0"
11401135
"@typescript-eslint/visitor-keys" "7.18.0"
11411136

1142-
"@typescript-eslint/scope-manager@7.7.1":
1143-
version "7.7.1"
1144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz#07fe59686ca843f66e3e2b5c151522bc38effab2"
1145-
integrity sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==
1137+
"@typescript-eslint/scope-manager@8.20.0":
1138+
version "8.20.0"
1139+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c"
1140+
integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==
11461141
dependencies:
1147-
"@typescript-eslint/types" "7.7.1"
1148-
"@typescript-eslint/visitor-keys" "7.7.1"
1142+
"@typescript-eslint/types" "8.20.0"
1143+
"@typescript-eslint/visitor-keys" "8.20.0"
11491144

11501145
"@typescript-eslint/type-utils@7.18.0":
11511146
version "7.18.0"
@@ -1157,25 +1152,25 @@
11571152
debug "^4.3.4"
11581153
ts-api-utils "^1.3.0"
11591154

1160-
"@typescript-eslint/type-utils@^7.2.0":
1161-
version "7.7.1"
1162-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.1.tgz#2f8094edca3bebdaad009008929df645ed9c8743"
1163-
integrity sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==
1155+
"@typescript-eslint/type-utils@^8.0.0":
1156+
version "8.20.0"
1157+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19"
1158+
integrity sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==
11641159
dependencies:
1165-
"@typescript-eslint/typescript-estree" "7.7.1"
1166-
"@typescript-eslint/utils" "7.7.1"
1160+
"@typescript-eslint/typescript-estree" "8.20.0"
1161+
"@typescript-eslint/utils" "8.20.0"
11671162
debug "^4.3.4"
1168-
ts-api-utils "^1.3.0"
1163+
ts-api-utils "^2.0.0"
11691164

11701165
"@typescript-eslint/types@7.18.0":
11711166
version "7.18.0"
11721167
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
11731168
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
11741169

1175-
"@typescript-eslint/types@7.7.1":
1176-
version "7.7.1"
1177-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.1.tgz#f903a651fb004c75add08e4e9e207f169d4b98d7"
1178-
integrity sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==
1170+
"@typescript-eslint/types@8.20.0":
1171+
version "8.20.0"
1172+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
1173+
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
11791174

11801175
"@typescript-eslint/typescript-estree@7.18.0":
11811176
version "7.18.0"
@@ -1191,19 +1186,19 @@
11911186
semver "^7.6.0"
11921187
ts-api-utils "^1.3.0"
11931188

1194-
"@typescript-eslint/typescript-estree@7.7.1":
1195-
version "7.7.1"
1196-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz#5cafde48fe390fe1c1b329b2ce0ba8a73c1e87b2"
1197-
integrity sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==
1189+
"@typescript-eslint/typescript-estree@8.20.0":
1190+
version "8.20.0"
1191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
1192+
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==
11981193
dependencies:
1199-
"@typescript-eslint/types" "7.7.1"
1200-
"@typescript-eslint/visitor-keys" "7.7.1"
1194+
"@typescript-eslint/types" "8.20.0"
1195+
"@typescript-eslint/visitor-keys" "8.20.0"
12011196
debug "^4.3.4"
1202-
globby "^11.1.0"
1197+
fast-glob "^3.3.2"
12031198
is-glob "^4.0.3"
12041199
minimatch "^9.0.4"
12051200
semver "^7.6.0"
1206-
ts-api-utils "^1.3.0"
1201+
ts-api-utils "^2.0.0"
12071202

12081203
"@typescript-eslint/utils@7.18.0":
12091204
version "7.18.0"
@@ -1215,18 +1210,15 @@
12151210
"@typescript-eslint/types" "7.18.0"
12161211
"@typescript-eslint/typescript-estree" "7.18.0"
12171212

1218-
"@typescript-eslint/utils@7.7.1", "@typescript-eslint/utils@^7.3.1":
1219-
version "7.7.1"
1220-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.1.tgz#5d161f2b4a55e1bc38b634bebb921e4bd4e4a16e"
1221-
integrity sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==
1213+
"@typescript-eslint/utils@8.20.0", "@typescript-eslint/utils@^8.10.0":
1214+
version "8.20.0"
1215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
1216+
integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==
12221217
dependencies:
12231218
"@eslint-community/eslint-utils" "^4.4.0"
1224-
"@types/json-schema" "^7.0.15"
1225-
"@types/semver" "^7.5.8"
1226-
"@typescript-eslint/scope-manager" "7.7.1"
1227-
"@typescript-eslint/types" "7.7.1"
1228-
"@typescript-eslint/typescript-estree" "7.7.1"
1229-
semver "^7.6.0"
1219+
"@typescript-eslint/scope-manager" "8.20.0"
1220+
"@typescript-eslint/types" "8.20.0"
1221+
"@typescript-eslint/typescript-estree" "8.20.0"
12301222

12311223
"@typescript-eslint/visitor-keys@7.18.0":
12321224
version "7.18.0"
@@ -1236,13 +1228,13 @@
12361228
"@typescript-eslint/types" "7.18.0"
12371229
eslint-visitor-keys "^3.4.3"
12381230

1239-
"@typescript-eslint/visitor-keys@7.7.1":
1240-
version "7.7.1"
1241-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz#da2294796220bb0f3b4add5ecbb1b9c3f4f65798"
1242-
integrity sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==
1231+
"@typescript-eslint/visitor-keys@8.20.0":
1232+
version "8.20.0"
1233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
1234+
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==
12431235
dependencies:
1244-
"@typescript-eslint/types" "7.7.1"
1245-
eslint-visitor-keys "^3.4.3"
1236+
"@typescript-eslint/types" "8.20.0"
1237+
eslint-visitor-keys "^4.2.0"
12461238

12471239
"@ungap/structured-clone@^1.0.0":
12481240
version "1.2.1"
@@ -2188,10 +2180,10 @@ deep-is@^0.1.3:
21882180
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
21892181
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
21902182

2191-
deepmerge-ts@^5.1.0:
2192-
version "5.1.0"
2193-
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-5.1.0.tgz#c55206cc4c7be2ded89b9c816cf3608884525d7a"
2194-
integrity sha512-eS8dRJOckyo9maw9Tu5O5RUi/4inFLrnoLkBe3cPfDMx3WZioXtmOew4TXQaxq7Rhl4xjDtR7c6x8nNTxOvbFw==
2183+
deepmerge-ts@^7.1.3:
2184+
version "7.1.3"
2185+
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-7.1.3.tgz#9a07e5e7dff7afa8ddf48b90b7161ca9439ca4ca"
2186+
integrity sha512-qCSH6I0INPxd9Y1VtAiLpnYvz5O//6rCfJXKk0z66Up9/VOSr+1yS8XSKA5IWRxjocFGlzPyaZYe+jxq7OOLtQ==
21952187

21962188
defu@^6.1.4:
21972189
version "6.1.4"
@@ -2560,17 +2552,17 @@ eslint-config-prettier@10.0.1:
25602552
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf"
25612553
integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==
25622554

2563-
eslint-plugin-functional@6.6.3:
2564-
version "6.6.3"
2565-
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-6.6.3.tgz#85b895afb91835c5ffa2eb97f473fd4182aa5228"
2566-
integrity sha512-sVbbvNvwX3HVkXAykKyoNLv57r4DPF7f1sy+/8j4YtzLYVQPGljMUWv3T6Kd4lwnnjmcKuj0EkIbS+knL6P5jw==
2555+
eslint-plugin-functional@7.2.1:
2556+
version "7.2.1"
2557+
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-7.2.1.tgz#65e74fc98c185c0b82e5df5f3b185755d6c0e82d"
2558+
integrity sha512-cHhUmrOSde6pGuUJ6guuuJQKudbEMpk6DtgHLjStwjbI/NnzWp2jIizaLF1U1zVDJBjJHfJ1HeqYiDyiCF34CQ==
25672559
dependencies:
2568-
"@typescript-eslint/utils" "^7.3.1"
2569-
deepmerge-ts "^5.1.0"
2570-
escape-string-regexp "^4.0.0"
2571-
is-immutable-type "^4.0.0"
2572-
semver "^7.6.0"
2573-
ts-api-utils "^1.3.0"
2560+
"@typescript-eslint/utils" "^8.10.0"
2561+
deepmerge-ts "^7.1.3"
2562+
escape-string-regexp "^5.0.0"
2563+
is-immutable-type "^5.0.0"
2564+
ts-api-utils "^2.0.0"
2565+
ts-declaration-location "^1.0.4"
25742566

25752567
eslint-scope@^7.2.2:
25762568
version "7.2.2"
@@ -2585,6 +2577,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
25852577
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
25862578
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
25872579

2580+
eslint-visitor-keys@^4.2.0:
2581+
version "4.2.0"
2582+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2583+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2584+
25882585
eslint@8.57.1:
25892586
version "8.57.1"
25902587
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -3278,14 +3275,14 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
32783275
dependencies:
32793276
is-extglob "^2.1.1"
32803277

3281-
is-immutable-type@^4.0.0:
3282-
version "4.0.0"
3283-
resolved "https://registry.yarnpkg.com/is-immutable-type/-/is-immutable-type-4.0.0.tgz#d62ad1ff411eef8dfa3a87222960ec3b645db1a1"
3284-
integrity sha512-gyFBCXv+NikTs8/PGZhgjbMmFZQ5jvHGZIsVu6+/9Bk4K7imlWBIDN7hTr9fNioGzFg71I4YM3z8f0aKXarTAw==
3278+
is-immutable-type@^5.0.0:
3279+
version "5.0.1"
3280+
resolved "https://registry.yarnpkg.com/is-immutable-type/-/is-immutable-type-5.0.1.tgz#bfc2a10d995891b4205a448710b4f4c8260986fa"
3281+
integrity sha512-LkHEOGVZZXxGl8vDs+10k3DvP++SEoYEAJLRk6buTFi6kD7QekThV7xHS0j6gpnUCQ0zpud/gMDGiV4dQneLTg==
32853282
dependencies:
3286-
"@typescript-eslint/type-utils" "^7.2.0"
3287-
ts-api-utils "^1.3.0"
3288-
ts-declaration-location "^1.0.0"
3283+
"@typescript-eslint/type-utils" "^8.0.0"
3284+
ts-api-utils "^2.0.0"
3285+
ts-declaration-location "^1.0.4"
32893286

32903287
is-inside-container@^1.0.0:
32913288
version "1.0.0"
@@ -4001,6 +3998,13 @@ mimic-function@^5.0.0:
40013998
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
40023999
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
40034000

4001+
minimatch@^10.0.1:
4002+
version "10.0.1"
4003+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4004+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4005+
dependencies:
4006+
brace-expansion "^2.0.1"
4007+
40044008
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
40054009
version "3.1.2"
40064010
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5126,12 +5130,17 @@ ts-api-utils@^1.3.0:
51265130
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
51275131
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
51285132

5129-
ts-declaration-location@^1.0.0:
5130-
version "1.0.0"
5131-
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.0.tgz#b13cfbe9844f156e26dcbd300c48f915b6808ddc"
5132-
integrity sha512-/C+R0e1CLF1KtwbE59IFhCg4jLwfU7Puob+uVIl4iUVQhepN/bHmWXy3Gt3mAgvdLQybEZ4yb4qhnJQbphnEgA==
5133+
ts-api-utils@^2.0.0:
5134+
version "2.0.0"
5135+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
5136+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
5137+
5138+
ts-declaration-location@^1.0.4:
5139+
version "1.0.5"
5140+
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.5.tgz#96433afbf90a77ecd2391949a2cc43ffa5340de2"
5141+
integrity sha512-WqmlO9IoeYwCqJ2E9kHMcY9GZhhfLYItC3VnHDlPOrg6nNdUWS4wn4hhDZUPt60m1EvtjPIZyprTjpI992Bgzw==
51335142
dependencies:
5134-
fast-glob "^3.3.2"
5143+
minimatch "^10.0.1"
51355144

51365145
ts-morph@12.0.0:
51375146
version "12.0.0"

0 commit comments

Comments
 (0)