Skip to content

Commit 59278e0

Browse files
Update dependency eslint-plugin-functional to v6.4.0
1 parent a43637f commit 59278e0

File tree

2 files changed

+75
-56
lines changed

2 files changed

+75
-56
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"eslint": "8.57.0",
1717
"eslint-config-prettier": "9.1.0",
1818
"eslint-config-typed-fp": "5.4.0",
19-
"eslint-plugin-functional": "6.1.1",
19+
"eslint-plugin-functional": "6.4.0",
2020
"eslint-plugin-jest": "27.9.0",
2121
"eslint-plugin-prettier": "5.1.3",
2222
"eslint-plugin-sonarjs": "0.21.0",

yarn.lock

+74-55
Original file line numberDiff line numberDiff line change
@@ -1328,13 +1328,13 @@
13281328
"@typescript-eslint/types" "5.62.0"
13291329
"@typescript-eslint/visitor-keys" "5.62.0"
13301330

1331-
"@typescript-eslint/scope-manager@6.5.0":
1332-
version "6.5.0"
1333-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.5.0.tgz#f2cb20895aaad41b3ad27cc3a338ce8598f261c5"
1334-
integrity sha512-A8hZ7OlxURricpycp5kdPTH3XnjG85UpJS6Fn4VzeoH4T388gQJ/PGP4ole5NfKt4WDVhmLaQ/dBLNDC4Xl/Kw==
1331+
"@typescript-eslint/scope-manager@7.5.0":
1332+
version "7.5.0"
1333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz#70f0a7361430ab1043a5f97386da2a0d8b2f4d56"
1334+
integrity sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==
13351335
dependencies:
1336-
"@typescript-eslint/types" "6.5.0"
1337-
"@typescript-eslint/visitor-keys" "6.5.0"
1336+
"@typescript-eslint/types" "7.5.0"
1337+
"@typescript-eslint/visitor-keys" "7.5.0"
13381338

13391339
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^5.62.0":
13401340
version "5.62.0"
@@ -1356,13 +1356,13 @@
13561356
debug "^4.3.4"
13571357
tsutils "^3.21.0"
13581358

1359-
"@typescript-eslint/type-utils@^6.0.0":
1360-
version "6.5.0"
1361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.5.0.tgz#6d246c93739282bc0d2e623f28d0dec6cfcc38d7"
1362-
integrity sha512-f7OcZOkRivtujIBQ4yrJNIuwyCQO1OjocVqntl9dgSIZAdKqicj3xFDqDOzHDlGCZX990LqhLQXWRnQvsapq8A==
1359+
"@typescript-eslint/type-utils@^7.2.0":
1360+
version "7.5.0"
1361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.5.0.tgz#a8faa403232da3a3901655387c7082111f692cf9"
1362+
integrity sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==
13631363
dependencies:
1364-
"@typescript-eslint/typescript-estree" "6.5.0"
1365-
"@typescript-eslint/utils" "6.5.0"
1364+
"@typescript-eslint/typescript-estree" "7.5.0"
1365+
"@typescript-eslint/utils" "7.5.0"
13661366
debug "^4.3.4"
13671367
ts-api-utils "^1.0.1"
13681368

@@ -1376,10 +1376,10 @@
13761376
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
13771377
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
13781378

1379-
"@typescript-eslint/types@6.5.0":
1380-
version "6.5.0"
1381-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.5.0.tgz#f4e55cfd99ac5346ea772770bf212a3e689a8f04"
1382-
integrity sha512-eqLLOEF5/lU8jW3Bw+8auf4lZSbbljHR2saKnYqON12G/WsJrGeeDHWuQePoEf9ro22+JkbPfWQwKEC5WwLQ3w==
1379+
"@typescript-eslint/types@7.5.0":
1380+
version "7.5.0"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.5.0.tgz#0a284bcdef3cb850ec9fd57992df9f29d6bde1bc"
1382+
integrity sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==
13831383

13841384
"@typescript-eslint/[email protected]":
13851385
version "5.55.0"
@@ -1407,16 +1407,17 @@
14071407
semver "^7.3.7"
14081408
tsutils "^3.21.0"
14091409

