From 31de0e9361409cf371303e53f77b357a5c96a606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 09:00:54 +0000 Subject: [PATCH] chore(deps-dev): Bump @testing-library/jest-dom from 6.6.3 to 6.9.1 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.6.3 to 6.9.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.6.3...v6.9.1) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 6.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/solid/package.json | 2 +- packages/solidstart/package.json | 2 +- yarn.lock | 11 +++++------ 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/packages/solid/package.json b/packages/solid/package.json index 72782674eac1..f346c0ca40a1 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -76,7 +76,7 @@ "@solidjs/testing-library": "0.8.5", "@tanstack/solid-router": "^1.169.2", "@testing-library/dom": "^7.21.4", - "@testing-library/jest-dom": "^6.4.5", + "@testing-library/jest-dom": "^6.9.1", "@testing-library/user-event": "^14.5.2", "solid-js": "^1.9.11", "vite": "^6.4.3", diff --git a/packages/solidstart/package.json b/packages/solidstart/package.json index 20897b07d0de..f3b9daed8aa8 100644 --- a/packages/solidstart/package.json +++ b/packages/solidstart/package.json @@ -92,7 +92,7 @@ "@solidjs/router": "^1.0.0", "@solidjs/start": "^1.2.1", "@solidjs/testing-library": "0.8.5", - "@testing-library/jest-dom": "^6.4.5", + "@testing-library/jest-dom": "^6.9.1", "@testing-library/user-event": "^14.5.2", "solid-js": "^1.9.11", "vinxi": "^0.5.11", diff --git a/yarn.lock b/yarn.lock index 4676a0a9655b..3ad929856d72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8518,17 +8518,16 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/jest-dom@^6.4.5": - version "6.6.3" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2" - integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA== +"@testing-library/jest-dom@^6.9.1": + version "6.9.1" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz#7613a04e146dd2976d24ddf019730d57a89d56c2" + integrity sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA== dependencies: "@adobe/css-tools" "^4.4.0" aria-query "^5.0.0" - chalk "^3.0.0" css.escape "^1.5.1" dom-accessibility-api "^0.6.3" - lodash "^4.17.21" + picocolors "^1.1.1" redent "^3.0.0" "@testing-library/react-hooks@^7.0.2":