chore(deps-dev): bump vitest from 3.2.4 to 4.1.0#44
chore(deps-dev): bump vitest from 3.2.4 to 4.1.0#44dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:75">
P1: Vitest 4 requires Node 20+, so this upgrade breaks the repository's declared Node >=18 support unless you also raise the engine/runtime baseline.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "tsup": "^8.4.0", | ||
| "typescript": "^5.7.0", | ||
| "vitest": "^3.0.0" | ||
| "vitest": "^4.1.0" |
There was a problem hiding this comment.
P1: Vitest 4 requires Node 20+, so this upgrade breaks the repository's declared Node >=18 support unless you also raise the engine/runtime baseline.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 75:
<comment>Vitest 4 requires Node 20+, so this upgrade breaks the repository's declared Node >=18 support unless you also raise the engine/runtime baseline.</comment>
<file context>
@@ -72,6 +72,6 @@
"tsup": "^8.4.0",
"typescript": "^5.7.0",
- "vitest": "^3.0.0"
+ "vitest": "^4.1.0"
}
}
</file context>
| "vitest": "^4.1.0" | |
| "vitest": "^3.2.4" |
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.2.4 to 4.1.0. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1c6528c to
9c504e8
Compare
Bumps vitest from 3.2.4 to 4.1.0.
Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest since 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)Summary by cubic
Upgrade
vitestfrom 3.2.4 to 4.1.0 to modernize the test stack. This brings invite8 (rolldown-based) and updates transitive dev deps likechai6.Written for commit 9c504e8. Summary will update on new commits.