Skip to content
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

fix: upgrade to vite 5.x + upgrade related packages #519

Merged
merged 22 commits into from
Aug 23, 2024

Conversation

chrispcampbell
Copy link
Contributor

Fixes #518

This upgrades all uses of vite to the latest 5.x version. As part of this, I had to upgrade a number of related packages since one thing leads to another (vite plugins that use svelte assume a newer version of svelte, svelte/eslint packages assume newer versions of dependencies, and so on).

The only thing to note is that I updated the peerDependencies specifier for the plugin-vite package to allow projects to use any 3.x, 4.x, or 5.x version of vite since there were no visible incompatibilities in 5.x in terms of how plugin-vite interacts with a vite config file.

In summary, this change should have no ramifications on consumers of @sdeverywhere packages.

@chrispcampbell chrispcampbell merged commit b89d013 into main Aug 23, 2024
6 checks passed
@chrispcampbell chrispcampbell deleted the chris/518-vite-5 branch August 23, 2024 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade vite to latest 5.x version
1 participant