chore(dev-deps): bump vite from 6.2.4 to 6.4.3 in /examples/web-cli#424
chore(dev-deps): bump vite from 6.2.4 to 6.4.3 in /examples/web-cli#424dependabot[bot] wants to merge 3 commits into
Conversation
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>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependabot Fix AssessmentPackage: `vite` `^6.x` → `^6.4.3` (patch/minor within 6.x) What changed upstream
Migration concerns checked
What broke
What was fixed
Verification
Notes for reviewer
|
vite 6.4.3 removed the `./internal` subpath export that @vitejs/plugin-react@6.0.x imported. plugin-react 6.x requires vite ^8.0.0 and was accidentally resolved to 6.0.1 after lockfile regeneration. Downgrade to ^5.1.4 (which supports vite ^4.2.0 || ^5 || ^6 || ^7) to restore compatibility with the vite 6.4.3 bump in this PR. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Dependabot Fix AssessmentPackage: `vite` `6.2.4` → `6.4.3` (minor) What changed upstream
Root cause`examples/web-cli/package.json` had `"@vitejs/plugin-react": "^6.0.1"`, but `@vitejs/plugin-react@6.0.x` requires `vite: ^8.0.0` (a major version jump). It happened to work with vite 6.2.4 because that version still exposed `vite/internal`. When the lockfile was regenerated for vite 6.4.3, pnpm resolved plugin-react to 6.0.1 (the latest matching `^6.0.1`), and vite 6.4.3 had already removed `./internal` — causing the `ERR_PACKAGE_PATH_NOT_EXPORTED` error. Note: `packages/react-web-cli` correctly uses `vite@8.0.10` + `@vitejs/plugin-react@6.0.1` and is unaffected. Migration concerns checked
What broke
What was fixed
Verification
Notes for reviewer
|
Bumps vite from 6.2.4 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.