Skip to content

Commit 70be7f4

Browse files
Javascript dependency: Bump eslint-plugin-jest in /web
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.12.2 to 29.13.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.12.2...v29.13.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.13.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5002419 commit 70be7f4

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"css-loader": "^7.1.3",
3636
"css-minimizer-webpack-plugin": "^7.0.3",
3737
"eslint": "^9.39.2",
38-
"eslint-plugin-jest": "^29.9.0",
38+
"eslint-plugin-jest": "^29.15.0",
3939
"eslint-plugin-react": "^7.37.5",
4040
"eslint-plugin-unused-imports": "^4.2.0",
4141
"exports-loader": "^5.0.0",

web/yarn.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7556,21 +7556,24 @@ __metadata:
75567556
languageName: node
75577557
linkType: hard
75587558

7559-
"eslint-plugin-jest@npm:^29.9.0":
7560-
version: 29.12.1
7561-
resolution: "eslint-plugin-jest@npm:29.12.1"
7559+
"eslint-plugin-jest@npm:^29.15.0":
7560+
version: 29.15.0
7561+
resolution: "eslint-plugin-jest@npm:29.15.0"
75627562
dependencies:
75637563
"@typescript-eslint/utils": "npm:^8.0.0"
75647564
peerDependencies:
75657565
"@typescript-eslint/eslint-plugin": ^8.0.0
7566-
eslint: ^8.57.0 || ^9.0.0
7566+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
75677567
jest: "*"
7568+
typescript: ">=4.8.4 <6.0.0"
75687569
peerDependenciesMeta:
75697570
"@typescript-eslint/eslint-plugin":
75707571
optional: true
75717572
jest:
75727573
optional: true
7573-
checksum: 10c0/54c149328c97964a34958b7e32c56f24e9c9fb8eeb6892c357ae527d543cc766d960ef024baaa57be603befda8cb1e25f5cb9701993f554655143e199264ba7a
7574+
typescript:
7575+
optional: true
7576+
checksum: 10c0/e3d8f67708ba4a77a628f8d97a9ebbb20f62ad690d7cc155c0a1066d36b74a6ad8e943fda5c54264c4ad4186dd8d212075bce9f5c2debdd35708ed74ecdc81ef
75747577
languageName: node
75757578
linkType: hard
75767579

@@ -13229,7 +13232,7 @@ __metadata:
1322913232
diff-arrays-of-objects: "npm:^1.1.8"
1323013233
dompurify: "npm:^3.2.4"
1323113234
eslint: "npm:^9.39.2"
13232-
eslint-plugin-jest: "npm:^29.9.0"
13235+
eslint-plugin-jest: "npm:^29.15.0"
1323313236
eslint-plugin-react: "npm:^7.37.5"
1323413237
eslint-plugin-unused-imports: "npm:^4.2.0"
1323513238
exports-loader: "npm:^5.0.0"

0 commit comments

Comments
 (0)