Update dependency cssnano to v6.1.2 #110

Merged
samuel-p merged 1 commit from renovate/cssnano-6.x into develop 2024-03-29 18:01:20 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
cssnano devDependencies minor 6.0.3 -> 6.1.2

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

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 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cssnano](https://github.com/cssnano/cssnano) | devDependencies | minor | [`6.0.3` -> `6.1.2`](https://renovatebot.com/diffs/npm/cssnano/6.0.3/6.1.2) | --- ### 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 </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 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->
renovate-bot added 1 commit 2024-02-22 20:01:12 +00:00
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 36s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
14af46ca1e
Update dependency cssnano to v6.0.4
samuel-p was assigned by renovate-bot 2024-02-22 20:01:12 +00:00
renovate-bot force-pushed renovate/cssnano-6.x from 14af46ca1e to 67a189ccc3 2024-02-24 12:01:05 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v6.0.4 to Update dependency cssnano to v6.0.5 2024-02-24 12:01:07 +00:00
renovate-bot force-pushed renovate/cssnano-6.x from 67a189ccc3 to 7cceb199f3 2024-03-03 22:01:03 +00:00 Compare
renovate-bot force-pushed renovate/cssnano-6.x from 7cceb199f3 to e78e2926e5 2024-03-06 15:00:58 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v6.0.5 to Update dependency cssnano to v6.1.0 2024-03-06 15:01:00 +00:00
renovate-bot force-pushed renovate/cssnano-6.x from e78e2926e5 to b31f37039a 2024-03-20 14:00:49 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v6.1.0 to Update dependency cssnano to v6.1.1 2024-03-20 14:00:53 +00:00
renovate-bot force-pushed renovate/cssnano-6.x from b31f37039a to 48d562cf9c 2024-03-25 20:00:50 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v6.1.1 to Update dependency cssnano to v6.1.2 2024-03-25 20:00:53 +00:00
renovate-bot force-pushed renovate/cssnano-6.x from 48d562cf9c to 5a84417dda 2024-03-29 18:00:52 +00:00 Compare
samuel-p merged commit fbe9409784 into develop 2024-03-29 18:01:20 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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: samuel-p/sp-magic.de#110
No description provided.