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

   Bumps [rollup](https://github.com/rollup/rollup) from 3.12.1 to 3.18.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>v3.18.0</h2>
   <h2>3.18.0</h2>
   <p><em>2023-03-01</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add <code>experimentalLogSideEffects</code> to log the first detected 
side effect in every module (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4871";>#4871</a>)</li>
   <li>Ignore-list sourcemaps of files inside node_modules by default (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4877";>#4877</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4871";>#4871</a>:
 Add experimental logging for side effects (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4877";>#4877</a>:
 feat: mark files in a <code>node_modules</code> as ignore-listed by default 
(<a href="https://github.com/bmeurer";><code>@​bmeurer</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4880";>#4880</a>:
 build: use <code>@​rollup/plugin-replace</code> to replace chokidar fsevents 
(<a href="https://github.com/dnalborczyk";><code>@​dnalborczyk</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4887";>#4887</a>:
 Refactor (<a 
href="https://github.com/dnalborczyk";><code>@​dnalborczyk</code></a>)</li>
   </ul>
   <h2>v3.17.3</h2>
   <h2>3.17.3</h2>
   <p><em>2023-02-25</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Handle non-URL-safe characters when poly-filling import.meta.url (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4875";>#4875</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4870";>#4870</a>:
 fix: style optimization in dark mode (<a 
href="https://github.com/huodoushigemi";><code>@​huodoushigemi</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4875";>#4875</a>:
 Fix transformation of <code>import.meta.url</code> in CommonJS (<a 
href="https://github.com/fasttime";><code>@​fasttime</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4876";>#4876</a>:
 fix: wrong params of the transform hook (<a 
href="https://github.com/ZzqiZQute";><code>@​ZzqiZQute</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4878";>#4878</a>:
 Improve test stability (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v3.17.2</h2>
   <h2>3.17.2</h2>
   <p><em>2023-02-20</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not omit code if a file that only re-exports a used variable has 
<code>moduleSideEffects</code> set to <code>true</code> (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4867";>#4867</a>)</li>
   <li>Add missing <code>needsCodeReference</code> property in TypeScript for 
asset tree-shaking (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4868";>#4868</a>)</li>
   <li>Add correct side effect configuration for additional Object and Promise 
methods (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4323";>#4323</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4323";>#4323</a>:
 feat: add known globals (<a 
href="https://github.com/dnalborczyk";><code>@​dnalborczyk</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4867";>#4867</a>:
 Include side effects of re-exporters unless they have moduleSideEffects: false 
(<a href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4868";>#4868</a>:
 Add <code>needsCodeReference</code> property to <code>EmittedAsset</code> (<a 
href="https://github.com/sapphi-red";><code>@​sapphi-red</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/rollup/rollup/blob/master/CHANGELOG.md";>rollup's 
changelog</a>.</em></p>
   <blockquote>
   <h2>3.18.0</h2>
   <p><em>2023-03-01</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add <code>experimentalLogSideEffects</code> to log the first detected 
side effect in every module (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4871";>#4871</a>)</li>
   <li>Ignore-list sourcemaps of files inside node_modules by default (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4877";>#4877</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4871";>#4871</a>:
 Add experimental logging for side effects (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4877";>#4877</a>:
 feat: mark files in a <code>node_modules</code> as ignore-listed by default 
(<a href="https://github.com/bmeurer";><code>@​bmeurer</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4880";>#4880</a>:
 build: use <code>@​rollup/plugin-replace</code> to replace chokidar fsevents 
(<a href="https://github.com/dnalborczyk";><code>@​dnalborczyk</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4887";>#4887</a>:
 Refactor (<a 
href="https://github.com/dnalborczyk";><code>@​dnalborczyk</code></a>)</li>
   </ul>
   <h2>3.17.3</h2>
   <p><em>2023-02-25</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Handle non-URL-safe characters when poly-filling import.meta.url (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4875";>#4875</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4870";>#4870</a>:
 fix: style optimization in dark mode (<a 
href="https://github.com/huodoushigemi";><code>@​huodoushigemi</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4875";>#4875</a>:
 Fix transformation of <code>import.meta.url</code> in CommonJS (<a 
href="https://github.com/fasttime";><code>@​fasttime</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4876";>#4876</a>:
 fix: wrong params of the transform hook (<a 
href="https://github.com/ZzqiZQute";><code>@​ZzqiZQute</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4878";>#4878</a>:
 Improve test stability (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>3.17.2</h2>
   <p><em>2023-02-20</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not omit code if a file that only re-exports a used variable has 
<code>moduleSideEffects</code> set to <code>true</code> (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4867";>#4867</a>)</li>
   <li>Add missing <code>needsCodeReference</code> property in TypeScript for 
asset tree-shaking (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4868";>#4868</a>)</li>
   <li>Add correct side effect configuration for additional Object and Promise 
methods (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4323";>#4323</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4323";>#4323</a>:
 feat: add known globals (<a 
href="https://github.com/dnalborczyk";><code>@​dnalborczyk</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4867";>#4867</a>:
 Include side effects of re-exporters unless they have moduleSideEffects: false 
(<a href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4868";>#4868</a>:
 Add <code>needsCodeReference</code> property to <code>EmittedAsset</code> (<a 
href="https://github.com/sapphi-red";><code>@​sapphi-red</code></a>)</li>
   </ul>
   <h2>3.17.1</h2>
   <p><em>2023-02-18</em></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rollup/rollup/commit/80ae449b53a4f9a7a5c5d8dd7ce9162c030ace09";><code>80ae449</code></a>
 3.18.0</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/25bdc129d21685b69a00ee55397d42ac6eff6449";><code>25bdc12</code></a>
 Refactor (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4887";>#4887</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/96f2eb163fe25ec052e95cfa9c8a3ee9e28b4fbd";><code>96f2eb1</code></a>
 Add experimental logging for side effects (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4871";>#4871</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/3d9d107c519b6e8bc44e36b554576ba427c30d95";><code>3d9d107</code></a>
 feat: mark files in a <code>node_modules</code> as ignore-listed by default 
(<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4877";>#4877</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/1ab9833b4ca39ad7f5303943a7658b03f93ff109";><code>1ab9833</code></a>
 build: use <code>@​rollup/plugin-replace</code> to replace chokidar fsevents 
(<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4880";>#4880</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/d7cbebda78722955e2c18bc0f322962b7acb53e5";><code>d7cbebd</code></a>
 3.17.3</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/fa4e9a5fd037e94759390595f867220fa0af8a3e";><code>fa4e9a5</code></a>
 Fix transformation of <code>import.meta.url</code> in CommonJS (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4875";>#4875</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/0e4d534eda68bf4343e813b26aac08edbec0cf51";><code>0e4d534</code></a>
 Improve test stability (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4878";>#4878</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/a9de15d625e4b007bfa098f990e89062586f7b04";><code>a9de15d</code></a>
 fix: wrong params of the transform hook (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4876";>#4876</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/cb64e1ac397789e978647cb59726d93ec4841446";><code>cb64e1a</code></a>
 fix: style optimization in dark mode (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4870";>#4870</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rollup/rollup/compare/v3.12.1...v3.18.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.12.1&new-version=3.18.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 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