Skip to content

feat(deps)!: Update dependency @testing-library/jest-dom (6.9.1 → 7.0.0)#638

Merged
joryirving merged 1 commit into
mainfrom
renovate/major-testing-library-monorepo
Jul 21, 2026
Merged

feat(deps)!: Update dependency @testing-library/jest-dom (6.9.1 → 7.0.0)#638
joryirving merged 1 commit into
mainfrom
renovate/major-testing-library-monorepo

Conversation

@its-miso

@its-miso its-miso Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/jest-dom ^6.9.1^7.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v7.0.0

Compare Source

Features
  • add toContainAnyBy* and toContainOneBy* query matchers (1e39089)
BREAKING CHANGES

Repaired release for #​731

v6.10.0

Compare Source

Features
  • add toContainAnyBy* and toContainOneBy* query matchers (#​731) (cae44df)

Configuration

📅 Schedule: (in timezone America/Edmonton)

  • 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 has been generated by Mend Renovate.

@its-miso its-miso Bot added the type/major label Jul 20, 2026
@its-miso
its-miso Bot requested a review from joryirving as a code owner July 20, 2026 19:41

@its-saffron its-saffron Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

AI Automated Review

Full PR review.

Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic) — escalated (fast_low_confidence)

Review: Update @​testing-library/jest-dom (6.9.1 → 7.0.0)

Recommendation: Approve — the upgrade is safe and all required checks are satisfied.

Change Summary

This PR upgrades @testing-library/jest-dom from ^6.9.1 to ^7.0.0, a major version bump that adds two new query matchers (toContainAnyBy* and toContainOneBy*).

Required Checks

  • check for breaking API changes in updated dependencies: Verified. The v7.0.0 release notes document one breaking change: @testing-library/dom is now a required peer dependency (previously optional), and the minimum supported Node.js version is now 22. Both conditions are satisfied: the repository uses Node.js 24 (pinned in .github/actions/setup-node/action.yml and .github/workflows/manual-release.yml), and the peer dependency (@testing-library/dom) is already available transitively via @testing-library/react ^16.3.2 in the project's devDependencies. No existing APIs are removed; the new matchers are additive.

  • run full test suite after upgrade: Verified. The CI check results show Tests: success for this PR's commit (8d2d38f), confirming the full test suite passes with the upgraded dependency.

Standards Compliance

  • The dependency follows the repository's pattern of pinning major-version ranges with caret notation (^7.0.0).
  • The PR title correctly uses the ! convention (as shown in feat(deps)!:) to signal a breaking version bump, consistent with conventional commits.
  • The vitest.setup.ts import path import "@testing-library/jest-dom/vitest" remains valid in v7.0.0.

Tool Harness Findings

All checks passed: typecheck, lint, tests, build, Docker build, and review.

Unknowns or Needs Verification

None. The peer dependency requirement is satisfied by existing transitive dependencies, the Node.js 22+ requirement is met by the repository's Node 24 runtime, and the CI confirmed all tests pass.

@joryirving
joryirving merged commit 1dfa7db into main Jul 21, 2026
7 checks passed
@joryirving
joryirving deleted the renovate/major-testing-library-monorepo branch July 21, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant