Skip to content

chore(deps-dev): update dependency @testing-library/jest-dom to v7 - #1230

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-testing-library-monorepo
Open

chore(deps-dev): update dependency @testing-library/jest-dom to v7#1230
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-testing-library-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@testing-library/jest-dom 6.9.17.0.1 age confidence

Release Notes

testing-library/jest-dom (@​testing-library/jest-dom)

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.10.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

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.node of >=20.

Overview
Bumps the dev dependency @testing-library/jest-dom from 6.9.1 to 7.0.1 in package.json and 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 optional vitest (>=0.32). This repo already wires matchers via @testing-library/jest-dom/vitest in vitest-setup.ts and 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.

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

📦 Bundle Size Report

Metric Current Previous Change Status
Total (gzip) 259.61 kB 259.61 kB 0 B (0%) 🟢
Total (raw) 694.45 kB 694.45 kB 0 B (0%) 🟢
CSS (gzip) 21.69 kB 21.69 kB 0 B (0%) 🟢
CSS (raw) 112.77 kB 112.77 kB 0 B (0%) 🟢

Size Limits

  • ✅ Total gzipped: 259.61 kB / 350 kB (74.2%)
  • ✅ Total raw: 694.45 kB / 850 kB (81.7%)
  • ✅ CSS gzipped: 21.69 kB / 25 kB (86.8%)

Largest Files (Top 5)

  1. chunk-AUPAAQUT.js - 14 kB (0 B (0%))
  2. styles.css - 10.85 kB (0 B (0%))
  3. index.css - 10.85 kB (0 B (0%))
  4. index.js - 6.8 kB (0 B (0%))
  5. chunk-KDHFTLCW.js - 6.58 kB (0 B (0%))
View All Files (421 total)
File Size (gzip) Change
chunk-AUPAAQUT.js 14 kB 0 B (0%)
styles.css 10.85 kB 0 B (0%)
index.css 10.85 kB 0 B (0%)
index.js 6.8 kB 0 B (0%)
chunk-KDHFTLCW.js 6.58 kB 0 B (0%)
chunk-D6G3ZRDQ.js 6.43 kB 0 B (0%)
chunk-RSEGYKMD.js 5.84 kB 0 B (0%)
chunk-C4HFMTSB.js 5.33 kB 0 B (0%)
chunk-P2YLLK6M.js 4.65 kB 0 B (0%)
chunk-MKOMDNWM.js 4.22 kB 0 B (0%)

✅ Bundle size check passed

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for adp-cost-calculator ready!

Project:adp-cost-calculator
Status: ✅  Deploy successful!
Preview URL:https://adp-cost-calculator-55v1nyp5z-remotecom.vercel.app
Latest Commit:7192da7

Deployed with vercel-action

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread package.json Outdated
"@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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Triggered by project rule: Code Review Guidelines

Reviewed by Cursor Bugbot for commit 703df43. Configure here.

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for remote-flows ready!

Project:remote-flows
Status: ✅  Deploy successful!
Preview URL:https://remote-flows-ljaagbop5-remotecom.vercel.app
Latest Commit:7192da7

Deployed with vercel-action

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

📊 Coverage Report

⚪ Coverage unchanged

Metric Current Previous Change Status
Lines 85.49% 85.49% 0%
Statements 85.05% 85.05% 0%
Functions 83.71% 83.71% 0%
Branches 76.92% 76.92% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 4366 / 5107
  • Coverage: 85.49%
  • Change: 0% (0 lines)
Statements Coverage
  • Covered: 4439 / 5219
  • Coverage: 85.05%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 1156 / 1381
  • Coverage: 83.71%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2706 / 3518
  • Coverage: 76.92%
  • Change: 0% (0 branches)

✅ Coverage check passed

@renovate
renovate Bot force-pushed the renovate/major-testing-library-monorepo branch 3 times, most recently from 5601ea1 to 0997816 Compare August 17, 2026 02:37
@renovate
renovate Bot force-pushed the renovate/major-testing-library-monorepo branch 2 times, most recently from 79d1214 to 1a8f88a Compare September 2, 2026 16:56
@renovate
renovate Bot force-pushed the renovate/major-testing-library-monorepo branch from 1a8f88a to ddf054b Compare September 4, 2026 01:05
@renovate
renovate Bot force-pushed the renovate/major-testing-library-monorepo branch from ddf054b to 7192da7 Compare September 4, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants