RenovateBot: Update dependency cssnano to v6
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cssnano | dependencies | major | ^5.0.0 -> ^6.0.0 |
Release Notes
cssnano/cssnano
v6.0.0
: v6.0.0
Major Changes
-
99d1e6a
: postcss-normalize-url: remove normalize-url configuration options -
4e272f8
: postcss-svgo: Upgrade dependency svgo to v3 and increase the minimum supported node version to v14 -
ca9d3f5
: Switch minimum supported Node version to 14 for all packages -
39a2040
: feat!(cssnano): remove undocumented YAML config support
Migration instructions
- If you're not happy with the defaults for the normalize-url transform, turn it off completely. Options were removed as most would change the meaning of the URL, which is unexpcted in the case of CSS minification.
- In the unlikely event you're using YAML to configure cssnano, move the cssnano configuration inside the PostCSS config or use a configuration file in CommonJS or JSON format.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.