-
Notifications
You must be signed in to change notification settings - Fork 810
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
chore(deps): update webpack to latest #4340
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4340 +/- ##
=======================================
Coverage 92.20% 92.20%
=======================================
Files 332 332
Lines 9447 9447
Branches 2003 2003
=======================================
Hits 8711 8711
Misses 736 736 |
8634b01
to
2617cb3
Compare
2617cb3
to
dfbd20f
Compare
dfbd20f
to
6f3c53f
Compare
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.
This is great 🙂
We can now also remove the renovate-bot dashboard approval requirement for webpack
and webpack-cli
(https://github.com/open-telemetry/opentelemetry-js/blame/4fe1ae8aaf39dc310f8fd242405a13e1456239db/renovate.json#L20)
* Update webpack to latest * Skip tree shake test on node 8 * Update webpack utility modules * lint * Apply review comments * Invert test skip * Use process.versions.node * Remove approval requirement for webpack
* Update webpack to latest * Skip tree shake test on node 8 * Update webpack utility modules * lint * Apply review comments * Invert test skip * Use process.versions.node * Remove approval requirement for webpack
Seems to work fine. The only change that needed to be made was disabling the tree-shaking tests on node 8, which I think is a reasonable compromise.