1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/patches
Elliot Winkler 0bada3abf1
Clear Sass deprecations (#13227)
Sass has changed the syntax for dividing two numbers. Previously you
would use `/`, but because this causes some ambiguity with color
functions (`rgb()`, `rgba()`, and the like), where `/` is regularly used
to separate color channel information from an alpha value, Sass has
deprecate the use of `/` for division. [1]

This commit converts all such usages to use `math.div()` instead. This
is a little bit difficult because there are a few places in
`@fortawesome/fontawesome-free` which use the old syntax. There is an
issue open here about it [2] but that has not been fixed yet. So we have
to patch this package to make the deprecation warnings go away.

[1]: https://sass-lang.com/documentation/breaking-changes/slash-div
[2]: https://github.com/FortAwesome/Font-Awesome/issues/18371
2022-01-07 12:17:21 -07:00
..
@babel+runtime+7.16.3.patch Update @babel/runtime patch to fix lockdown error (#13109) 2021-12-16 10:00:11 -10:00
@eslint+eslintrc+0.4.0.patch Exclude files from builds by build type (#12521) 2021-11-01 20:20:31 -07:00
@formatjs+intl-utils+3.3.1.patch
@fortawesome+fontawesome-free+5.13.0.patch Clear Sass deprecations (#13227) 2022-01-07 12:17:21 -07:00
@reduxjs+toolkit+1.6.2.patch Update build system lockdown parameter (#12556) 2021-11-01 22:13:22 -10:00
abort-controller+3.0.0.patch LavaMoat Node update and various small enhancements (#12239) 2021-09-28 20:56:08 -10:00
acorn+7.4.1.patch Feature: Transaction Insights (#12881) 2021-12-01 13:52:08 -03:30
colors+1.4.0.patch Feature: Transaction Insights (#12881) 2021-12-01 13:52:08 -03:30
combine-source-map++convert-source-map+1.1.3.patch
error+7.0.2.patch
eslint+7.23.0.patch Exclude files from builds by build type (#12521) 2021-11-01 20:20:31 -07:00
fast-json-patch+2.2.1.patch
gulp-sourcemaps+3.0.0.patch
inline-source-map+0.6.2.patch
luxon+1.26.0.patch
object.values+1.1.3.patch ci - enforce yarn lock deduplications (#12737) 2021-11-23 09:17:27 -10:00
plugin-error+1.0.1.patch
regenerator-runtime+0.13.7.patch LavaMoat Node update and various small enhancements (#12239) 2021-09-28 20:56:08 -10:00
sass+1.35.2.patch ci - enforce yarn lock deduplications (#12737) 2021-11-23 09:17:27 -10:00
squirrelly+8.0.8.patch
stylelint+13.6.1.patch
undeclared-identifiers+1.1.2.patch
watchify+4.0.0.patch Improve autorebuilding in dev to reduce CPU load (#11886) 2021-10-25 13:56:26 -06:00
web3+0.20.7.patch