Skip to content

Commit 3d28aa4

Browse files
Update dependency eslint-plugin-jest to v29
1 parent 5c8106b commit 3d28aa4

2 files changed

Lines changed: 110 additions & 11 deletions

File tree

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"eslint-plugin-deprecation": "3.0.0",
104104
"eslint-plugin-detox": "1.0.0",
105105
"eslint-plugin-import": "2.32.0",
106-
"eslint-plugin-jest": "27.9.0",
106+
"eslint-plugin-jest": "29.4.1",
107107
"eslint-plugin-jsx-a11y": "6.10.2",
108108
"eslint-plugin-react": "7.37.5",
109109
"eslint-plugin-react-hooks": "4.6.0",

β€Žyarn.lockβ€Ž

Lines changed: 109 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@ __metadata:
18501850
languageName: node
18511851
linkType: hard
18521852

1853-
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
1853+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.7.0":
18541854
version: 4.9.0
18551855
resolution: "@eslint-community/eslint-utils@npm:4.9.0"
18561856
dependencies:
@@ -5579,6 +5579,19 @@ __metadata:
55795579
languageName: node
55805580
linkType: hard
55815581

5582+
"@typescript-eslint/project-service@npm:8.50.0":
5583+
version: 8.50.0
5584+
resolution: "@typescript-eslint/project-service@npm:8.50.0"
5585+
dependencies:
5586+
"@typescript-eslint/tsconfig-utils": "npm:^8.50.0"
5587+
"@typescript-eslint/types": "npm:^8.50.0"
5588+
debug: "npm:^4.3.4"
5589+
peerDependencies:
5590+
typescript: ">=4.8.4 <6.0.0"
5591+
checksum: 10/d503d270bf62750d96caafa1635297b4be35176361f6f27b30f25ca5b476145d74c914da3ec8f5fc88ee646aa2d809becbe509a81650fd2b2a74179956371329
5592+
languageName: node
5593+
linkType: hard
5594+
55825595
"@typescript-eslint/scope-manager@npm:4.33.0":
55835596
version: 4.33.0
55845597
resolution: "@typescript-eslint/scope-manager@npm:4.33.0"
@@ -5619,6 +5632,25 @@ __metadata:
56195632
languageName: node
56205633
linkType: hard
56215634

5635+
"@typescript-eslint/scope-manager@npm:8.50.0":
5636+
version: 8.50.0
5637+
resolution: "@typescript-eslint/scope-manager@npm:8.50.0"
5638+
dependencies:
5639+
"@typescript-eslint/types": "npm:8.50.0"
5640+
"@typescript-eslint/visitor-keys": "npm:8.50.0"
5641+
checksum: 10/db4e33efacbd4f18a19a6bd9ac1ac9d6857f67a1d076a4d7f8569a4089ae676ab2a85667ae0bec8e21a32ff5398a5358af3ddcb83212c014165ee54aca6b0f13
5642+
languageName: node
5643+
linkType: hard
5644+
5645+
"@typescript-eslint/tsconfig-utils@npm:8.50.0, @typescript-eslint/tsconfig-utils@npm:^8.50.0":
5646+
version: 8.50.0
5647+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.50.0"
5648+
peerDependencies:
5649+
typescript: ">=4.8.4 <6.0.0"
5650+
checksum: 10/d43caece5c42db7561bcd49c0d3d829abd3ba8faf2d20eb57c60ddd0248afe6df76a5f1f11ec9d6b84153e0bb9e4f92929d6fd83789b520bc64fc51a69b68ba2
5651+
languageName: node
5652+
linkType: hard
5653+
56225654
"@typescript-eslint/type-utils@npm:5.62.0":
56235655
version: 5.62.0
56245656
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
@@ -5671,6 +5703,13 @@ __metadata:
56715703
languageName: node
56725704
linkType: hard
56735705

5706+
"@typescript-eslint/types@npm:8.50.0, @typescript-eslint/types@npm:^8.50.0":
5707+
version: 8.50.0
5708+
resolution: "@typescript-eslint/types@npm:8.50.0"
5709+
checksum: 10/110be118027f64741b6c614fb1f7b8b62325019a68bf9f734842eb7c36d7c03722b2b50d574ee28b554906a015812768c018428de9b387b998b7129115de9f4a
5710+
languageName: node
5711+
linkType: hard
5712+
56745713
"@typescript-eslint/typescript-estree@npm:3.10.1":
56755714
version: 3.10.1
56765715
resolution: "@typescript-eslint/typescript-estree@npm:3.10.1"
@@ -5763,6 +5802,25 @@ __metadata:
57635802
languageName: node
57645803
linkType: hard
57655804

5805+
"@typescript-eslint/typescript-estree@npm:8.50.0":
5806+
version: 8.50.0
5807+
resolution: "@typescript-eslint/typescript-estree@npm:8.50.0"
5808+
dependencies:
5809+
"@typescript-eslint/project-service": "npm:8.50.0"
5810+
"@typescript-eslint/tsconfig-utils": "npm:8.50.0"
5811+
"@typescript-eslint/types": "npm:8.50.0"
5812+
"@typescript-eslint/visitor-keys": "npm:8.50.0"
5813+
debug: "npm:^4.3.4"
5814+
minimatch: "npm:^9.0.4"
5815+
semver: "npm:^7.6.0"
5816+
tinyglobby: "npm:^0.2.15"
5817+
ts-api-utils: "npm:^2.1.0"
5818+
peerDependencies:
5819+
typescript: ">=4.8.4 <6.0.0"
5820+
checksum: 10/824df4f062f8d3c512bc6eb70b4cc84cd72329f312c8c10628d66771efc74b2d5e2f2096a52438e0decc231fedf81ade9f07fe8cfb3b19325750256ea61c11c0
5821+
languageName: node
5822+
linkType: hard
5823+
57665824
"@typescript-eslint/utils@npm:5.57.0":
57675825
version: 5.57.0
57685826
resolution: "@typescript-eslint/utils@npm:5.57.0"
@@ -5813,6 +5871,21 @@ __metadata:
58135871
languageName: node
58145872
linkType: hard
58155873

5874+
"@typescript-eslint/utils@npm:^8.0.0":
5875+
version: 8.50.0
5876+
resolution: "@typescript-eslint/utils@npm:8.50.0"
5877+
dependencies:
5878+
"@eslint-community/eslint-utils": "npm:^4.7.0"
5879+
"@typescript-eslint/scope-manager": "npm:8.50.0"
5880+
"@typescript-eslint/types": "npm:8.50.0"
5881+
"@typescript-eslint/typescript-estree": "npm:8.50.0"
5882+
peerDependencies:
5883+
eslint: ^8.57.0 || ^9.0.0
5884+
typescript: ">=4.8.4 <6.0.0"
5885+
checksum: 10/796899c1b7d7559734d50a64bf1f78a7e10325f66af10749410e037e299c9bce583cc04a3c957819edadbfd5726d643dc44ca3d6b4767d99aebeb0e8ed657d53
5886+
languageName: node
5887+
linkType: hard
5888+
58165889
"@typescript-eslint/visitor-keys@npm:3.10.1":
58175890
version: 3.10.1
58185891
resolution: "@typescript-eslint/visitor-keys@npm:3.10.1"
@@ -5862,6 +5935,16 @@ __metadata:
58625935
languageName: node
58635936
linkType: hard
58645937

5938+
"@typescript-eslint/visitor-keys@npm:8.50.0":
5939+
version: 8.50.0
5940+
resolution: "@typescript-eslint/visitor-keys@npm:8.50.0"
5941+
dependencies:
5942+
"@typescript-eslint/types": "npm:8.50.0"
5943+
eslint-visitor-keys: "npm:^4.2.1"
5944+
checksum: 10/45703f0899a5627dabb22d7fbc83d1d771e8238bf8ffe712dfaf255140ba248a019829824396420e239737cde897723971d62c48d321aa59e5aae9f186ff87cd
5945+
languageName: node
5946+
linkType: hard
5947+
58655948
"@ungap/structured-clone@npm:^1.2.0":
58665949
version: 1.3.0
58675950
resolution: "@ungap/structured-clone@npm:1.3.0"
@@ -10595,21 +10678,21 @@ __metadata:
1059510678
languageName: node
1059610679
linkType: hard
1059710680

