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

   Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 4.2.0.
   <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.2.0</h2>
   <h2>4.2.0</h2>
   <p><em>2023-10-31</em></p>
   <h3>Features</h3>
   <ul>
   <li>Run parsing in multiple threads and introduce <code>parseAstAsync</code> 
helper function (<a 
href="https://redirect.github.com/rollup/rollup/issues/5202";>#5202</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5202";>#5202</a>: 
perf: introduce <code>parseAstAsync</code> and parallelize parsing AST (<a 
href="https://github.com/sapphi-red";><code>@​sapphi-red</code></a>)</li>
   </ul>
   <h2>v4.1.6</h2>
   <h2>4.1.6</h2>
   <p><em>2023-10-31</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix a bug where emtpy block comments in certain positions could freeze 
Rollup (<a 
href="https://redirect.github.com/rollup/rollup/issues/5231";>#5231</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5228";>#5228</a>: 
build: ensure rust toolchain components for linting are installed (<a 
href="https://github.com/jerome-benoit";><code>@​jerome-benoit</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5231";>#5231</a>: 
Render emtpy block comments after tree-shaken statements (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5232";>#5232</a>: 
Revert specifying rustfmt and clippy in toolchain file as it breaks REPL build 
(<a href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v4.1.5</h2>
   <h2>4.1.5</h2>
   <p><em>2023-10-28</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix an issue where actual entries that were also implicit entries could 
remain implicit (<a 
href="https://redirect.github.com/rollup/rollup/issues/5220";>#5220</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5209";>#5209</a>: 
Document Vite workaround for browser build (<a 
href="https://github.com/curran";><code>@​curran</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5215";>#5215</a>: 
chore(deps): update dependency lint-staged to v15 (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5216";>#5216</a>: 
chore(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/5218";>#5218</a>: 
Update license plugin (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5219";>#5219</a>: 
Fix error highlight in REPL (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5220";>#5220</a>: 
Fix race condition when emitting implicitly dependent entries (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5224";>#5224</a>: 
chore(deps): update actions/setup-node action to v4 (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5225";>#5225</a>: 
chore(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   </ul>
   <h2>v4.1.4</h2>
   <h2>4.1.4</h2>
   <!-- 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.2.0</h2>
   <p><em>2023-10-31</em></p>
   <h3>Features</h3>
   <ul>
   <li>Run parsing in multiple threads and introduce <code>parseAstAsync</code> 
helper function (<a 
href="https://redirect.github.com/rollup/rollup/issues/5202";>#5202</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5202";>#5202</a>: 
perf: introduce <code>parseAstAsync</code> and parallelize parsing AST (<a 
href="https://github.com/sapphi-red";><code>@​sapphi-red</code></a>)</li>
   </ul>
   <h2>4.1.6</h2>
   <p><em>2023-10-31</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix a bug where emtpy block comments in certain positions could freeze 
Rollup (<a 
href="https://redirect.github.com/rollup/rollup/issues/5231";>#5231</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5228";>#5228</a>: 
build: ensure rust toolchain components for linting are installed (<a 
href="https://github.com/jerome-benoit";><code>@​jerome-benoit</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5231";>#5231</a>: 
Render emtpy block comments after tree-shaken statements (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5232";>#5232</a>: 
Revert specifying rustfmt and clippy in toolchain file as it breaks REPL build 
(<a href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>4.1.5</h2>
   <p><em>2023-10-28</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix an issue where actual entries that were also implicit entries could 
remain implicit (<a 
href="https://redirect.github.com/rollup/rollup/issues/5220";>#5220</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5209";>#5209</a>: 
Document Vite workaround for browser build (<a 
href="https://github.com/curran";><code>@​curran</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5215";>#5215</a>: 
chore(deps): update dependency lint-staged to v15 (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5216";>#5216</a>: 
chore(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/5218";>#5218</a>: 
Update license plugin (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5219";>#5219</a>: 
Fix error highlight in REPL (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5220";>#5220</a>: 
Fix race condition when emitting implicitly dependent entries (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5224";>#5224</a>: 
chore(deps): update actions/setup-node action to v4 (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5225";>#5225</a>: 
chore(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   </ul>
   <h2>4.1.4</h2>
   <p><em>2023-10-16</em></p>
   <h3>Bug Fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rollup/rollup/commit/fbf806aceffd822d43e4603b664c54165c72cf36";><code>fbf806a</code></a>
 4.2.0</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/49b57c2b30d55178a7316f23cc9ccc457e1a2ee7";><code>49b57c2</code></a>
 perf: introduce <code>parseAstAsync</code> and parallelize parsing AST (<a 
href="https://redirect.github.com/rollup/rollup/issues/5202";>#5202</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/5865fbd33e13c4be2018494de196f6e815e2bc8a";><code>5865fbd</code></a>
 Revert specifying components in workflow files</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/5901e545697b36326110d89ed02964fdaffd9f6f";><code>5901e54</code></a>
 4.1.6</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/835a7fa7cd4ff5df12ba539663c4b8ff1a70563d";><code>835a7fa</code></a>
 Render emtpy block comments after tree-shaken statements (<a 
href="https://redirect.github.com/rollup/rollup/issues/5231";>#5231</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/17d33a9bfb094e5e4242da8c84a082264ad299ec";><code>17d33a9</code></a>
 Revert specifying rustfmt and clippy in toolchain file as it breaks REPL 
buil...</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/08d65d159e2ae97aa0aad17948be8a00b3b55ad6";><code>08d65d1</code></a>
 build: ensure rust toolchain components for linting are installed (<a 
href="https://redirect.github.com/rollup/rollup/issues/5228";>#5228</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/1cbb382b0dd3ab70541671c105f96eff283904ec";><code>1cbb382</code></a>
 4.1.5</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/02ff79932f14aa8e566dd0a7e6967386ab873917";><code>02ff799</code></a>
 chore(deps): lock file maintenance minor/patch updates (<a 
href="https://redirect.github.com/rollup/rollup/issues/5225";>#5225</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/6001fc7f1381afac270327f4d887138564727c7a";><code>6001fc7</code></a>
 chore(deps): update actions/setup-node action to v4 (<a 
href="https://redirect.github.com/rollup/rollup/issues/5224";>#5224</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rollup/rollup/compare/v3.29.4...v4.2.0";>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=3.29.4&new-version=4.2.0)](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: dev-unsubscr...@myfaces.apache.org

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

Reply via email to