-
Notifications
You must be signed in to change notification settings - Fork 290
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
Update dependencies in Beta #473
Update dependencies in Beta #473
Conversation
* `postcss` updated * HMR for CSS * `mini-css-extract-plugin` replaces `extract-text-webpack-plugin` * `webpack` updated to v4 * other packages updated
* Upgraded to Babel v7 * Calypso codemods ran `calypso-codemods commonjs-imports,commonjs-exports ./src ./examples`
The tests seem to be failing meh 🤔 |
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.
lgtm. Thanks for slogging through these changes.
Let me know if anything novel comes up while modifying the tests.
* Removed `updtr` and `calypso-codemods` which were only used for the update process
Thanks, got the tests working by 97429c5. What happened was that a test file was using a default styled import over FixedDataTableRoot.js I also removed I'll keep this review open for 1 more day before merging and cutting a release. |
Great, thanks! lgtm |
Description
Redone all the steps for updating the dependencies
Motivation and Context
Fixes SS-25810
How Has This Been Tested?
Tested on LD and site examples.
Types of changes
Checklist: