Skip to content

chore(deps,web-ui)(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.0 in /web-ui - #510

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-ui/testing-library/jest-dom-7.0.0
Closed

chore(deps,web-ui)(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.0 in /web-ui#510
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-ui/testing-library/jest-dom-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 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)

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

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>
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: deps, web-ui. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Weegy added a commit that referenced this pull request Jul 27, 2026
* chore(deps,middleware): bump jose from 6.2.3 to 6.2.4 in /middleware

Dependabot PR #511 (runtime-patches group).

* chore(deps,web-ui): bump next/react/react-dom, eslint-config-next, jest-dom

- next 16.2.10 -> 16.2.12, react/react-dom 19.2.7 -> 19.2.8 (Dependabot PR #512, runtime-patches group)
- eslint-config-next 16.2.10 -> 16.2.12 (Dependabot PR #509, dev-tooling group)
- @testing-library/jest-dom 6.9.1 -> 7.0.0 (Dependabot PR #510, major — @testing-library/dom
  is already pinned >=10.4.1 satisfying the new required peer dep; repo already imports via
  '@testing-library/jest-dom/vitest' and Node engine is already >=22.13.0, so no code changes
  were needed for the v7 breaking changes).

* chore(deps,middleware): override transitive high-severity vulns to fix required audit gate

Pins nested/transitive packages via npm overrides (the direct dependency
declaring them either has no fix yet or would need a major bump):
- axios 1.18.1 (nested under botbuilder, was pinned to a stale <1.18.0 in
  the lockfile despite node_modules already resolving newer)
- fast-uri 3.1.4, postcss 8.5.23 (same stale-lockfile-pin pattern)
- brace-expansion 5.0.8 (the only version line clear of both DoS advisories)

middleware audit: 16 vulnerabilities (4 high) -> 10 (0 high/critical).
Remaining 10 moderate (botbuilder/uuid/@azure/msal-node,
@modelcontextprotocol/sdk/@hono/node-server chains) need upstream major
bumps and don't block the required 'audit (high+critical block)' check.

Verified: build, typecheck, lint, full test suite (4701/4705, 4 skipped,
0 fail) all green after a clean node_modules + lockfile regeneration
(overrides don't apply reliably on an incremental install over an
existing lockfile — needed rm -rf node_modules package-lock.json).

* chore(deps,web-ui): override transitive high-severity vulns to fix required audit gate

- postcss 8.5.23, sharp 0.35.3 (next.js bundles its own older nested
  copies of both; overriding them also cleared 'next' itself from the
  audit report, since next was only flagged as an 'effects' cascade of
  these two, not a direct CVE against next 16.2.12)
- brace-expansion 5.0.8 (only version line clear of both DoS advisories)
- minimatch 10.2.5, required alongside brace-expansion: minimatch@3.x
  (hoisted top-level, used by @eslint/config-array) declares
  brace-expansion ^1.1.7 and calls it as a callable default export;
  brace-expansion 5.x dropped that shape, so eslint crashed
  ('TypeError: expand is not a function') until minimatch was bumped
  to the major line (10.x) that expects brace-expansion ^5.x.

web-ui audit: 15 vulnerabilities (4 high) -> 2 (0 high/critical).
Remaining 2 moderate (dompurify via monaco-editor, monaco-editor itself)
need a monaco-editor major bump and don't block the required
'audit (high+critical block)' check.

Verified: build, typecheck, lint (36 pre-existing warnings, 0 errors,
no crash), full test suite (306/306) all green after a clean
node_modules + lockfile regeneration.
@Weegy Weegy closed this in #513 Jul 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 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-ui/testing-library/jest-dom-7.0.0 branch July 27, 2026 03:56
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