Conversation
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.2.4 to 4.1.2. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughSummary by CodeRabbit
WalkthroughA single development dependency version is updated in Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
package.json (1)
74-74:⚠️ Potential issue | 🟠 MajorAlign Vitest core and coverage plugin majors.
vitestis bumped to^4.1.2, but@vitest/coverage-v8remains at^3.2.4. The coverage plugin v3.2.4 requires exactlyvitest@3.2.4, making it incompatible with vitest v4. This breaksvitest --coveragein CI/runtime. Bump@vitest/coverage-v8to^4.1.2in the same PR.Suggested diff
- "@vitest/coverage-v8": "^3.2.4", + "@vitest/coverage-v8": "^4.1.2", ... "vitest": "^4.1.2",🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@package.json` at line 74, Update the `@vitest/coverage-v8` dependency to match the major version of vitest; change "@vitest/coverage-v8" from "^3.2.4" to "^4.1.2" in package.json so the coverage plugin and vitest share the same major (v4) and then regenerate the lockfile (npm/yarn/pnpm install) to ensure CI uses the aligned versions.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@package.json`:
- Line 74: Update the `@vitest/coverage-v8` dependency to match the major version
of vitest; change "@vitest/coverage-v8" from "^3.2.4" to "^4.1.2" in
package.json so the coverage plugin and vitest share the same major (v4) and
then regenerate the lockfile (npm/yarn/pnpm install) to ensure CI uses the
aligned versions.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: lokalise/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: d8c129cf-f26f-4ac2-915f-9306004e357e
📒 Files selected for processing (1)
package.json
Bumps vitest from 3.2.4 to 4.1.2.
Release notes
Sourced from vitest's releases.
... (truncated)
Commits
fc6f482chore: release v4.1.26f97b55feat: disable colors if agent is detected (#9851)b3c992cfix(coverage): correctcoverageConfigDefaultsvalues and types (#9940)7c06598fix: ensure sequential mock/unmock resolution (#9830)f54abadchore: add typo-checker skill and fix typos (#9963)7aa9377fix: don't resolvesetupFilesfrom parent directory (#9960)1f2d318chore: release v4.1.1ebfde79refactor: renamematchesTagsFiltertomatchesTags(#9956)5611500feat(experimental): introduceexperimental.vcsProvider(#9928)eec53d9feat(experimental): exposematchesTagsFilterto test if the current filter ...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)