-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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(build): upgrade less-loader #19703
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19703 +/- ##
=======================================
Coverage 66.51% 66.51%
=======================================
Files 1686 1686
Lines 64589 64589
Branches 6635 6635
=======================================
Hits 42959 42959
Misses 19931 19931
Partials 1699 1699
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
/testenv up |
@ktmud Ephemeral environment spinning up at http://35.89.103.133:8080. Credentials are |
3d4abaa
to
95de193
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.
Thanks for this!
Ephemeral environment shutdown and build artifacts deleted. |
@ktmud , after this update, I removed all my node modules, installed it again.
Can you please check it? |
@codemaster08240328 did you modify |
SUMMARY
npm install
starts to complain about incompatible peerDependencies:Let's upgrade less-loader to fix it.
Also removing engine requirement in the eslint-plugin-theme-colors plugin as it's throwing unnecessary warnings.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
Tested locally and all CSS seems still work
ADDITIONAL INFORMATION