Skip to content

Commit

Permalink
Bump cssnano-preset-advanced from 6.0.3 to 6.1.0 in /reacnetgenerator…
Browse files Browse the repository at this point in the history
…/static/webpack (#2162)

Bumps [cssnano-preset-advanced](https://github.com/cssnano/cssnano) from
6.0.3 to 6.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cssnano/cssnano/releases">cssnano-preset-advanced's
releases</a>.</em></p>
<blockquote>
<h2>v6.1.0</h2>
<p>This release contains a lot of fixes to Browserslist support thanks
to <a
href="https://github.com/colinrotherham"><code>@​colinrotherham</code></a></p>
<h2>Features</h2>
<ul>
<li>support Browserslist options in more plugins</li>
<li>support overriding autoprefixer options</li>
</ul>
<p>Additionally, this release includes improved TypeScript types.</p>
<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>
<h2>v6.0.4</h2>
<h3>Bug Fixes</h3>
<ul>
<li>preserve empty <code>@layer</code> declarations</li>
<li>avoid crashing when encountering <code>@layer</code> without any
braces afterwards</li>
<li>update to latest lilconfig dependency to avoid vulnerability</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cssnano/cssnano/commit/932caeba1f70bd44ddae0c8ab500697ab83fea66"><code>932caeb</code></a>
Publish cssnano 6.1.0</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/384ad856f22ba32c904df031568226bd9df652b6"><code>384ad85</code></a>
chore: remove css-size from repository</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/5f59012c34c8d53337a25edc15b0480cee53db54"><code>5f59012</code></a>
feat: enable “go to definition” via declaration maps</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/a0437e458aa8a558529c64cce70282def1e893b8"><code>a0437e4</code></a>
feat: add preset and plugin options for browserslist (<a
href="https://redirect.github.com/cssnano/cssnano/issues/1573">#1573</a>)</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/ae14108dc6de1d48f804e663ce90a4d2fe6c43f0"><code>ae14108</code></a>
fix: tests looping <code>toInitial.json</code> data should run (<a
href="https://redirect.github.com/cssnano/cssnano/issues/1572">#1572</a>)</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/6f9fa98206cd7f966d06d59c68dfb42b1205ecf7"><code>6f9fa98</code></a>
fix: add missing type declarations to plugins with options (<a
href="https://redirect.github.com/cssnano/cssnano/issues/1571">#1571</a>)</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/e24fb14de494c53f0abffa6367ad123ecce73d17"><code>e24fb14</code></a>
fix: prevent crash where first preset is already invoked</li>
<li><a
href="https://github.com/cssnano/cssnano/commit/a352df203eebff22f8b3b2ac458fe296474e9bf1"><code>a352df2</code></a>
docs: update website for release</li>
<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>Additional commits viewable in <a
href="https://github.com/cssnano/cssnano/compare/[email protected]@6.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cssnano-preset-advanced&package-manager=npm_and_yarn&previous-version=6.0.3&new-version=6.1.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2024
1 parent 55e8d49 commit 25ef1c3
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 31 deletions.
2 changes: 1 addition & 1 deletion reacnetgenerator/static/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"css-loader": "6.10.0",
"css-minimizer-webpack-plugin": "6.0.0",
"cssnano": "6.0.5",
"cssnano-preset-advanced": "6.0.3",
"cssnano-preset-advanced": "6.1.0",
"html-inline-css-webpack-plugin": "1.11.2",
"html-webpack-plugin": "5.6.0",
"ifdef-loader": "2.3.2",
Expand Down
Loading

0 comments on commit 25ef1c3

Please sign in to comment.