chore(deps): update dependency cssnano to v7.1.9 #133

Open
renovate wants to merge 1 commit from renovate/cssnano-7.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
cssnano 7.1.17.1.9 age confidence

Release Notes

cssnano/cssnano (cssnano)

v7.1.9: v7.1.9

Compare Source

Bug Fixes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.8...cssnano@7.1.9

v7.1.8: v7.1.8

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.7...cssnano@7.1.8

v7.1.7: v.7.1.7

Compare Source

This release is idnetical to the previous one, but is being published to ensure that the latest versions of postcss-normalize-repeat-style and postcss-normalize-positions are uploaded to the npm registry.

v7.1.6: v7.1.6

Compare Source

New feature

Bug fixes

  • fix: update colordx and autoprefixer
  • fix: update postcss peer dependency by @​ludofischer in #​1779 Solves possible security issue

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.5...cssnano@7.1.6

v7.1.5: v7.1.5

Compare Source

Bug Fixes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.4...cssnano@7.1.5

v7.1.4: v7.1.4

Compare Source

Bug Fixes

Update color conversion library to @​colordx/core to fix rounding errors in color conversions #​1755

v7.1.3: v7.1.3

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.2...cssnano@7.1.3

v7.1.2: v7.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.1...cssnano@7.1.2


Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [cssnano](https://github.com/cssnano/cssnano) | [`7.1.1` → `7.1.9`](https://renovatebot.com/diffs/npm/cssnano/7.1.1/7.1.9) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cssnano/7.1.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cssnano/7.1.1/7.1.9?slim=true) | --- ### Release Notes <details> <summary>cssnano/cssnano (cssnano)</summary> ### [`v7.1.9`](https://github.com/cssnano/cssnano/releases/tag/cssnano%407.1.9): v7.1.9 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@7.1.8...cssnano@7.1.9) #### Bug Fixes - Reject :is() fold for unknown pseudo-classes with arguments by [@&#8203;dkryaklin](https://github.com/dkryaklin) in [#&#8203;1791](https://github.com/cssnano/cssnano/pull/1791) **Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@7.1.8...cssnano@7.1.9> ### [`v7.1.8`](https://github.com/cssnano/cssnano/releases/tag/cssnano%407.1.8): v7.1.8 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@7.1.7...cssnano@7.1.8) #### What's Changed - fix(postcss-minify-selectors): reject :is() fold for :nth-child(... of S) to preserve cascade by [@&#8203;dkryaklin](https://github.com/dkryaklin) in [#&#8203;1785](https://github.com/cssnano/cssnano/pull/1785) - Update postcss and [@&#8203;colordx/core](https://github.com/colordx/core) by [@&#8203;ludofischer](https://github.com/ludofischer) in [#&#8203;1786](https://github.com/cssnano/cssnano/pull/1786) **Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@7.1.7...cssnano@7.1.8> ### [`v7.1.7`](https://github.com/cssnano/cssnano/releases/tag/cssnano%407.1.7): v.7.1.7 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@7.1.6...cssnano@7.1.7) This release is idnetical to the previous one, but is being published to ensure that the latest versions of `postcss-normalize-repeat-style` and `postcss-normalize-positions` are uploaded to the npm registry. ### [`v7.1.6`](https://github.com/cssnano/cssnano/releases/tag/cssnano%407.1.6): v7.1.6 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@7.1.5...cssnano@7.1.6) #### New feature - feat(postcss-minify-selectors): fold selector lists into :is() ([#&#8203;1703](https://github.com/cssnano/cssnano/issues/1703)) by [@&#8203;dkryaklin](https://github.com/dkryaklin) in [#&#8203;1775](https://github.com/cssnano/cssnano/pull/1775) #### Bug fixes - fix: update colordx and autoprefixer - fix: update postcss peer dependency by [@&#8203;ludofischer](https://github.com/ludofischer) in [#&#8203;1779](https://github.com/cssnano/cssnano/pull/1779) Solves possible security issue **Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@7.1.5...cssnano@7.1.6> ### [`v7.1.5`](https://github.com/cssnano/cssnano/releases/tag/cssnano%407.1.5): v7.1.5 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@7.1.4...cssnano@7.1.5) #### Bug Fixes - fix(postcss-reduce-idents): support counter-set property by [@&#8203;dkryaklin](https://github.com/dkryaklin) in [#&#8203;1765](https://github.com/cssnano/cssnano/pull/1765) - fix(postcss-convert-values): add transformCustomProperties option by [@&#8203;dkryaklin](https://github.com/dkryaklin) in [#&#8203;1769](https://github.com/cssnano/cssnano/pull/1769) - fix(postcss-colormin): add transformCustomProperties option by [@&#8203;dkryaklin](https://github.com/dkryaklin) in [#&#8203;1768](https://github.com/cssnano/cssnano/pull/1768) **Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@7.1.4...cssnano@7.1.5> ### [`v7.1.4`](https://github.com/cssnano/cssnano/releases/tag/cssnano%407.1.4): v7.1.4 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@7.1.3...cssnano@7.1.4) #### Bug Fixes Update color conversion library to [@&#8203;colordx/core](https://github.com/colordx/core) to fix rounding errors in color conversions [#&#8203;1755](https://github.com/cssnano/cssnano/issues/1755) ### [`v7.1.3`](https://github.com/cssnano/cssnano/releases/tag/cssnano%407.1.3): v7.1.3 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@7.1.2...cssnano@7.1.3) #### What's Changed - Optimize mergeRule selector merging with WeakMap caching by [@&#8203;Goodwine](https://github.com/Goodwine) in [#&#8203;1748](https://github.com/cssnano/cssnano/pull/1748) **Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@7.1.2...cssnano@7.1.3> ### [`v7.1.2`](https://github.com/cssnano/cssnano/releases/tag/cssnano%407.1.2): v7.1.2 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@7.1.1...cssnano@7.1.2) #### What's Changed - fix: enhanced recognition of css comments by [@&#8203;Nirvana-Jie](https://github.com/Nirvana-Jie) in [#&#8203;1730](https://github.com/cssnano/cssnano/pull/1730) - chore: use npm trusted publishing by [@&#8203;ludofischer](https://github.com/ludofischer) in [#&#8203;1731](https://github.com/cssnano/cssnano/pull/1731) - fix: update browserslist by [@&#8203;ludofischer](https://github.com/ludofischer) in [#&#8203;1733](https://github.com/cssnano/cssnano/pull/1733) **Full Changelog**: <https://github.com/cssnano/cssnano/compare/cssnano@7.1.1...cssnano@7.1.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/cssnano-7.x-lockfile:renovate/cssnano-7.x-lockfile
git switch renovate/cssnano-7.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/cssnano-7.x-lockfile
git switch renovate/cssnano-7.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/cssnano-7.x-lockfile
git switch renovate/cssnano-7.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/cssnano-7.x-lockfile
git switch main
git merge --squash renovate/cssnano-7.x-lockfile
git switch main
git merge --ff-only renovate/cssnano-7.x-lockfile
git switch main
git merge renovate/cssnano-7.x-lockfile
git push origin main
Sign in to join this conversation.
No description provided.