-
Notifications
You must be signed in to change notification settings - Fork 561
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
Add a manifest warning when no icon is found and when icon is not 1:1 #2185
Add a manifest warning when no icon is found and when icon is not 1:1 #2185
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected] |
22f1822
to
8da1716
Compare
@metamaskbot update-pr |
43667aa
to
71fee67
Compare
@metamaskbot update-pr |
a99e9e5
to
5dea6e5
Compare
@metamaskbot update-pr |
Co-authored-by: Maarten Zuidhoorn <[email protected]>
1534114
to
d1bd116
Compare
@metamaskbot update-pr |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2185 +/- ##
==========================================
+ Coverage 96.55% 96.57% +0.01%
==========================================
Files 331 332 +1
Lines 7482 7525 +43
Branches 1152 1161 +9
==========================================
+ Hits 7224 7267 +43
Misses 258 258 ☔ View full report in Codecov by Sentry. |
Adds a manifest warning when no icon is found and when the icon is not 1:1. Adding new utility functions for parsing SVGs and getting the dimensions of a parsed SVG.
This PR also replaces
is-svg
with our own SVG parsing using the same underlying library thatis-svg
was using before. We now exclusively rely onfast-xml-parser
.This PR also slightly changes the Webpack plugin to make the warning output less verbose.
Closes #1736