Skip to content

Commit 2560c86

Browse files
chore(deps): update dependency eslint-plugin-functional to v9
1 parent f3437b1 commit 2560c86

File tree

2 files changed

+112
-18
lines changed

2 files changed

+112
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"dotenv": "17.4.2",
7979
"eslint": "^9.18.0",
8080
"eslint-config-prettier": "^10.0.1",
81-
"eslint-plugin-functional": "^8.0.0",
81+
"eslint-plugin-functional": "^9.0.0",
8282
"eslint-plugin-tailwind": "^0.2.1",
8383
"globals": "^17.0.0",
8484
"husky": "9.1.7",

yarn.lock

Lines changed: 111 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ __metadata:
11621162
dotenv: "npm:17.4.2"
11631163
eslint: "npm:^9.18.0"
11641164
eslint-config-prettier: "npm:^10.0.1"
1165-
eslint-plugin-functional: "npm:^8.0.0"
1165+
eslint-plugin-functional: "npm:^9.0.0"
11661166
eslint-plugin-tailwind: "npm:^0.2.1"
11671167
ethers: "npm:^6.6.4"
11681168
globals: "npm:^17.0.0"
@@ -3564,6 +3564,19 @@ __metadata:
35643564
languageName: node
35653565
linkType: hard
35663566

3567+
"@typescript-eslint/project-service@npm:8.58.2":
3568+
version: 8.58.2
3569+
resolution: "@typescript-eslint/project-service@npm:8.58.2"
3570+
dependencies:
3571+
"@typescript-eslint/tsconfig-utils": "npm:^8.58.2"
3572+
"@typescript-eslint/types": "npm:^8.58.2"
3573+
debug: "npm:^4.4.3"
3574+
peerDependencies:
3575+
typescript: ">=4.8.4 <6.1.0"
3576+
checksum: 10c0/57fa2a54452f9d9058781feb8d99d7a25096d55db15783a552b242d144992ccf893548672d3bc554c1bc0768cd8c80dbb467e9aff0db471ebcc876d4409cf75e
3577+
languageName: node
3578+
linkType: hard
3579+
35673580
"@typescript-eslint/scope-manager@npm:8.20.0":
35683581
version: 8.20.0
35693582
resolution: "@typescript-eslint/scope-manager@npm:8.20.0"
@@ -3584,6 +3597,16 @@ __metadata:
35843597
languageName: node
35853598
linkType: hard
35863599

3600+
"@typescript-eslint/scope-manager@npm:8.58.2":
3601+
version: 8.58.2
3602+
resolution: "@typescript-eslint/scope-manager@npm:8.58.2"
3603+
dependencies:
3604+
"@typescript-eslint/types": "npm:8.58.2"
3605+
"@typescript-eslint/visitor-keys": "npm:8.58.2"
3606+
checksum: 10c0/9bf17c32d99db840500dfa4f0504635f6422fa435e0d2f3c58c36a88434d7af7ffe7ba9a6b13bd105dfa0f36a74307955ef2837ec5f1855e34c3af1843c11d36
3607+
languageName: node
3608+
linkType: hard
3609+
35873610
"@typescript-eslint/tsconfig-utils@npm:8.58.1, @typescript-eslint/tsconfig-utils@npm:^8.58.1":
35883611
version: 8.58.1
35893612
resolution: "@typescript-eslint/tsconfig-utils@npm:8.58.1"
@@ -3593,6 +3616,15 @@ __metadata:
35933616
languageName: node
35943617
linkType: hard
35953618

3619+
"@typescript-eslint/tsconfig-utils@npm:8.58.2, @typescript-eslint/tsconfig-utils@npm:^8.58.2":
3620+
version: 8.58.2
3621+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.58.2"
3622+
peerDependencies:
3623+
typescript: ">=4.8.4 <6.1.0"
3624+
checksum: 10c0/d3dc874ab43af39245ee8383bb6d39c985e64c43b81a7bbf18b7982047473366c252e19a9fbfe38df30c677b42133aa43a1c0a75e92b8de5d2e64defd4b3a05e
3625+
languageName: node
3626+
linkType: hard
3627+
35963628
"@typescript-eslint/type-utils@npm:8.58.1":
35973629
version: 8.58.1
35983630
resolution: "@typescript-eslint/type-utils@npm:8.58.1"
@@ -3638,6 +3670,13 @@ __metadata:
36383670
languageName: node
36393671
linkType: hard
36403672

