-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Update JS dependencies #15591
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 JS dependencies #15591
Conversation
silverwind
commented
Apr 22, 2021
•
edited
Loading
edited
- Update all JS dependencies
- Regenerate SVGs
- Remove unused postcss dependency
- Remove removed webpack option
will change package.json & package-lock.json |
Issue is npm v7 which introduces lockfile format v2. I guess we may as well switch to npm v7 because node 16 ships with it now. Lockfile is backwards-compatible with npm v6 but does so via duplication. |
@6543 try again |
Bumped Node.js to 16 on CI which ships npm v7, eliminating the lockfile warning. |
Drone build seems bugged or something, should be nothing related to this PR except maybe some issue related to the Edit: Something about |
194ca28
to
a4ec9d5
Compare
- Update all JS dependencies - Regenerate SVGs - Remove unused postcss dependency - Remove removed webpack option
@silverwind |
Ah, right. It usually takes them a few days to release new major version images. |
I plan to soon eliminate the css-related build modules and switch to |