dependabot[bot] opened a new pull request, #360: URL: https://github.com/apache/flagon-useralejs/pull/360
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.23.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.23.0</h2> <h2>3.23.0</h2> <p><em>2023-05-22</em></p> <h3>Features</h3> <ul> <li>Support emitting "prebuilt chunks" from plugins (<a href="https://redirect.github.com/rollup/rollup/issues/4990">#4990</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Mark Sets and Maps as pure when they receive an array literal as argument (<a href="https://redirect.github.com/rollup/rollup/issues/5005">#5005</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/4990">#4990</a>: feat: this.emitFile support prebuilt-chunk type (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5005">#5005</a>: feat: mark Set, Map, WeakSet and WeakMap with array arguments as pure (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>v3.22.1</h2> <h2>3.22.1</h2> <p><em>2023-05-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Remove force quit again as it caused some issues (<a href="https://redirect.github.com/rollup/rollup/issues/5004">#5004</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5001">#5001</a>: chore(deps): update dependency <code>@rollup/plugin-commonjs</code> to v25 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5002">#5002</a>: chore(deps): update dependency eslint-plugin-unicorn to v47 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5003">#5003</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/5004">#5004</a>: Do not force quit Rollup or close stdout (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v3.22.0</h2> <h2>3.22.0</h2> <p><em>2023-05-17</em></p> <h3>Features</h3> <ul> <li>Prevent empty non-facade chunks by merging them into other suitable chunks (<a href="https://redirect.github.com/rollup/rollup/issues/4989">#4989</a>)</li> <li>Avoid facade chunks in some situations involving reexports (<a href="https://redirect.github.com/rollup/rollup/issues/4989">#4989</a>)</li> <li>Improve algorithm for best merge target when using <code>experimentalMinChunkSize</code> to take tree-shaking into account (<a href="https://redirect.github.com/rollup/rollup/issues/4989">#4989</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Take side effects of external dependencies into account when merging chunks for <code>experimentalMinChunkSize</code> (<a href="https://redirect.github.com/rollup/rollup/issues/4989">#4989</a>)</li> </ul> <h3>Pull Requests</h3> <!-- 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.23.0</h2> <p><em>2023-05-22</em></p> <h3>Features</h3> <ul> <li>Support emitting "prebuilt chunks" from plugins (<a href="https://redirect.github.com/rollup/rollup/issues/4990">#4990</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Mark Sets and Maps as pure when they receive an array literal as argument (<a href="https://redirect.github.com/rollup/rollup/issues/5005">#5005</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/4990">#4990</a>: feat: this.emitFile support prebuilt-chunk type (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5005">#5005</a>: feat: mark Set, Map, WeakSet and WeakMap with array arguments as pure (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>3.22.1</h2> <p><em>2023-05-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Remove force quit again as it caused some issues (<a href="https://redirect.github.com/rollup/rollup/issues/5004">#5004</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5001">#5001</a>: chore(deps): update dependency <code>@rollup/plugin-commonjs</code> to v25 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5002">#5002</a>: chore(deps): update dependency eslint-plugin-unicorn to v47 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5003">#5003</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/5004">#5004</a>: Do not force quit Rollup or close stdout (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>3.22.0</h2> <p><em>2023-05-17</em></p> <h3>Features</h3> <ul> <li>Prevent empty non-facade chunks by merging them into other suitable chunks (<a href="https://redirect.github.com/rollup/rollup/issues/4989">#4989</a>)</li> <li>Avoid facade chunks in some situations involving reexports (<a href="https://redirect.github.com/rollup/rollup/issues/4989">#4989</a>)</li> <li>Improve algorithm for best merge target when using <code>experimentalMinChunkSize</code> to take tree-shaking into account (<a href="https://redirect.github.com/rollup/rollup/issues/4989">#4989</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Take side effects of external dependencies into account when merging chunks for <code>experimentalMinChunkSize</code> (<a href="https://redirect.github.com/rollup/rollup/issues/4989">#4989</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/4989">#4989</a>: Prevent empty chunks and thoroughly improve experimentalMinChunkSize (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></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/47a2f73a8875ee88fcac89ac5f75211427c4e147"><code>47a2f73</code></a> 3.23.0</li> <li><a href="https://github.com/rollup/rollup/commit/5ea36552c447d2903050d2622f2dcae3dd2df975"><code>5ea3655</code></a> feat: mark Set, Map, WeakSet and WeakMap with array arguments as pure (<a href="https://redirect.github.com/rollup/rollup/issues/5005">#5005</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/6d78deafee95fe178d4da16d95730e34230b2c0d"><code>6d78dea</code></a> Cache npm dependencies</li> <li><a href="https://github.com/rollup/rollup/commit/06e9045788c39a6663d3ce117715baa4d6528b50"><code>06e9045</code></a> feat: this.emitFile support prebuilt-chunk type (<a href="https://redirect.github.com/rollup/rollup/issues/4990">#4990</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/0ee31f1738c961ad04b1201691218429d4c967b1"><code>0ee31f1</code></a> Fix commit order in release script</li> <li><a href="https://github.com/rollup/rollup/commit/3457d3f773734e0ee384dce46c8c5a18685d7693"><code>3457d3f</code></a> Re-enable documentation update</li> <li><a href="https://github.com/rollup/rollup/commit/cb4233bddac52ddb7eb73b30c792ec35013233eb"><code>cb4233b</code></a> 3.22.1</li> <li><a href="https://github.com/rollup/rollup/commit/fba14ad6955081dd400261157e60d31132acba03"><code>fba14ad</code></a> Disable documentation update</li> <li><a href="https://github.com/rollup/rollup/commit/020ccc30422c3b7b5a998fe3e3fb8b5e5fbeaee9"><code>020ccc3</code></a> Do not force quit Rollup or close stdout (<a href="https://redirect.github.com/rollup/rollup/issues/5004">#5004</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/0fbb707ccf4c2fce0807cf1dd25a92dbdb32cbc8"><code>0fbb707</code></a> Reenable skipped test</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.79.1...v3.23.0">compare view</a></li> </ul> </details> <br /> [](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...@flagon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org