dependabot[bot] opened a new pull request, #5:
URL: https://github.com/apache/ambari-website/pull/5

   Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.35.
   <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.35</h2>
   <ul>
   <li>Avoid <code>!</code> in <code>node.parent.nodes</code> type.</li>
   <li>Allow to pass <code>undefined</code> to node adding method to simplify 
types.</li>
   </ul>
   <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>
   <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>
   <h2>8.4.31</h2>
   <ul>
   <li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li>
   </ul>
   <h2>8.4.30</h2>
   <ul>
   <li>Improved source map performance (by <a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   </ul>
   <h2>8.4.29</h2>
   <ul>
   <li>Fixed <code>Node#source.offset</code> (by <a 
href="https://github.com/idoros";><code>@​idoros</code></a>).</li>
   <li>Fixed docs (by <a 
href="https://github.com/coliff";><code>@​coliff</code></a>).</li>
   </ul>
   <h2>8.4.28</h2>
   <ul>
   <li>Fixed <code>Root.source.end</code> for better source map (by <a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed <code>Result.root</code> types when <code>process()</code> has no 
parser.</li>
   </ul>
   <h2>8.4.27</h2>
   <ul>
   <li>Fixed <code>Container</code> clone methods types.</li>
   </ul>
   <h2>8.4.26</h2>
   <ul>
   <li>Fixed clone methods types.</li>
   </ul>
   <h2>8.4.25</h2>
   <ul>
   <li>Improve stringify performance (by <a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed docs (by <a 
href="https://github.com/vikaskaliramna07";><code>@​vikaskaliramna07</code></a>).</li>
   </ul>
   <h2>8.4.24</h2>
   <ul>
   <li>Fixed <code>Plugin</code> types.</li>
   </ul>
   <h2>8.4.23</h2>
   <ul>
   <li>Fixed warnings in TypeDoc.</li>
   </ul>
   <h2>8.4.22</h2>
   <ul>
   <li>Fixed TypeScript support with <code>node16</code> (by <a 
href="https://github.com/remcohaszing";><code>@​remcohaszing</code></a>).</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.35</h2>
   <ul>
   <li>Avoid <code>!</code> in <code>node.parent.nodes</code> type.</li>
   <li>Allow to pass <code>undefined</code> to node adding method to simplify 
types.</li>
   </ul>
   <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>
   <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>
   <h2>8.4.31</h2>
   <ul>
   <li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li>
   </ul>
   <h2>8.4.30</h2>
   <ul>
   <li>Improved source map performance (by Romain Menke).</li>
   </ul>
   <h2>8.4.29</h2>
   <ul>
   <li>Fixed <code>Node#source.offset</code> (by Ido Rosenthal).</li>
   <li>Fixed docs (by Christian Oliff).</li>
   </ul>
   <h2>8.4.28</h2>
   <ul>
   <li>Fixed <code>Root.source.end</code> for better source map (by Romain 
Menke).</li>
   <li>Fixed <code>Result.root</code> types when <code>process()</code> has no 
parser.</li>
   </ul>
   <h2>8.4.27</h2>
   <ul>
   <li>Fixed <code>Container</code> clone methods types.</li>
   </ul>
   <h2>8.4.26</h2>
   <ul>
   <li>Fixed clone methods types.</li>
   </ul>
   <h2>8.4.25</h2>
   <ul>
   <li>Improve stringify performance (by Romain Menke).</li>
   <li>Fixed docs (by <a 
href="https://github.com/vikaskaliramna07";><code>@​vikaskaliramna07</code></a>).</li>
   </ul>
   <h2>8.4.24</h2>
   <ul>
   <li>Fixed <code>Plugin</code> types.</li>
   </ul>
   <h2>8.4.23</h2>
   <ul>
   <li>Fixed warnings in TypeDoc.</li>
   </ul>
   <h2>8.4.22</h2>
   <ul>
   <li>Fixed TypeScript support with <code>node16</code> (by Remco 
Haszing).</li>
   </ul>
   <h2>8.4.21</h2>
   <ul>
   <li>Fixed <code>Input#error</code> types (by Aleks Hudochenkov).</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/postcss/commit/edda95ec4a0f4595522ab18e913eb851e73d301d";><code>edda95e</code></a>
 Release 8.4.35 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/612f3602e79392b4ace8249e5aa4e8e31f8dad05";><code>612f360</code></a>
 Merge pull request <a 
href="https://redirect.github.com/postcss/postcss/issues/1924";>#1924</a> from 
postcss/refactor/types</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/5e7449fe7e0186b7318fa85817863a09c8e2b72d";><code>5e7449f</code></a>
 Fix node.parent.nodes type</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/65075dfeebcb56245f9aaa82dcd3278be342b986";><code>65075df</code></a>
 Allow to pass undefined to adding methods to simplify type check</li>
   <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>Additional commits viewable in <a 
href="https://github.com/postcss/postcss/compare/8.4.16...8.4.35";>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.16&new-version=8.4.35)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/ambari-website/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to