Skip to content

build(deps-dev): bump cssnano from 4.1.11 to 5.0.3#122

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/cssnano-5.0.3
Closed

build(deps-dev): bump cssnano from 4.1.11 to 5.0.3#122
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/cssnano-5.0.3

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps cssnano from 4.1.11 to 5.0.3.

Release notes

Sourced from cssnano's releases.

v5.0.2

Bug Fixes

  • postcss-merge-longhand: mergeLonghand should not apply to CSS variables (#1057) (8aa64c7), closes #1051

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
Commits
  • 4e072b7 Publish
  • b001bf8 chore: update ignore in lerna.json
  • a7f0be4 feat(postcss-colormin): switch to colord and solve multiple issues (#1107)
  • ea1ff0b chore: update css-declaration-sorter to v6.0.3 (#1071)
  • 02e3aab chore(site): update all website dependencies (#1101)
  • 65d8197 chore(postcss-zindex): refactor to drop depenencies (#1096)
  • 4d7fe36 fix(postcss-merge-rules): add some missing known pseudo classes. (#1099)
  • c5e0a5e fix(postcss-merge-rules): prevent breaking rule merges (#1072)
  • 15235a9 chore: update postcss and postcss-selector-parser (#1097)
  • 1aa8f5d chore: fix the code to generate the integration test fixtures (#1070)
  • Additional commits viewable in compare view

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 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [cssnano](https://github.com/cssnano/cssnano) from 4.1.11 to 5.0.3.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/v4.1.11...cssnano@5.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label May 20, 2021
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #125.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/cssnano-5.0.3 branch May 24, 2021 13:19
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.

0 participants