-
Notifications
You must be signed in to change notification settings - Fork 10
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
upgrade to react 18, storybook -> ladle #279
Conversation
# Conflicts: # package-lock.json # package.json
Does this imply that after merging the project is not releasable? |
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.
Previous remark aside, this looks like a fairly standaard upgrade to me.
No - sorry, I wasn't very clear there. It stops the production bundle working on the Ladle (nee Storybook) project, but we weren't doing anything with that yet anyway. The npm package we release and use in the HTML formatter is unaffected. |
I believe Matt and Aslak are on holidays, more or less, this week. So you may want to merge now before Renovate gets you again. |
🤔 What's changed?
⚡️ What's your motivation?
We want to keep current with React's major version.
🏷️ What kind of change is this?
♻️ Anything particular you want feedback on?
I've had to temporarily disable the build of the Ladle app from the test workflow because the production build (it's Vite and Rollup under the hood) errors on elasticlunr, which has some invalid code that doesn't pass strict mode, and is also now unmaintained. The original lunr.js has both the same issues too. I'm exploring switching to https://github.com/LyraSearch/lyra and will raise a follow-up PR with either that or a hack to work around the elasticlunr issue.
📋 Checklist:
This text was originally generated from a template, then edited by hand. You can modify the template here.