Skip to content

Commit

Permalink
Update dependency cssnano-preset-default to v7 (#2592)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

### [`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/[email protected]@7.0.6)

#### What's Changed

-   Update postcss-calc and selector-parser by [@&#8203;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 [@&#8203;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/[email protected]@7.0.6

### [`v7.0.5`](https://redirect.github.com/cssnano/cssnano/compare/[email protected]@7.0.5)

[Compare Source](https://redirect.github.com/cssnano/cssnano/compare/[email protected]@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/[email protected]@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/[email protected]@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 [@&#8203;ota-meshi](https://redirect.github.com/ota-meshi)  and [@&#8203;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/[email protected]@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/[email protected]@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/[email protected]@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.

</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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent f89ba44 commit 45d4fbf
Showing 1 changed file with 1 addition and 1 deletion.
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": "7.0.5",
"cssnano-preset-default": "7.0.6",
"data-uri-to-buffer": "6.0.2",
"debug": "4.3.7",
"devalue": "4.3.3",
Expand Down

0 comments on commit 45d4fbf

Please sign in to comment.