Skip to content

Bump vite from 6.4.1 to 6.4.2#514

Merged
heyitsaamir merged 3 commits into
mainfrom
dependabot/npm_and_yarn/vite-6.4.2
Apr 10, 2026
Merged

Bump vite from 6.4.1 to 6.4.2#514
heyitsaamir merged 3 commits into
mainfrom
dependabot/npm_and_yarn/vite-6.4.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vite from 6.4.1 to 6.4.2.

Release notes

Sourced from vite's releases.

v6.4.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.4.2 (2026-04-06)

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.

skip-test-verification

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 8, 2026
@heyitsaamir

Copy link
Copy Markdown
Collaborator

@copilot can you fix the build issue?

Copilot AI commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

@copilot can you fix the build issue?

Fixed in a1478ef. The build was failing because the package-lock.json had duplicate vite installations: node_modules/[email protected] (peer dep entry) alongside separate packages/devtools/node_modules/[email protected] and examples/tab/node_modules/[email protected] installs. This caused TypeScript to see two different vite type instances, leading to a TS2769 type error in packages/devtools/vite.config.ts. Ran npm dedupe to consolidate everything into a single node_modules/[email protected] installation.

Copilot AI requested a review from heyitsaamir April 9, 2026 23:44
heyitsaamir
heyitsaamir previously approved these changes Apr 9, 2026
@heyitsaamir

Copy link
Copy Markdown
Collaborator

@copilot no bueno. the build is broken again. I think you were too aggressive with your package-lock fix. Revert it to what's on main, and try again. Do not remove package lock and rebuild it.

Copilot AI commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

@copilot no bueno. the build is broken again. I think you were too aggressive with your package-lock fix. Revert it to what's on main, and try again. Do not remove package lock and rebuild it.

Done in b0c20e0. Reverted the package-lock.json to origin/main and then made only a minimal 3-line change: updated the root node_modules/vite version from 6.4.1 → 6.4.2 (adding the proper resolved/integrity fields), and updated the version constraints for examples/tab and packages/devtools package sections to ^6.4.2. This keeps a single hoisted vite installation at root, so all packages (including @vitejs/plugin-react) resolve the same vite types — no more TS2769 conflict.

@heyitsaamir

Copy link
Copy Markdown
Collaborator

@copilot does the tab template need to be updated

Copilot AI commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

@copilot does the tab template need to be updated

No, the tab template (packages/cli/templates/typescript/tab/package.json.hbs) already specifies "vite": "^6.2.0", which is a semver range that covers 6.4.2. No update needed there.

@heyitsaamir
heyitsaamir merged commit 03de191 into main Apr 10, 2026
9 of 10 checks passed
@heyitsaamir
heyitsaamir deleted the dependabot/npm_and_yarn/vite-6.4.2 branch April 10, 2026 01:53
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.

2 participants