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 2021/04/05 07:14:07 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request #79: Bump rollup from 2.42.4 to 2.44.0

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


   Bumps [rollup](https://github.com/rollup/rollup) from 2.42.4 to 2.44.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.44.0</h2>
   <p><em>2021-03-29</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add a new option <code>makeAbsoluteExternalsRelative</code> to opt out of renormalizing absolute external ids to relative ids (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4021">#4021</a>)</li>
   <li>Extend the <code>resolveId</code> plugin hook to allow forcing or preventing renormalization of absolute external ids (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4021">#4021</a>)</li>
   <li>Make the rendered code of individual modules available in the generated bundle (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4028">#4028</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Handle objects with <code>__proto__</code> properties correctly (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4019">#4019</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4019">#4019</a>: Deoptimize ObjectExpression when a <code>__proto__</code> property is present (<a href="https://github.com/marijnh"><code>@​marijnh</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4021">#4021</a>: Improve absolute path handling (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4026">#4026</a>: chore: fix vscode launch config (change tdd to bdd) (<a href="https://github.com/jameslahm"><code>@​jameslahm</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4027">#4027</a>: Post comment for PRs from forks (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4028">#4028</a>: Expose rendered module code to generateBundle hook (<a href="https://github.com/btd"><code>@​btd</code></a>)</li>
   </ul>
   <h2>v2.43.1</h2>
   <p><em>2021-03-28</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Prevent infinite recursions in certain scenarios when calling object properties (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4025">#4025</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4025">#4025</a>: Handle recursive this mutation detection (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.43.0</h2>
   <p><em>2021-03-27</em></p>
   <h3>Features</h3>
   <ul>
   <li>Track side effects of function properties in objects for better tree-shaking (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4011">#4011</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4011">#4011</a>: isable pessimistic object deoptimization for calls when the called function doesn't ref this (<a href="https://github.com/marijnh"><code>@​marijnh</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4012">#4012</a>: fix <code>sourcemap</code> reference in docs (<a href="https://github.com/tjenkinson"><code>@​tjenkinson</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4015">#4015</a>: Use SIGTERM instead of SIGINT to kill test child processes in tests (<a href="https://github.com/marijnh"><code>@​marijnh</code></a>)</li>
   </ul>
   </blockquote>
   </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.44.0</h2>
   <p><em>2021-03-29</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add a new option <code>makeAbsoluteExternalsRelative</code> to opt out of renormalizing absolute external ids to relative ids (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4021">#4021</a>)</li>
   <li>Extend the <code>resolveId</code> plugin hook to allow forcing or preventing renormalization of absolute external ids (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4021">#4021</a>)</li>
   <li>Make the rendered code of individual modules available in the generated bundle (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4028">#4028</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Handle objects with <code>__proto__</code> properties correctly (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4019">#4019</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4019">#4019</a>: Deoptimize ObjectExpression when a <code>__proto__</code> property is present (<a href="https://github.com/marijnh"><code>@​marijnh</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4021">#4021</a>: Improve absolute path handling (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4026">#4026</a>: chore: fix vscode launch config (change tdd to bdd) (<a href="https://github.com/jameslahm"><code>@​jameslahm</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4027">#4027</a>: Post comment for PRs from forks (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4028">#4028</a>: Expose rendered module code to generateBundle hook (<a href="https://github.com/btd"><code>@​btd</code></a>)</li>
   </ul>
   <h2>2.43.1</h2>
   <p><em>2021-03-28</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Prevent infinite recursions in certain scenarios when calling object properties (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4025">#4025</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4025">#4025</a>: Handle recursive this mutation detection (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.43.0</h2>
   <p><em>2021-03-27</em></p>
   <h3>Features</h3>
   <ul>
   <li>Track side effects of function properties in objects for better tree-shaking (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4011">#4011</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4011">#4011</a>: Disable pessimistic object deoptimization for calls when the called function doesn't ref this (<a href="https://github.com/marijnh"><code>@​marijnh</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4012">#4012</a>: fix <code>sourcemap</code> reference in docs (<a href="https://github.com/tjenkinson"><code>@​tjenkinson</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4015">#4015</a>: Use SIGTERM instead of SIGINT to kill test child processes in tests (<a href="https://github.com/marijnh"><code>@​marijnh</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rollup/rollup/commit/dba6f13132a1d7dac507d5056399d8af0eed6375"><code>dba6f13</code></a> 2.44.0</li>
   <li><a href="https://github.com/rollup/rollup/commit/55d20dd2c49ae3c4e590b899d718837c7b336044"><code>55d20dd</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/b7bb5e2c37d63dd53f739c2baa422a0075bcb16a"><code>b7bb5e2</code></a> Improve absolute path handling (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4021">#4021</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/443dc973adb2c8db97687fb094076ac014d6807d"><code>443dc97</code></a> Expose rendered module code to generateBundle hook (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4028">#4028</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/85a372482be5cdda12c9f0eb213d61dd26d6c490"><code>85a3724</code></a> Deoptimize ObjectExpression when a <strong>proto</strong> property is present (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4019">#4019</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/56b3eb893e435d611fa6dedab9df80e271ae3e90"><code>56b3eb8</code></a> Post comment for PRs from forks (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4027">#4027</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/c008f3e703b7930221b164aa2e28b87e0af10d9e"><code>c008f3e</code></a> chore: fix vscode launch config (change tdd to bdd) (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4026">#4026</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/e1dd08a171be22b6cd1f6cf863dbd1282ed25a6f"><code>e1dd08a</code></a> 2.43.1</li>
   <li><a href="https://github.com/rollup/rollup/commit/767a0ac3cf5f17bd74fbceb1ab8ad89205218d0a"><code>767a0ac</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/fb2684752b53188979b7d91822a1dd56b88034fc"><code>fb26847</code></a> Handle recursive this mutation detection (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4025">#4025</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.42.4...v2.44.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.42.4&new-version=2.44.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.

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



[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #79: Bump rollup from 2.42.4 to 2.44.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #79:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/79


   


-- 
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.

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



[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #79: Bump rollup from 2.42.4 to 2.44.0

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


   Superseded by #82.


-- 
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.

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