Skip to content

Commit 039bb5c

Browse files
chore(deps): update dependency eslint-plugin-functional to v7
1 parent 2657033 commit 039bb5c

File tree

2 files changed

+68
-69
lines changed

2 files changed

+68
-69
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.5",
4646
"eslint": "8.57.1",
4747
"eslint-config-prettier": "9.1.0",
48-
"eslint-plugin-functional": "6.6.3",
48+
"eslint-plugin-functional": "7.0.2",
4949
"husky": "9.1.6",
5050
"prettier": "3.3.3",
5151
"rimraf": "5.0.10",

yarn.lock

Lines changed: 67 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@
10861086
dependencies:
10871087
"@types/unist" "*"
10881088

1089-
"@types/json-schema@^7.0.15", "@types/json-schema@^7.0.6":
1089+
"@types/json-schema@^7.0.6":
10901090
version "7.0.15"
10911091
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
10921092
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1141,11 +1141,6 @@
11411141
dependencies:
11421142
types-ramda "^0.30.1"
11431143

1144-
"@types/semver@^7.5.8":
1145-
version "7.5.8"
1146-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
1147-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
1148-
11491144
"@types/unist@*", "@types/unist@^3.0.0":
11501145
version "3.0.3"
11511146
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
@@ -1185,13 +1180,13 @@
11851180
"@typescript-eslint/types" "7.18.0"
11861181
"@typescript-eslint/visitor-keys" "7.18.0"
11871182

1188-
"@typescript-eslint/scope-manager@7.7.1":
1189-
version "7.7.1"
1190-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz#07fe59686ca843f66e3e2b5c151522bc38effab2"
1191-
integrity sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==
1183+
"@typescript-eslint/scope-manager@8.10.0":
1184+
version "8.10.0"
1185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.10.0.tgz#606ffe18314d7b5c2f118f2f02aaa2958107a19c"
1186+
integrity sha512-AgCaEjhfql9MDKjMUxWvH7HjLeBqMCBfIaBbzzIcBbQPZE7CPh1m6FF+L75NUMJFMLYhCywJXIDEMa3//1A0dw==
11921187
dependencies:
1193-
"@typescript-eslint/types" "7.7.1"
1194-
"@typescript-eslint/visitor-keys" "7.7.1"
1188+
"@typescript-eslint/types" "8.10.0"
1189+
"@typescript-eslint/visitor-keys" "8.10.0"
11951190

11961191
"@typescript-eslint/type-utils@7.18.0":
11971192
version "7.18.0"
@@ -1203,13 +1198,13 @@
12031198
debug "^4.3.4"
12041199
ts-api-utils "^1.3.0"
12051200

1206-
"@typescript-eslint/type-utils@^7.2.0":
1207-
version "7.7.1"
1208-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.1.tgz#2f8094edca3bebdaad009008929df645ed9c8743"
1209-
integrity sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==
1201+
"@typescript-eslint/type-utils@^8.0.0":
1202+
version "8.10.0"
1203+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.10.0.tgz#99f1d2e21f8c74703e7d9c4a67a87271eaf57597"
1204+
integrity sha512-PCpUOpyQSpxBn230yIcK+LeCQaXuxrgCm2Zk1S+PTIRJsEfU6nJ0TtwyH8pIwPK/vJoA+7TZtzyAJSGBz+s/dg==
12101205
dependencies:
1211-
"@typescript-eslint/typescript-estree" "7.7.1"
1212-
"@typescript-eslint/utils" "7.7.1"
1206+
"@typescript-eslint/typescript-estree" "8.10.0"
1207+
"@typescript-eslint/utils" "8.10.0"
12131208
debug "^4.3.4"
12141209
ts-api-utils "^1.3.0"
12151210

@@ -1218,10 +1213,10 @@
12181213
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
12191214
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
12201215

1221-
"@typescript-eslint/types@7.7.1":
1222-
version "7.7.1"
1223-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.1.tgz#f903a651fb004c75add08e4e9e207f169d4b98d7"
1224-
integrity sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==
1216+
"@typescript-eslint/types@8.10.0":
1217+
version "8.10.0"
1218+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.10.0.tgz#eb29c4bc2ed23489348c297469c76d28c38fb618"
1219+
integrity sha512-k/E48uzsfJCRRbGLapdZgrX52csmWJ2rcowwPvOZ8lwPUv3xW6CcFeJAXgx4uJm+Ge4+a4tFOkdYvSpxhRhg1w==
12251220

12261221
"@typescript-eslint/typescript-estree@7.18.0":
12271222
version "7.18.0"
@@ -1237,15 +1232,15 @@
12371232
semver "^7.6.0"
12381233
ts-api-utils "^1.3.0"
12391234

