Skip to content

Commit

Permalink
Update dependency cssnano-preset-default to v6 (#308)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cssnano-preset-default](https://togithub.com/cssnano/cssnano) | [`5.2.14` -> `6.0.1`](https://renovatebot.com/diffs/npm/cssnano-preset-default/5.2.14/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cssnano-preset-default/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cssnano-preset-default/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cssnano-preset-default/5.2.14/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cssnano-preset-default/5.2.14/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>cssnano/cssnano (cssnano-preset-default)</summary>

### [`v6.0.1`](https://togithub.com/cssnano/cssnano/releases/tag/cssnano%406.0.1): v6.0.1

[Compare Source](https://togithub.com/cssnano/cssnano/compare/cssnano-preset-default@6.0.0...cssnano-preset-default@6.0.1)

#### Bug Fixes

-   fix(postcss-merge-rules): do not merge nested rules (cssnano/cssnano@eb9a9a1)
-   fix(postcss-reduce-idents): minify grid line names correctly (cssnano/cssnano@2af6687)

### [`v6.0.0`](https://togithub.com/cssnano/cssnano/releases/tag/cssnano%406.0.0): v6.0.0

[Compare Source](https://togithub.com/cssnano/cssnano/compare/cssnano-preset-default@5.2.14...cssnano-preset-default@6.0.0)

#### Major Changes

-   [`99d1e6a`](https://togithub.com/cssnano/cssnano/commit/99d1e6ab): postcss-normalize-url: remove normalize-url configuration options
-   [`4e272f8`](https://togithub.com/cssnano/cssnano/commit/4e272f88):  postcss-svgo: Upgrade dependency svgo to v3 and increase the minimum supported node version to v14
-   [`ca9d3f5`](https://togithub.com/cssnano/cssnano/commit/ca9d3f55): Switch minimum supported Node version to 14 for all packages
-   [`39a2040`](https://togithub.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.

</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.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent c2cdd86 commit 8a43f8d
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 141 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"cross-spawn": "7.0.3",
"crypto-browserify": "3.12.0",
"css.escape": "1.5.1",
"cssnano-preset-default": "5.2.14",
"cssnano-preset-default": "6.0.1",
"data-uri-to-buffer": "3.0.1",
"debug": "4.3.4",
"devalue": "2.0.1",
Expand Down
Loading

0 comments on commit 8a43f8d

Please sign in to comment.