Bump postcss from 8.1.10 to 8.1.13 #132

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/postcss-8.1.13 into develop 2020-12-03 05:25:01 +01:00
dependabot[bot] commented 2020-12-03 05:22:27 +01:00 (Migrated from github.com)

Bumps postcss from 8.1.10 to 8.1.13.

Release notes

Sourced from postcss's releases.

8.1.13

  • Fixed broken AST after moving nodes in visitor API.

8.1.12

  • Fixed Autoprefixer regression.

8.1.11

  • Added PostCSS update suggestion on unknown event in plugin.
Changelog

Sourced from postcss's changelog.

8.1.13

  • Fixed broken AST after moving nodes in visitor API.

8.1.12

  • Fixed Autoprefixer regression.

8.1.11

  • Added PostCSS update suggestion on unknown event in plugin.
Commits

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 [postcss](https://github.com/postcss/postcss) from 8.1.10 to 8.1.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.1.13</h2> <ul> <li>Fixed broken AST after moving nodes in visitor API.</li> </ul> <h2>8.1.12</h2> <ul> <li>Fixed Autoprefixer regression.</li> </ul> <h2>8.1.11</h2> <ul> <li>Added PostCSS update suggestion on unknown event in plugin.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.1.13</h2> <ul> <li>Fixed broken AST after moving nodes in visitor API.</li> </ul> <h2>8.1.12</h2> <ul> <li>Fixed Autoprefixer regression.</li> </ul> <h2>8.1.11</h2> <ul> <li>Added PostCSS update suggestion on unknown event in plugin.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/a4273a28ed270009ff25826b075defd64a56e991"><code>a4273a2</code></a> Release 8.1.13 version</li> <li><a href="https://github.com/postcss/postcss/commit/5628bb3a077175849a65db18d3352769bf7bfd1e"><code>5628bb3</code></a> Fix AST after moving nodes in visitor</li> <li><a href="https://github.com/postcss/postcss/commit/e08623f3cf62ad22c8bfd67ed01fc482fead9383"><code>e08623f</code></a> Release 8.1.12 version</li> <li><a href="https://github.com/postcss/postcss/commit/b3dbd910766ef9772ba008673eaa9d3fb25c1900"><code>b3dbd91</code></a> Avoid error with autoprefixer</li> <li><a href="https://github.com/postcss/postcss/commit/f92ef7d31858d1083c2d5aff4a5c81cc60c58191"><code>f92ef7d</code></a> Release 8.1.11 version</li> <li><a href="https://github.com/postcss/postcss/commit/f8a108d46c0c0c1b313b22da1e149f3b0f7025ea"><code>f8a108d</code></a> Show error on unknown property in plugin</li> <li><a href="https://github.com/postcss/postcss/commit/3765634da7659d941a2eb1823c5698755133493e"><code>3765634</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/c0cc6e99a4e933af433f64bafa6f5e3307c06d17"><code>c0cc6e9</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/d400a8a202b0ca3af89f897eb8d3d65ef1cdb045"><code>d400a8a</code></a> Update branch name</li> <li><a href="https://github.com/postcss/postcss/commit/4ce0fc1bc26c329adedc8eed0f148f0a27c64694"><code>4ce0fc1</code></a> Update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.1.10...8.1.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.1.10&new-version=8.1.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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 2020-12-03 05:22:50 +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#132
No description provided.