Skip to content

Commit 67944f2

Browse files
chore(deps): update dependency eslint-plugin-functional to v10
1 parent a58e869 commit 67944f2

2 files changed

Lines changed: 35 additions & 24 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"del-cli": "^7.0.0",
152152
"eslint": "^9.12.0",
153153
"eslint-config-prettier": "^10.0.0",
154-
"eslint-plugin-functional": "^7.0.2",
154+
"eslint-plugin-functional": "^10.0.0",
155155
"ethers": "6.16.0",
156156
"glob": "13.0.6",
157157
"globals": "^17.0.0",

yarn.lock

Lines changed: 34 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ __metadata:
974974
del-cli: "npm:^7.0.0"
975975
eslint: "npm:^9.12.0"
976976
eslint-config-prettier: "npm:^10.0.0"
977-
eslint-plugin-functional: "npm:^7.0.2"
977+
eslint-plugin-functional: "npm:^10.0.0"
978978
ethers: "npm:6.16.0"
979979
glob: "npm:13.0.6"
980980
globals: "npm:^17.0.0"
@@ -3561,7 +3561,7 @@ __metadata:
35613561
languageName: node
35623562
linkType: hard
35633563

3564-
"@typescript-eslint/utils@npm:8.61.1":
3564+
"@typescript-eslint/utils@npm:8.61.1, @typescript-eslint/utils@npm:^8.26.0":
35653565
version: 8.61.1
35663566
resolution: "@typescript-eslint/utils@npm:8.61.1"
35673567
dependencies:
@@ -3576,7 +3576,7 @@ __metadata:
35763576
languageName: node
35773577
linkType: hard
35783578

3579-
"@typescript-eslint/utils@npm:8.8.0, @typescript-eslint/utils@npm:^8.0.0":
3579+
"@typescript-eslint/utils@npm:8.8.0":
35803580
version: 8.8.0
35813581
resolution: "@typescript-eslint/utils@npm:8.8.0"
35823582
dependencies:
@@ -5436,10 +5436,10 @@ __metadata:
54365436
languageName: node
54375437
linkType: hard
54385438

5439-
"deepmerge-ts@npm:^7.1.0":
5440-
version: 7.1.1
5441-
resolution: "deepmerge-ts@npm:7.1.1"
5442-
checksum: 10c0/9579ff2feffea3aa9eeb0d82c0637b205c802fada0d4b03af079804a21039ac92a118db5cfd95537fe4693ca26d3224a50b51f249996d82f4fa9f1a42f3c8e25
5439+
"deepmerge-ts@npm:^7.1.5":
5440+
version: 7.1.5
5441+
resolution: "deepmerge-ts@npm:7.1.5"
5442+
checksum: 10c0/3a265a2086f334e3ecf43a7d4138c950cb99e0b39e816fa7fd7f5326161364e51b13010906908212667619066f5b48de738ed42543212323fbbb5d4ed7ebdc84
54435443
languageName: node
54445444
linkType: hard
54455445

@@ -5938,23 +5938,23 @@ __metadata:
59385938
languageName: node
59395939
linkType: hard
59405940

