cssnano/cssnano (cssnano)
### [`v7.0.6`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.6): v7.0.6
[Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6)
#### What's Changed
- Update postcss-calc and selector-parser by [@ludofischer](https://redirect.github.com/ludofischer) in [https://github.com/cssnano/cssnano/pull/1663](https://redirect.github.com/cssnano/cssnano/pull/1663)
- fix(postcss-convert-values): convert `0ms` to `0s` by [@btea](https://redirect.github.com/btea) in [https://github.com/cssnano/cssnano/pull/1665](https://redirect.github.com/cssnano/cssnano/pull/1665)
**Full Changelog**: https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6
### [`v7.0.5`](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.4...cssnano@7.0.5)
[Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.4...cssnano@7.0.5)
### [`v7.0.4`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.4): v7.0.4
[Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.3...cssnano@7.0.4)
#### Bug fixes
- fix(postcss-convert-values): preserve percent sign in border-image-width in [https://github.com/cssnano/cssnano/pull/1645](https://redirect.github.com/cssnano/cssnano/pull/1645)
### [`v7.0.3`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.3): v7.0.3
[Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.2...cssnano@7.0.3)
#### Bug Fixes
- cssnano-preset-default: preserve SVG viewbox and title by default
- postcss-convert-values: preserve percent sign in arguments of color functions when needed
- postcss-ordered-values: preserve correct order in animation property
- postcss-minify-selectors: preserve quotes when escaping selector is required
- postcss-discard-comments: do not remove strings that only look like comments in selectors
Thanks to [@ota-meshi](https://redirect.github.com/ota-meshi) and [@seiyab](https://redirect.github.com/seiyab) for their contributions to this release.
### [`v7.0.2`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.2): v7.0.2
[Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.1...cssnano@7.0.2)
#### Bug Fixes
- fix invalid output in some cases where selectors contain comments
### [`v7.0.1`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.1): v7.0.1
[Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.0...cssnano@7.0.1)
#### Patch changes
Update postcss-calc dependency to latest version
### [`v7.0.0`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.0): v7.0.0
[Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@6.1.2...cssnano@7.0.0)
#### Breaking changes
This release drops official support for unmaintained long term support Node.js releases 14 and 16. It also drops support for non-long term support releases 19 and 21 and add support for Node.js 22. Only the `package.json` `engines` field has been updated. The code should otherwise be identical to the previous 6.1.2 release.
Ensuring support for older Node.js had become difficult as the GitHub actions runners are not available for the latest MacOS and recent pnpm also could not run on CI any more.
### [`v6.1.2`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.1.2): v6.1.2
[Compare Source](https://redirect.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://redirect.github.com/cssnano/cssnano/compare/cssnano@6.1.0...cssnano@6.1.1)
[Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@6.1.0...cssnano@6.1.1)
### [`v6.1.0`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.1.0): v6.1.0
[Compare Source](https://redirect.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 [@colinrotherham](https://redirect.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://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.0.5): v6.0.5
[Compare Source](https://redirect.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://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.0.4): v6.0.4
[Compare Source](https://redirect.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://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.0.3): v6.0.3
[Compare Source](https://redirect.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://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.0.2): v6.0.2
[Compare Source](https://redirect.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
Configuration
📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, Automerge - 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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^6.0.1
->^7.0.6
Release Notes
cssnano/cssnano (cssnano)
### [`v7.0.6`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.6): v7.0.6 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6) #### What's Changed - Update postcss-calc and selector-parser by [@ludofischer](https://redirect.github.com/ludofischer) in [https://github.com/cssnano/cssnano/pull/1663](https://redirect.github.com/cssnano/cssnano/pull/1663) - fix(postcss-convert-values): convert `0ms` to `0s` by [@btea](https://redirect.github.com/btea) in [https://github.com/cssnano/cssnano/pull/1665](https://redirect.github.com/cssnano/cssnano/pull/1665) **Full Changelog**: https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6 ### [`v7.0.5`](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.4...cssnano@7.0.5) [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.4...cssnano@7.0.5) ### [`v7.0.4`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.4): v7.0.4 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.3...cssnano@7.0.4) #### Bug fixes - fix(postcss-convert-values): preserve percent sign in border-image-width in [https://github.com/cssnano/cssnano/pull/1645](https://redirect.github.com/cssnano/cssnano/pull/1645) ### [`v7.0.3`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.3): v7.0.3 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.2...cssnano@7.0.3) #### Bug Fixes - cssnano-preset-default: preserve SVG viewbox and title by default - postcss-convert-values: preserve percent sign in arguments of color functions when needed - postcss-ordered-values: preserve correct order in animation property - postcss-minify-selectors: preserve quotes when escaping selector is required - postcss-discard-comments: do not remove strings that only look like comments in selectors Thanks to [@ota-meshi](https://redirect.github.com/ota-meshi) and [@seiyab](https://redirect.github.com/seiyab) for their contributions to this release. ### [`v7.0.2`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.2): v7.0.2 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.1...cssnano@7.0.2) #### Bug Fixes - fix invalid output in some cases where selectors contain comments ### [`v7.0.1`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.1): v7.0.1 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.0...cssnano@7.0.1) #### Patch changes Update postcss-calc dependency to latest version ### [`v7.0.0`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.0): v7.0.0 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@6.1.2...cssnano@7.0.0) #### Breaking changes This release drops official support for unmaintained long term support Node.js releases 14 and 16. It also drops support for non-long term support releases 19 and 21 and add support for Node.js 22. Only the `package.json` `engines` field has been updated. The code should otherwise be identical to the previous 6.1.2 release. Ensuring support for older Node.js had become difficult as the GitHub actions runners are not available for the latest MacOS and recent pnpm also could not run on CI any more. ### [`v6.1.2`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.1.2): v6.1.2 [Compare Source](https://redirect.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://redirect.github.com/cssnano/cssnano/compare/cssnano@6.1.0...cssnano@6.1.1) [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@6.1.0...cssnano@6.1.1) ### [`v6.1.0`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.1.0): v6.1.0 [Compare Source](https://redirect.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 [@colinrotherham](https://redirect.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://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.0.5): v6.0.5 [Compare Source](https://redirect.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://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.0.4): v6.0.4 [Compare Source](https://redirect.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://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.0.3): v6.0.3 [Compare Source](https://redirect.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://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%406.0.2): v6.0.2 [Compare Source](https://redirect.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.0Configuration
📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, Automerge - 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 was generated by Mend Renovate. View the repository job log.