dependabot[bot] opened a new pull request, #6764:
URL: https://github.com/apache/myfaces-tobago/pull/6764

   Bumps [rollup](https://github.com/rollup/rollup) from 4.50.0 to 4.52.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rollup/rollup/releases";>rollup's releases</a>.</em></p>
   <blockquote>
   <h2>v4.52.3</h2>
   <h2>4.52.3</h2>
   <p><em>2025-09-27</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix check in native loader for environments that do not support reports 
(<a href="https://redirect.github.com/rollup/rollup/issues/6123";>#6123</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6123";>#6123</a>: 
fix(native-loader): safely handle report.getReport() on Termux/Android (<a 
href="https://github.com/Jobians";><code>@​Jobians</code></a>, <a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6124";>#6124</a>: 
chore(deps): pin msys2/setup-msys2 action to fb197b7 (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6125";>#6125</a>: 
fix(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6126";>#6126</a>: 
chore(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   </ul>
   <h2>v4.52.2</h2>
   <h2>4.52.2</h2>
   <p><em>2025-09-23</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix Android build crashing due to failed dlopen (<a 
href="https://redirect.github.com/rollup/rollup/issues/6109";>#6109</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6109";>#6109</a>: 
fix(rust): use prebuilt std when it is available (<a 
href="https://github.com/cyyynthia";><code>@​cyyynthia</code></a>)</li>
   </ul>
   <h2>v4.52.1</h2>
   <h2>4.52.1</h2>
   <p><em>2025-09-23</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Opt-out of dynamic import optimization when using top-level await to 
effectively prevent deadlocks (<a 
href="https://redirect.github.com/rollup/rollup/issues/6121";>#6121</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6121";>#6121</a>: 
Simplify top-level await deadlock prevention (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v4.52.0</h2>
   <h2>4.52.0</h2>
   <p><em>2025-09-19</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add option <code>output.onlyExplicitManualChunks</code> to turn off 
merging additional dependencies into manual chunks (<a 
href="https://redirect.github.com/rollup/rollup/issues/6087";>#6087</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md";>rollup's 
changelog</a>.</em></p>
   <blockquote>
   <h2>4.52.3</h2>
   <p><em>2025-09-27</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix check in native loader for environments that do not support reports 
(<a href="https://redirect.github.com/rollup/rollup/issues/6123";>#6123</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6123";>#6123</a>: 
fix(native-loader): safely handle report.getReport() on Termux/Android (<a 
href="https://github.com/Jobians";><code>@​Jobians</code></a>, <a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6124";>#6124</a>: 
chore(deps): pin msys2/setup-msys2 action to fb197b7 (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6125";>#6125</a>: 
fix(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6126";>#6126</a>: 
chore(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   </ul>
   <h2>4.52.2</h2>
   <p><em>2025-09-23</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix Android build crashing due to failed dlopen (<a 
href="https://redirect.github.com/rollup/rollup/issues/6109";>#6109</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6109";>#6109</a>: 
fix(rust): use prebuilt std when it is available (<a 
href="https://github.com/cyyynthia";><code>@​cyyynthia</code></a>)</li>
   </ul>
   <h2>4.52.1</h2>
   <p><em>2025-09-23</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Opt-out of dynamic import optimization when using top-level await to 
effectively prevent deadlocks (<a 
href="https://redirect.github.com/rollup/rollup/issues/6121";>#6121</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/6121";>#6121</a>: 
Simplify top-level await deadlock prevention (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>4.52.0</h2>
   <p><em>2025-09-19</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add option <code>output.onlyExplicitManualChunks</code> to turn off 
merging additional dependencies into manual chunks (<a 
href="https://redirect.github.com/rollup/rollup/issues/6087";>#6087</a>)</li>
   <li>Add support for x86_64-pc-windows-gnu platform (<a 
href="https://redirect.github.com/rollup/rollup/issues/6110";>#6110</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rollup/rollup/commit/74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1";><code>74c555c</code></a>
 4.52.3</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/436286245808241a1541197335348ec0b9fb32c8";><code>4362862</code></a>
 fix(native-loader): safely handle report.getReport() on Termux/Android (<a 
href="https://redirect.github.com/rollup/rollup/issues/6123";>#6123</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/7340c454a8ba362363993b16f9567786b5f37eae";><code>7340c45</code></a>
 chore(deps): pin msys2/setup-msys2 action to fb197b7 (<a 
href="https://redirect.github.com/rollup/rollup/issues/6124";>#6124</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/cfe817e26f33fc36446aa6965f33205be81a02bc";><code>cfe817e</code></a>
 chore(deps): lock file maintenance minor/patch updates (<a 
href="https://redirect.github.com/rollup/rollup/issues/6126";>#6126</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/89e4411f4bd7313678beea65bddf5a04b764423a";><code>89e4411</code></a>
 fix(deps): lock file maintenance minor/patch updates (<a 
href="https://redirect.github.com/rollup/rollup/issues/6125";>#6125</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/fa2315c4a53670775dd1074af131873dd37f828c";><code>fa2315c</code></a>
 4.52.2</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/10b267214b0635eb5e7da556abc24ac8a15eba08";><code>10b2672</code></a>
 fix(rust): use prebuilt std when it is available (<a 
href="https://redirect.github.com/rollup/rollup/issues/6109";>#6109</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/69b5dd3e3edc03ab02cf948ea5278226fc9e60c8";><code>69b5dd3</code></a>
 4.52.1</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/5eee44ca00ed1d16170704db3de4ae0dcbac81b7";><code>5eee44c</code></a>
 Simplify top-level await deadlock prevention (<a 
href="https://redirect.github.com/rollup/rollup/issues/6121";>#6121</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/2029f639f983289619538c60bc14eebc638c6926";><code>2029f63</code></a>
 4.52.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rollup/rollup/compare/v4.50.0...v4.52.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=4.50.0&new-version=4.52.3)](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>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to