chore(deps-dev): update dependency @testing-library/jest-dom to v7 - #1230
chore(deps-dev): update dependency @testing-library/jest-dom to v7#1230renovate[bot] wants to merge 1 commit into
Conversation
📦 Bundle Size Report
Size Limits
Largest Files (Top 5)
View All Files (421 total)
✅ Bundle size check passed |
|
Deploy preview for adp-cost-calculator ready!
Deployed with vercel-action |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 703df43. Configure here.
| "@arethetypeswrong/cli": "0.18.5", | ||
| "@hey-api/openapi-ts": "0.95.0", | ||
| "@testing-library/jest-dom": "6.9.1", | ||
| "@testing-library/jest-dom": "7.0.0", |
There was a problem hiding this comment.
Node engines conflict with jest-dom
Low Severity
@testing-library/jest-dom 7.0.0 requires Node >=22, but this package still declares engines.node as >=20 and DEVELOPMENT.md still documents Node 20 as supported. Contributors on Node 20–21 can hit install engine warnings or unsupported test-tooling behavior after this upgrade.
Additional Locations (1)
Triggered by project rule: Code Review Guidelines
Reviewed by Cursor Bugbot for commit 703df43. Configure here.
|
Deploy preview for remote-flows ready!
Deployed with vercel-action |
📊 Coverage Report⚪ Coverage unchanged
Detailed BreakdownLines Coverage
Statements Coverage
Functions Coverage
Branches Coverage
✅ Coverage check passed |
5601ea1 to
0997816
Compare
79d1214 to
1a8f88a
Compare
1a8f88a to
ddf054b
Compare
ddf054b to
7192da7
Compare


This PR contains the following updates:
6.9.1→7.0.1Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
v7.0.1Compare Source
v7.0.0Compare Source
v6.10.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Note
Low Risk
Dev-only test matcher dependency bump with no source changes; main caveat is jest-dom v7’s Node >=22 engine vs the package’s
engines.nodeof >=20.Overview
Bumps the dev dependency
@testing-library/jest-domfrom 6.9.1 to 7.0.1 inpackage.jsonand the lockfile. No application or test setup code changes in this diff.v7 tightens runtime expectations: the package now declares Node
>=22(was>=14) and adds peer requirements on@testing-library/dom(>=10 <11) and optionalvitest(>=0.32). This repo already wires matchers via@testing-library/jest-dom/vitestinvitest-setup.tsand runs Vitest 4.x, so behavior should stay the same aside from whatever shipped in the major release.Reviewers should confirm CI/local installs meet the new Node floor and that the lockfile still satisfies the new peers (likely via
@testing-library/react).Reviewed by Cursor Bugbot for commit 7192da7. Bugbot is set up for automated code reviews on this repo. Configure here.