Bump postcss from 8.2.1 to 8.2.2 #153

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/postcss-8.2.2 into develop 2020-12-30 18:08:06 +01:00
dependabot[bot] commented 2020-12-30 05:27:29 +01:00 (Migrated from github.com)

Bumps postcss from 8.2.1 to 8.2.2.

Release notes

Sourced from postcss's releases.

8.2.2

  • Fixed CSS-in-JS support (by @43081j).
  • Fixed plugin types (by @ludofischer).
  • Fixed Result#warn() types.
Changelog

Sourced from postcss's changelog.

8.2.2

  • Fixed CSS-in-JS support (by James Garbutt).
  • Fixed plugin types (by Ludovico Fischer).
  • Fixed Result#warn() types.
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 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.2.1 to 8.2.2. <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.2.2</h2> <ul> <li>Fixed CSS-in-JS support (by <a href="https://github.com/43081j">@43081j</a>).</li> <li>Fixed plugin types (by <a href="https://github.com/ludofischer">@ludofischer</a>).</li> <li>Fixed <code>Result#warn()</code> types.</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.2.2</h2> <ul> <li>Fixed CSS-in-JS support (by James Garbutt).</li> <li>Fixed plugin types (by Ludovico Fischer).</li> <li>Fixed <code>Result#warn()</code> types.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/1ab780849498e2d44156c5f05c88fdd3d6069bac"><code>1ab7808</code></a> Release 8.2.2 version</li> <li><a href="https://github.com/postcss/postcss/commit/b48a75e8eb8b8f0922b6ab02f75e82ab67ff843b"><code>b48a75e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1495">#1495</a> from 43081j/fix-root</li> <li><a href="https://github.com/postcss/postcss/commit/ec11e19719372494694c5a92536b42bb09d3ae92"><code>ec11e19</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/ac5802ce98f52ea7aae8bb559ec170dfb5b5970f"><code>ac5802c</code></a> Clean up tests</li> <li><a href="https://github.com/postcss/postcss/commit/bc28c89708314baf6cc42d3374b9e01e67079de6"><code>bc28c89</code></a> Simplify iterators types</li> <li><a href="https://github.com/postcss/postcss/commit/ff00f7e59797b8e7872eb8b0a936aba4928524f3"><code>ff00f7e</code></a> Fix Result#warn types</li> <li><a href="https://github.com/postcss/postcss/commit/c8d18e613561020977d7a6f60df124557c870743"><code>c8d18e6</code></a> remove root assignment</li> <li><a href="https://github.com/postcss/postcss/commit/b6c2f95fa817db962118a8117d77d41c5f20c814"><code>b6c2f95</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1493">#1493</a> from postcss/dependabot/npm_and_yarn/node-notifier-8...</li> <li><a href="https://github.com/postcss/postcss/commit/48e0d49137b8efd95fa53fe89ccfabdd09680d40"><code>48e0d49</code></a> Bump node-notifier from 8.0.0 to 8.0.1</li> <li><a href="https://github.com/postcss/postcss/commit/3729f444bbe3add78fea149ef4356c32172c9fcb"><code>3729f44</code></a> Fix spelling check</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.2.1...8.2.2">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.2.1&new-version=8.2.2)](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 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-30 18:07:58 +01:00
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#153
No description provided.