build(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.1 - #929
build(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.1#929dependabot[bot] wants to merge 5 commits into
Conversation
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>
There was a problem hiding this comment.
Pull request overview
OpenCode cannot approve yet because required coverage evidence did not pass.
Review outcome
1. HIGH .github/workflows/opencode-review.yml:1 - Coverage evidence did not prove required test/docstring evidence
-
Problem: The required coverage-evidence job result was
failure, so OpenCode cannot establish approval sufficiency for this head. -
Root cause: Automated approval is only valid when the same-head coverage-evidence job proves supported repository test suites passed and configured docstring gates passed or were advisory, or reports not applicable because no supported source files or package manifests exist. Missing, failed, skipped, unavailable, or unsupported-tooling test evidence is a blocker.
-
Fix: Install or configure the repository test/docstring evidence tooling when source files or package manifests exist, rerun the current-head coverage-evidence job, and approve only after it reports
successwith required evidence or explicit no-source not-applicable evidence. -
Regression test: Keep the approval branch checking
needs.coverage-evidence.result == successbefore posting APPROVE, and publish REQUEST_CHANGES when coverage-evidence blocker states such as cancelled, skipped, failed, unsupported-tooling, or below-100 evidence are present. -
Result: REQUEST_CHANGES
-
Reason: coverage-evidence result was
failure, so required test/docstring evidence was not proven for current head0ce4cb84cbafcc81cbd824b2a7879ab5549d419a. -
Head SHA:
0ce4cb84cbafcc81cbd824b2a7879ab5549d419a -
Workflow run: 32172983862
-
Workflow attempt: 1
Coverage evidence
Coverage evidence job did not run or did not publish coverage evidence.
Changed-File Evidence Map
flowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Changed file (2 files)"]
S1 --> I1["repository behavior"]
I1 --> R1["Review risk: Changed file (2 files)"]
R1 --> V1["required checks"]
OpenCode Review Overview
Pull request overviewOpenCode cannot approve yet because required coverage evidence did not pass. Review outcome1. HIGH .github/workflows/opencode-review.yml:1 - Coverage evidence did not prove required test/docstring evidence
Coverage evidenceCoverage evidence job did not run or did not publish coverage evidence. Changed-File Evidence Mapflowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Changed file (2 files)"]
S1 --> I1["repository behavior"]
I1 --> R1["Review risk: Changed file (2 files)"]
R1 --> V1["required checks"]
|
There was a problem hiding this comment.
Pull request overview
OpenCode cannot approve yet because required coverage evidence did not pass.
Review outcome
1. HIGH .github/workflows/opencode-review.yml:1 - Coverage evidence did not prove required test/docstring evidence
-
Problem: The required coverage-evidence job result was
failure, so OpenCode cannot establish approval sufficiency for this head. -
Root cause: Automated approval is only valid when the same-head coverage-evidence job proves supported repository test suites passed and configured docstring gates passed or were advisory, or reports not applicable because no supported source files or package manifests exist. Missing, failed, skipped, unavailable, or unsupported-tooling test evidence is a blocker.
-
Fix: Install or configure the repository test/docstring evidence tooling when source files or package manifests exist, rerun the current-head coverage-evidence job, and approve only after it reports
successwith required evidence or explicit no-source not-applicable evidence. -
Regression test: Keep the approval branch checking
needs.coverage-evidence.result == successbefore posting APPROVE, and publish REQUEST_CHANGES when coverage-evidence blocker states such as cancelled, skipped, failed, unsupported-tooling, or below-100 evidence are present. -
Result: REQUEST_CHANGES
-
Reason: coverage-evidence result was
failure, so required test/docstring evidence was not proven for current head0ce4cb84cbafcc81cbd824b2a7879ab5549d419a. -
Head SHA:
0ce4cb84cbafcc81cbd824b2a7879ab5549d419a -
Workflow run: 32180576805
-
Workflow attempt: 1
Coverage evidence
Coverage evidence job did not run or did not publish coverage evidence.
Changed-File Evidence Map
flowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Changed file (2 files)"]
S1 --> I1["repository behavior"]
I1 --> R1["Review risk: Changed file (2 files)"]
R1 --> V1["required checks"]
seonghobae
left a comment
There was a problem hiding this comment.
Reviewed exact head 0ce4cb84cbafcc81cbd824b2a7879ab5549d419a against protected develop@acdbea6344fe1231c39535b575f4de35e4c607c9. The change is limited to @testing-library/jest-dom 7.0.1 plus lockfile resolution; BandScope's declared Node 22 range satisfies jest-dom's Node >=22 floor, the required @testing-library/dom peer resolves at 10.4.1, and exact-head ci, build-baseline, release, sbom, Bandit, SAST Semgrep, and secret-scan are terminal-success. The PR-introduced OSV comparison and dependency-review jobs are also success. The aggregate security failure was inspected at job/log level and is the protected-base pdfjs-dist CVE-2026-16633 owned by canonical #783, not introduced by this dependency bump. No inline review threads are open. APPROVE is code-review evidence only; it does not treat the inherited #783 security failure or the central coverage/OpenCode prerequisite as passing and does not authorize merge until those exact-head gates are regenerated and green.
seonghobae
left a comment
There was a problem hiding this comment.
Current-head re-review found a branch-owned lock-provenance regression that my earlier approval missed. The exact package-lock.json diff removes peer: true from the root node_modules/@esbuild/* platform records. Canonical dependency-security owner #783 makes preservation of those npm-10.9.8-generated markers an explicit regression sentinel for future dependency updates. Please regenerate/recreate this jest-dom update from the protected develop produced after #783 merges, using npm 10.9.8, and then require frozen npm ci plus the full exact-head test/security cycle. Do not hand-edit generator-sensitive lock metadata. This REQUEST_CHANGES supersedes my earlier approval; the jest-dom 7.0.1 dependency intent and its Node/peer requirements are not the objection.
# Conflicts: # package-lock.json
There was a problem hiding this comment.
Devin Review found 2 potential issues.
🐛 1 issue in files not directly in the diff
🐛 Merge conflict markers left in lockfile
The committed package-lock.json still contains Git conflict markers <<<<<<< HEAD (line 64), ======= (line 343), and >>>>>>> origin/develop (line 344). The file is no longer valid JSON, so npm install and every lockfile-dependent CI gate fail.
…lock with branch manifests
|
@opencode-agent Review PR #929 only at exact current head |
Bumps @testing-library/jest-dom from 6.9.1 to 7.0.1.
Release notes
Sourced from @testing-library/jest-dom's releases.
Commits
3782c78fix: declare vitest as an optional peer dependency (#733)1e39089feat: add toContainAnyBy* and toContainOneBy* query matcherscae44dffeat: add toContainAnyBy* and toContainOneBy* query matchers (#731)55c07ceci: switch release to npm trusted publishing (#726)213256fdocs: move toHaveSelection from the deprecated section (#717)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@testing-library/jest-domsince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)