-
Notifications
You must be signed in to change notification settings - Fork 283
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 vite and remix #2696
Bump vite and remix #2696
Conversation
This comment has been minimized.
This comment has been minimized.
Oxygen deployed a preview of your
Learn more about Hydrogen's GitHub integration. |
/snapit |
🫰✨ Thanks @blittle! Your snapshots have been published to npm. Test the snapshots by updating your "@shopify/cli-hydrogen": "0.0.0-snapshot-20250109174352",
"@shopify/hydrogen": "0.0.0-snapshot-20250109174352",
"@shopify/mini-oxygen": "0.0.0-snapshot-20250109174352",
"@shopify/remix-oxygen": "0.0.0-snapshot-20250109174352"
|
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.
Tested the snapshot release. LGTM!
WHY are these changes introduced?
Bump vite and Remix versions
2.15.2
5.1.8
- Latest vite is6.0.7
but Remix only supports vite up to5.1.8
WHAT is this pull request doing?
HOW to test your changes?
For Remix and vite:
node_modules
folder and reinstall the packagesnpm install
,npm run build
,npm run typcheck
and make sure nothing failsFor tailwind beta:
In the
/templates
folder:npx shopify hydrogen init
and go thru the steps to generate a project with tailwindMake sure the steps are referencing tailwind
beta
and notalpha
. Make sure the project generated can be run locally.Post-merge steps
Checklist