Update dependency cssnano to v5 #50
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/cssnano-5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
4.1.11
->5.0.0
Release Notes
cssnano/cssnano
v5.0.0
Compare Source
Major changes
Upgrade notes
If you use the cssnano JavaScript API, you need to change your code:
Replace
cssnano.process()
withcssnano().process()
(notice the()
aftercssnano
)pass cssnano options to
cssnano()
instead ofprocess()
cssnano(cssnanoOptions).process(postcssOptions)
Bug fixes
@font-face
declarations #726postcss-nested
#1004translate3d()
minification #920e
#589, #984aspect-ratio
#963@supports
rules #974Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.