1240-
"@typescript-eslint/typescript-estree@7.7.1":
1241-
version "7.7.1"
1242-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz#5cafde48fe390fe1c1b329b2ce0ba8a73c1e87b2"
1243-
integrity sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==
1235+
"@typescript-eslint/typescript-estree@8.10.0":
1236+
version "8.10.0"
1237+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.10.0.tgz#36cc66e06c5f44d6781f95cb03b132e985273a33"
1238+
integrity sha512-3OE0nlcOHaMvQ8Xu5gAfME3/tWVDpb/HxtpUZ1WeOAksZ/h/gwrBzCklaGzwZT97/lBbbxJ16dMA98JMEngW4w==
12441239
dependencies:
1245-
"@typescript-eslint/types" "7.7.1"
1246-
"@typescript-eslint/visitor-keys" "7.7.1"
1240+
"@typescript-eslint/types" "8.10.0"
1241+
"@typescript-eslint/visitor-keys" "8.10.0"
12471242
debug "^4.3.4"
1248-
globby "^11.1.0"
1243+
fast-glob "^3.3.2"
12491244
is-glob "^4.0.3"
12501245
minimatch "^9.0.4"
12511246
semver "^7.6.0"
@@ -1261,18 +1256,15 @@
12611256
"@typescript-eslint/types" "7.18.0"
12621257
"@typescript-eslint/typescript-estree" "7.18.0"
12631258

1264-
"@typescript-eslint/utils@7.7.1", "@typescript-eslint/utils@^7.3.1":
1265-
version "7.7.1"
1266-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.1.tgz#5d161f2b4a55e1bc38b634bebb921e4bd4e4a16e"
1267-
integrity sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==
1259+
"@typescript-eslint/utils@8.10.0", "@typescript-eslint/utils@^8.0.0":
1260+
version "8.10.0"
1261+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.10.0.tgz#d78d1ce3ea3d2a88a2593ebfb1c98490131d00bf"
1262+
integrity sha512-Oq4uZ7JFr9d1ZunE/QKy5egcDRXT/FrS2z/nlxzPua2VHFtmMvFNDvpq1m/hq0ra+T52aUezfcjGRIB7vNJF9w==
12681263
dependencies:
12691264
"@eslint-community/eslint-utils" "^4.4.0"
1270-
"@types/json-schema" "^7.0.15"
1271-
"@types/semver" "^7.5.8"
1272-
"@typescript-eslint/scope-manager" "7.7.1"
1273-
"@typescript-eslint/types" "7.7.1"
1274-
"@typescript-eslint/typescript-estree" "7.7.1"
1275-
semver "^7.6.0"
1265+
"@typescript-eslint/scope-manager" "8.10.0"
1266+
"@typescript-eslint/types" "8.10.0"
1267+
"@typescript-eslint/typescript-estree" "8.10.0"
12761268

12771269
"@typescript-eslint/visitor-keys@7.18.0":
12781270
version "7.18.0"
@@ -1282,12 +1274,12 @@
12821274
"@typescript-eslint/types" "7.18.0"
12831275
eslint-visitor-keys "^3.4.3"
12841276

1285-
"@typescript-eslint/visitor-keys@7.7.1":
1286-
version "7.7.1"
1287-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz#da2294796220bb0f3b4add5ecbb1b9c3f4f65798"
1288-
integrity sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==
1277+
"@typescript-eslint/visitor-keys@8.10.0":
1278+
version "8.10.0"
1279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.10.0.tgz#7ce4c0c3b82140415c9cd9babe09e0000b4e9979"
1280+
integrity sha512-k8nekgqwr7FadWk548Lfph6V3r9OVqjzAIVskE7orMZR23cGJjAOVazsZSJW+ElyjfTM4wx/1g88Mi70DDtG9A==
12891281
dependencies:
1290-
"@typescript-eslint/types" "7.7.1"
1282+
"@typescript-eslint/types" "8.10.0"
12911283
eslint-visitor-keys "^3.4.3"
12921284

12931285
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -2223,10 +2215,10 @@ deep-is@^0.1.3:
22232215
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
22242216
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
22252217

2226-
deepmerge-ts@^5.1.0:
2227-
version "5.1.0"
2228-
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-5.1.0.tgz#c55206cc4c7be2ded89b9c816cf3608884525d7a"
2229-
integrity sha512-eS8dRJOckyo9maw9Tu5O5RUi/4inFLrnoLkBe3cPfDMx3WZioXtmOew4TXQaxq7Rhl4xjDtR7c6x8nNTxOvbFw==
2218+
deepmerge-ts@^7.1.0:
2219+
version "7.1.3"
2220+
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-7.1.3.tgz#9a07e5e7dff7afa8ddf48b90b7161ca9439ca4ca"
2221+
integrity sha512-qCSH6I0INPxd9Y1VtAiLpnYvz5O//6rCfJXKk0z66Up9/VOSr+1yS8XSKA5IWRxjocFGlzPyaZYe+jxq7OOLtQ==
22302222

