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

Updated some devDependencies to fix audit warnings #6741

Merged
merged 2 commits into from
May 11, 2019
Merged

Updated some devDependencies to fix audit warnings #6741

merged 2 commits into from
May 11, 2019

Conversation

StringEpsilon
Copy link
Contributor

@StringEpsilon StringEpsilon commented May 11, 2019

This fixes all npm audit warnings.

A point of interest might be the css-loader upgrade in /website, as I had to lift it by 2 major versions. I couldn't find any breakages.

I also removed babel-core as it's no longer needed with jest@24 and upped jest in general.


On a related note: How is one supposed to update devDependencies in a monorepo anyway? I did this by hand for the 4 packages and the website and it's quite tedious.

@timdorr
Copy link
Member

timdorr commented May 11, 2019

I've found it quite tedious as well. I had to do it for each package and then run lerna at the root to ensure there aren't too many hoisting warnings. I suppose there's some way lerna can manage this for us, but I haven't played with it enough to figure it out. I'm actually not 100% sure we need lerna, since it doesn't do that much for us 🤷‍♂️

Anyways, this should be good. Thanks!

Edit: Wait, there are conflicts now. I'm on mobile, so I can't resolve them right now.

@StringEpsilon
Copy link
Contributor Author

Rebased it to master and fixed the conflicts.

@timdorr
Copy link
Member

timdorr commented May 11, 2019

Danke.

@timdorr timdorr merged commit aeccaeb into remix-run:master May 11, 2019
@StringEpsilon
Copy link
Contributor Author

Gern geschehen :)

@lock lock bot locked as resolved and limited conversation to collaborators Jul 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants