Bump vite from 5.4.0 to 6.4.3#4978
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.0 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:production ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
This pull request upgrades Vite from version 5 to 6. This is a major version update that introduces several breaking changes and updated environment requirements.
The primary concern with this upgrade is the increased minimum Node.js version requirement; Vite 6 requires Node.js 18, 20, or newer. It is critical to ensure that the project's CI/CD environment and local development setups meet these requirements. Furthermore, while the build tool is updated, there is no evidence of compatibility testing for existing Vite plugins or configuration files which may be affected by the major version shift.
About this PR
- Vite 6 is a major version upgrade from Vite 5 and introduces an increased minimum Node.js version requirement (Vite 6 requires Node 18/20+). Please ensure the project's execution environment is compatible with these requirements before merging.
Test suggestions
- Verify that the project builds successfully using Vite 6.4.3
- Verify that existing Vite plugins and configuration are compatible with version 6
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the project builds successfully using Vite 6.4.3
2. Verify that existing Vite plugins and configuration are compatible with version 6
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Bumps vite from 5.4.0 to 6.4.3.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
6c2c881release: v6.4.396b0c10fix: backport #22572, reject windows alternate paths (#22576)8fed5cffix(deps): backport #22571, reject UNC paths for launch-editor-middleware (#2...6b3fad0release: v6.4.2ca4da5dfix: avoid path traversal with optimize deps sourcemap handler (#22161)fe28e47fix: apply server.fs check to env transport (#22159) (#22163)5487f4frelease: v6.4.11114b5dfix(dev): trim trailing slash beforeserver.fs.denycheck (#20968) (#20969)f12697crelease: v6.4.0ca6455efeat: allow passing down resolved config to vite's createServer (#20932)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vite 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)You can disable automated security fix PRs for this repo from the Security Alerts page.