-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Rebuild package lock - May 2020 #4802
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
Conversation
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.
💃 Looks good. Just curious, do you have any idea what the bundled: true
flags are, and why they got stripped out and replaced by resolved
and integrity
keys in a bunch of places?
Here is relavant info: @antoinerg @alexcjohnson |
Mac OS 10.15.4, on this branch, substantial changes:
|
@alexcjohnson thanks for testing this out. Do you get any diff when calling |
yes, that |
You get different lock file? |
Much closer - now if I do the same reinstall vs your latest commit I get:
Specifically:
Maybe these are Mac-only requirements... doesn't bother me. The test failures do though 🙄 |
If I run
This looks great, but what does |
Anyway we don't need to answer every last question about package-lock tonight 😅 This is fantastic, the 💃 above still applies 🥇 |
Thanks very much @alexcjohnson. |
To regenerate
Then run I will move forward and merge this thing. |
In respect to ##4796
This PR helps reduce the number of warnings namely for
kind-of
package.Before:

After:

See commit a883997 for details.
Also to mention, the audit files were created using the commands below:
@plotly/plotly_js