10598-
"eslint-plugin-jest@npm:27.9.0":
10599-
version: 27.9.0
10600-
resolution: "eslint-plugin-jest@npm:27.9.0"
10681+
"eslint-plugin-jest@npm:29.4.1":
10682+
version: 29.4.1
10683+
resolution: "eslint-plugin-jest@npm:29.4.1"
1060110684
dependencies:
10602-
"@typescript-eslint/utils": "npm:^5.10.0"
10685+
"@typescript-eslint/utils": "npm:^8.0.0"
1060310686
peerDependencies:
10604-
"@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0 || ^7.0.0
10605-
eslint: ^7.0.0 || ^8.0.0
10687+
"@typescript-eslint/eslint-plugin": ^8.0.0
10688+
eslint: ^8.57.0 || ^9.0.0
1060610689
jest: "*"
1060710690
peerDependenciesMeta:
1060810691
"@typescript-eslint/eslint-plugin":
1060910692
optional: true
1061010693
jest:
1061110694
optional: true
10612-
checksum: 10/bca54347280c06c56516faea76042134dd74355c2de6c23361ba0e8736ecc01c62b144eea7eda7570ea4f4ee511c583bb8dab00d7153a1bd1740eb77b0038fd4
10695+
checksum: 10/0c25019bbb5190f90777a72061fd782a9b6baa8c7d3f008a0d737a493a3e2ea05cc626747906597b19d7e5f7464db393a431bf607b0b145d7f16c8b4d5e3c27b
1061310696
languageName: node
1061410697
linkType: hard
1061510698

@@ -10967,6 +11050,13 @@ __metadata:
1096711050
languageName: node
1096811051
linkType: hard
1096911052

11053+
"eslint-visitor-keys@npm:^4.2.1":
11054+
version: 4.2.1
11055+
resolution: "eslint-visitor-keys@npm:4.2.1"
11056+
checksum: 10/3ee00fc6a7002d4b0ffd9dc99e13a6a7882c557329e6c25ab254220d71e5c9c4f89dca4695352949ea678eb1f3ba912a18ef8aac0a7fe094196fd92f441bfce2
11057+
languageName: node
11058+
linkType: hard
11059+
1097011060
"eslint@npm:8.57.1":
1097111061
version: 8.57.1
1097211062
resolution: "eslint@npm:8.57.1"
@@ -17085,7 +17175,7 @@ __metadata:
1708517175
eslint-plugin-deprecation: "npm:3.0.0"
1708617176
eslint-plugin-detox: "npm:1.0.0"
1708717177
eslint-plugin-import: "npm:2.32.0"
17088-
eslint-plugin-jest: "npm:27.9.0"
17178+
eslint-plugin-jest: "npm:29.4.1"
1708917179
eslint-plugin-jsx-a11y: "npm:6.10.2"
1709017180
eslint-plugin-react: "npm:7.37.5"
1709117181
eslint-plugin-react-hooks: "npm:4.6.0"
@@ -22213,7 +22303,7 @@ __metadata:
2221322303
languageName: node
2221422304
linkType: hard
2221522305

22216-
"tinyglobby@npm:^0.2.12":
22306+
"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.15":
2221722307
version: 0.2.15
2221822308
resolution: "tinyglobby@npm:0.2.15"
2221922309
dependencies:
@@ -22361,6 +22451,15 @@ __metadata:
2236122451
languageName: node
2236222452
linkType: hard
2236322453

22454+
"ts-api-utils@npm:^2.1.0":
22455+
version: 2.1.0
22456+
resolution: "ts-api-utils@npm:2.1.0"
22457+
peerDependencies:
22458+
typescript: ">=4.8.4"
22459+
checksum: 10/02e55b49d9617c6eebf8aadfa08d3ca03ca0cd2f0586ad34117fdfc7aa3cd25d95051843fde9df86665ad907f99baed179e7a117b11021417f379e4d2614eacd
22460+
languageName: node
22461+
linkType: hard
22462+
2236422463
"ts-dedent@npm:^2.0.0":
2236522464
version: 2.2.0
2236622465
resolution: "ts-dedent@npm:2.2.0"

0 commit comments

Comments
Β (0)