chore(deps-dev): bump @testing-library/jest-dom from 6.10.0 to 7.0.0 - #1571
chore(deps-dev): bump @testing-library/jest-dom from 6.10.0 to 7.0.0#1571dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.10.0 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.10.0...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>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0977bf79be
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@tailwindcss/postcss": "^4.1.17", | ||
| "@testing-library/dom": "^10.4.1", | ||
| "@testing-library/jest-dom": "^6.9.1", | ||
| "@testing-library/jest-dom": "^7.0.0", |
There was a problem hiding this comment.
Commit the lockfile update with the dependency bump
This changes package.json to require @testing-library/jest-dom ^7.0.0, but the committed bun.lock still records the root devDependency as ^6.9.1 and resolves @testing-library/jest-dom@6.9.1. I checked the root CI install step at .github/workflows/ci.yml:37, which runs bun install --frozen-lockfile; Bun's help says that flag disallows lockfile changes, so fresh CI/Docker installs from this commit will not be able to reconcile the manifest and lockfile until the lockfile is regenerated and committed.
Useful? React with 👍 / 👎.
|
🤖 pr-fix routine: blocked — cannot regenerate Diagnosis (confirmed from logs, not inferred): Four checks fail — This PR bumps
Why I could not fix it: the fix is This is systemic, not specific to this PR. I verified the file lists of the other open Dependabot PRs — every one touches
Same cause as the one already written up on #1566: Two ways out, both requiring a human:
Unblocking the routine itself would additionally require adding The routine will not pick this PR up again until someone removes the Generated by Claude Code |
Bumps @testing-library/jest-dom from 6.10.0 to 7.0.0.
Release notes
Sourced from @testing-library/jest-dom's releases.
Commits
1e39089feat: add toContainAnyBy* and toContainOneBy* query matchersMaintainer 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)