5941-
"eslint-plugin-functional@npm:^7.0.2":
5942-
version: 7.0.2
5943-
resolution: "eslint-plugin-functional@npm:7.0.2"
5941+
"eslint-plugin-functional@npm:^10.0.0":
5942+
version: 10.0.0
5943+
resolution: "eslint-plugin-functional@npm:10.0.0"
59445944
dependencies:
5945-
"@typescript-eslint/utils": "npm:^8.0.0"
5946-
deepmerge-ts: "npm:^7.1.0"
5945+
"@typescript-eslint/utils": "npm:^8.26.0"
5946+
deepmerge-ts: "npm:^7.1.5"
59475947
escape-string-regexp: "npm:^5.0.0"
5948-
is-immutable-type: "npm:^5.0.0"
5949-
ts-api-utils: "npm:^1.3.0"
5950-
ts-declaration-location: "npm:^1.0.4"
5948+
is-immutable-type: "npm:^5.0.1"
5949+
ts-api-utils: "npm:^2.0.1"
5950+
ts-declaration-location: "npm:^1.0.6"
59515951
peerDependencies:
5952-
eslint: ^9.0.0
5952+
eslint: ^9.0.0 || ^10.0.0
59535953
typescript: ">=4.7.4"
59545954
peerDependenciesMeta:
59555955
typescript:
59565956
optional: true
5957-
checksum: 10c0/16973e566b7a652913daf6abdceaa4cc10ff150f78a1d24dfb48e6d224bedf4bccb8fe21394ffef072d3d8a771e755f3f28e9b161c0bf5080bdae29cc1c7d827
5957+
checksum: 10c0/f3c3163c554d0bc9385a84a6ca02787b635277c9dc6a5ffec9f1911a0a4d65c5c990d9b1117625660df0527dc55e9ebf103bb061b33e2836789166476a68d2d3
59585958
languageName: node
59595959
linkType: hard
59605960

@@ -7446,17 +7446,17 @@ __metadata:
74467446
languageName: node
74477447
linkType: hard
74487448

7449-
"is-immutable-type@npm:^5.0.0":
7450-
version: 5.0.0
7451-
resolution: "is-immutable-type@npm:5.0.0"
7449+
"is-immutable-type@npm:^5.0.1":
7450+
version: 5.0.4
7451+
resolution: "is-immutable-type@npm:5.0.4"
74527452
dependencies:
74537453
"@typescript-eslint/type-utils": "npm:^8.0.0"
7454-
ts-api-utils: "npm:^1.3.0"
7454+
ts-api-utils: "npm:^2.0.0"
74557455
ts-declaration-location: "npm:^1.0.4"
74567456
peerDependencies:
74577457
eslint: "*"
74587458
typescript: ">=4.7.4"
7459-
checksum: 10c0/dd6e7964f47cb349e7382158d3942121a7cc2a7b656e7d1656883c625f48c8f0e66a82ec22196cfff8eca49eeededba05c049a65abc9a6b89410b4b41401d8c5
7459+
checksum: 10c0/223de7713dda5327fa4aea6b23c6f733764fff00c4ff84bc179c90aae971d3021113fb39ce806905ad56783e8d9614a9199eba09a16e76ccacb32b6e5999569f
74607460
languageName: node
74617461
linkType: hard
74627462

@@ -11777,7 +11777,7 @@ __metadata:
1177711777
languageName: node
1177811778
linkType: hard
1177911779

11780-
"ts-api-utils@npm:^2.5.0":
11780+
"ts-api-utils@npm:^2.0.0, ts-api-utils@npm:^2.0.1, ts-api-utils@npm:^2.5.0":
1178111781
version: 2.5.0
1178211782
resolution: "ts-api-utils@npm:2.5.0"
1178311783
peerDependencies:
@@ -11797,6 +11797,17 @@ __metadata:
1179711797
languageName: node
1179811798
linkType: hard
1179911799

11800+
"ts-declaration-location@npm:^1.0.6":
11801+
version: 1.0.7
11802+
resolution: "ts-declaration-location@npm:1.0.7"
11803+
dependencies:
11804+
picomatch: "npm:^4.0.2"
11805+
peerDependencies:
11806+
typescript: ">=4.0.0"
11807+
checksum: 10c0/b579b7630907052cc174b051dffdb169424824d887d8fb5abdc61e7ab0eede348c2b71c998727b9e4b314c0436f5003a15bb7eedb1c851afe96e12499f159630
11808+
languageName: node
11809+
linkType: hard
11810+
1180011811
"ts-toolbelt@npm:^9.6.0":
1180111812
version: 9.6.0
1180211813
resolution: "ts-toolbelt@npm:9.6.0"

0 commit comments

Comments
 (0)