Bump cssnano from 5.0.8 to 5.0.9 #385

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/cssnano-5.0.9 into develop 2021-11-03 05:09:25 +01:00
dependabot[bot] commented 2021-11-03 05:06:31 +01:00 (Migrated from github.com)

Bumps cssnano from 5.0.8 to 5.0.9.

Release notes

Sourced from cssnano's releases.

v5.0.9

Bug fixes

  • postcss-svgo: normalize SVG with escaped quote characters (#1200) (4ef5e41)

  • postcss-convert-values: preserve percentage-only properties (#1212) (8f3453)

  • postcss-minify-gradients: handle 2 color-stop-length in linear gradient (#1215) (8bb7ba6c)

  • cssnano-preset-advanced: update autoprefixer (#1213) (f19932)

Chore

  • postcss-colormin: use colord plugin for color minification (#1207) (3dbaa04)
Commits
  • 2d84646 Merge pull request #1218 from cssnano/v5.0.9
  • 3fdc37d Publish cssnano 5.0.9
  • 8bb7ba6 fix(postcss-minify-gradients): handle 2 color-stop-length in linear-gradient ...
  • a2cd55c chore: update test matrix (#1214)
  • 8f34538 fix(postcss-convert-values): preserve percentage-only properties (#1212)
  • f199323 fix(cssnano-preset-advanced): update autoprefixer (#1213)
  • b67cdc4 fix(postcss-merge-longhand): add revert to unmergeable values (#1211)
  • bb0a76a Fix ordered values (#1210)
  • 3dbaa04 Simplify postcss-colormin (#1207)
  • 2b5841e chore(postcss-svgo): update svgo dep (#1209)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @Serraniel.


Dependabot commands and options

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 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)
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.0.8 to 5.0.9. <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>v5.0.9</h2> <h2>Bug fixes</h2> <ul> <li> <p><strong>postcss-svgo:</strong> normalize SVG with escaped quote characters (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/pull/1200">#1200</a>) (<a href="https://github.com/cssnano/cssnano/commit/4ef5e41a6c61a23094001da82a76321ca746b22f">4ef5e41</a>)</p> </li> <li> <p><strong>postcss-convert-values:</strong> preserve percentage-only properties (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/pull/1212">#1212</a>) (<a href="https://github.com/cssnano/cssnano/commit/8f345385b210cf85e9d591382d387f76ca4b0f64">8f3453</a>)</p> </li> <li> <p><strong>postcss-minify-gradients:</strong> handle 2 color-stop-length in linear gradient (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/pull/1215">#1215</a>) (<a href="https://github.com/cssnano/cssnano/commit/8bb7ba6c1733fd12122589169d847b1a1212a6b5">8bb7ba6c</a>)</p> </li> <li> <p><strong>cssnano-preset-advanced:</strong> update autoprefixer (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/pull/1213">#1213</a>) (<a href="https://github.com/cssnano/cssnano/commit/f199323a8368546d9632112d381419930106e384">f19932</a>)</p> </li> </ul> <h2>Chore</h2> <ul> <li><strong>postcss-colormin:</strong> use colord plugin for color minification (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/pull/1207">#1207</a>) (<a href="https://github.com/cssnano/cssnano/commit/3dbaa04addfa2f18375262377e172b03819dc2c0">3dbaa04</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cssnano/cssnano/commit/2d84646671c7075f8dae35de310351aac3436bc0"><code>2d84646</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1218">#1218</a> from cssnano/v5.0.9</li> <li><a href="https://github.com/cssnano/cssnano/commit/3fdc37d638a6db3d33056a7c67d5dd5867cb771d"><code>3fdc37d</code></a> Publish cssnano 5.0.9</li> <li><a href="https://github.com/cssnano/cssnano/commit/8bb7ba6c1733fd12122589169d847b1a1212a6b5"><code>8bb7ba6</code></a> fix(postcss-minify-gradients): handle 2 color-stop-length in linear-gradient ...</li> <li><a href="https://github.com/cssnano/cssnano/commit/a2cd55c597183480043cbcc74a5470a9317a402c"><code>a2cd55c</code></a> chore: update test matrix (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1214">#1214</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/8f345385b210cf85e9d591382d387f76ca4b0f64"><code>8f34538</code></a> fix(postcss-convert-values): preserve percentage-only properties (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1212">#1212</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/f199323a8368546d9632112d381419930106e384"><code>f199323</code></a> fix(cssnano-preset-advanced): update autoprefixer (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1213">#1213</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/b67cdc45d148197e7e37e09c80f6d0408cc4b99f"><code>b67cdc4</code></a> fix(postcss-merge-longhand): add revert to unmergeable values (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1211">#1211</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/bb0a76a7cb0419e332c27a5276ff8d6b2953e8a3"><code>bb0a76a</code></a> Fix ordered values (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1210">#1210</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/3dbaa04addfa2f18375262377e172b03819dc2c0"><code>3dbaa04</code></a> Simplify <code>postcss-colormin</code> (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1207">#1207</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/2b5841e06808f9c04e03c07b5da0f5a36de88cd3"><code>2b5841e</code></a> chore(postcss-svgo): update svgo dep (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1209">#1209</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cssnano/cssnano/compare/cssnano@5.0.8...cssnano@5.0.9">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=5.0.8&new-version=5.0.9)](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 will merge this PR once CI passes on it, as requested by @Serraniel. [//]: # (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 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>
Serraniel (Migrated from github.com) approved these changes 2021-11-03 05:06:48 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#385
No description provided.