From 70be7f47a000de2dbdca90c3dbdaf7cde282b7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 11:54:59 +0000 Subject: [PATCH] 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](https://github.com/jest-community/eslint-plugin-jest/compare/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] --- web/package.json | 2 +- web/yarn.lock | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/web/package.json b/web/package.json index 3d1d685efdc..6f54fa9b48f 100644 --- a/web/package.json +++ b/web/package.json @@ -35,7 +35,7 @@ "css-loader": "^7.1.3", "css-minimizer-webpack-plugin": "^7.0.3", "eslint": "^9.39.2", - "eslint-plugin-jest": "^29.9.0", + "eslint-plugin-jest": "^29.15.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-unused-imports": "^4.2.0", "exports-loader": "^5.0.0", diff --git a/web/yarn.lock b/web/yarn.lock index c80e9d48c7e..df63f3912c2 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -7556,21 +7556,24 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jest@npm:^29.9.0": - version: 29.12.1 - resolution: "eslint-plugin-jest@npm:29.12.1" +"eslint-plugin-jest@npm:^29.15.0": + version: 29.15.0 + resolution: "eslint-plugin-jest@npm:29.15.0" dependencies: "@typescript-eslint/utils": "npm:^8.0.0" peerDependencies: "@typescript-eslint/eslint-plugin": ^8.0.0 - eslint: ^8.57.0 || ^9.0.0 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 jest: "*" + typescript: ">=4.8.4 <6.0.0" peerDependenciesMeta: "@typescript-eslint/eslint-plugin": optional: true jest: optional: true - checksum: 10c0/54c149328c97964a34958b7e32c56f24e9c9fb8eeb6892c357ae527d543cc766d960ef024baaa57be603befda8cb1e25f5cb9701993f554655143e199264ba7a + typescript: + optional: true + checksum: 10c0/e3d8f67708ba4a77a628f8d97a9ebbb20f62ad690d7cc155c0a1066d36b74a6ad8e943fda5c54264c4ad4186dd8d212075bce9f5c2debdd35708ed74ecdc81ef languageName: node linkType: hard @@ -13229,7 +13232,7 @@ __metadata: diff-arrays-of-objects: "npm:^1.1.8" dompurify: "npm:^3.2.4" eslint: "npm:^9.39.2" - eslint-plugin-jest: "npm:^29.9.0" + eslint-plugin-jest: "npm:^29.15.0" eslint-plugin-react: "npm:^7.37.5" eslint-plugin-unused-imports: "npm:^4.2.0" exports-loader: "npm:^5.0.0"