Skip to content

Javascript dependency: Bump @testing-library/jest-dom from 6.9.1 to 7.0.1 in /web - #10271

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/web/testing-library/jest-dom-7.0.1
Closed

Javascript dependency: Bump @testing-library/jest-dom from 6.9.1 to 7.0.1 in /web#10271
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/web/testing-library/jest-dom-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v7.0.1

7.0.1 (2026-08-09)

Bug Fixes

  • declare vitest as an optional peer dependency (#733) (3782c78)

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
  • 3782c78 fix: declare vitest as an optional peer dependency (#733)
  • 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 dependabot Bot added the Dependencies Pull requests that update a dependency file label Aug 14, 2026
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.9.1 to 7.0.1.
- [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.1)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/testing-library/jest-dom-7.0.1 branch from 5ecf167 to 2967d96 Compare August 14, 2026 13:14
@dpage

dpage commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Closing this one: we need to stay on Node 20 as a minimum for now, since that is what is deployed across most of the buildfarm, and jest-dom 7 declares engines.node >= 22.

It does pass our JS tests on Node 20 in practice, so this is a deliberate choice not to run an officially unsupported combination rather than a reaction to a failure. The ^6.9.1 constraint in web/package.json already prevents 7.x from being installed, so nothing is at risk in the meantime; what this PR proposes is widening that constraint, which is the part we do not want.

I am raising a separate PR to add a Dependabot ignore rule for major @testing-library/jest-dom updates, so this does not come round again every fortnight. When the buildfarm moves to Node 22 the rule can come out and the upgrade can go in properly.

@dpage dpage closed this Aug 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web/testing-library/jest-dom-7.0.1 branch August 17, 2026 09:30
dpage added a commit that referenced this pull request Aug 17, 2026
@testing-library/jest-dom 7 declares "engines": {"node": ">=22"}, whilst Node
20 remains our minimum and is what most of the buildfarm runs. The bump passes
our JS tests on Node 20 in practice, so this is a deliberate choice not to
depend on an officially unsupported combination rather than a reaction to a
failure.

The "^6.9.1" constraint in web/package.json already prevents 7.x from being
installed; what Dependabot proposes is widening that constraint, which is the
part we do not want, so ignore major updates for this package until the
buildfarm moves to Node 22. See #10271 and #10210.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant