Skip to content

chore(dev-deps): bump vite from 6.2.4 to 6.4.3 in /packages/react-web-cli#417

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/packages/react-web-cli/vite-6.4.3
Open

chore(dev-deps): bump vite from 6.2.4 to 6.4.3 in /packages/react-web-cli#417
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/packages/react-web-cli/vite-6.4.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vite from 6.2.4 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
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vite since your current version.


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.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.4 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 @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: react-web-cli. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 16, 2026
@vercel

vercel Bot commented Jun 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cli-web-cli Error Error Jun 16, 2026 6:29am

Request Review

@ci-lockfile-regen

Copy link
Copy Markdown

Dependabot Fix Assessment

Package: `vite` `6.2.4` → `6.4.3` (patch bump in `/packages/react-web-cli`)
Scope: devDependency
Workspace: packages/react-web-cli

What changed upstream

This PR was originally created by Dependabot to bump `vite` from `6.2.4` to `6.4.3` in `packages/react-web-cli`. At the time the PR was created, this was a genuine patch upgrade.

However, the `main` branch has since been upgraded to `vite@8.0.10` (along with `@vitejs/plugin-react@^6.0.1`). This PR now downgrades vite in `packages/react-web-cli` from `8.0.10` → `6.4.3`, which is a regression.

Migration concerns checked

  • Peer dependencies: ❌ Root cause of CI failure — `@vitejs/plugin-react@6.0.1` (currently in package.json) requires vite: ^8.0.0. This PR installs vite@6.4.3 instead. At runtime, @vitejs/plugin-react tries to import vite/internal, which was only introduced in vite 8.x and doesn't exist in vite 6.x.
  • Type changes: N/A (not the primary issue)
  • Config files: OK — `vitest.config.ts` usage is plugins: [react()] which is unchanged
  • Module format: OK
  • React compatibility: OK
  • Monorepo impact: The sibling package `examples/web-cli` has `vite: ^8.0.11` and `@vitejs/plugin-react: ^6.0.1` and is not touched by this PR — only `packages/react-web-cli` regresses

What broke

  1. Run Tests — React Web CLI Unit Tests: ERR_PACKAGE_PATH_NOT_EXPORTED: Package subpath './internal' is not defined by "exports" in vite/package.json@vitejs/plugin-react@6.0.1 imports vite/internal which does not exist in vite@6.4.3. This is a direct consequence of the vite downgrade.

  2. Web CLI E2E Tests — "should show reconnection status messages": Timed out after 300s waiting for a disconnection state in reconnection.test.ts:350. This test is network-timing-dependent and appears to be pre-existing flakiness unrelated to this PR (all other session/reconnection tests in the same suite passed).

What was fixed

No code changes were made. This situation requires human judgment — see below.

Verification

  • Build: ❌ (vite/internal export error blocks all testing)
  • Lint: N/A
  • Unit tests: ❌ (fails to load vitest config)
  • Web CLI tests: ❌ (one timeout, likely pre-existing)

Notes for reviewer

This PR is stale and should be closed. Here's why:

  • When Dependabot created this PR, `packages/react-web-cli` had vite@6.2.4. Bumping to 6.4.3 was a legitimate patch upgrade at the time.
  • Since then, `main` was upgraded to vite@8.0.10 + @vitejs/plugin-react@6.0.1 (which requires vite 8.x). These are now incompatible with what this PR would merge.
  • Merging this PR would regress packages/react-web-cli/vite from 8.0.106.4.3, breaking the @vitejs/plugin-react@6.0.1 integration.

Options:

  1. Close this PR (recommended) — main already has the better vite@8.0.10. This stale patch bump is no longer needed.
  2. Update the PR to use vite@^8.0.x instead of 6.4.3 — aligns with main but changes the PR's scope.
  3. Downgrade @vitejs/plugin-react from ^6.0.1 to ^5.2.0 (compatible with vite 6.x) — fixes CI but takes the packages/react-web-cli package backwards relative to main.

Recommendation: close this PR. Main is already on vite 8.0.10 which supersedes this 6.x patch bump.

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

Development

Successfully merging this pull request may close these issues.

0 participants