build(deps-dev): bump vitest from 4.0.18 to 4.1.0 in the npm_and_yarn group across 1 directory#119
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bf42a9f6b5
ℹ️ 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".
| "pptxgenjs": "4.0.1", | ||
| "ultracite": "7.1.5", | ||
| "vitest": "4.0.18", | ||
| "vitest": "4.1.0", |
There was a problem hiding this comment.
Update the lockfile with the Vitest bump
This changes package.json to require vitest 4.1.0, but bun.lock still pins the root dependency and all Vitest packages to 4.0.18. The repo's CI and publish workflows run bun install --frozen-lockfile (for example .github/workflows/ci.yml), so this dependency PR will fail install until the lockfile is regenerated and committed with the version bump.
Useful? React with 👍 / 👎.
bf42a9f to
3e651ff
Compare
3e651ff to
5e8a798
Compare
5e8a798 to
9fe893f
Compare
9fe893f to
7eaace8
Compare
7eaace8 to
657d17d
Compare
Bumps the npm_and_yarn group with 1 update in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vitest` from 4.0.18 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [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 ... Signed-off-by: dependabot[bot] <support@github.com>
657d17d to
ee377a5
Compare
Bumps the npm_and_yarn group with 1 update in the / directory: vitest.
Updates
vitestfrom 4.0.18 to 4.1.0Release 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)