Bump postcss from 8.4.20 to 8.4.21 #629

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/postcss-8.4.21 into develop 2023-01-09 05:05:46 +01:00
dependabot[bot] commented 2023-01-09 05:01:57 +01:00 (Migrated from github.com)

Bumps postcss from 8.4.20 to 8.4.21.

Release notes

Sourced from postcss's releases.

8.4.21

Changelog

Sourced from postcss's changelog.

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).
Commits
  • 32ced0e Release 8.4.21 version
  • a936b80 Update dependencies
  • c9bd445 Fix types
  • 4ad96d1 Merge pull request #1811 from hudochenkov/fix-input-types
  • 15f5fad Add types for an Input.error()
  • 43bd2df Merge pull request #1808 from hudochenkov/update-syntaxes
  • 292b8f0 Add postcss-styled-syntax to list of syntaxes
  • 29f5168 Update postcss-html and postcss-markdown repositories
  • See full diff 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.4.20 to 8.4.21. <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.4.21</h2> <ul> <li>Fixed <code>Input#error</code> types (by <a href="https://github.com/hudochenkov"><code>@​hudochenkov</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.4.21</h2> <ul> <li>Fixed <code>Input#error</code> types (by Aleks Hudochenkov).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/32ced0e2b1e5b2524c7a9a790d338fbd43090670"><code>32ced0e</code></a> Release 8.4.21 version</li> <li><a href="https://github.com/postcss/postcss/commit/a936b806eaa997a51c0494d855a8b434f1a2e0e7"><code>a936b80</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/c9bd4452297db2f915d6b830a7d3526939647dd8"><code>c9bd445</code></a> Fix types</li> <li><a href="https://github.com/postcss/postcss/commit/4ad96d1fd643b2a0d599f2f6723cbea7e7b2a4b6"><code>4ad96d1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1811">#1811</a> from hudochenkov/fix-input-types</li> <li><a href="https://github.com/postcss/postcss/commit/15f5fadb8df79e9d9b3a741cc90c94671846b5f6"><code>15f5fad</code></a> Add types for an Input.error()</li> <li><a href="https://github.com/postcss/postcss/commit/43bd2dfb78bbde30e298c7c7bbc2bb92dc8dd5d1"><code>43bd2df</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1808">#1808</a> from hudochenkov/update-syntaxes</li> <li><a href="https://github.com/postcss/postcss/commit/292b8f05d71186d656bbd121a828676163581241"><code>292b8f0</code></a> Add postcss-styled-syntax to list of syntaxes</li> <li><a href="https://github.com/postcss/postcss/commit/29f516820ccaf7f516341653148249996f605793"><code>29f5168</code></a> Update postcss-html and postcss-markdown repositories</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.4.20...8.4.21">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.4.20&new-version=8.4.21)](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 2023-01-09 05:02:14 +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#629
No description provided.