Skip to content
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

Bump postcss-merge-rules from 4.0.3 to 5.0.0 #656

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2021

Bumps postcss-merge-rules from 4.0.3 to 5.0.0.

Release notes

Sourced from postcss-merge-rules's releases.

v5.0.0

Major changes

  • requires Node >= 10.13
  • PostCSS 8 API, so cssnano 5 does not emit warnings when running under PostCSS 8
  • updated to SVGO 2, fixing many SVG minification bugs
  • updated css-value-parser and css-selector-parser, fixing many bugs

Upgrade notes

If you use the cssnano JavaScript API, you need to change your code:

  • Replace cssnano.process() with cssnano().process() (notice the () after cssnano)

  • pass cssnano options to cssnano() instead of process()

cssnano(cssnanoOptions).process(postcssOptions)

Bug fixes

  • fix improperly discarding @font-face declarations #726
  • partially fix some isues where cssnano did not combine rules when used together with postcss-nested #1004
  • fix translate3d() minification #920
  • fix minification of values starting with e #589, #984
  • fix minification of percentage vaalues #962, #957
  • fix minification of aspect-ratio #963
  • fix merging of @supports rules #974
  • fix sorting of longhand and shorthand properties #535
  • remove vulnerable dependency and always warn with bad SVG input #1034

v4.1.11

4.1.11

Bug Fixes

v4.1.10

4.1.10

Bug Fixes

  • stylehacks does not throw error on [attr] selector

v4.1.9

4.1.9

Performance Improvements

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ludovicofischer, a new releaser for postcss-merge-rules since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @zbynek.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot requested a review from a team as a code owner May 1, 2021 23:48
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/postcss-merge-rules-5.0.0 branch 17 times, most recently from c356b87 to 1107c47 Compare May 5, 2021 23:08
@zbynek
Copy link
Contributor

zbynek commented May 5, 2021

@dependabot merge

Bumps [postcss-merge-rules](https://github.com/cssnano/cssnano) from 4.0.3 to 5.0.0.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/4.0.3...postcss-merge-rules@5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/postcss-merge-rules-5.0.0 branch from 1107c47 to 48fbf26 Compare May 6, 2021 00:01
@dependabot dependabot bot merged commit 5a12ac0 into master May 6, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/postcss-merge-rules-5.0.0 branch May 6, 2021 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant