Skip to content

chore(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.0 - #1023

Merged
BigSimmo merged 2 commits into
mainfrom
dependabot/npm_and_yarn/testing-library/jest-dom-7.0.0
Jul 21, 2026
Merged

chore(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.0#1023
BigSimmo merged 2 commits into
mainfrom
dependabot/npm_and_yarn/testing-library/jest-dom-7.0.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps @testing-library/jest-dom from 6.9.1 to 7.0.0.

Release notes

Sourced from @​testing-library/jest-dom's releases.

v7.0.0

7.0.0 (2026-07-20)

Features

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

BREAKING CHANGES

  • @​testing-library/dom is now a required peer dependency. The minimum supported Node.js version is now 22.

Repaired release for testing-library/jest-dom#731

v6.10.0

6.10.0 (2026-07-20)

Features

  • add toContainAnyBy* and toContainOneBy* query matchers (#731) (cae44df)
Commits
  • 1e39089 feat: add toContainAnyBy* and toContainOneBy* query matchers
  • cae44df feat: add toContainAnyBy* and toContainOneBy* query matchers (#731)
  • 55c07ce ci: switch release to npm trusted publishing (#726)
  • 213256f docs: move toHaveSelection from the deprecated section (#717)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​testing-library/jest-dom since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated the testing support tooling to the latest major version.

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](testing-library/jest-dom@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] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
@dependabot
dependabotBot requested a review from BigSimmo as a code ownerJuly 21, 2026 00:28
@dependabotdependabotBot added the javascript Pull requests that update javascript code label Jul 21, 2026
@coderabbitai

coderabbitaiBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: d551947f-4112-4802-8136-f19ae7958cbf

📥 Commits

Reviewing files that changed from the base of the PR and between 824c19e and 24f7e31.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The pull request updates the @testing-library/jest-dom development dependency in package.json from ^6.9.1 to ^7.0.0.

Changes

Testing Library Update

Layer / File(s)Summary
Jest DOM version constraint
package.json
The @testing-library/jest-dom development dependency is updated to ^7.0.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers:bigsimmo

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check nameStatusExplanationResolution
Description check⚠️ WarningIt doesn't follow the required template and is missing explicit Summary, Verification, Risk/Rollback, and Notes sections.Add the template headings and fill in Summary, Verification, Risk/Rollback, Provider or production effects, and Notes; include any verification results.
✅ Passed checks (4 passed)
Check nameStatusExplanation
Title check✅ PassedThe title accurately describes the only change: bumping @testing-library/jest-dom from 6.9.1 to 7.0.0.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/testing-library/jest-dom-7.0.0

Comment @coderabbitai help to get the list of available commands.

@BigSimmo
BigSimmo merged commit e49ca81 into mainJul 21, 2026
24 checks passed
@BigSimmo
BigSimmo deleted the dependabot/npm_and_yarn/testing-library/jest-dom-7.0.0 branch July 21, 2026 01:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@BigSimmo