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

   Bumps [rollup](https://github.com/rollup/rollup) from 2.73.0 to 2.74.1.
   <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>v2.74.1</h2>
   <p><em>2022-05-19</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Revert <a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4498";>#4498</a>
 until some issues are understood and resolved</li>
   </ul>
   <h2>v2.74.0</h2>
   <p><em>2022-05-19</em></p>
   <h3>Features</h3>
   <ul>
   <li>Remove unneeded default values for function parameters (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4498";>#4498</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Use a consistent mechanism to resolve the config file to avoid issues on 
Windows (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4501";>#4501</a>)</li>
   <li>Avoid an inaccurate warning about an event emitter leak for complicated 
builds (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4502";>#4502</a>)</li>
   <li>Ensure that reexporting values from other chunks via dynamic imports 
does not reference non-imported variables (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4499";>#4499</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4498";>#4498</a>:
 Tree shake parameter defaults (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4499";>#4499</a>:
 Ensure reexports are available for namespaces (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4501";>#4501</a>:
 fix: config path problem on windows (<a 
href="https://github.com/pos777";><code>@​pos777</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4502";>#4502</a>:
 Avoid maximum listeners exceeded warning (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   </blockquote>
   </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>2.74.1</h2>
   <p><em>2022-05-19</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Revert <a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4498";>#4498</a>
 until some issues are understood and resolved</li>
   </ul>
   <h2>2.74.0</h2>
   <p><em>2022-05-19</em></p>
   <h3>Features</h3>
   <ul>
   <li>Remove unneeded default values for function parameters (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4498";>#4498</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Use a consistent mechanism to resolve the config file to avoid issues on 
Windows (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4501";>#4501</a>)</li>
   <li>Avoid an inaccurate warning about an event emitter leak for complicated 
builds (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4502";>#4502</a>)</li>
   <li>Ensure that reexporting values from other chunks via dynamic imports 
does not reference non-imported variables (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4499";>#4499</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4498";>#4498</a>:
 Tree shake parameter defaults (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4499";>#4499</a>:
 Ensure reexports are available for namespaces (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4501";>#4501</a>:
 fix: config path problem on windows (<a 
href="https://github.com/pos777";><code>@​pos777</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4502";>#4502</a>:
 Avoid maximum listeners exceeded warning (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rollup/rollup/commit/e823eded9920d6082cc8c1afcf591b716ab6b160";><code>e823ede</code></a>
 2.74.1</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/de80b7eb426677a2139113420d0d51df72977469";><code>de80b7e</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/17437940f27f62373fc5a8844461d4b9bacc272e";><code>1743794</code></a>
 Revert &quot;Tree shake parameter defaults (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4498";>#4498</a>)&quot;</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/fc99e96e09d26798f1c0aabdd7429307cc908c8e";><code>fc99e96</code></a>
 2.74.0</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/ba0ca853c8cf15a7880a8189c0c1ca3bc74baf07";><code>ba0ca85</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/4624917137f6d8374eae1279b6cb5499a08346a2";><code>4624917</code></a>
 Tree shake parameter defaults (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4498";>#4498</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/05d294fdfca5d01e4e6b3f70e442136504a243b0";><code>05d294f</code></a>
 Ensure reexports are available for namespaces (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4499";>#4499</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/0537d932c38d9e441c38812c89869a385789bf90";><code>0537d93</code></a>
 Avoid maximum listeners exceeded warning (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4502";>#4502</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/bf1ff32b3c963baf1f81f92b1cc089c26e73b29c";><code>bf1ff32</code></a>
 fix: config path problem on windows (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4501";>#4501</a>)</li>
   <li>See full diff in <a 
href="https://github.com/rollup/rollup/compare/v2.73.0...v2.74.1";>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.73.0&new-version=2.74.1)](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: dev-unsubscr...@myfaces.apache.org

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

Reply via email to