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

bump peerDeps for vite 5 #90

Merged
merged 2 commits into from
Nov 17, 2023
Merged

bump peerDeps for vite 5 #90

merged 2 commits into from
Nov 17, 2023

Conversation

JoviDeCroock
Copy link
Member

@JoviDeCroock JoviDeCroock commented Nov 17, 2023

I tested this on Prefresh already, I have yet to fully test it with this project. I figured that creating the PR is already good to find typing issues.

Resolves #89

Copy link
Member

@rschristian rschristian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah, was actually just on my way to do this too

Do we want to bump the Vite devDep though? Makes it a bit more difficult to ensure we're actually supporting anything less than v5

@JoviDeCroock
Copy link
Member Author

@rschristian I did get a very odd warning when upgrading which seemed related to our other older deps so no issue doing the downgrade 😅

@JoviDeCroock
Copy link
Member Author

JoviDeCroock commented Nov 17, 2023

First warning I encounter when trying it out

The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.

EDIT: seems unrelated to us 🙌 so I think we're good on this

@rschristian
Copy link
Member

Looks like they might've also missed some Rollup type defs when inlining them in the newest version, so that failed our CI too.

@JoviDeCroock JoviDeCroock merged commit ae85e93 into main Nov 17, 2023
1 check passed
@JoviDeCroock JoviDeCroock deleted the vite-5 branch November 17, 2023 07:31
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.

Add support for vite 5.0
2 participants