Update dependency cssnano to v6 - autoclosed #52

Closed
odit_renovate wants to merge 1 commits from renovate/cssnano-6.x into main

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cssnano ^5.0.6 -> ^6.0.0 age adoption passing confidence

Release Notes

cssnano/cssnano (cssnano)

v6.1.2: v6.1.2

Compare Source

Bug Fixes

  • preserve correct order of gap and column-gap properties

Patch Changes

  • update autoprefixer

v6.1.1: v6.1.1

Compare Source

Patch changes

  • update selector parser
  • in the minify font plugin, you can pass a function to determine whether a css variable is one of font, font-family, and font-weight to determine whether the variable needs to remove quotes.

v6.1.0: v6.1.0

Compare Source

This release contains a lot of fixes to Browserslist support thanks to @​colinrotherham

Features

  • support Browserslist options in more plugins
  • support overriding autoprefixer options

Additionally, this release includes improved TypeScript types.

v6.0.5: v6.0.5

Compare Source

Bug Fixes

  • correctly minify font declaration in edge cases
  • preserve initial property in -webkit-line-clamp

v6.0.4: v6.0.4

Compare Source

Bug Fixes
  • preserve empty @layer declarations
  • avoid crashing when encountering @layer without any braces afterwards
  • update to latest lilconfig dependency to avoid vulnerability

v6.0.3: v6.0.3

Compare Source

Bug fixes
  • do not sort unknown properties

Other

  • Require latest browserslist and postcss-selector-parser

v6.0.2: v6.0.2

Compare Source

  • fix: update cssnano peer dependency to 8.4.31 to avoid security issue
  • fix: update postcss-calc to 9.0.1 to solve disappearing expressions inside two brackets
  • deps(postcss-svgo): update SVGO to 3.0.5 and update doc
  • chore: update css-declaration-sorter
  • fix(postcss-minify-selectors): prevent mangling of timeline range names
  • fix(postcss-convert-values): keep percent unit in @Property
  • chore(cssnano): update lilconfig to 3.0.0

v6.0.1: v6.0.1

Compare Source

Bug Fixes

  • fix(postcss-merge-rules): do not merge nested rules (eb9a9a1813)
  • fix(postcss-reduce-idents): minify grid line names correctly (2af6687e63)

v6.0.0: v6.0.0

Compare Source

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.

v5.1.15: v5.1.15

Compare Source

Bug Fixes

  • fix(postcsss-reduce-initial): fix mask-repeat conversion
  • fix(postcss-colormin): don't minify colors in src declarations
  • fix(postcss-merge-rules): do not merge conflicting flex and border properties

v5.1.14: v5.1.14

Compare Source

Bug Fixes

  • fix: update autoprefixer and browserslist
  • fix(postcss-reduce-initial): improve initial properties data

v5.1.13: v5.1.13

Compare Source

Bug Fixes

  • fix TypeScript type of cssnano() return value (b92dbe3ab1)

v5.1.12: v5.1.12

Compare Source

Bug Fixes

  • fix: preserve hyphenated property case (120a888993)
  • fix: ensure sorting properties does not break the output (0a3a1331e2)
  • fix: recognize 'constant' as a function (858a8b77c9)

v5.1.11: v5.1.11

Compare Source

Bug Fixes

  • postcss-ordered-values: preserve constant values (32ab4d9b7d20d)

v5.1.10: v5.1.10

Compare Source

Bug Fixes

v5.1.9: v5.1.9

Compare Source

Bug Fixes

  • postcss-merge-longhand: preserve more color function fallbacks (712993cb4a4e0)

v5.1.8: v5.1.8

Compare Source

Bug Fixes

  • postcss-convert-values: preserve percentage sign on IE 11 (57f060ad21734)

v5.1.7

Compare Source

v5.1.6: v5.1.6

Compare Source

Bug Fixes

  • preserve border color when merging border properties (5f5080a)

v5.1.5

Compare Source

v5.1.4: v5.1.4

Compare Source

Bug Fixes

  • postcss-merge-longhand: preserve custom property case (5428d5fc9)

v5.1.3: v5.1.3

Compare Source

Bug Fixes

  • fix: do not merge declarations containing custom properties when it might create invalid declarations (2c699341)