22312223
delegates@^1.0.0:
22322224
version "1.0.0"
@@ -2554,17 +2546,17 @@ eslint-config-prettier@9.1.0:
25542546
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
25552547
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
25562548

2557-
eslint-plugin-functional@6.6.3:
2558-
version "6.6.3"
2559-
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-6.6.3.tgz#85b895afb91835c5ffa2eb97f473fd4182aa5228"
2560-
integrity sha512-sVbbvNvwX3HVkXAykKyoNLv57r4DPF7f1sy+/8j4YtzLYVQPGljMUWv3T6Kd4lwnnjmcKuj0EkIbS+knL6P5jw==
2549+
eslint-plugin-functional@7.0.2:
2550+
version "7.0.2"
2551+
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-7.0.2.tgz#788ba2379d6915f163847a3dda64174e9885f7ae"
2552+
integrity sha512-IBriPyU3Uc1EieU5YVyiqrwHzw2yl4bRW58Xf5RP8x3pf80MoqObgfNu9DERwSIgvFOm93jdalUITc96Ysnx7g==
25612553
dependencies:
2562-
"@typescript-eslint/utils" "^7.3.1"
2563-
deepmerge-ts "^5.1.0"
2564-
escape-string-regexp "^4.0.0"
2565-
is-immutable-type "^4.0.0"
2566-
semver "^7.6.0"
2554+
"@typescript-eslint/utils" "^8.0.0"
2555+
deepmerge-ts "^7.1.0"
2556+
escape-string-regexp "^5.0.0"
2557+
is-immutable-type "^5.0.0"
25672558
ts-api-utils "^1.3.0"
2559+
ts-declaration-location "^1.0.4"
25682560

25692561
eslint-scope@^7.2.2:
25702562
version "7.2.2"
@@ -3261,14 +3253,14 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
32613253
dependencies:
32623254
is-extglob "^2.1.1"
32633255

3264-
is-immutable-type@^4.0.0:
3265-
version "4.0.0"
3266-
resolved "https://registry.yarnpkg.com/is-immutable-type/-/is-immutable-type-4.0.0.tgz#d62ad1ff411eef8dfa3a87222960ec3b645db1a1"
3267-
integrity sha512-gyFBCXv+NikTs8/PGZhgjbMmFZQ5jvHGZIsVu6+/9Bk4K7imlWBIDN7hTr9fNioGzFg71I4YM3z8f0aKXarTAw==
3256+
is-immutable-type@^5.0.0:
3257+
version "5.0.0"
3258+
resolved "https://registry.yarnpkg.com/is-immutable-type/-/is-immutable-type-5.0.0.tgz#2325dfa548f8c7f33a0a8926f2603ec9c2ab839f"
3259+
integrity sha512-mcvHasqbRBWJznuPqqHRKiJgYAz60sZ0mvO3bN70JbkuK7ksfmgc489aKZYxMEjIbRvyOseaTjaRZLRF/xFeRA==
32683260
dependencies:
3269-
"@typescript-eslint/type-utils" "^7.2.0"
3261+
"@typescript-eslint/type-utils" "^8.0.0"
32703262
ts-api-utils "^1.3.0"
3271-
ts-declaration-location "^1.0.0"
3263+
ts-declaration-location "^1.0.4"
32723264

32733265
is-inside-container@^1.0.0:
32743266
version "1.0.0"
@@ -4023,6 +4015,13 @@ mimic-function@^5.0.0:
40234015
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
40244016
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
40254017

4018+
minimatch@^10.0.0:
4019+
version "10.0.1"
4020+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4021+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4022+
dependencies:
4023+
brace-expansion "^2.0.1"
4024+
40264025
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
40274026
version "3.1.2"
40284027
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5118,12 +5117,12 @@ ts-api-utils@^1.3.0:
51185117
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
51195118
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
51205119

5121-
ts-declaration-location@^1.0.0:
5122-
version "1.0.0"
5123-
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.0.tgz#b13cfbe9844f156e26dcbd300c48f915b6808ddc"
5124-
integrity sha512-/C+R0e1CLF1KtwbE59IFhCg4jLwfU7Puob+uVIl4iUVQhepN/bHmWXy3Gt3mAgvdLQybEZ4yb4qhnJQbphnEgA==
5120+
ts-declaration-location@^1.0.4:
5121+
version "1.0.4"
5122+
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.4.tgz#60c64133202ec5d171fdf0395f70f786f92f14c0"
5123+
integrity sha512-r4JoxYhKULbZuH81Pjrp9OEG5St7XWk7zXwGkLKhmVcjiBVHTJXV5wK6dEa9JKW5QGSTW6b1lOjxAKp8R1SQhg==
51255124
dependencies:
5126-
fast-glob "^3.3.2"
5125+
minimatch "^10.0.0"
51275126

51285127
ts-morph@12.0.0:
51295128
version "12.0.0"

0 commit comments

Comments
 (0)