-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump to Vite 6 #417
Bump to Vite 6 #417
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
🦋 Changeset detectedLatest commit: 28a23e1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi! I'm the autofix.ci troubleshooter bot. It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃 |
I added as a major, just to avoid breaking anything that updates automatically. |
@vinxi/deno-doc
vinxi
@vinxi/plugin-directives
@vinxi/plugin-mdx
@vinxi/doc
@vinxi/openapi
@vinxi/react
@vinxi/react-server
@vinxi/router
@vinxi/server-components
@vinxi/server-functions
@vinxi/solid
commit: |
Do we know why the builds might be failing? if we can debug that, we are good to go, I don't think there are any big breaking changes in vite 6 as far as I know. |
We don't want to go 1.0, yet, this will have be a minor (also there aren't really any big changes), until we actually integrate the environments API, then we can go to 1.0, I feel like there could be some API changes on our side when we do that. |
Finally, the vite 6 is out
https://github.com/vitejs/vite/blob/v6.0.0/packages/vite/CHANGELOG.md
I know it'll probably trigger a larger refactor of Vinxi to use the Env API, but in the meantime it would be nice to land these improvements in solid start etc.