Bump postcss from 8.2.10 to 8.2.12 #242

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/postcss-8.2.12 into develop 2021-04-23 18:47:31 +02:00
dependabot[bot] commented 2021-04-23 06:13:53 +02:00 (Migrated from github.com)

Bumps postcss from 8.2.10 to 8.2.12.

Release notes

Sourced from postcss's releases.

8.2.12

  • Fixed package.json exports.

8.2.11

  • Fixed DEP0148 warning in Node.js 16.
  • Fixed docs (by @​semiromid).
Changelog

Sourced from postcss's changelog.

8.2.12

  • Fixed package.json exports.

8.2.11

  • Fixed DEP0148 warning in Node.js 16.
  • Fixed docs (by @​semiromid).
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.2.10 to 8.2.12. <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.12</h2> <ul> <li>Fixed <code>package.json</code> exports.</li> </ul> <h2>8.2.11</h2> <ul> <li>Fixed <code>DEP0148</code> warning in Node.js 16.</li> <li>Fixed docs (by <a href="https://github.com/semiromid"><code>@​semiromid</code></a>).</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.12</h2> <ul> <li>Fixed <code>package.json</code> exports.</li> </ul> <h2>8.2.11</h2> <ul> <li>Fixed <code>DEP0148</code> warning in Node.js 16.</li> <li>Fixed docs (by <a href="https://github.com/semiromid"><code>@​semiromid</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/dc6cff1d7f9e0d6cba440d1b4f797a0f57b13595"><code>dc6cff1</code></a> Release 8.2.12 version</li> <li><a href="https://github.com/postcss/postcss/commit/8e6088f99ca8ae92f70d5207a8478cd22e6ec420"><code>8e6088f</code></a> Add package.json to exports</li> <li><a href="https://github.com/postcss/postcss/commit/2a1898ced8ba7eefe79086a8f45d8a9418330dba"><code>2a1898c</code></a> Release 8.2.11 version</li> <li><a href="https://github.com/postcss/postcss/commit/7b541ebe2b95dc6f4cde071c9280683942999ea7"><code>7b541eb</code></a> Update size limit</li> <li><a href="https://github.com/postcss/postcss/commit/3a641baae14543385c89f2975aa2737f04480436"><code>3a641ba</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/96faacb974dcc5c3ff17c97e16785abcbea410d2"><code>96faacb</code></a> Manually specificy all dirs in package.exports</li> <li><a href="https://github.com/postcss/postcss/commit/1065b3bc43973ad03574eee1d60e73f5c2ef23be"><code>1065b3b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1560">#1560</a> from semiromid/patch-1</li> <li><a href="https://github.com/postcss/postcss/commit/71a95f2d3761a1f0371f55b42f9d37482266cb1f"><code>71a95f2</code></a> Update css-syntax-error.d.ts</li> <li><a href="https://github.com/postcss/postcss/commit/6610edacd4165c3a25959bd7bbeb93ac90457cda"><code>6610eda</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1557">#1557</a> from nekitk/patch-1</li> <li><a href="https://github.com/postcss/postcss/commit/2162e4e940f841d8ee1f33b2a55b2b684020f74e"><code>2162e4e</code></a> Add <code>postcss-easy-z</code> to plugins list</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.2.10...8.2.12">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.10&new-version=8.2.12)](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 2021-04-23 18:47:27 +02: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#242
No description provided.