3673+
"@typescript-eslint/types@npm:8.58.2, @typescript-eslint/types@npm:^8.58.2":
3674+
version: 8.58.2
3675+
resolution: "@typescript-eslint/types@npm:8.58.2"
3676+
checksum: 10c0/6707c1a2ec921b9ae441b35d9cb4e0af11673a67e332a366e3033f1d558ff5db4f39021872c207fb361841670e9ffcc4981f19eb21e4495a3a031d02015637a7
3677+
languageName: node
3678+
linkType: hard
3679+
36413680
"@typescript-eslint/types@npm:^8.2.0":
36423681
version: 8.57.2
36433682
resolution: "@typescript-eslint/types@npm:8.57.2"
@@ -3682,7 +3721,26 @@ __metadata:
36823721
languageName: node
36833722
linkType: hard
36843723

3685-
"@typescript-eslint/utils@npm:8.20.0, @typescript-eslint/utils@npm:^8.20.0":
3724+
"@typescript-eslint/typescript-estree@npm:8.58.2":
3725+
version: 8.58.2
3726+
resolution: "@typescript-eslint/typescript-estree@npm:8.58.2"
3727+
dependencies:
3728+
"@typescript-eslint/project-service": "npm:8.58.2"
3729+
"@typescript-eslint/tsconfig-utils": "npm:8.58.2"
3730+
"@typescript-eslint/types": "npm:8.58.2"
3731+
"@typescript-eslint/visitor-keys": "npm:8.58.2"
3732+
debug: "npm:^4.4.3"
3733+
minimatch: "npm:^10.2.2"
3734+
semver: "npm:^7.7.3"
3735+
tinyglobby: "npm:^0.2.15"
3736+
ts-api-utils: "npm:^2.5.0"
3737+
peerDependencies:
3738+
typescript: ">=4.8.4 <6.1.0"
3739+
checksum: 10c0/60a323f60eff9b4bb6eb3121c5f6292e7962517a329a8a9f828e8f07516de78e6a7c1b1b1cfd732f39edf184fe57828ca557fbc63b74c61b54bcb679a69e249c
3740+
languageName: node
3741+
linkType: hard
3742+
3743+
"@typescript-eslint/utils@npm:8.20.0":
36863744
version: 8.20.0
36873745
resolution: "@typescript-eslint/utils@npm:8.20.0"
36883746
dependencies:
@@ -3712,6 +3770,21 @@ __metadata:
37123770
languageName: node
37133771
linkType: hard
37143772

3773+
"@typescript-eslint/utils@npm:^8.26.0":
3774+
version: 8.58.2
3775+
resolution: "@typescript-eslint/utils@npm:8.58.2"
3776+
dependencies:
3777+
"@eslint-community/eslint-utils": "npm:^4.9.1"
3778+
"@typescript-eslint/scope-manager": "npm:8.58.2"
3779+
"@typescript-eslint/types": "npm:8.58.2"
3780+
"@typescript-eslint/typescript-estree": "npm:8.58.2"
3781+
peerDependencies:
3782+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
3783+
typescript: ">=4.8.4 <6.1.0"
3784+
checksum: 10c0/d83e6c7c1b01236d255cabe2a5dc5384eedebc9f9af6aa19cc2ab7d8b280f86912f2b1a87659b2754919afd2606820b4e53862ac91970794e2980bc97487537c
3785+
languageName: node
3786+
linkType: hard
3787+
37153788
"@typescript-eslint/visitor-keys@npm:8.20.0":
37163789
version: 8.20.0
37173790
resolution: "@typescript-eslint/visitor-keys@npm:8.20.0"
@@ -3732,6 +3805,16 @@ __metadata:
37323805
languageName: node
37333806
linkType: hard
37343807

3808+
"@typescript-eslint/visitor-keys@npm:8.58.2":
3809+
version: 8.58.2
3810+
resolution: "@typescript-eslint/visitor-keys@npm:8.58.2"
3811+
dependencies:
3812+
"@typescript-eslint/types": "npm:8.58.2"
3813+
eslint-visitor-keys: "npm:^5.0.0"
3814+
checksum: 10c0/6775a63dbafe7a305f0cf3f0c5eb077e30dba8a60022e4ce3220669c7f1e742c6ea2ebff8c6c0288dc17eeef8f4015089a23abbdc82a6a9382abe4a77950b695
3815+
languageName: node
3816+
linkType: hard
3817+
37353818
"@ungap/structured-clone@npm:^1.0.0":
37363819
version: 1.2.1
37373820
resolution: "@ungap/structured-clone@npm:1.2.1"
@@ -5261,10 +5344,10 @@ __metadata:
52615344
languageName: node
52625345
linkType: hard
52635346

