-
Notifications
You must be signed in to change notification settings - Fork 37
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
Dependecy upgrade february #1214
Conversation
|
Codecov Report
@@ Coverage Diff @@
## develop #1214 +/- ##
========================================
Coverage 93.76% 93.76%
========================================
Files 232 232
Lines 6578 6578
Branches 1681 1682 +1
========================================
Hits 6168 6168
Misses 410 410
Continue to review full report at Codecov.
|
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.
When using [hash] placeholder in webpack configuration, consider changing it to [contenthash]. It is not the same, but proven to be more effective.
search for [hash:8] on the project and replace it with [contenthash:8]
SKIPPED PACKAGES
https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md
NOTE
Don't delete the yarn.lock and generate it again cause one of our dependency will use the new version of typescript
which is incompatible with eslint and prettier
Webpack has been updated to v5.x. Please check the configs twice before we merge it to develop!
migration guide: https://webpack.js.org/migrate/5/