dependabot[bot] opened a new pull request, #264: URL: https://github.com/apache/incubator-flagon-useralejs/pull/264
Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.75.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.75.7</h2> <p><em>2022-06-20</em></p> <h3>Bug Fixes</h3> <ul> <li>Mark Array.prototype.group/groupToMap as side effect free. (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4531">#4531</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4523">#4523</a>: chore: remove source map workaround, bump deps (<a href="https://github.com/dnalborczyk"><code>@dnalborczyk</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4525">#4525</a>: Add regression tests for instanceof (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4528">#4528</a>: chore: Set permissions for GitHub actions (<a href="https://github.com/naveensrinivasan"><code>@naveensrinivasan</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4531">#4531</a>: fix: rename Array.prototype.group/groupToMap (<a href="https://github.com/dnalborczyk"><code>@dnalborczyk</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4535">#4535</a>: chore: bump resolve from 1.22.0 to 1.22.1 (<a href="https://github.com/pos777"><code>@pos777</code></a>)</li> </ul> <h2>v2.75.6</h2> <p><em>2022-06-07</em></p> <h3>Bug Fixes</h3> <ul> <li>Properly deoptimize "this" when using member expressions with getters/setters in for loops and update expressions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4522">#4522</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4522">#4522</a>: Refactor side effect handling for property interactions (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.75.5</h2> <p><em>2022-06-01</em></p> <h3>Bug Fixes</h3> <ul> <li>Avoid crashes when using logical expressions for unused constructor arguments (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4519">#4519</a>)</li> <li>Fix missing parameter defaults for calls from try statements and functions returned by functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4520">#4520</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4519">#4519</a>: Try to make logical expression deoptimization more robust (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4520">#4520</a>: Roll back parameter default tree shaking (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.75.4</h2> <p><em>2022-05-31</em></p> <h3>Bug Fixes</h3> <ul> <li>Ensure parameter defaults are retained when a function is used as an object property (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4516">#4516</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4516">#4516</a>: Deoptimize parameter defaults when referenced from object/array/class literals (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></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.75.7</h2> <p><em>2022-06-20</em></p> <h3>Bug Fixes</h3> <ul> <li>Mark Array.prototype.group/groupToMap as side effect free. (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4531">#4531</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4523">#4523</a>: chore: remove source map workaround, bump deps (<a href="https://github.com/dnalborczyk"><code>@dnalborczyk</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4525">#4525</a>: Add regression tests for instanceof (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4528">#4528</a>: chore: Set permissions for GitHub actions (<a href="https://github.com/naveensrinivasan"><code>@naveensrinivasan</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4531">#4531</a>: fix: rename Array.prototype.group/groupToMap (<a href="https://github.com/dnalborczyk"><code>@dnalborczyk</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4535">#4535</a>: chore: bump resolve from 1.22.0 to 1.22.1 (<a href="https://github.com/pos777"><code>@pos777</code></a>)</li> </ul> <h2>2.75.6</h2> <p><em>2022-06-07</em></p> <h3>Bug Fixes</h3> <ul> <li>Properly deoptimize "this" when using member expressions with getters/setters in for loops and update expressions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4522">#4522</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4522">#4522</a>: Refactor side effect handling for property interactions (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.75.5</h2> <p><em>2022-06-01</em></p> <h3>Bug Fixes</h3> <ul> <li>Avoid crashes when using logical expressions for unused constructor arguments (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4519">#4519</a>)</li> <li>Fix missing parameter defaults for calls from try statements and functions returned by functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4520">#4520</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4519">#4519</a>: Try to make logical expression deoptimization more robust (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4520">#4520</a>: Roll back parameter default tree shaking (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.75.4</h2> <p><em>2022-05-31</em></p> <h3>Bug Fixes</h3> <ul> <li>Ensure parameter defaults are retained when a function is used as an object property (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4516">#4516</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/057171c2d3bc2092b7f543fc05ead01f12595f12"><code>057171c</code></a> 2.75.7</li> <li><a href="https://github.com/rollup/rollup/commit/459fdd915698bf8ac312038d3e7246a9bc14fb01"><code>459fdd9</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/c1fcbbdc10f3df09c93f7ebffc3ca3a36fb48cfd"><code>c1fcbbd</code></a> chore: Set permissions for GitHub actions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4528">#4528</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/288bf7707c77a092d76969c838214a35a6d34a67"><code>288bf77</code></a> fix: rename Array.prototype.group/groupToMap (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4531">#4531</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/9b55e5061dbe06a3da48c5d9877ecfc5e29cb3f0"><code>9b55e50</code></a> chore: bump resolve from 1.22.0 to 1.22.1 (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4535">#4535</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/1792cdf7d75308573c38b904bafb02f1612dcb3b"><code>1792cdf</code></a> Add regression tests for instanceof (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4525">#4525</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/30735b44b53f20c24ebaf68adc95d92d59c9c6b2"><code>30735b4</code></a> chore: remove source map workaround, bump deps (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4523">#4523</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/0ab16cc04b7d6dfe5bd14340ba7448085a379e25"><code>0ab16cc</code></a> 2.75.6</li> <li><a href="https://github.com/rollup/rollup/commit/34133fbb087ed13fb5a3568684b9c80a6f3ee60b"><code>34133fb</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/c443303954a291a0143bc3360d6e9019d4620e14"><code>c443303</code></a> Refactor side effect handling for property interactions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4522">#4522</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.70.1...v2.75.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: dev-unsubscr...@flagon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org