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

   Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.7.5.
   <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>v3.7.5</h2>
   <h2>3.7.5</h2>
   <p><em>2022-12-17</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Avoid name shadowing when default exporting a class that matches the 
name of another class (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4756";>#4756</a>)</li>
   <li>Do not display the error message both in a separate line and in the 
stack trace in rollup CLI (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4749";>#4749</a>)</li>
   <li>Make type of <code>RollupWarning.cause</code> compatible with 
<code>Error.cause</code> (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4757";>#4757</a>)</li>
   <li>Do not swallow side effects when interacting with modules namespaces 
nested in another object (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4758";>#4758</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4749";>#4749</a>:
 feat: simplify <code>stack</code> info in cli error (<a 
href="https://github.com/TrickyPi";><code>@​TrickyPi</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4756";>#4756</a>:
 Avoid name conflicts for default exported classes (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4757";>#4757</a>:
 fix: RollupLog cause allow unknown (<a 
href="https://github.com/Shinigami92";><code>@​Shinigami92</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4758";>#4758</a>:
 Correctly handle side effects when a namespace is nested in an object (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v3.7.4</h2>
   <h2>3.7.4</h2>
   <p><em>2022-12-13</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not remove calls to <code>.exec</code> and <code>.test</code> for 
included stateful regular expressions (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4742";>#4742</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4742";>#4742</a>:
 fix: check whether RegExp have the global or sticky flags set (<a 
href="https://github.com/TrickyPi";><code>@​TrickyPi</code></a>)</li>
   </ul>
   <h2>v3.7.3</h2>
   <h2>3.7.3</h2>
   <p><em>2022-12-11</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Ensure <code>this.getFileName</code> no longer returns a placeholder as 
soon as hash placeholders have been resolved (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4747";>#4747</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4747";>#4747</a>:
 provide hashed file name when using this.getFileName in generateBundle (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v3.7.2</h2>
   <h2>3.7.2</h2>
   <p><em>2022-12-10</em></p>
   <!-- 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>3.7.5</h2>
   <p><em>2022-12-17</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Avoid name shadowing when default exporting a class that matches the 
name of another class (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4756";>#4756</a>)</li>
   <li>Do not display the error message both in a separate line and in the 
stack trace in rollup CLI (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4749";>#4749</a>)</li>
   <li>Make type of <code>RollupWarning.cause</code> compatible with 
<code>Error.cause</code> (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4757";>#4757</a>)</li>
   <li>Do not swallow side effects when interacting with modules namespaces 
nested in another object (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4758";>#4758</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4749";>#4749</a>:
 feat: simplify <code>stack</code> info in cli error (<a 
href="https://github.com/TrickyPi";><code>@​TrickyPi</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4756";>#4756</a>:
 Avoid name conflicts for default exported classes (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4757";>#4757</a>:
 fix: RollupLog cause allow unknown (<a 
href="https://github.com/Shinigami92";><code>@​Shinigami92</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4758";>#4758</a>:
 Correctly handle side effects when a namespace is nested in an object (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>3.7.4</h2>
   <p><em>2022-12-13</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not remove calls to <code>.exec</code> and <code>.test</code> for 
included stateful regular expressions (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4742";>#4742</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4742";>#4742</a>:
 fix: check whether RegExp have the global or sticky flags set (<a 
href="https://github.com/TrickyPi";><code>@​TrickyPi</code></a>)</li>
   </ul>
   <h2>3.7.3</h2>
   <p><em>2022-12-11</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Ensure <code>this.getFileName</code> no longer returns a placeholder as 
soon as hash placeholders have been resolved (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4747";>#4747</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4747";>#4747</a>:
 provide hashed file name when using this.getFileName in generateBundle (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>3.7.2</h2>
   <p><em>2022-12-10</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Improve chunk generation performance when one module is dynamically 
imported by many other modules (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4736";>#4736</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rollup/rollup/commit/096ae92972a920dc53c3bbe9b1001ea82a15e86a";><code>096ae92</code></a>
 3.7.5</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/5613b96ac5f32a881ed50a275398e140fbf6ba2b";><code>5613b96</code></a>
 Correctly handle side effects when a namespace is nested in an object (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4758";>#4758</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/554ba9f0840bf59de2dc2e98fb6bdd1b293a3413";><code>554ba9f</code></a>
 fix: RollupLog cause allow unknown (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4757";>#4757</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/a27cf8172cf7c1373c699c9767823d087c5de59e";><code>a27cf81</code></a>
 Avoid name conflicts for default exported classes (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4756";>#4756</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/ffab4cd09f82c878d42dc9f18572674b5ccd44f9";><code>ffab4cd</code></a>
 feat: simplify <code>stack</code> info in cli error (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4749";>#4749</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/e315ffce28fb013d6ce88f9ded581b4abe28d3f0";><code>e315ffc</code></a>
 3.7.4</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/bd3522b33f18001372638263aeb704b76edbf48c";><code>bd3522b</code></a>
 fix: check whether RegExp have the global or sticky flags set (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4742";>#4742</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/243eba5feedea8a557270a3eb419a3673c85614d";><code>243eba5</code></a>
 3.7.3</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/a0d4d69092484a0879377e16425b737ec541ae55";><code>a0d4d69</code></a>
 provide hashed file name when using this.getFileName in generateBundle (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4747";>#4747</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/2effc190dfb6cd77963850d284f907fa39d98014";><code>2effc19</code></a>
 3.7.2</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rollup/rollup/compare/v2.79.1...v3.7.5";>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=2.79.1&new-version=3.7.5)](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 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