Skip to content

Commit

Permalink
Build(deps): Bump cssnano from 6.0.4 to 6.0.5 (#607)
Browse files Browse the repository at this point in the history
Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.0.4 to 6.0.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cssnano/cssnano/releases">cssnano's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.5</h2>
<h2>Bug Fixes</h2>
<ul>
<li>correctly minify <code>font</code> declaration in edge cases</li>
<li>preserve <code>initial</code> property in
<code>-webkit-line-clamp</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cssnano/cssnano/commit/fdd092eb648dc998e411c86e027836da875ffcfa"><code>fdd092e</code></a>
Publish cssnano 6.0.5</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/c2160e30e2551f2ea3cee691fdb85f001b3506f1"><code>c2160e3</code></a>
fix(postcss-minify-font-values): fix font declaration output (<a
href="https://redirect.github.com/cssnano/cssnano/issues/1562">#1562</a>)</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/fb9889a13071d92334df561f8a6d42bda55831da"><code>fb9889a</code></a>
chore: update ESLint</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/c4be0f52a776da12caf0d37e86fc0c194d384e49"><code>c4be0f5</code></a>
fix(postcss-reduce-initial): update list of properties values</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/f01b03c6fc6b07d73be68500c09668300fa05dcd"><code>f01b03c</code></a>
test(postcss-reduce-initial): replace nanospy with built-in mock</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/3ed9528eb916167a56813c1e975b97e110b8c444"><code>3ed9528</code></a>
Correct the test links in some plugin README files</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/d829c19e67a7b4f9ed788347afee0e4a7aa04779"><code>d829c19</code></a>
chore: update remaining dev dependencies</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/f4613895db3bd7dd60d5667833258116425ef8ff"><code>f461389</code></a>
chore: update colord version</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/83d3268fc09aa4fc5f66beabd480f677c85c6c93"><code>83d3268</code></a>
chore: update browserslist and autoprefixer</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/7f44a4f5d5cfe7dcc29223e239bbc3063498f932"><code>7f44a4f</code></a>
docs: update website for release</li>
<li>See full diff in <a
href="https://github.com/cssnano/cssnano/compare/[email protected]@6.0.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cssnano&package-manager=npm_and_yarn&previous-version=6.0.4&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
derTobsch authored Mar 1, 2024
2 parents 709d903 + 7402c51 commit 4d54a11
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
136 changes: 68 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@vitest/coverage-v8": "1.2.2",
"autoprefixer": "10.4.17",
"concurrently": "8.2.2",
"cssnano": "6.0.4",
"cssnano": "6.0.5",
"date-fns": "3.3.1",
"esbuild": "0.20.1",
"eslint": "8.57.0",
Expand Down

0 comments on commit 4d54a11

Please sign in to comment.