Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump postcss from 8.4.31 to 8.4.33 (#519)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.33. <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.33</h2> <ul> <li>Fixed <code>NoWorkResult</code> behavior difference with normal mode (by <a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed <code>NoWorkResult</code> usage conditions (by <a href="https://github.com/ahmdammarr"><code>@ahmdammarr</code></a>).</li> </ul> <h2>8.4.32</h2> <ul> <li>Fixed <code>postcss().process()</code> types (by <a href="https://github.com/ferreira-tb"><code>@ferreira-tb</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.33</h2> <ul> <li>Fixed <code>NoWorkResult</code> behavior difference with normal mode (by Romain Menke).</li> <li>Fixed <code>NoWorkResult</code> usage conditions (by <a href="https://github.com/ahmdammarr"><code>@ahmdammarr</code></a>).</li> </ul> <h2>8.4.32</h2> <ul> <li>Fixed <code>postcss().process()</code> types (by Andrew Ferreira).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/ae57d835236838d6120819af26e6480269fab9bb"><code>ae57d83</code></a> Release 8.4.33 version</li> <li><a href="https://github.com/postcss/postcss/commit/2e9d029da531537f66e7ae5f7d9a2681619faea1"><code>2e9d029</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/892b2697172f530c21cdd2a9a32bdd3f94d69801"><code>892b269</code></a> Update size limit for new metric on brotli</li> <li><a href="https://github.com/postcss/postcss/commit/f2e7a9f900ad494ae2807f51b2e4d1254087cad2"><code>f2e7a9f</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1908">#1908</a> from ahmdammarr/refactor/safe-check-for-NoWorkResult</li> <li><a href="https://github.com/postcss/postcss/commit/c751e11ae85f7a71a349c434c7f9ccbf8be48aea"><code>c751e11</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1909">#1909</a> from romainmenke/no-work-result-vs-lazy-result--inve...</li> <li><a href="https://github.com/postcss/postcss/commit/3c2fa2ad5a046120f65e0f6f63b59018af7ba43d"><code>3c2fa2a</code></a> fix</li> <li><a href="https://github.com/postcss/postcss/commit/a4626e96d8e5fa4c991404934143f9415fc85abd"><code>a4626e9</code></a> failing test</li> <li><a href="https://github.com/postcss/postcss/commit/c37346d61aa6a5eda3515ff3d271764deb77440a"><code>c37346d</code></a> refactor: check all falsy conditions of plugins and opts before returning NoW...</li> <li><a href="https://github.com/postcss/postcss/commit/a0d9f103249a8db24d9f219ef23b05e75c78ee0a"><code>a0d9f10</code></a> Release 8.4.32 version</li> <li><a href="https://github.com/postcss/postcss/commit/0146b3e36f590c833ed0b6b63a52db205c3ed62f"><code>0146b3e</code></a> Add Node.js 21 to CI</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.31...8.4.33">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.31&new-version=8.4.33)](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>
- Loading branch information