Bump cssnano from 5.0.13 to 5.0.16 #446

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/cssnano-5.0.16 into develop 2022-01-30 20:06:43 +01:00
dependabot[bot] commented 2022-01-24 05:05:02 +01:00 (Migrated from github.com)

Bumps cssnano from 5.0.13 to 5.0.16.

Release notes

Sourced from cssnano's releases.

v5.0.16

5.0.16

Patch Changes

  • refactor: replace natural sort with built-in array sort
  • Updated dependencies

v5.0.15

Patch Changes

  • refactor: remove getMatch function from cssnano-utils

    The getMatch function allows nested arrays to emulate a map. It is better to replace this function with a regular Map(). It's unlikely this function is used outside of cssnano as it requires a very specific nested array struture.

  • fix: update postcss-calc to 8.2

    Remove a crash when postcss-calc cannot parse the value

  • Updated dependencies

    • cssnano-preset-default@5.1.10

v5.0.14

Bug fixes

  • fix(cssnano): correctly resolve presets in pnpm monorepo (#1269) (6f9c7477eb)
Commits
  • e0d6f5c Publish cssnano 5.0.16 (#1299)
  • dfbf8a7 refactor: replace alphanum-sort with built-in sort (#1297)
  • 819f85d refactor(postcss-discard-unused): remove uniqs function (#1296)
  • 99570c7 refactor(postcss-discard-duplicates): reduce indirection (#1295)
  • b027773 refactor: replace array with set if used as set (#1294)
  • f1b84d0 refactor: replace objects with maps and avoid excessively dynamic code (#1293)
  • c79fed9 refactor: remove implicit boolean conversion (#1292)
  • b663972 docs: add missing license (#1291)
  • 4849078 docs: remove description of removed functionality (#1290)
  • ac6247f test: reduce circular dependencies in tests (#1288)
  • 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.13 to 5.0.16. <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.16</h2> <h2>5.0.16</h2> <h2>Patch Changes</h2> <ul> <li>refactor: replace natural sort with built-in array sort</li> <li>Updated dependencies</li> </ul> <h2>v5.0.15</h2> <h2>Patch Changes</h2> <ul> <li> <p>refactor: remove getMatch function from cssnano-utils</p> <p>The getMatch function allows nested arrays to emulate a map. It is better to replace this function with a regular Map(). It's unlikely this function is used outside of cssnano as it requires a very specific nested array struture.</p> </li> <li> <p>fix: update postcss-calc to 8.2</p> <p>Remove a crash when postcss-calc cannot parse the value</p> </li> <li> <p>Updated dependencies</p> <ul> <li>cssnano-preset-default@5.1.10</li> </ul> </li> </ul> <h2>v5.0.14</h2> <h2>Bug fixes</h2> <ul> <li>fix(cssnano): correctly resolve presets in pnpm monorepo (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/pull/1269">#1269</a>) (<a href="https://github.com/cssnano/cssnano/commit/6f9c7477eb3eb191d3a7454071908a17dac90fa3">6f9c7477eb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cssnano/cssnano/commit/e0d6f5c711512e70654f82d0ec5ecfdb49a3f1f2"><code>e0d6f5c</code></a> Publish cssnano 5.0.16 (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1299">#1299</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/dfbf8a7687a57ed406911f8910970b0158aee17a"><code>dfbf8a7</code></a> refactor: replace alphanum-sort with built-in sort (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1297">#1297</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/819f85d06b11b17c519f5710eab28e818810cb68"><code>819f85d</code></a> refactor(postcss-discard-unused): remove uniqs function (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1296">#1296</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/99570c71f461d6e40bd877b7253e504b52add762"><code>99570c7</code></a> refactor(postcss-discard-duplicates): reduce indirection (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1295">#1295</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/b02777329021dfac1a048d10493c05ead4a66d43"><code>b027773</code></a> refactor: replace array with set if used as set (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1294">#1294</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/f1b84d094f61217d73a80e895cf1172885cad280"><code>f1b84d0</code></a> refactor: replace objects with maps and avoid excessively dynamic code (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1293">#1293</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/c79fed9e53e5ac868bf44d68578445a760745906"><code>c79fed9</code></a> refactor: remove implicit boolean conversion (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1292">#1292</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/b663972a4aec306220eb9ddb6d5d27332ac83c2b"><code>b663972</code></a> docs: add missing license (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1291">#1291</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/4849078448412c7028dd45613313eb6dcf0be47e"><code>4849078</code></a> docs: remove description of removed functionality (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1290">#1290</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/ac6247f1c14824c98b7c44bf041d74a881071f5e"><code>ac6247f</code></a> test: reduce circular dependencies in tests (<a href="https://github-redirect.dependabot.com/cssnano/cssnano/issues/1288">#1288</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cssnano/cssnano/compare/cssnano@5.0.13...cssnano@5.0.16">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.13&new-version=5.0.16)](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 2022-01-24 05:05:20 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
dependabot[bot] commented 2022-01-24 05:07:18 +01:00 (Migrated from github.com)

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass.
dependabot[bot] commented 2022-01-28 17:49:10 +01:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Serraniel (Migrated from github.com) approved these changes 2022-01-28 17:50:12 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Serraniel (Migrated from github.com) approved these changes 2022-01-29 16:21:20 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Serraniel commented 2022-01-30 20:02:03 +01:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
Serraniel (Migrated from github.com) approved these changes 2022-01-30 20:02:56 +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#446
No description provided.