1410-
"@typescript-eslint/typescript-estree@6.5.0":
1411-
version "6.5.0"
1412-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.5.0.tgz#1cef6bc822585e9ef89d88834bc902d911d747ed"
1413-
integrity sha512-q0rGwSe9e5Kk/XzliB9h2LBc9tmXX25G0833r7kffbl5437FPWb2tbpIV9wAATebC/018pGa9fwPDuvGN+LxWQ==
1410+
"@typescript-eslint/typescript-estree@7.5.0":
1411+
version "7.5.0"
1412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz#aa5031c511874420f6b5edd90f8e4021525ee776"
1413+
integrity sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==
14141414
dependencies:
1415-
"@typescript-eslint/types" "6.5.0"
1416-
"@typescript-eslint/visitor-keys" "6.5.0"
1415+
"@typescript-eslint/types" "7.5.0"
1416+
"@typescript-eslint/visitor-keys" "7.5.0"
14171417
debug "^4.3.4"
14181418
globby "^11.1.0"
14191419
is-glob "^4.0.3"
1420+
minimatch "9.0.3"
14201421
semver "^7.5.4"
14211422
ts-api-utils "^1.0.1"
14221423

@@ -1448,17 +1449,17 @@
14481449
eslint-scope "^5.1.1"
14491450
semver "^7.3.7"
14501451

1451-
"@typescript-eslint/utils@6.5.0", "@typescript-eslint/utils@^6.2.0":
1452-
version "6.5.0"
1453-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.5.0.tgz#6668bee4f7f24978b11df8a2ea42d56eebc4662c"
1454-
integrity sha512-9nqtjkNykFzeVtt9Pj6lyR9WEdd8npPhhIPM992FWVkZuS6tmxHfGVnlUcjpUP2hv8r4w35nT33mlxd+Be1ACQ==
1452+
"@typescript-eslint/utils@7.5.0", "@typescript-eslint/utils@^7.3.1":
1453+
version "7.5.0"
1454+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.5.0.tgz#bbd963647fbbe9ffea033f42c0fb7e89bb19c858"
1455+
integrity sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==
14551456
dependencies:
14561457
"@eslint-community/eslint-utils" "^4.4.0"
14571458
"@types/json-schema" "^7.0.12"
14581459
"@types/semver" "^7.5.0"
1459-
"@typescript-eslint/scope-manager" "6.5.0"
1460-
"@typescript-eslint/types" "6.5.0"
1461-
"@typescript-eslint/typescript-estree" "6.5.0"
1460+
"@typescript-eslint/scope-manager" "7.5.0"
1461+
"@typescript-eslint/types" "7.5.0"
1462+
"@typescript-eslint/typescript-estree" "7.5.0"
14621463
semver "^7.5.4"
14631464

14641465
"@typescript-eslint/[email protected]":
@@ -1477,12 +1478,12 @@
14771478
"@typescript-eslint/types" "5.62.0"
14781479
eslint-visitor-keys "^3.3.0"
14791480

1480-
"@typescript-eslint/visitor-keys@6.5.0":
1481-
version "6.5.0"
1482-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.5.0.tgz#1a6f474a0170a447b76f0699ce6700110fd11436"
1483-
integrity sha512-yCB/2wkbv3hPsh02ZS8dFQnij9VVQXJMN/gbQsaaY+zxALkZnxa/wagvLEFsAWMPv7d7lxQmNsIzGU1w/T/WyA==
1481+
"@typescript-eslint/visitor-keys@7.5.0":
1482+
version "7.5.0"
1483+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz#8abcac66f93ef20b093e87a400c2d21e3a6d55ee"
1484+
integrity sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==
14841485
dependencies:
1485-
"@typescript-eslint/types" "6.5.0"
1486+
"@typescript-eslint/types" "7.5.0"
14861487
eslint-visitor-keys "^3.4.1"
14871488

14881489
"@ungap/structured-clone@^1.2.0":
@@ -2096,17 +2097,17 @@ [email protected]:
20962097
resolved "https://registry.yarnpkg.com/eslint-config-typed-fp/-/eslint-config-typed-fp-5.4.0.tgz#737f13f3bdfa417954c782d0c9749f4a37ff9575"
20972098
integrity sha512-jvZcj+7CEYTqjET5HgpammnNE6LiyoCfRw/rPr324jaWvwmYoxBrEMgQVlmZk5vQQamNbs65nOqpqJWSrdgC/w==
20982099

2099-
eslint-plugin-functional@6.1.1:
2100-
version "6.1.1"
2101-
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-6.1.1.tgz#c74e907e1b42d83f34208677d6e51b6f7830a76b"
2102-
integrity sha512-m1gNU6iQltEYhjJZIw+vzdsa8yCHTrQ1u7XU0cG05+Z6oGEbOXYmjFl0UPWYtWtp4/ubjxLsh8QqUCCHC/Utmg==
2100+
eslint-plugin-functional@6.4.0:
2101+
version "6.4.0"
2102+
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-6.4.0.tgz#5d4add9604b5a7078a0d9a461911487e65786f85"
2103+
integrity sha512-dw3MXkMgHciKyHM/2BIrai0Q0+1sXJMuyPvrS4ehcVMm4/AXxhpZcL/kip1869/Ssefoj6PYfIF/HDTNLAgnyA==
21032104
dependencies:
2104-
"@typescript-eslint/utils" "^6.2.0"
2105+
"@typescript-eslint/utils" "^7.3.1"
21052106
deepmerge-ts "^5.1.0"
21062107
escape-string-regexp "^4.0.0"
2107-
is-immutable-type "^2.0.1"
2108-
semver "^7.5.4"
2109-
ts-api-utils "^1.0.1"
2108+
is-immutable-type "^2.0.4"
2109+
semver "^7.6.0"
2110+
ts-api-utils "^1.3.0"
21102111

