Bump postcss from 8.1.7 to 8.1.8 #122

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/postcss-8.1.8 into develop 2020-11-20 05:38:34 +01:00
dependabot[bot] commented 2020-11-20 05:25:09 +01:00 (Migrated from github.com)

Bumps postcss from 8.1.7 to 8.1.8.

Changelog

Sourced from postcss's changelog.

8.1.8

  • Fix LazyResult type compatibility with Promise (by Ludovico Fischer).
  • Use HTTPS links in documentation.
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 it's up-to-date and 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.7 to 8.1.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/master/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.1.8</h2> <ul> <li>Fix <code>LazyResult</code> type compatibility with <code>Promise</code> (by Ludovico Fischer).</li> <li>Use HTTPS links in documentation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/6d2d1fbcfeece90c32e8d67e4b7090f67321a9e7"><code>6d2d1fb</code></a> Release 8.1.8 version</li> <li><a href="https://github.com/postcss/postcss/commit/875283a79cce04c17a0d065a2ba16e3de889a6a8"><code>875283a</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/fb70ca96ee71f3513de6bd85b46ac91e8e3c5c2f"><code>fb70ca9</code></a> Clean up tests</li> <li><a href="https://github.com/postcss/postcss/commit/0d89106b73bf6ab6c0848c26cca29cbe874de7c8"><code>0d89106</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1463">#1463</a> from ludofischer/fix-lazyresult-type</li> <li><a href="https://github.com/postcss/postcss/commit/362ac8dda7bd63b1897bc05933b1f870aeb34795"><code>362ac8d</code></a> fix(typescript): ensure LazyResult complies with Promise interface.</li> <li><a href="https://github.com/postcss/postcss/commit/f8fe2859a46ce165cfd12c54af8e592d20bbe990"><code>f8fe285</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/6577de1a08dd8651b94e178bd654ab32f385dd35"><code>6577de1</code></a> Fix dead links</li> <li><a href="https://github.com/postcss/postcss/commit/901014cab9c5df03b7fdd4fdbd763651d2a212cd"><code>901014c</code></a> Use HTTPS links</li> <li><a href="https://github.com/postcss/postcss/commit/6599e97fb710cdcaf7523d3d2ab7565729475183"><code>6599e97</code></a> Update dependencies</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.1.7...8.1.8">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.7&new-version=8.1.8)](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 it's up-to-date and 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-11-20 05:25:36 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Serraniel (Migrated from github.com) approved these changes 2020-11-20 05:36:20 +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#122
No description provided.