5264-
"deepmerge-ts@npm:^7.1.3":
5265-
version: 7.1.3
5266-
resolution: "deepmerge-ts@npm:7.1.3"
5267-
checksum: 10c0/c9cfe7742a2c8f785302378b004381e1b831e3307ffe0c17be4b98fd87f347cb52a550aa9ff9ee0608b97f25400972ab79484f3836d77ec733828b10c8dcc522
5347+
"deepmerge-ts@npm:^7.1.5":
5348+
version: 7.1.5
5349+
resolution: "deepmerge-ts@npm:7.1.5"
5350+
checksum: 10c0/3a265a2086f334e3ecf43a7d4138c950cb99e0b39e816fa7fd7f5326161364e51b13010906908212667619066f5b48de738ed42543212323fbbb5d4ed7ebdc84
52685351
languageName: node
52695352
linkType: hard
52705353

@@ -5781,23 +5864,23 @@ __metadata:
57815864
languageName: node
57825865
linkType: hard
57835866

5784-
"eslint-plugin-functional@npm:^8.0.0":
5785-
version: 8.0.0
5786-
resolution: "eslint-plugin-functional@npm:8.0.0"
5867+
"eslint-plugin-functional@npm:^9.0.0":
5868+
version: 9.0.4
5869+
resolution: "eslint-plugin-functional@npm:9.0.4"
57875870
dependencies:
5788-
"@typescript-eslint/utils": "npm:^8.20.0"
5789-
deepmerge-ts: "npm:^7.1.3"
5871+
"@typescript-eslint/utils": "npm:^8.26.0"
5872+
deepmerge-ts: "npm:^7.1.5"
57905873
escape-string-regexp: "npm:^5.0.0"
57915874
is-immutable-type: "npm:^5.0.1"
5792-
ts-api-utils: "npm:^2.0.0"
5793-
ts-declaration-location: "npm:^1.0.5"
5875+
ts-api-utils: "npm:^2.0.1"
5876+
ts-declaration-location: "npm:^1.0.6"
57945877
peerDependencies:
5795-
eslint: ^9.0.0
5878+
eslint: ^9.0.0 || ^10.0.0
57965879
typescript: ">=4.7.4"
57975880
peerDependenciesMeta:
57985881
typescript:
57995882
optional: true
5800-
checksum: 10c0/973e8353479930a3078ae68f4596f1ebc95077cdd1a4542980f6b8024db3d8d3cfd93aa06d823db1d640e5abc8d6d38248529dca5b66718ad99678bbcafd9c63
5883+
checksum: 10c0/2dbb6143a90eeb6c899ed0170b26f5cb55c2c54ace91b891e987fc991dd81beb06dee5281d6d640962e8edaeb414495606f6f9b2eb5800fd1e92d4d80a8b9952
58015884
languageName: node
58025885
linkType: hard
58035886

@@ -10754,7 +10837,7 @@ __metadata:
1075410837
languageName: node
1075510838
linkType: hard
1075610839

10757-
"ts-api-utils@npm:^2.5.0":
10840+
"ts-api-utils@npm:^2.0.1, ts-api-utils@npm:^2.5.0":
1075810841
version: 2.5.0
1075910842
resolution: "ts-api-utils@npm:2.5.0"
1076010843
peerDependencies:
@@ -10763,7 +10846,7 @@ __metadata:
1076310846
languageName: node
1076410847
linkType: hard
1076510848

10766-
"ts-declaration-location@npm:^1.0.4, ts-declaration-location@npm:^1.0.5":
10849+
"ts-declaration-location@npm:^1.0.4":
1076710850
version: 1.0.5
1076810851
resolution: "ts-declaration-location@npm:1.0.5"
1076910852
dependencies:
@@ -10774,6 +10857,17 @@ __metadata:
1077410857
languageName: node
1077510858
linkType: hard
1077610859

10860+
"ts-declaration-location@npm:^1.0.6":
10861+
version: 1.0.7
10862+
resolution: "ts-declaration-location@npm:1.0.7"
10863+
dependencies:
10864+
picomatch: "npm:^4.0.2"
10865+
peerDependencies:
10866+
typescript: ">=4.0.0"
10867+
checksum: 10c0/b579b7630907052cc174b051dffdb169424824d887d8fb5abdc61e7ab0eede348c2b71c998727b9e4b314c0436f5003a15bb7eedb1c851afe96e12499f159630
10868+
languageName: node
10869+
linkType: hard
10870+
1077710871
"ts-toolbelt@npm:^9.6.0":
1077810872
version: 9.6.0
1077910873
resolution: "ts-toolbelt@npm:9.6.0"

0 commit comments

Comments
 (0)