-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(testing): Vite 5 compatibility #18403
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@FrozenPandaz @barbados-clemens @mandarini would you be able to give this simple 1-liner a quick look? Thanks! |
@benmccann thanks for the PR! I approved, but still needs approval from a code owner! |
Co-authored-by: Caleb Ukle <[email protected]>
Looks like a format error. you can run |
Hi @benmccann our pipeline validates commit message so they meet a specific format, which is what is current failing on the PR. https://staging.nx.app/runs/m96AKc6LUX You'll want to rename the commits to match the described format. |
Yeah, I don't know how to do that since some of the commits are further back in history and commits from master have been merged in the middle. I'll just close this and open a clean PR. |
New PR here: #18535 |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Currently doing a
require
ofvite
Expected Behavior
Do an
import
ofvite
to use the ESM version as the CJS version is likely to be dropped or cause a warning in the next release