Skip to content

chore(deps-dev): bump vite from 5.4.21 to 6.4.3#34

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-6.4.3
Open

chore(deps-dev): bump vite from 5.4.21 to 6.4.3#34
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-6.4.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown

Bumps vite from 5.4.21 to 6.4.3.

Release notes

Sourced from vite's releases.

v6.4.3

Please refer to CHANGELOG.md for details.

v6.4.2

Please refer to CHANGELOG.md for details.

v6.4.1

Please refer to CHANGELOG.md for details.

v6.4.0

Please refer to CHANGELOG.md for details.

v6.3.7

Please refer to CHANGELOG.md for details.

v6.3.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.4.3 (2026-06-01)

6.4.2 (2026-04-06)

6.4.1 (2025-10-20)

6.4.0 (2025-10-15)

  • feat: allow passing down resolved config to vite's createServer (#20932) (ca6455e), closes #20932

6.3.7 (2025-10-14)

  • fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940) (c59a222), closes #20940

6.3.6 (2025-09-08)

6.3.5 (2025-05-05)

6.3.4 (2025-04-30)

  • fix: check static serve file inside sirv (#19965) (c22c43d), closes #19965
  • fix(optimizer): return plain object when using require to import externals in optimized dependenci (efc5eab), closes #19940

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Note

Medium Risk
Major-version dev-tooling bump can break Storybook or Vitest CI without touching runtime SDK code; Vite 6.x also tightens dev-server path handling, which is positive for security but worth validating locally.

Overview
Upgrades the devDependency vite from 5.4.21 to 6.4.3 and refreshes pnpm-lock.yaml so Storybook (@storybook/react-vite), @vitejs/plugin-react, and related tooling resolve against Vite 6.

The lockfile also picks up Vite 6’s toolchain (e.g. esbuild 0.25.12, rollup 4.62.0) and minor transitive bumps (postcss, nanoid, picomatch). No library source or published dist build path changesbuild still runs via tsup; Vite mainly affects Storybook and the Vite-based dev/test stack.

Reviewed by Cursor Bugbot for commit 7d81469. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.21 to 6.4.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.4.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.4.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 17, 2026

@meroreviewer meroreviewer Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Code Reviewer

Reviewed by 3 agents | Quality score: 78% | Review time: 53.6s


🟡 Warning (2)

1. vite@5.4.21 snapshot still present with updated dependencies

File: pnpm-lock.yaml (line 7401-7408) | Consensus: 1/3 agents

The snapshot for vite@5.4.21 (still used by vitest@1.6.1 and vite-node@1.6.1) now lists postcss: 8.5.15 and rollup: 4.62.0 as its resolved dependencies, even though vite 5.x was originally resolved against postcss@8.5.6 and rollup@4.56.0. This means the old vite 5 instance is now silently using newer transitive versions that it was never tested against. The root cause is that vitest@1.6.1 still peer-depends on vite 5, so both vite 5 and vite 6 coexist. If vitest is not upgraded to a version that supports vite 6, the two vite instances will continue to diverge. Consider upgrading vitest to a version compatible with vite 6 (e.g. ^2.0.0) to eliminate the dual-vite situation and the implicit dependency mismatch.

Suggested fix:

Upgrade `vitest` in package.json from `^1.0.0` to `^2.0.0` (or the latest vite-6-compatible release) so that only a single vite instance is resolved in the lockfile.

Found by: patterns-reviewer

2. vite@5.4.21 snapshot uses updated rollup/postcss but vitest still depends on it

File: pnpm-lock.yaml (line 7401-7408) | Consensus: 1/3 agents

The snapshot for vite@5.4.21 (which vitest@1.6.1 depends on via vite-node@1.6.1) has been updated in-place to use rollup@4.62.0 and postcss@8.5.15 instead of the original rollup@4.56.0 and postcss@8.5.6. This means the locked snapshot for vite 5.x no longer reflects the originally resolved dependency graph for that version. While pnpm deduplicates these packages and it may work in practice, mutating the snapshot of an existing pinned version is unusual and could mask incompatibilities — vite 5.4.21 was originally tested/released against rollup 4.56.x, not 4.62.x. The correct approach would be to keep the vite@5.4.21 snapshot unchanged (with its original rollup/postcss) and let the new vite@6.4.3 entry use the newer versions.

Suggested fix:

Restore the vite@5.4.21 snapshot to use its original dependencies: `rollup: 4.56.0` and `postcss: 8.5.6`. The new vite@6.4.3 snapshot should use `rollup: 4.62.0` and `postcss: 8.5.15`. This avoids silently upgrading transitive deps for the pinned vite 5 entry that vitest still relies on.

Found by: logic-reviewer


🤖 Generated by AI Code Reviewer | Review ID: review-e380c098

@meroreviewer

meroreviewer Bot commented Jun 17, 2026

Copy link
Copy Markdown

Documentation Review

The following documentation may need updates based on the changes in this PR:

  • 🟡 docs/: Static HTML docs in docs/ may need updating — architecture-impacting changes detected. On merge, update-docs will scan this directory and open a PR if any pages need to change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants