chore(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.0 - #101
chore(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.0#101dependabot[bot] wants to merge 1 commit into
Conversation
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>
Deploying agent-render with
|
| Latest commit: |
c46f6f8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6fcc6b41.agent-render.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-test.agent-render.pages.dev |
| }, | ||
| "engines": { | ||
| "node": ">=14", | ||
| "node": ">=22", |
There was a problem hiding this comment.
WARNING: @testing-library/jest-dom@7.0.0 requires Node >=22, but this repo runs Node 20.
The engines.node for this package changed from >=14 to >=22 (a breaking change in v7.0.0). This repo's CI runs Node 20 (.github/workflows/test.yml:19, .github/workflows/ci.yml:24) and package.json declares "engines": { "node": ">=20.10.0" }. npm ci will emit EBADENGINE warnings, and the test suite (jest-dom via vitest) may fail at runtime if v7 relies on Node 22+ APIs. Either bump CI and the package.json engines to Node 22, or hold this dependency on the 6.x line until Node 22 is the baseline.
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (2 files)
Fix these issues in Kilo Cloud Reviewed by glm-5.2-short · Input: 48K · Output: 6.7K · Cached: 496.8K |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Bumps @testing-library/jest-dom from 6.9.1 to 7.0.0.
Release notes
Sourced from @testing-library/jest-dom's releases.
Commits
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)