You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2022/06/06 07:06:56 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #259: Bump rollup from 2.70.1 to 2.75.5

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

   Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.75.5.
   <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.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>
   <h2>v2.75.3</h2>
   <p><em>2022-05-29</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Retain parameter defaults for functions that are defaults themselves (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4515">#4515</a>)</li>
   <li>Track mutations for objects as default values (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4515">#4515</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4515">#4515</a>: Ensure parameter defaults are deoptimized (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.75.1</h2>
   <p><em>2022-05-28</em></p>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4513">#4513</a>: Update link to node polyfill repo (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.75.0</h2>
   <p><em>2022-05-27</em></p>
   <h3>Features</h3>
   <ul>
   <li>Re-implement default parameter tree-shaking for top-level functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4510">#4510</a>)</li>
   <li>Do not consider calling string methods like <code>.trim()</code> on template literals a side effect (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4511">#4511</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.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>
   <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>
   <h2>2.75.3</h2>
   <p><em>2022-05-29</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Retain parameter defaults for functions that are defaults themselves (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4515">#4515</a>)</li>
   <li>Track mutations for objects as default values (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4515">#4515</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4515">#4515</a>: Ensure parameter defaults are deoptimized (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.75.1</h2>
   <p><em>2022-05-28</em></p>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4513">#4513</a>: Update link to node polyfill repo (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.75.0</h2>
   <p><em>2022-05-27</em></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rollup/rollup/commit/14dedb52b4d799deebd8b711c1e14759fc0213d9"><code>14dedb5</code></a> 2.75.5</li>
   <li><a href="https://github.com/rollup/rollup/commit/f1c1f1f5ae610d1c2e188ad0f4e79613aabc691b"><code>f1c1f1f</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/96cf84ebe7fd774902ddc823a573c99393661761"><code>96cf84e</code></a> Roll back parameter default tree shaking (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4520">#4520</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/696ebd3e0fc82e5c107f1ad97c5797d1d8f31cc3"><code>696ebd3</code></a> Try to make logical expression deoptimization more robust (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4519">#4519</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/0409bf0d8859a43f2d5d40dc23ebf74afadb83f7"><code>0409bf0</code></a> 2.75.4</li>
   <li><a href="https://github.com/rollup/rollup/commit/ea67a67608e9c21783fbbeb22b9c546f072bcfb1"><code>ea67a67</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/f5f516a3722e0cd4aeeccff428a49251a192f0ec"><code>f5f516a</code></a> Always pull first on publish</li>
   <li><a href="https://github.com/rollup/rollup/commit/d25b6e270bc05a8d0387ea79c770274bdcc92694"><code>d25b6e2</code></a> Deoptimize parameter defaults when referenced from object/array/class literal...</li>
   <li><a href="https://github.com/rollup/rollup/commit/279581594d642307218126f20092aaf822084d6a"><code>2795815</code></a> 2.75.3</li>
   <li><a href="https://github.com/rollup/rollup/commit/e4616ef4362088cf736446fbf369f6e54f272f5c"><code>e4616ef</code></a> Update changelog</li>
   <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.70.1...v2.75.5">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.75.5)](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-unsubscribe@flagon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #259: Bump rollup from 2.70.1 to 2.75.5

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #259:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/259#issuecomment-1153552317

   Superseded by #260.


-- 
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-unsubscribe@flagon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #259: Bump rollup from 2.70.1 to 2.75.5

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #259: Bump rollup from 2.70.1 to 2.75.5
URL: https://github.com/apache/incubator-flagon-useralejs/pull/259


-- 
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-unsubscribe@flagon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org