chore(deps-dev): bump vitest from 1.6.0 to 1.6.1 in /packages/rsbuild-plugin#4548
chore(deps-dev): bump vitest from 1.6.0 to 1.6.1 in /packages/rsbuild-plugin#4548dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.1/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 1.6.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
❌ Deploy Preview for module-federation-docs failed. Why did it fail? →
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c774c87a91
ℹ️ 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".
| "@rslib/core": "^0.12.4", | ||
| "@rsbuild/core": "2.0.0-beta.2", | ||
| "vitest": "1.6.0" | ||
| "vitest": "1.6.1" |
There was a problem hiding this comment.
Synchronize lockfile with the vitest version bump
This commit updates packages/rsbuild-plugin/package.json to vitest: 1.6.1, but the lockfile in the same commit still pins this importer to vitest specifier: 1.6.0 (pnpm-lock.yaml around lines 3980-3982), so the dependency update is not actually reflected in the resolved graph. In this repository, CI install steps use pnpm install --frozen-lockfile (for example .github/workflows/build-and-test.yml:38), which requires package manifests and lockfile to stay in sync; this mismatch can break installs and prevent the intended security update from being applied.
Useful? React with 👍 / 👎.
Bumps vitest from 1.6.0 to 1.6.1.
Release notes
Sourced from vitest's releases.
Commits
017e1eechore: release v1.6.17ce9fbbfix: backport #7317 to v1 (#7319)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)You can disable automated security fix PRs for this repo from the Security Alerts page.