Skip to content

chore(deps-dev): bump vite from 5.4.21 to 6.4.2#58

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 9, 2026

Bumps vite from 5.4.21 to 6.4.2.

Release notes

Sourced from vite's releases.

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.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
  • refactor: remove duplicate plugin context type (#19935) (d6d01c2), closes #19935

6.3.3 (2025-04-24)

... (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.

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

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.2
  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 Apr 9, 2026
@dependabot dependabot Bot requested a review from radenkovic as a code owner April 9, 2026 17:26
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 9, 2026 17:26
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Apr 9, 2026
@dependabot dependabot Bot requested a review from AaronDDM April 9, 2026 17:26
Copy link
Copy Markdown
Collaborator

@AaronDDM AaronDDM left a comment

Choose a reason for hiding this comment

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

This is a Vite 5 → Vite 6 major bump and as-is it'll almost certainly break builds and tests. A few coupled bumps are missing:

1. vite-plugin-dts ^3.7.0 is incompatible with Vite 6.
vite-plugin-dts v3 only supports Vite ≤ 5. For Vite 6 you need vite-plugin-dts ^4.x. Both packages/react/package.json and packages/nylas-connect/package.json still pin vite-plugin-dts ^3.7.0 on this branch, so the build step will fail or silently miss type emission.

2. vitest ^2.1.8 (and @vitest/coverage-v8 ^2.1.9) are not aligned with Vite 6.
Vitest 2 was built against Vite 5; Vitest 3 is the version aligned with Vite 6. Running the test suite under this branch will likely produce peer warnings at best and resolution failures at worst.

3. Merge conflicts.
mergeable_state is dirty. The lockfile changes here are large (~640 lines), so even after fixing (1) and (2) you'll need a fresh rebase.

4. Vite 6 has real breaking changes.
Most notably the new Environment API and changes to default legacy/SSR behavior. The two affected packages should at minimum get a smoke build + test run after the upgrade.

I'd suggest either:

  • (a) Combine this PR with bumps to vite-plugin-dts@^4 and vitest@^3 (and re‑run pnpm install / build / test), or
  • (b) Close this and let Dependabot regenerate it once those companion bumps are in place.

Requesting changes.

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.

1 participant