From 2967d96ed7408e165299353781a0c8a3f041d290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 13:14:47 +0000 Subject: [PATCH] Javascript dependency: Bump @testing-library/jest-dom in /web Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.9.1 to 7.0.1. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.9.1...v7.0.1) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/web/package.json b/web/package.json index 34dcb3262b9..46c33952171 100644 --- a/web/package.json +++ b/web/package.json @@ -23,7 +23,7 @@ "@emotion/utils": "^1.4.2", "@svgr/webpack": "^8.1.0", "@testing-library/dom": "10.4.1", - "@testing-library/jest-dom": "^6.9.1", + "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "^14.6.3", "@types/jest": "^30.0.0", diff --git a/web/yarn.lock b/web/yarn.lock index 4ee29f47113..acac0dd3cc1 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -3903,9 +3903,9 @@ __metadata: languageName: node linkType: hard -"@testing-library/jest-dom@npm:^6.9.1": - version: 6.9.1 - resolution: "@testing-library/jest-dom@npm:6.9.1" +"@testing-library/jest-dom@npm:^7.0.1": + version: 7.0.1 + resolution: "@testing-library/jest-dom@npm:7.0.1" dependencies: "@adobe/css-tools": "npm:^4.4.0" aria-query: "npm:^5.0.0" @@ -3913,7 +3913,13 @@ __metadata: dom-accessibility-api: "npm:^0.6.3" picocolors: "npm:^1.1.1" redent: "npm:^3.0.0" - checksum: 10c0/4291ebd2f0f38d14cefac142c56c337941775a5807e2a3d6f1a14c2fbd6be76a18e498ed189e95bedc97d9e8cf1738049bc76c85b5bc5e23fae7c9e10f7b3a12 + peerDependencies: + "@testing-library/dom": ">=10 <11" + vitest: ">= 0.32" + peerDependenciesMeta: + vitest: + optional: true + checksum: 10c0/4450af11d3580749949c6eee749077267c70d18f794952b9e24839f8f66afe28c6f83dd3d93b135cfd9aae8401b9861260cc309dee4ad4f2845b52b94e5c5e11 languageName: node linkType: hard @@ -13213,7 +13219,7 @@ __metadata: "@tanstack/react-table": "npm:^8.21.3" "@tanstack/react-virtual": "npm:^3.13.24" "@testing-library/dom": "npm:10.4.1" - "@testing-library/jest-dom": "npm:^6.9.1" + "@testing-library/jest-dom": "npm:^7.0.1" "@testing-library/react": "npm:16.3.2" "@testing-library/user-event": "npm:^14.6.3" "@types/jest": "npm:^30.0.0"