From 51a79dda2795f3b106f62238775521f451ebd63c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 22:10:54 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/jest-dom in /src/ts/deucalion-ui Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.9.1 to 7.0.0. - [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.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/ts/deucalion-ui/package-lock.json | 13 ++++++++----- src/ts/deucalion-ui/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/ts/deucalion-ui/package-lock.json b/src/ts/deucalion-ui/package-lock.json index 2a2b41d..8fce999 100644 --- a/src/ts/deucalion-ui/package-lock.json +++ b/src/ts/deucalion-ui/package-lock.json @@ -14,7 +14,7 @@ "@eslint/js": "^9.39.2", "@playwright/test": "^1.55.0", "@solidjs/testing-library": "^0.8.10", - "@testing-library/jest-dom": "^6.9.1", + "@testing-library/jest-dom": "^7.0.0", "eslint": "^9.39.2", "eslint-plugin-solid": "^0.14.5", "globals": "^17.1.0", @@ -1248,9 +1248,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.9.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", - "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.0.tgz", + "integrity": "sha512-HKAH9C6mBo5yBG6yRO5i43L2iisencAo5z+o5P/saHUoY+miC5ivXRxHBJcFyB5ypPNxHJdK3BoF/3O4DIptMg==", "dev": true, "license": "MIT", "dependencies": { @@ -1262,9 +1262,12 @@ "redent": "^3.0.0" }, "engines": { - "node": ">=14", + "node": ">=22", "npm": ">=6", "yarn": ">=1" + }, + "peerDependencies": { + "@testing-library/dom": ">=10 <11" } }, "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { diff --git a/src/ts/deucalion-ui/package.json b/src/ts/deucalion-ui/package.json index 6a73b8d..5641959 100644 --- a/src/ts/deucalion-ui/package.json +++ b/src/ts/deucalion-ui/package.json @@ -21,7 +21,7 @@ "@eslint/js": "^9.39.2", "@playwright/test": "^1.55.0", "@solidjs/testing-library": "^0.8.10", - "@testing-library/jest-dom": "^6.9.1", + "@testing-library/jest-dom": "^7.0.0", "eslint": "^9.39.2", "eslint-plugin-solid": "^0.14.5", "globals": "^17.1.0",