dependabot[bot] opened a new pull request #136: URL: https://github.com/apache/incubator-flagon-useralejs/pull/136
Bumps [rollup](https://github.com/rollup/rollup) from 2.48.0 to 2.53.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>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> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4177">#4177</a>: Fix additional let/var init bugs (<a href="https://github.com/kzc"><code>@kzc</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4178">#4178</a>: Correctly create outside variable when shadowed by catch parameter (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.53.1</h2> <p><em>2021-07-11</em></p> <h3>Bug Fixes</h3> <ul> <li>Do not omit namespace reexports when <code>treeshake</code> is <code>false</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4175">#4175</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4175">#4175</a>: Generate namespace objects when not tree-shaking (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.53.0</h2> <p><em>2021-07-09</em></p> <h3>Features</h3> <ul> <li>Add <code>maxParallelFileReads</code> option to limit read operations with a default of 20 (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4170">#4170</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4170">#4170</a>: Limit parallel file reads to prevent "EMFILE: too many open files" error (<a href="https://github.com/schummar"><code>@schummar</code></a>)</li> </ul> <h2>v2.52.8</h2> <p><em>2021-07-07</em></p> <h3>Bug Fixes</h3> <ul> <li>Automatically handle many use <code>var</code> before declaration and TDZ access scenarios correctly without the need for <code>treeshake.correctVarValueBeforeDeclaration</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4148">#4148</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4148">#4148</a>: Fix var/const/let variable use before declaration (<a href="https://github.com/kzc"><code>@kzc</code></a> and <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.52.7</h2> <p><em>2021-07-02</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix an issue where reassignments where not tracked through async function returns (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4163">#4163</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4163">#4163</a>: Deoptimize return values of async functions (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.52.6</h2> <p><em>2021-07-01</em></p> <!-- 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.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> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4177">#4177</a>: Fix additional let/var init bugs (<a href="https://github.com/kzc"><code>@kzc</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4178">#4178</a>: Correctly create outside variable when shadowed by catch parameter (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.53.1</h2> <p><em>2021-07-11</em></p> <h3>Bug Fixes</h3> <ul> <li>Do not omit namespace reexports when <code>treeshake</code> is <code>false</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4175">#4175</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4175">#4175</a>: Generate namespace objects when not tree-shaking (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.53.0</h2> <p><em>2021-07-09</em></p> <h3>Features</h3> <ul> <li>Add <code>maxParallelFileReads</code> option to limit read operations with a default of 20 (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4170">#4170</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4170">#4170</a>: Limit parallel file reads to prevent "EMFILE: too many open files" error (<a href="https://github.com/schummar"><code>@schummar</code></a>)</li> </ul> <h2>2.52.8</h2> <p><em>2021-07-07</em></p> <h3>Bug Fixes</h3> <ul> <li>Automatically handle many use <code>var</code> before declaration and TDZ access scenarios correctly without the need for <code>treeshake.correctVarValueBeforeDeclaration</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4148">#4148</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4148">#4148</a>: Fix var/const/let variable use before declaration (<a href="https://github.com/kzc"><code>@kzc</code></a> and <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.52.7</h2> <p><em>2021-07-02</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix an issue where reassignments where not tracked through async function returns (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4163">#4163</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4163">#4163</a>: Deoptimize return values of async functions (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.52.6</h2> <p><em>2021-07-01</em></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/ea96ab0b57f52aaacc55baa84bd640b67029dcca"><code>ea96ab0</code></a> 2.53.2</li> <li><a href="https://github.com/rollup/rollup/commit/4a88b1b0163d4d23d5e972c4402f08d13ae4a814"><code>4a88b1b</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/7c014fbe26a35015f2278274202280351811fbd0"><code>7c014fb</code></a> Fix additional let/var init bugs (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4177">#4177</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/ccdf124caaf1f470e1117dceba4eaaba4c968305"><code>ccdf124</code></a> Correctly create outside variable when shadowed by catch parameter (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4178">#4178</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/89b9370e38359c2b810030e1f8ed5ba3d3035be6"><code>89b9370</code></a> 2.53.1</li> <li><a href="https://github.com/rollup/rollup/commit/f25f4fbc1938cf11273fb030302d4a83932b822d"><code>f25f4fb</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/076b608d9149e7e5ef8e276a0fd816ba58cbc645"><code>076b608</code></a> Generates namespace objects when not tree-shaking (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4175">#4175</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/7435d3121ed138a3c335a6c95b07750803af935f"><code>7435d31</code></a> 2.53.0</li> <li><a href="https://github.com/rollup/rollup/commit/12778ea146d0549952b41254b0c033b84d6d4abc"><code>12778ea</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/ce951973e1a33fccfb81e8701317c896c26a050d"><code>ce95197</code></a> Limit parallel file reads to prevent "EMFILE: too many open files" error (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4170">#4170</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.48.0...v2.53.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