21112112
21122113
version "27.9.0"
@@ -2757,13 +2758,14 @@ is-immutable-type@^1.2.9:
27572758
dependencies:
27582759
"@typescript-eslint/type-utils" "^5.55.0"
27592760

2760-
is-immutable-type@^2.0.1:
2761-
version "2.0.1"
2762-
resolved "https://registry.yarnpkg.com/is-immutable-type/-/is-immutable-type-2.0.1.tgz#5a968a045689d5094d553802d2282a83cfa2ba13"
2763-
integrity sha512-SNO0yWLzSN+oYb8adM4AvsPYSCqElmjcXUNemryDLo0r5M54oMs/6R4cvKLc9QtIs/nRuc3ahlgJoMdGfcHLwQ==
2761+
is-immutable-type@^2.0.4:
2762+
version "2.0.6"
2763+
resolved "https://registry.yarnpkg.com/is-immutable-type/-/is-immutable-type-2.0.6.tgz#62dad5ba31256ff6c05a504c7676952ae89821e7"
2764+
integrity sha512-TC92LaCVg2Pr9Eu94D45PJIGH2sQJU2xViuB4YjkVPo2WnEFjslY5xszzkK/Xxh2vD5881v/+XtkS6fcAagyUQ==
27642765
dependencies:
2765-
"@typescript-eslint/type-utils" "^6.0.0"
2766-
ts-api-utils "^1.0.1"
2766+
"@typescript-eslint/type-utils" "^7.2.0"
2767+
ts-api-utils "^1.3.0"
2768+
type-to-string "^2.0.0"
27672769

27682770
is-interactive@^1.0.0:
27692771
version "1.0.0"
@@ -3483,20 +3485,20 @@ mimic-fn@^4.0.0:
34833485
dependencies:
34843486
brace-expansion "^2.0.1"
34853487

3488+
[email protected], minimatch@^9.0.1, minimatch@~9.0.1:
3489+
version "9.0.3"
3490+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3491+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3492+
dependencies:
3493+
brace-expansion "^2.0.1"
3494+
34863495
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
34873496
version "3.1.2"
34883497
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
34893498
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
34903499
dependencies:
34913500
brace-expansion "^1.1.7"
34923501

3493-
minimatch@^9.0.1, minimatch@~9.0.1:
3494-
version "9.0.3"
3495-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3496-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3497-
dependencies:
3498-
brace-expansion "^2.0.1"
3499-
35003502
minimist@1:
35013503
version "1.2.8"
35023504
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -3975,6 +3977,13 @@ semver@^7.5.4, semver@~7.5.0:
39753977
dependencies:
39763978
lru-cache "^6.0.0"
39773979

3980+
semver@^7.6.0:
3981+
version "7.6.0"
3982+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
3983+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
3984+
dependencies:
3985+
lru-cache "^6.0.0"
3986+
39783987
shebang-command@^2.0.0:
39793988
version "2.0.0"
39803989
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -4248,6 +4257,11 @@ ts-api-utils@^1.0.1:
42484257
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
42494258
integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
42504259

4260+
ts-api-utils@^1.3.0:
4261+
version "1.3.0"
4262+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4263+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
4264+
42514265
42524266
version "29.1.2"
42534267
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"
@@ -4330,6 +4344,11 @@ type-fest@^0.21.3:
43304344
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
43314345
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
43324346

4347+
type-to-string@^2.0.0:
4348+
version "2.0.0"
4349+
resolved "https://registry.yarnpkg.com/type-to-string/-/type-to-string-2.0.0.tgz#4bac8bd25ae19b3d50fc3cbcd7fe42d2800882fe"
4350+
integrity sha512-tQhiWuq8+FkAYEAQ+Po1VPwzUhPVOXupzsVxZ/n9hN6oP92KXOpf4CFX0wclYa7QsrP4eBUIMydYJyv3ttRVRA==
4351+
43334352
typed-inject@~4.0.0:
43344353
version "4.0.0"
43354354
resolved "https://registry.yarnpkg.com/typed-inject/-/typed-inject-4.0.0.tgz#133c00ad7ed9d129aeedf4e102fd07cc530d26cb"

0 commit comments

Comments
 (0)