dependabot[bot] opened a new pull request #140: URL: https://github.com/apache/incubator-flagon-useralejs/pull/140
Bumps [rollup](https://github.com/rollup/rollup) from 2.48.0 to 2.55.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.55.1</h2> <p><em>2021-07-29</em></p> <h3>Bug Fixes</h3> <ul> <li>Improve CLI warning message for unused external imports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4194">#4194</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4194">#4194</a>: Align batch warning for UNUSED_EXTERNAL_IMPORT to individual warning (<a href="https://github.com/benmccann"><code>@benmccann</code></a>)</li> </ul> <h2>v2.55.0</h2> <p><em>2021-07-28</em></p> <h3>Features</h3> <ul> <li>Support default export live-bindings when generating ESM output (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4182">#4182</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Always write <code>["default"]</code> as computed property when used as named export (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4182">#4182</a>)</li> <li>Do not mask default export TDZ errors (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4182">#4182</a>)</li> </ul> <h2>v2.54.0</h2> <p><em>2021-07-25</em></p> <h3>Features</h3> <ul> <li>Extend UMD import.meta.url polyfill to support web workers (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4186">#4186</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Resolve an issue where certain uses of classes could lead to an infinite recursion (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4189">#4189</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4186">#4186</a>: Fix UMD import.meta.url inside web workers (<a href="https://github.com/ceifa"><code>@ceifa</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4188">#4188</a>: Fix typo in renderHelpers.ts (<a href="https://github.com/eltociear"><code>@eltociear</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4189">#4189</a>: Move long path recursion prevention to MemberExpression (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4190">#4190</a>: Stop recommending node-builtins (<a href="https://github.com/curran"><code>@curran</code></a>)</li> </ul> <h2>v2.53.3</h2> <p><em>2021-07-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Solve an issue that could lead to severe memory issues and crashes when there are a lot of hoisted variables (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4183">#4183</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4183">#4183</a>: Avoid memory issues with hoisted variables (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.53.2</h2> <p><em>2021-07-15</em></p> <h3>Bug Fixes</h3> <ul> <li>Identify additional TDZ situations in functions that are run more than once (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4177">#4177</a>)</li> <li>Fix a scoping issue when a variable inside a catch scope matches the scope parameter's name (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4178">#4178</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>2.55.1</h2> <p><em>2021-07-29</em></p> <h3>Bug Fixes</h3> <ul> <li>Improve CLI warning message for unused external imports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4194">#4194</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4194">#4194</a>: Align batch warning for UNUSED_EXTERNAL_IMPORT to individual warning (<a href="https://github.com/benmccann"><code>@benmccann</code></a>)</li> </ul> <h2>2.55.0</h2> <p><em>2021-07-28</em></p> <h3>Features</h3> <ul> <li>Support default export live-bindings when generating ESM output (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4182">#4182</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Always write <code>["default"]</code> as computed property when used as named export (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4182">#4182</a>)</li> <li>Do not mask default export TDZ errors (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4182">#4182</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4182">#4182</a>: Use mutable bindings for default exports (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.54.0</h2> <p><em>2021-07-25</em></p> <h3>Features</h3> <ul> <li>Extend UMD import.meta.url polyfill to support web workers (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4186">#4186</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Resolve an issue where certain uses of classes could lead to an infinite recursion (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4189">#4189</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4186">#4186</a>: Fix UMD import.meta.url inside web workers (<a href="https://github.com/ceifa"><code>@ceifa</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4188">#4188</a>: Fix typo in renderHelpers.ts (<a href="https://github.com/eltociear"><code>@eltociear</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4189">#4189</a>: Move long path recursion prevention to MemberExpression (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4190">#4190</a>: Stop recommending node-builtins (<a href="https://github.com/curran"><code>@curran</code></a>)</li> </ul> <h2>2.53.3</h2> <p><em>2021-07-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Solve an issue that could lead to severe memory issues and crashes when there are a lot of hoisted variables (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4183">#4183</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4183">#4183</a>: Avoid memory issues with hoisted variables (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.53.2</h2> <p><em>2021-07-15</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/97759be7eacc11c4f7e4fdb9fada077279b363f3"><code>97759be</code></a> 2.55.1</li> <li><a href="https://github.com/rollup/rollup/commit/6581b878dcdc261a541000f11d2a44c016ab0b02"><code>6581b87</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/586cb38600647f0919117573e8fa8b1e978a63fd"><code>586cb38</code></a> Align batch warning for UNUSED_EXTERNAL_IMPORT to individual warning (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4194">#4194</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/e88c5c885790305d348c52faf30db835475323a5"><code>e88c5c8</code></a> 2.55.0</li> <li><a href="https://github.com/rollup/rollup/commit/05b129e3a44ef05d8638f3330712b828020c7ddc"><code>05b129e</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/9a23190f743362acb427370b5df529f92605f799"><code>9a23190</code></a> Use mutable bindings for default exports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4182">#4182</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/824c53f13044d7e37c29286e943e4929039fb7ac"><code>824c53f</code></a> Fix incorrect watcher event documentation (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4191">#4191</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/f90e1a2d9a1822b70ffb532a25404e2f45f17f5b"><code>f90e1a2</code></a> 2.54.0</li> <li><a href="https://github.com/rollup/rollup/commit/2bba6cd158f93a7235d73e2d8eafb7e245b1092e"><code>2bba6cd</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/b1c4a17feba8537afbd005a2ead97624bbe4ca33"><code>b1c4a17</code></a> Stop recommending node-builtins (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4190">#4190</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.48.0...v2.55.1">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