dependabot[bot] opened a new pull request, #250:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/250

   Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.73.0.
   <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.73.0</h2>
   <p><em>2022-05-13</em></p>
   <h3>Features</h3>
   <ul>
   <li>Do not treat Object.defineProperty/ies as side effect when called on an 
unused object (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4493";>#4493</a>)</li>
   <li>Do not assume that assigning a property can create a getter with side 
effects (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4493";>#4493</a>)</li>
   <li>Do not treat string.prototype.replace(All) as side effect when used with 
two literals (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4493";>#4493</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Detect side effects when manually declaring getters on functions (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4493";>#4493</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4493";>#4493</a>:
 Handle getters on functions and improve property deoptimization (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4494";>#4494</a>:
 Do not treat string.replace as side effect when used with a literal (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4495";>#4495</a>:
 Update docs for --configPlugin using typescript (<a 
href="https://github.com/Jimmydalecleveland";><code>@​Jimmydalecleveland</code></a>)</li>
   </ul>
   <h2>v2.72.1</h2>
   <p><em>2022-05-07</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Improve tree-shaking of classes with super classes in certain scenarios 
(<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4489";>#4489</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4489";>#4489</a>:
 Do not deoptimize entire super class when adding a property (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.72.0</h2>
   <p><em>2022-05-05</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add CLI hooks to run external commands at certain points in watch mode 
(<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4457";>#4457</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix an issue that could accidentally treat relevant assignments as side 
effect free (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4486";>#4486</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4457";>#4457</a>:
 feat: CLI event hook flags (<a 
href="https://github.com/Harris-Miller";><code>@​Harris-Miller</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4486";>#4486</a>:
 Fix reassignment tracking (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.71.1</h2>
   <p><em>2022-04-30</em></p>
   <h3>Bug Fixes</h3>
   <!-- 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.73.0</h2>
   <p><em>2022-05-13</em></p>
   <h3>Features</h3>
   <ul>
   <li>Do not treat Object.defineProperty/ies as side effect when called on an 
unused object (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4493";>#4493</a>)</li>
   <li>Do not assume that assigning a property can create a getter with side 
effects (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4493";>#4493</a>)</li>
   <li>Do not treat string.prototype.replace(All) as side effect when used with 
two literals (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4493";>#4493</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Detect side effects when manually declaring getters on functions (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4493";>#4493</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4493";>#4493</a>:
 Handle getters on functions and improve property deoptimization (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4494";>#4494</a>:
 Do not treat string.replace as side effect when used with a literal (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4495";>#4495</a>:
 Update docs for --configPlugin using typescript (<a 
href="https://github.com/Jimmydalecleveland";><code>@​Jimmydalecleveland</code></a>)</li>
   </ul>
   <h2>2.72.1</h2>
   <p><em>2022-05-07</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Improve tree-shaking of classes with super classes in certain scenarios 
(<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4489";>#4489</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4489";>#4489</a>:
 Do not deoptimize entire super class when adding a property (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.72.0</h2>
   <p><em>2022-05-05</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add CLI hooks to run external commands at certain points in watch mode 
(<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4457";>#4457</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix an issue that could accidentally treat relevant assignments as side 
effect free (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4486";>#4486</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4457";>#4457</a>:
 feat: CLI event hook flags (<a 
href="https://github.com/Harris-Miller";><code>@​Harris-Miller</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4486";>#4486</a>:
 Fix reassignment tracking (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.71.1</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rollup/rollup/commit/931a19940f58c745e9da9eae5585b551f356b2ed";><code>931a199</code></a>
 2.73.0</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/7a78313dc3582d6e98bec659a085ac835381c99c";><code>7a78313</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/4079fbef2bd4a48231a1910d45be7e7650a85cd7";><code>4079fbe</code></a>
 Do not treat string.replace as side effect when used with a literal (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4494";>#4494</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/bbd54b76964c46dd828e76d5bd1c998fa23f96e4";><code>bbd54b7</code></a>
 Update docs for --configPlugin using typescript (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4495";>#4495</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/f3a1fa36e2b9404e1144ac3806ea1274f5726575";><code>f3a1fa3</code></a>
 Handle getters on functions and improve property deoptimization (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4493";>#4493</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/8c6e0f319b792ea52fe979888593b6523315ae93";><code>8c6e0f3</code></a>
 2.72.1</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/5ea1b393ff65c5af07b990d9fcc2c7368647d81d";><code>5ea1b39</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/47d8d5a53e1f748e6dc81507f2156672a6589e85";><code>47d8d5a</code></a>
 Do not deoptimize entire super class when adding a property (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4489";>#4489</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/19aef1315cf45b04c74c37a290cbef8072ddfa6b";><code>19aef13</code></a>
 2.72.0</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/c890249baddc0767828ab7990ea0dfacf2ab4620";><code>c890249</code></a>
 Update changelog</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rollup/rollup/compare/v2.70.1...v2.73.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=2.70.1&new-version=2.73.0)](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

Reply via email to