-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Refactor/dependencies #981
Conversation
…into refactor/dependencies
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Hey thanks for that one 💪 Everything works fine on my machine too, there is just some linting warnings in my console but nothing critical (mainly unsused-var). Special big up for the Will merge and give it an other round of tests from the staging env. |
Follows #952 (will close/re-open after to see correct file diffs)
More core improvements, this time focused on our current dependency list
Main Changes
create-react-template
that handles lots of build tooling behind the scenes. We had previously ejected to have more custom control when there used to be no support for sass, service workers etc. but since then the tooling has come a long way and reverting back to the default scripts provides a lot of simplification and stabilisation improvements.Additional changes
Breaking Changes
The large change in dependencies will mean likely devs will need to delete their
node_modules
folder and runyarn install
again.Recommended Testing
Have checked that main repo and functions build, as well as storybook and general tests. A few minor changes were made to component styles, however, these were only in terms of typing and for locationInput correcting a
noStyle
variable which wasn't correctly defined. A quick live test would be worth doing just to make sure things look generally as intended.Todo
Update wiki(likely to be done as part of modular refactor/lerna integration so not creating issue for now)