build(deps-dev): bump vitest from 4.1.10 to 4.1.11 - #1670
Conversation
PR title fails Conventional Commits checkExamples of valid titles:
|
@nextlyhq/adapter-drizzle
@nextlyhq/adapter-mysql
@nextlyhq/adapter-postgres
@nextlyhq/adapter-sqlite
@nextlyhq/admin
@nextlyhq/admin-css
@nextlyhq/blocks-engine
@nextlyhq/blocks-react
@nextlyhq/builder
create-nextly-app
@nextlyhq/eslint-plugin
nextly
@nextlyhq/plugin-form-builder
@nextlyhq/plugin-mcp
@nextlyhq/plugin-page-builder
@nextlyhq/plugin-sdk
@nextlyhq/plugin-seo
@nextlyhq/storage-s3
@nextlyhq/storage-uploadthing
@nextlyhq/storage-vercel-blob
@nextlyhq/ui
commit: |
fb9644a to
0c64f32
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
5603650 to
da0d6bd
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: da0d6bde1e
ℹ️ 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".
| '@vitest/coverage-v8': | ||
| specifier: ^4.1.0 | ||
| version: 4.1.10(vitest@4.1.10) | ||
| version: 4.1.10(vitest@4.1.11) |
There was a problem hiding this comment.
Keep the coverage provider aligned with Vitest
The frozen lockfile now pairs @vitest/coverage-v8@4.1.10 with vitest@4.1.11. The coverage provider explicitly rejects a different Vitest version during initialization, so the repository's pnpm test:coverage tasks abort before running tests. Update @vitest/coverage-v8 to 4.1.11 in the manifests/override and regenerate the lockfile alongside this bump.
Useful? React with 👍 / 👎.
e2d7a8d to
344d0bc
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 344d0bc606
ℹ️ 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".
| '@vitest/ui': | ||
| specifier: ^4.1.0 | ||
| version: 4.1.10(vitest@4.1.10) | ||
| version: 4.1.10(vitest@4.1.11) |
There was a problem hiding this comment.
Keep the UI package aligned with Vitest
The lockfile leaves @vitest/ui at 4.1.10 while the package test:ui scripts now run Vitest 4.1.11. The UI package is version-coupled to Vitest core and rejects a mismatched version when vitest --ui initializes, so the repository's UI test sessions fail before serving the dashboard; bump @vitest/ui and its override/lock entry to 4.1.11 alongside core.
Useful? React with 👍 / 👎.
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.10 to 4.1.11. - [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.11/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
344d0bc to
f389b42
Compare
Bumps vitest from 4.1.10 to 4.1.11.
Release notes
Sourced from vitest's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)9851dbcfix(browser): trigger playwright/chromium gc on lower disk availability [back...