dependabot[bot] opened a new pull request, #356: URL: https://github.com/apache/flagon-useralejs/pull/356
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.21.2. <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.21.2</h2> <h2>3.21.2</h2> <p><em>2023-04-30</em></p> <h3>Bug Fixes</h3> <ul> <li>Mark global functions that trigger iterators as impure for now (<a href="https://redirect.github.com/rollup/rollup/issues/4955">#4955</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/4955">#4955</a>: fix: mark some known globals or their functions as impure (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>v3.21.1</h2> <h2>3.21.1</h2> <p><em>2023-04-29</em></p> <h3>Bug Fixes</h3> <ul> <li>Make sure call arguments are properly deoptimized when a function uses the <code>arguments</code> variable (<a href="https://redirect.github.com/rollup/rollup/issues/4965">#4965</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/4957">#4957</a>: Update dependencies (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/4964">#4964</a>: Fix REPL in dev (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/4965">#4965</a>: Ensure arguments are deoptimized when arguments variable is used (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/4967">#4967</a>: Log REPL output to console (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v3.21.0</h2> <h2>3.21.0</h2> <p><em>2023-04-23</em></p> <h3>Features</h3> <ul> <li>Support tree-shaking of named exports in dynamic imports when using destructuring and similar patterns (<a href="https://redirect.github.com/rollup/rollup/issues/4952">#4952</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/4952">#4952</a>: feat: tree-shake deterministic dynamic imports (<a href="https://github.com/antfu"><code>@antfu</code></a>)</li> </ul> <h2>v3.20.7</h2> <h2>3.20.7</h2> <p><em>2023-04-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Properly track array element mutations when iterating with a for-of loop (<a href="https://redirect.github.com/rollup/rollup/issues/4949">#4949</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.21.2</h2> <p><em>2023-04-30</em></p> <h3>Bug Fixes</h3> <ul> <li>Mark global functions that trigger iterators as impure for now (<a href="https://redirect.github.com/rollup/rollup/issues/4955">#4955</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/4955">#4955</a>: fix: mark some known globals or their functions as impure (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>3.21.1</h2> <p><em>2023-04-29</em></p> <h3>Bug Fixes</h3> <ul> <li>Make sure call arguments are properly deoptimized when a function uses the <code>arguments</code> variable (<a href="https://redirect.github.com/rollup/rollup/issues/4965">#4965</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/4957">#4957</a>: Update dependencies (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/4964">#4964</a>: Fix REPL in dev (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/4965">#4965</a>: Ensure arguments are deoptimized when arguments variable is used (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/4967">#4967</a>: Log REPL output to console (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>3.21.0</h2> <p><em>2023-04-23</em></p> <h3>Features</h3> <ul> <li>Support tree-shaking of named exports in dynamic imports when using destructuring and similar patterns (<a href="https://redirect.github.com/rollup/rollup/issues/4952">#4952</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/4952">#4952</a>: feat: tree-shake deterministic dynamic imports (<a href="https://github.com/antfu"><code>@antfu</code></a>)</li> </ul> <h2>3.20.7</h2> <p><em>2023-04-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Properly track array element mutations when iterating with a for-of loop (<a href="https://redirect.github.com/rollup/rollup/issues/4949">#4949</a>)</li> <li>Handle default exporting an anonymous class that extends another class (<a href="https://redirect.github.com/rollup/rollup/issues/4950">#4950</a>)</li> </ul> <h3>Pull Requests</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/4fb977877f77f1b81a76680a5601b2c7bba6e21b"><code>4fb9778</code></a> 3.21.2</li> <li><a href="https://github.com/rollup/rollup/commit/f138dcee19367f17f2e66f940fb8d612471f7ddf"><code>f138dce</code></a> Improve release script</li> <li><a href="https://github.com/rollup/rollup/commit/f8977a76d06dd17f651a161ca1ec53184f6e51e9"><code>f8977a7</code></a> fix: mark some known globals or their functions as impure (<a href="https://redirect.github.com/rollup/rollup/issues/4955">#4955</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/703e88fddb489793ce7828094d4ea3a322e76df9"><code>703e88f</code></a> Improve release script</li> <li><a href="https://github.com/rollup/rollup/commit/6c2e67aa8b353881552e301a54646ace847eb237"><code>6c2e67a</code></a> 3.21.1</li> <li><a href="https://github.com/rollup/rollup/commit/e01f0a2e7264e0bae267b2fab4b2231d7671d4c2"><code>e01f0a2</code></a> Log REPL output to console (<a href="https://redirect.github.com/rollup/rollup/issues/4967">#4967</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/8a5517dd147e9195eb750f73f943cb432b813241"><code>8a5517d</code></a> Ensure arguments are deoptimized when arguments variable is used (<a href="https://redirect.github.com/rollup/rollup/issues/4965">#4965</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/6cc3fefa3be542fa3ab716e0c5cdf9f60a10be52"><code>6cc3fef</code></a> Fix REPL in dev (<a href="https://redirect.github.com/rollup/rollup/issues/4964">#4964</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/da74c5929b66d45e1bbd4400899a8be9a3e25d33"><code>da74c59</code></a> Update dependencies (<a href="https://redirect.github.com/rollup/rollup/issues/4957">#4957</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/28c7b7cfe8f329b7839c78a158d30016991b322b"><code>28c7b7c</code></a> 3.21.0</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.79.1...v3.21.2">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