dependabot[bot] opened a new pull request #133: URL: https://github.com/apache/incubator-flagon-useralejs/pull/133
Bumps [rollup](https://github.com/rollup/rollup) from 2.48.0 to 2.52.7. <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.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> <h3>Bug Fixes</h3> <ul> <li>Fix an issue where reassignments where not tracked through an await expression (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4162">#4162</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4162">#4162</a>: eoptimize awaited expressions (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.52.5</h2> <p><em>2021-07-01</em></p> <h3>Bug Fixes</h3> <ul> <li>Properly display parser errors not tied to a code location (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4160">#4160</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4160">#4160</a>: fix: max stack call error is caught on locate (<a href="https://github.com/semoal"><code>@semoal</code></a>)</li> </ul> <h2>v2.52.4</h2> <p><em>2021-06-30</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix an error when external namespaces are reexported across several files (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4159">#4159</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4159">#4159</a>: Properly handle double reexports from external namespaces (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.52.3</h2> <p><em>2021-06-25</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix an issue where code was wrongly removed when using vars in nested scopes (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4149">#4149</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4149">#4149</a>: Make sure the initializer of hoisted variables is deoptimized (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.52.2</h2> <p><em>2021-06-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Support falsy plugins in types (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4144">#4144</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.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> <h3>Bug Fixes</h3> <ul> <li>Fix an issue where reassignments where not tracked through an await expression (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4162">#4162</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4162">#4162</a>: doptimize awaited expressions (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.52.5</h2> <p><em>2021-07-01</em></p> <h3>Bug Fixes</h3> <ul> <li>Properly display parser errors not tied to a code location (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4160">#4160</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4160">#4160</a>: fix: max stack call error is caught on locate (<a href="https://github.com/semoal"><code>@semoal</code></a>)</li> </ul> <h2>2.52.4</h2> <p><em>2021-06-30</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix an error when external namespaces are reexported across several files (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4159">#4159</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4159">#4159</a>: Properly handle double reexports from external namespaces (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.52.3</h2> <p><em>2021-06-25</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix an issue where code was wrongly removed when using vars in nested scopes (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4149">#4149</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4149">#4149</a>: Make sure the initializer of hoisted variables is deoptimized (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.52.2</h2> <p><em>2021-06-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Support falsy plugins in types (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4144">#4144</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/b2218ccda2765c48ae1db8bade9ec6889aaab250"><code>b2218cc</code></a> 2.52.7</li> <li><a href="https://github.com/rollup/rollup/commit/a940ebed75d6f5c3cf1c97bcd43ae0d791cb128d"><code>a940ebe</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/076df1148fe5fe3faf709af4f58366e0849ed72a"><code>076df11</code></a> Deoptimize return values of async functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4163">#4163</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/9cb15d65bb023d32ae0180f0db583ea992c475b9"><code>9cb15d6</code></a> 2.52.6</li> <li><a href="https://github.com/rollup/rollup/commit/f3fa63357ba74774422907fd0f33e90e03035364"><code>f3fa633</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/b9d9e6f29596a3933a2bd476820afa2311592303"><code>b9d9e6f</code></a> Deoptimize awaited expressions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4162">#4162</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/5b55f9937685279c16243b37d858e6ddcd2aeaff"><code>5b55f99</code></a> 2.52.5</li> <li><a href="https://github.com/rollup/rollup/commit/91430ce007de4182af10d0a36458b6bebd1ad3a9"><code>91430ce</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/a632d5055c62b80f449270f1095a3affccfab284"><code>a632d50</code></a> fix: max stack call error is caught on locate (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4160">#4160</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/c3ad218caeeafa8a1b6ff8d4dde0db2556a3309a"><code>c3ad218</code></a> 2.52.4</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.48.0...v2.52.7">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
