Skip to content

Commit b05b68a

Browse files
Update dependency eslint-plugin-functional to v6.3.0
1 parent 77c6414 commit b05b68a

File tree

2 files changed

+69
-56
lines changed

2 files changed

+69
-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.3.0",
2020
"eslint-plugin-jest": "27.9.0",
2121
"eslint-plugin-prettier": "5.1.3",
2222
"eslint-plugin-sonarjs": "0.21.0",

yarn.lock

+68-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.4.0":
1332+
version "7.4.0"
1333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.4.0.tgz#acfc69261f10ece7bf7ece1734f1713392c3655f"
1334+
integrity sha512-68VqENG5HK27ypafqLVs8qO+RkNc7TezCduYrx8YJpXq2QGZ30vmNZGJJJC48+MVn4G2dCV8m5ZTVnzRexTVtw==
13351335
dependencies:
1336-
"@typescript-eslint/types" "6.5.0"
1337-
"@typescript-eslint/visitor-keys" "6.5.0"
1336+
"@typescript-eslint/types" "7.4.0"
1337+
"@typescript-eslint/visitor-keys" "7.4.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.4.0"
1361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.4.0.tgz#cfcaab21bcca441c57da5d3a1153555e39028cbd"
1362+
integrity sha512-247ETeHgr9WTRMqHbbQdzwzhuyaJ8dPTuyuUEMANqzMRB1rj/9qFIuIXK7l0FX9i9FXbHeBQl/4uz6mYuCE7Aw==
13631363
dependencies:
1364-
"@typescript-eslint/typescript-estree" "6.5.0"
1365-
"@typescript-eslint/utils" "6.5.0"
1364+
"@typescript-eslint/typescript-estree" "7.4.0"
1365+
"@typescript-eslint/utils" "7.4.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.4.0":
1380+
version "7.4.0"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.4.0.tgz#ee9dafa75c99eaee49de6dcc9348b45d354419b6"
1382+
integrity sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==
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.4.0":
1411+
version "7.4.0"
1412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.4.0.tgz#12dbcb4624d952f72c10a9f4431284fca24624f4"
1413+
integrity sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==
14141414
dependencies:
1415-
"@typescript-eslint/types" "6.5.0"
1416-
"@typescript-eslint/visitor-keys" "6.5.0"
1415+
"@typescript-eslint/types" "7.4.0"
1416+
"@typescript-eslint/visitor-keys" "7.4.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.4.0", "@typescript-eslint/utils@^7.3.1":
1453+
version "7.4.0"
1454+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.4.0.tgz#d889a0630cab88bddedaf7c845c64a00576257bd"
1455+
integrity sha512-NQt9QLM4Tt8qrlBVY9lkMYzfYtNz8/6qwZg8pI3cMGlPnj6mOpRxxAm7BMJN9K0AiY+1BwJ5lVC650YJqYOuNg==
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.4.0"
1461+
"@typescript-eslint/types" "7.4.0"
1462+
"@typescript-eslint/typescript-estree" "7.4.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.4.0":
1482+
version "7.4.0"
1483+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.4.0.tgz#0c8ff2c1f8a6fe8d7d1a57ebbd4a638e86a60a94"
1484+
integrity sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==
14841485
dependencies:
1485-
"@typescript-eslint/types" "6.5.0"
1486+
"@typescript-eslint/types" "7.4.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.3.0:
2101+
version "6.3.0"
2102+
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-6.3.0.tgz#c88895562b365fa0e32a9f764663666285119e34"
2103+
integrity sha512-QuODFnj0kaQAIicniMQaV9t9aCkwJo6Ibx/5pDVWgluFZKwl9jfUZL09jF5S0E9A0eL45hq7sCybAb7FEnIorQ==
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,13 @@ 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.4"
2763+
resolved "https://registry.yarnpkg.com/is-immutable-type/-/is-immutable-type-2.0.4.tgz#df53d2996ba497d50706636570a94afd59e03603"
2764+
integrity sha512-kjNGSmAQdEj7NJ/Cim9u6OUB/efEsuoUU3fCygl+o0DBwNS0blVjRHumRBX9cBwpZQEQaYVpVLO635HqWvdZRw==
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"
27672768

27682769
is-interactive@^1.0.0:
27692770
version "1.0.0"
@@ -3483,20 +3484,20 @@ mimic-fn@^4.0.0:
34833484
dependencies:
34843485
brace-expansion "^2.0.1"
34853486

3487+
[email protected], minimatch@^9.0.1, minimatch@~9.0.1:
3488+
version "9.0.3"
3489+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3490+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3491+
dependencies:
3492+
brace-expansion "^2.0.1"
3493+
34863494
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
34873495
version "3.1.2"
34883496
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
34893497
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
34903498
dependencies:
34913499
brace-expansion "^1.1.7"
34923500

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-
35003501
minimist@1:
35013502
version "1.2.8"
35023503
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -3975,6 +3976,13 @@ semver@^7.5.4, semver@~7.5.0:
39753976
dependencies:
39763977
lru-cache "^6.0.0"
39773978

3979+
semver@^7.6.0:
3980+
version "7.6.0"
3981+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
3982+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
3983+
dependencies:
3984+
lru-cache "^6.0.0"
3985+
39783986
shebang-command@^2.0.0:
39793987
version "2.0.0"
39803988
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -4248,6 +4256,11 @@ ts-api-utils@^1.0.1:
42484256
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
42494257
integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
42504258

4259+
ts-api-utils@^1.3.0:
4260+
version "1.3.0"
4261+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4262+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
4263+
42514264
42524265
version "29.1.2"
42534266
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"

0 commit comments

Comments
 (0)