Bump postcss from 8.1.6 to 8.1.7 #113

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/postcss-8.1.7 into develop 2020-11-11 05:23:00 +01:00
dependabot[bot] commented 2020-11-11 05:20:46 +01:00 (Migrated from github.com)

Bumps postcss from 8.1.6 to 8.1.7.

Release notes

Sourced from postcss's releases.

8.1.7

Changelog

Sourced from postcss's changelog.

8.1.7

  • Fix import support in TypeScript (by Remco Haszing).
Commits
  • 7e68b54 Release 8.1.7 version
  • 63a810d Remove Node.ks ESM 15 hack
  • 56befa5 Update dependencies
  • 92155c7 Try to avoid Node.js 15 warning
  • 9958714 Merge pull request #1459 from remcohaszing/fix-typescript-usage
  • 97a41a8 Revert "Remove esModuleInterop option from tsconfig.json"
  • e738254 Remove esModuleInterop option from tsconfig.json
  • 8741fdd Fix usage of default exports with TypeScript
  • 6fb712a Fix Windows
  • bf9178b Try to fix Windows test
  • 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 [postcss](https://github.com/postcss/postcss) from 8.1.6 to 8.1.7. <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.7</h2> <ul> <li>Fix <code>import</code> support in TypeScript (by <a href="https://github.com/remcohaszing">@remcohaszing</a>).</li> </ul> </blockquote> </details> <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.7</h2> <ul> <li>Fix <code>import</code> support in TypeScript (by Remco Haszing).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/7e68b54aef1f3994ab546ac9c4c5df9d6f671075"><code>7e68b54</code></a> Release 8.1.7 version</li> <li><a href="https://github.com/postcss/postcss/commit/63a810d3584d01235017ebbc993c43664ec5d28e"><code>63a810d</code></a> Remove Node.ks ESM 15 hack</li> <li><a href="https://github.com/postcss/postcss/commit/56befa503ef1eb1c454348cd6a54fff230b87b11"><code>56befa5</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/92155c73e105a36af5196a75bcc34ada377a711f"><code>92155c7</code></a> Try to avoid Node.js 15 warning</li> <li><a href="https://github.com/postcss/postcss/commit/995871456ae207eb036f59e6204b852a3569f363"><code>9958714</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1459">#1459</a> from remcohaszing/fix-typescript-usage</li> <li><a href="https://github.com/postcss/postcss/commit/97a41a863c993caf6f1119438c0861dc5b33f9cf"><code>97a41a8</code></a> Revert &quot;Remove <code>esModuleInterop</code> option from tsconfig.json&quot;</li> <li><a href="https://github.com/postcss/postcss/commit/e73825414e06c4a5510ba8c04882d7ea01c47286"><code>e738254</code></a> Remove <code>esModuleInterop</code> option from tsconfig.json</li> <li><a href="https://github.com/postcss/postcss/commit/8741fddf81274e5834fbd4775dd560b605118442"><code>8741fdd</code></a> Fix usage of default exports with TypeScript</li> <li><a href="https://github.com/postcss/postcss/commit/6fb712a224ef1db8415d789ba577fc96cf45ec8e"><code>6fb712a</code></a> Fix Windows</li> <li><a href="https://github.com/postcss/postcss/commit/bf9178b4ce45242d32ddb2fc5e5c8563af2ca067"><code>bf9178b</code></a> Try to fix Windows test</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.1.6...8.1.7">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.6&new-version=8.1.7)](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-11-11 05:21:12 +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#113
No description provided.