1
0
Fork 0

Bump postcss from 8.4.33 to 8.4.34 #46

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/postcss-8.4.34 into master
dependabot[bot] commented 2024-02-06 10:15:15 +08:00 (Migrated from github.com)

Bumps postcss from 8.4.33 to 8.4.34.

Release notes

Sourced from postcss's releases.

8.4.34

Changelog

Sourced from postcss's changelog.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.33 to 8.4.34. <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.34</h2> <ul> <li>Fixed <code>AtRule#nodes</code> type (by <a href="https://github.com/tim-we"><code>@​tim-we</code></a>).</li> <li>Cleaned up code (by <a href="https://github.com/DrKiraDmitry"><code>@​DrKiraDmitry</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.34</h2> <ul> <li>Fixed <code>AtRule#nodes</code> type (by Tim Weißenfels).</li> <li>Cleaned up code (by Dmitry Kirillov).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/477b3bbb9d3b8d91b37c132661724557beeab63c"><code>477b3bb</code></a> Release 8.4.34 version</li> <li><a href="https://github.com/postcss/postcss/commit/25af11752fc4d3ac3d5fa8880c13a2e77a57ac66"><code>25af117</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/bb0314a41fcfaf8649659f10d52ddb63f0a5ef9d"><code>bb0314a</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1922">#1922</a> from tim-we/improve-at-rule-types</li> <li><a href="https://github.com/postcss/postcss/commit/9dd5a9337edfbfcb55722f13f56a961396cc4c5b"><code>9dd5a93</code></a> Fix at-rule test</li> <li><a href="https://github.com/postcss/postcss/commit/8322d112e860d9e9bc9521d47f94cdbd54143449"><code>8322d11</code></a> Fix visitor test</li> <li><a href="https://github.com/postcss/postcss/commit/ee7fcd42757f32791647674273be20b2ac85cc71"><code>ee7fcd4</code></a> Fix Document#nodes</li> <li><a href="https://github.com/postcss/postcss/commit/5e7dde77f8d1334970a032f27d11c362cb5c9b9d"><code>5e7dde7</code></a> Remove whitespaces</li> <li><a href="https://github.com/postcss/postcss/commit/8fda920523898afa288c6c08f153ee09e087b8f3"><code>8fda920</code></a> Add unit test</li> <li><a href="https://github.com/postcss/postcss/commit/b787a649d81fe8641415b8b9e4c5080a05ebdbdf"><code>b787a64</code></a> Remove whitespaces</li> <li><a href="https://github.com/postcss/postcss/commit/e288c8de2105203ccffccf1c3c77e7b8e8524507"><code>e288c8d</code></a> Update AtRule#nodes documentation</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.33...8.4.34">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.33&new-version=8.4.34)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
dependabot[bot] commented 2024-02-08 10:46:36 +08:00 (Migrated from github.com)

Superseded by #47.

Superseded by #47.
Commenting is not possible because the repository is archived.
No description provided.