Skip to content
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 dependencies #345

Merged
merged 33 commits into from Jun 10, 2020
Merged

Upgrade dependencies #345

merged 33 commits into from Jun 10, 2020

Conversation

wenche
Copy link
Contributor

@wenche wenche commented Jun 4, 2020

Solves #343

@wenche
Copy link
Contributor Author

wenche commented Jun 5, 2020

Seems like it will be a better option to use @koa/router instead of koa-router, but perhaps @mimarz could double check due to lack of migration guides fro 8.x.x -> 9.x.x 🤷

@wenche
Copy link
Contributor Author

wenche commented Jun 8, 2020

Because of a bug with toHaveStyleRule in styled-components-jest we can't upgrade styled-components and styled-components-jest in eds-core-react right now. See the reported issue.

@mimarz
Copy link
Contributor

mimarz commented Jun 9, 2020

Seems like it will be a better option to use @koa/router instead of koa-router, but perhaps @mimarz could double check due to lack of migration guides fro 8.x.x -> 9.x.x 🤷

Ramda imports also needs to be changed from import * as R from 'ramda' to import R from 'ramda' to support node v.13++. I can make a seperate PR for figma-broker after you are finished with this one? @wenche

@wenche
Copy link
Contributor Author

wenche commented Jun 9, 2020

Seems like it will be a better option to use @koa/router instead of koa-router, but perhaps @mimarz could double check due to lack of migration guides fro 8.x.x -> 9.x.x 🤷

Ramda imports also needs to be changed from import * as R from 'ramda' to import R from 'ramda' to support node v.13++. I can make a seperate PR for figma-broker after you are finished with this one? @wenche

Yes, that would be great @mimarz

@wenche wenche marked this pull request as ready for review June 10, 2020 06:47
@wenche wenche requested review from mimarz and vnys as code owners June 10, 2020 06:47
@wenche wenche changed the title [WIP]: Upgrade dependencies Upgrade dependencies Jun 10, 2020
Copy link
Contributor

@mimarz mimarz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one sneaky space that snuck in during formatting in checbox stories, else it looks good 👍

Copy link
Member

@vnys vnys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@wenche wenche merged commit 5c06c7c into equinor:develop Jun 10, 2020
@wenche wenche deleted the dependency-update branch June 10, 2020 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants