-
Notifications
You must be signed in to change notification settings - Fork 161
Vite 7 Support #328
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
Vite 7 Support #328
Conversation
Hi @timacdonald when you've got a spare second would be great to get some 👀 on this PR. Many thanks 😄 |
I didn't test this branch, but did update my requirement for vite to |
Can we get a super sick merge on this bad boy? 🏄 |
Should have a chance to look at this one this week. Sorry for the delay, folks. |
Thanks @timacdonald! Appreciate you 🙏 |
Waiting so much! |
}, | ||
"peerDependencies": { | ||
"vite": "^5.0.0 || ^6.0.0" | ||
"vite": "^7.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the package is extremely stable, I don't feel we need to support multiple versions of Vite anymore.
We will tag a major version when we release this.
Thanks, @sweptsquash |
This pull request updates the
package.json
file to expand the supported versions of several dependencies and peer dependencies. These changes aim to ensure compatibility with newer versions while maintaining support for existing ones.Dependency version updates:
@types/node
,@typescript-eslint/eslint-plugin
,@typescript-eslint/parser
,typescript
,vite
, andvitest
indevDependencies
to include newer versions.Peer dependency updates:
vite
inpeerDependencies
to include version^7.0.0
.