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

chore(deps): update dependency cssnano to v5 #829

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cssnano 4.1.10 -> 5.0.10 age adoption passing confidence

Release Notes

cssnano/cssnano

v5.0.10

Compare Source

Bug fixes

  • postcss-merge-longhand: prevent crash in some situations (#​1222) (83009a)

v5.0.9

Compare Source

Bug fixes

  • postcss-svgo: normalize SVG with escaped quote characters (#​1200) (4ef5e41)

  • postcss-convert-values: preserve percentage-only properties (#​1212) (8f3453)

  • postcss-minify-gradients: handle 2 color-stop-length in linear gradient (#​1215) (8bb7ba6c)

  • cssnano-preset-advanced: update autoprefixer (#​1213) (f19932)

Chore

  • postcss-colormin: use colord plugin for color minification (#​1207) (3dbaa04)

v5.0.8

Compare Source

Chore
  • postcss-minify-gradients: remove extra dependencies (#​1181) (50eb53)

v5.0.7

Compare Source

Bug Fixes

  • cssnano: reduce dependencies by moving from cosmiconfig to lilconfig (#​1168)
    (506a8232)

v5.0.6

Compare Source

Bug Fixes

postcss-normalize-url: bump normalize-url dependency to 6.0.1 (#​1142)
(b60f54bed)

postcss-ordered-values: preserve columns count (#​1144)
(9acd6a2fe3e)

v5.0.5

Compare Source

Bug fixes

  • Preserve alpha channel in color minification
  • Check overlaps more exhaustively when merging rules
  • Do not crash when the input CSS contains relative URLs

v5.0.4

Compare Source

Bug fixes

v5.0.3

Compare Source

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

v5.0.0

Compare Source

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

Compare Source

4.1.11

Bug Fixes


Configuration

📅 Schedule: "before 3am on Monday" in timezone Europe/Moscow.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from nd0ut April 11, 2021 21:17
@renovate renovate bot force-pushed the renovate/cssnano-5.x branch from 249df3e to 9f258a0 Compare April 13, 2021 20:21
@renovate renovate bot force-pushed the renovate/cssnano-5.x branch from 9f258a0 to a51474c Compare April 28, 2021 12:34
@renovate renovate bot force-pushed the renovate/cssnano-5.x branch from a51474c to 827494b Compare June 6, 2021 22:02
@renovate renovate bot force-pushed the renovate/cssnano-5.x branch from 827494b to 3fd017d Compare June 16, 2021 16:11
@renovate renovate bot force-pushed the renovate/cssnano-5.x branch from 3fd017d to f307d85 Compare July 21, 2021 12:30
@renovate renovate bot force-pushed the renovate/cssnano-5.x branch from f307d85 to eb5f973 Compare August 18, 2021 10:16
@renovate renovate bot force-pushed the renovate/cssnano-5.x branch from eb5f973 to c638219 Compare November 2, 2021 13:10
@renovate renovate bot force-pushed the renovate/cssnano-5.x branch from c638219 to f7a15df Compare November 6, 2021 21:58
@nd0ut nd0ut closed this Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants