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/05/03 07:23:31 UTC

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

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


   Bumps [rollup](https://github.com/rollup/rollup) from 2.42.4 to 2.46.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.46.0</h2>
   <p><em>2021-04-29</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add option to disable file name sanitation (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4058">#4058</a>)</li>
   <li>Add information about importers to unused external import warning (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4054">#4054</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4042">#4042</a>: Use Github actions only (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4045">#4045</a>: Fix REPL artefact branch reference (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4046">#4046</a>: Use codecov action for coverage (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4054">#4054</a>: Add to <code>UNUSED_EXTERNAL_IMPORT</code> warning information about the origin of the problem (<a href="https://github.com/cawa-93"><code>@​cawa-93</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4058">#4058</a>: Add sanitizeFileName option (<a href="https://github.com/guybedford"><code>@​guybedford</code></a>)</li>
   </ul>
   <h2>v2.45.2</h2>
   <p><em>2021-04-13</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not user a dynamic entry file name for naming a manual chunk (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4040">#4040</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4040">#4040</a>: Prioritize manual chunk name over dynamic entry id (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.45.1</h2>
   <p><em>2021-04-10</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Handle falsy return values from async plugin options hooks (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4039">#4039</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4039">#4039</a>: Do not fail when returning null or undefined from an async options hook (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.45.0</h2>
   <p><em>2021-04-09</em></p>
   <h3>Features</h3>
   <ul>
   <li>Support private class instance methods and accessors (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4034">#4034</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4034">#4034</a>: feat: add support for private class methods (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   </ul>
   <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>
   <!-- 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.46.0</h2>
   <p><em>2021-04-29</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add option to disable file name sanitation (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4058">#4058</a>)</li>
   <li>Add information about importers to unused external import warning (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4054">#4054</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4042">#4042</a>: Use Github actions only (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4045">#4045</a>: Fix REPL artefact branch reference (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4046">#4046</a>: Use codecov action for coverage (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4054">#4054</a>: Add to <code>UNUSED_EXTERNAL_IMPORT</code> warning information about the origin of the problem (<a href="https://github.com/cawa-93"><code>@​cawa-93</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4058">#4058</a>: Add sanitizeFileName option (<a href="https://github.com/guybedford"><code>@​guybedford</code></a>)</li>
   </ul>
   <h2>2.45.2</h2>
   <p><em>2021-04-13</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not user a dynamic entry file name for naming a manual chunk (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4040">#4040</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4040">#4040</a>: Prioritize manual chunk name over dynamic entry id (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.45.1</h2>
   <p><em>2021-04-10</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Handle falsy return values from async plugin options hooks (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4039">#4039</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4039">#4039</a>: Do not fail when returning null or undefined from an async options hook (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.45.0</h2>
   <p><em>2021-04-09</em></p>
   <h3>Features</h3>
   <ul>
   <li>Support private class instance methods and accessors (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4034">#4034</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4034">#4034</a>: feat: add support for private class methods (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rollup/rollup/commit/7927f3d0ca51b8346a0bedf09eb8746821fd651e"><code>7927f3d</code></a> 2.46.0</li>
   <li><a href="https://github.com/rollup/rollup/commit/374e45a0f341b3449151b7a45add6723cc675e80"><code>374e45a</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/81e0afc1194c8c3f58a944acbadbe1038c40e8d2"><code>81e0afc</code></a> Add sanitizeFileName option (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4058">#4058</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/8c59abec02bf1cdf88873a73581a56a7beb68f1d"><code>8c59abe</code></a> Add to <code>UNUSED_EXTERNAL_IMPORT</code> warning information about the origin of the p...</li>
   <li><a href="https://github.com/rollup/rollup/commit/a4a3b8a7d881d93bcd0a10110b858e948394ea94"><code>a4a3b8a</code></a> Use codecov action for coverage (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4046">#4046</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/ef807c998393275cec3098e0dc8d4aaee8ddaeb0"><code>ef807c9</code></a> Fix REPL artefact branch reference (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4045">#4045</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/8698f508d4be068b39e031ee7890d87e7c2bf4d0"><code>8698f50</code></a> Use Github actions only (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4042">#4042</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/e9bedf202e4754caaa32d566c9eef0147e1ef3b9"><code>e9bedf2</code></a> 2.45.2</li>
   <li><a href="https://github.com/rollup/rollup/commit/d82c61c023fa7b93de5ea561a405911a6f76f72d"><code>d82c61c</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/3078c6119a97876d2b5b86905c501685589f0d8e"><code>3078c61</code></a> Prioritize manual chunk name over dynamic entry id (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4040">#4040</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.42.4...v2.46.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.46.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] commented on pull request #89: Bump rollup from 2.42.4 to 2.46.0

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


   Looks like rollup is up-to-date now, so this is no longer needed.


-- 
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 #89: Bump rollup from 2.42.4 to 2.46.0

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


   


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