v5.1.2: v5.1.2

Compare Source

Bug fixes

  • preserve empty custom properties and ensure they work in Chrome (4ed39679)

v5.1.1

Compare Source

v5.1.0: v5.1.0

Compare Source

New Feature

Add TypeScript types

v5.0.17: v5.0.17

Compare Source

Patch Changes

  • Publish untranspiled CommonJS source

v5.0.16: v5.0.16

Compare Source

5.0.16

Patch Changes

  • refactor: replace natural sort with built-in array sort
  • Updated dependencies

v5.0.15: v5.0.15

Compare Source

Patch Changes

  • refactor: remove getMatch function from cssnano-utils

    The getMatch function allows nested arrays to emulate a map.
    It is better to replace this function with a regular Map().
    It's unlikely this function is used outside of cssnano as it requires
    a very specific nested array struture.

  • fix: update postcss-calc to 8.2

    Remove a crash when postcss-calc cannot parse the value

  • Updated dependencies

    • cssnano-preset-default@5.1.10

v5.0.14: v5.0.14

Compare Source

Bug fixes

v5.0.13: v5.0.13

Compare Source

Patch Changes

  • chore(postcss-normalize-url): reduce dependencies (#​1255) (a4267dedcd6)
  • fix(postcss-colormin): accept configuration options (#​1263) (3b38038007)
  • Updated dependencies
    • cssnano-preset-default@5.1.9

v5.0.12: v5.0.12

Compare Source

Bug fixes

v5.0.11: v5.0.11

Compare Source

Bug fixes

  • c38f14c: postcss-normalize-url: avoid changing parameter encoding

Chore

  • 31d5c07: refactor: drop one-liner dependencies
  • 0717282: postcss-merge-longhand: drop css-color-names dependency

v5.0.10: v5.0.10

Compare Source

Bug fixes

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

v5.0.9: 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: v5.0.8

Compare Source

Chore

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cssnano](https://github.com/cssnano/cssnano) | [`^5.0.6` -> `^6.0.0`](https://renovatebot.com/diffs/npm/cssnano/5.0.7/6.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cssnano/6.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cssnano/6.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cssnano/5.0.7/6.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cssnano/5.0.7/6.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cssnano/cssnano (cssnano)</summary> ### [`v6.1.2`](https://github.com/cssnano/cssnano/releases/tag/cssnano%406.1.2): v6.1.2 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@6.1.1...cssnano@6.1.2) #### Bug Fixes - preserve correct order of `gap` and `column-gap` properties #### Patch Changes - update autoprefixer ### [`v6.1.1`](https://github.com/cssnano/cssnano/releases/tag/cssnano%406.1.1): v6.1.1 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@6.1.0...cssnano@6.1.1) ### Patch changes - update selector parser - in the minify font plugin, you can pass a function to determine whether a css variable is one of font, font-family, and font-weight to determine whether the variable needs to remove quotes. ### [`v6.1.0`](https://github.com/cssnano/cssnano/releases/tag/cssnano%406.1.0): v6.1.0 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@6.0.5...cssnano@6.1.0) This release contains a lot of fixes to Browserslist support thanks to [@&#8203;colinrotherham](https://github.com/colinrotherham) #### Features - support Browserslist options in more plugins - support overriding autoprefixer options Additionally, this release includes improved TypeScript types. ### [`v6.0.5`](https://github.com/cssnano/cssnano/releases/tag/cssnano%406.0.5): v6.0.5 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@6.0.4...cssnano@6.0.5) #### Bug Fixes - correctly minify `font` declaration in edge cases - preserve `initial` property in `-webkit-line-clamp` ### [`v6.0.4`](https://github.com/cssnano/cssnano/releases/tag/cssnano%406.0.4): v6.0.4 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@6.0.3...cssnano@6.0.4) ##### Bug Fixes - preserve empty `@layer` declarations - avoid crashing when encountering `@layer` without any braces afterwards - update to latest lilconfig dependency to avoid vulnerability ### [`v6.0.3`](https://github.com/cssnano/cssnano/releases/tag/cssnano%406.0.3): v6.0.3 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@6.0.2...cssnano@6.0.3) ##### Bug fixes - do not sort unknown properties #### Other - Require latest browserslist and postcss-selector-parser ### [`v6.0.2`](https://github.com/cssnano/cssnano/releases/tag/cssnano%406.0.2): v6.0.2 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@6.0.1...cssnano@6.0.2) - fix: update cssnano peer dependency to 8.4.31 to avoid security issue - fix: update postcss-calc to 9.0.1 to solve disappearing expressions inside two brackets - deps(postcss-svgo): update SVGO to 3.0.5 and update doc - chore: update css-declaration-sorter - fix(postcss-minify-selectors): prevent mangling of timeline range names - fix(postcss-convert-values): keep percent unit in `@Property` - chore(cssnano): update lilconfig to 3.0.0 ### [`v6.0.1`](https://github.com/cssnano/cssnano/releases/tag/cssnano%406.0.1): v6.0.1 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@6.0.0...cssnano@6.0.1) #### Bug Fixes - fix(postcss-merge-rules): do not merge nested rules (https://github.com/cssnano/cssnano/commit/eb9a9a18132d360cb8639f0ca6be4d24401bcde9) - fix(postcss-reduce-idents): minify grid line names correctly (https://github.com/cssnano/cssnano/commit/2af6687e63978a7b0a08f97d095aa9e6b593eb4f) ### [`v6.0.0`](https://github.com/cssnano/cssnano/releases/tag/cssnano%406.0.0): v6.0.0 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.15...cssnano@6.0.0) #### Major Changes - [`99d1e6a`](https://github.com/cssnano/cssnano/commit/99d1e6ab): postcss-normalize-url: remove normalize-url configuration options - [`4e272f8`](https://github.com/cssnano/cssnano/commit/4e272f88): postcss-svgo: Upgrade dependency svgo to v3 and increase the minimum supported node version to v14 - [`ca9d3f5`](https://github.com/cssnano/cssnano/commit/ca9d3f55): Switch minimum supported Node version to 14 for all packages - [`39a2040`](https://github.com/cssnano/cssnano/commit/39a20405): 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. ### [`v5.1.15`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.15): v5.1.15 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.14...cssnano@5.1.15) #### Bug Fixes - fix(postcsss-reduce-initial): fix mask-repeat conversion - fix(postcss-colormin): don't minify colors in src declarations - fix(postcss-merge-rules): do not merge conflicting flex and border properties ### [`v5.1.14`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.14): v5.1.14 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.13...cssnano@5.1.14) #### Bug Fixes - fix: update autoprefixer and browserslist - fix(postcss-reduce-initial): improve initial properties data ### [`v5.1.13`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.13): v5.1.13 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.12...cssnano@5.1.13) #### Bug Fixes - fix TypeScript type of `cssnano()` return value (https://github.com/cssnano/cssnano/commit/b92dbe3ab1db16141dc6296cd350f3fdf5c2defe) ### [`v5.1.12`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.12): v5.1.12 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.11...cssnano@5.1.12) #### Bug Fixes - fix: preserve hyphenated property case (https://github.com/cssnano/cssnano/commit/120a88899376a29c8756234fdc648c519921f515) - fix: ensure sorting properties does not break the output (https://github.com/cssnano/cssnano/commit/0a3a1331e29f3d1009d2a938181ffa4b34ab5b32) - fix: recognize 'constant' as a function (https://github.com/cssnano/cssnano/commit/858a8b77c951f3698b14e834f38128b176438edc) ### [`v5.1.11`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.11): v5.1.11 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.10...cssnano@5.1.11) #### Bug Fixes - postcss-ordered-values: preserve constant values ([32ab4d9b7d20d](https://github.com/cssnano/cssnano/commit/32ab4d9b7d20d9dbebed3b7f348b20bf732c52a4)) ### [`v5.1.10`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.10): v5.1.10 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.9...cssnano@5.1.10) #### Bug Fixes - postcss-minify-selectors: preserve similar nested selectors ([f6c29fb3e75ac26a2635d](https://github.com/cssnano/cssnano/commit/f6c29fb3e75ac26a2635d52b24bc5edfa2447f8e)) ### [`v5.1.9`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.9): v5.1.9 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.8...cssnano@5.1.9) #### Bug Fixes - postcss-merge-longhand: preserve more color function fallbacks ([712993cb4a4e0](https://github.com/cssnano/cssnano/commit/712993cb4a4e0af6bcf83dd4529b6e825193c367)) ### [`v5.1.8`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.8): v5.1.8 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.7...cssnano@5.1.8) #### Bug Fixes - postcss-convert-values: preserve percentage sign on IE 11 ([57f060ad21734](https://github.com/cssnano/cssnano/commit/57f060ad21734460549bc5986309528f34d3d36e)) ### [`v5.1.7`](https://github.com/cssnano/cssnano/compare/cssnano@5.1.6...cssnano@5.1.7) [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.6...cssnano@5.1.7) ### [`v5.1.6`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.6): v5.1.6 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.5...cssnano@5.1.6) #### Bug Fixes - preserve border color when merging border properties ([5f5080a](https://github.com/cssnano/cssnano/commit/5f5080a80bbffcd6adab3f2c3bc0846f1c455dae)) ### [`v5.1.5`](https://github.com/cssnano/cssnano/compare/cssnano@5.1.4...cssnano@5.1.5) [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.4...cssnano@5.1.5) ### [`v5.1.4`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.4): v5.1.4 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.3...cssnano@5.1.4) #### Bug Fixes - postcss-merge-longhand: preserve custom property case ([5428d5fc9](https://github.com/cssnano/cssnano/commit/5428d5fc9518f0a4808d0bdd8a6d5f6eaa90c3cf)) ### [`v5.1.3`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.3): v5.1.3 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.2...cssnano@5.1.3) #### Bug Fixes - fix: do not merge declarations containing custom properties when it might create invalid declarations ([2c699341](https://github.com/cssnano/cssnano/commit/2c699341efb42d148f2df9a81211c60191d2265e)) ### [`v5.1.2`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.2): v5.1.2 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.1...cssnano@5.1.2) #### Bug fixes - preserve empty custom properties and ensure they work in Chrome ([4ed39679](https://github.com/cssnano/cssnano/commit/4ed396795a88d8b06953b9abb2656f686402821c)) ### [`v5.1.1`](https://github.com/cssnano/cssnano/compare/cssnano@5.1.0...cssnano@5.1.1) [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.0...cssnano@5.1.1) ### [`v5.1.0`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.0): v5.1.0 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.17...cssnano@5.1.0) #### New Feature Add TypeScript types ### [`v5.0.17`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.17): v5.0.17 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.16...cssnano@5.0.17) #### Patch Changes - Publish untranspiled CommonJS source ### [`v5.0.16`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.16): v5.0.16 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.15...cssnano@5.0.16) #### 5.0.16 #### Patch Changes - refactor: replace natural sort with built-in array sort - Updated dependencies ### [`v5.0.15`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.15): v5.0.15 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.14...cssnano@5.0.15) #### Patch Changes - refactor: remove getMatch function from cssnano-utils The getMatch function allows nested arrays to emulate a map. It is better to replace this function with a regular Map(). It's unlikely this function is used outside of cssnano as it requires a very specific nested array struture. - fix: update postcss-calc to 8.2 Remove a crash when postcss-calc cannot parse the value - Updated dependencies - cssnano-preset-default@5.1.10 ### [`v5.0.14`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.14): v5.0.14 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.13...cssnano@5.0.14) #### Bug fixes - fix(cssnano): correctly resolve presets in pnpm monorepo ([#&#8203;1269](https://github.com/cssnano/cssnano/pull/1269)) ([6f9c7477eb](https://github.com/cssnano/cssnano/commit/6f9c7477eb3eb191d3a7454071908a17dac90fa3)) ### [`v5.0.13`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.13): v5.0.13 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.12...cssnano@5.0.13) #### Patch Changes - chore(postcss-normalize-url): reduce dependencies ([#&#8203;1255](https://github.com/cssnano/cssnano/pull/1255)) ([a4267dedcd6](https://github.com/cssnano/cssnano/commit/a4267dedcd6d41ece45a0dfc5a73ea4b9e4ae028)) - fix(postcss-colormin): accept configuration options ([#&#8203;1263](https://github.com/cssnano/cssnano/pull/1263)) ([3b38038007](https://github.com/cssnano/cssnano/commit/3b38038007bfd8761d84a9e35f0191b56e5b50d7)) - Updated dependencies - cssnano-preset-default@5.1.9 ### [`v5.0.12`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.12): v5.0.12 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.11...cssnano@5.0.12) #### Bug fixes - fix(postcss-reduce-initial): update initial values data ([#&#8203;1242](https://github.com/cssnano/cssnano/pull/1242)) ([c6e9f00b785](https://github.com/cssnano/cssnano/commit/c6e9f00b785d85df0d92a110ec95a14fd98adcc9)) ### [`v5.0.11`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.11): v5.0.11 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.10...cssnano@5.0.11) #### Bug fixes - [`c38f14c`](https://github.com/cssnano/cssnano/commit/c38f14c3ce3d0): **postcss-normalize-url**: avoid changing parameter encoding #### Chore - [`31d5c07`](https://github.com/cssnano/cssnano/commit/31d5c07dc07a4): refactor: drop one-liner dependencies - [`0717282`](https://github.com/cssnano/cssnano/commit/07172825ffbb4f4): **postcss-merge-longhand**: drop css-color-names dependency ### [`v5.0.10`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.10): v5.0.10 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.9...cssnano@5.0.10) #### Bug fixes - **postcss-merge-longhand:** prevent crash in some situations ([#&#8203;1222](https://github.com/cssnano/cssnano/pull/1222)) ([83009a](https://github.com/cssnano/cssnano/commit/83009a04e7200c80d4dfc478881eb1b231d2548f)) ### [`v5.0.9`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.9): v5.0.9 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.8...cssnano@5.0.9) #### Bug fixes - **postcss-svgo:** normalize SVG with escaped quote characters ([#&#8203;1200](https://github.com/cssnano/cssnano/pull/1200)) ([4ef5e41](https://github.com/cssnano/cssnano/commit/4ef5e41a6c61a23094001da82a76321ca746b22f)) - **postcss-convert-values:** preserve percentage-only properties ([#&#8203;1212](https://github.com/cssnano/cssnano/pull/1212)) ([8f3453](https://github.com/cssnano/cssnano/commit/8f345385b210cf85e9d591382d387f76ca4b0f64)) - **postcss-minify-gradients:** handle 2 color-stop-length in linear gradient ([#&#8203;1215](https://github.com/cssnano/cssnano/pull/1215)) ([8bb7ba6c](https://github.com/cssnano/cssnano/commit/8bb7ba6c1733fd12122589169d847b1a1212a6b5)) - **cssnano-preset-advanced:** update autoprefixer ([#&#8203;1213](https://github.com/cssnano/cssnano/pull/1213)) ([f19932](https://github.com/cssnano/cssnano/commit/f199323a8368546d9632112d381419930106e384)) #### Chore - **postcss-colormin:** use colord plugin for color minification ([#&#8203;1207](https://github.com/cssnano/cssnano/pull/1207)) ([3dbaa04](https://github.com/cssnano/cssnano/commit/3dbaa04addfa2f18375262377e172b03819dc2c0)) ### [`v5.0.8`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.8): v5.0.8 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.7...cssnano@5.0.8) #### Chore - **postcss-minify-gradients:** remove extra dependencies ([#&#8203;1181](https://github.com/cssnano/cssnano/pull/1181)) ([50eb53](https://github.com/cssnano/cssnano/commit/50eb53e63b6eaae598ae4e51d02255ec8dcc9c8f)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzcuMjUxLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
odit_renovate added the
enhancement
status:review_needed
priority:medium
labels 2023-03-27 16:47:41 +00:00
odit_renovate added 1 commit 2023-03-27 16:47:42 +00:00
continuous-integration/drone/push Build is passing Details
d4dc2069d1
Update dependency cssnano to v6
odit_renovate requested review from niggl 2023-03-27 16:47:42 +00:00
odit_renovate requested review from philipp 2023-03-27 16:47:42 +00:00
odit_renovate changed title from Update dependency cssnano to v6 to Update dependency cssnano to v6 - autoclosed 2024-04-24 21:40:24 +00:00
odit_renovate closed this pull request 2024-04-24 21:40:24 +00:00
All checks were successful
continuous-integration/drone/push Build is passing

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kauft.es/linkylinky-dashboard#52
No description provided.