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/01/06 02:42:29 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request #204: Bump rollup from 2.62.0 to 2.63.0

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


   Bumps [rollup](https://github.com/rollup/rollup) from 2.62.0 to 2.63.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.63.0</h2>
   <p><em>2022-01-04</em></p>
   <h3>Features</h3>
   <ul>
   <li>Report a helpful error if rollup exits due to an empty event loop when using <code>this.load</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4320">#4320</a>)</li>
   <li>Allow directly mutating ModuleInfo.meta for modules and never replace this object (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4328">#4328</a>)</li>
   <li>Detect additional side effect free array prototype methods (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4332">#4332</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not watch if CLI watch options are specified but <code>--watch</code> is missing (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4335">#4335</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4320">#4320</a>: Detect unfulfilled async hook actions and report error on exit (<a href="https://github.com/kzc"><code>@​kzc</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4328">#4328</a>: Make initial ModuleInfo.meta mutable and maintain object identity (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4318">#4318</a>: Stabilize watch tests (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4331">#4331</a>: Improve JS docs example (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4332">#4332</a>: add support for Array.prototype.findLast,findLastIndex (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4333">#4333</a>: convert utils.transform to async function (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4335">#4335</a>: Do not watch unless --watch is specified explicitly (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4338">#4338</a>: Add build delay for plugin event test (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</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.63.0</h2>
   <p><em>2022-01-04</em></p>
   <h3>Features</h3>
   <ul>
   <li>Report a helpful error if rollup exits due to an empty event loop when using <code>this.load</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4320">#4320</a>)</li>
   <li>Allow directly mutating ModuleInfo.meta for modules and never replace this object (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4328">#4328</a>)</li>
   <li>Detect additional side effect free array prototype methods (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4332">#4332</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not watch if CLI watch options are specified but <code>--watch</code> is missing (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4335">#4335</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4320">#4320</a>: Detect unfulfilled async hook actions and report error on exit (<a href="https://github.com/kzc"><code>@​kzc</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4328">#4328</a>: Make initial ModuleInfo.meta mutable and maintain object identity (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4318">#4318</a>: Stabilize watch tests (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4331">#4331</a>: Improve JS docs example (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4332">#4332</a>: add support for Array.prototype.findLast,findLastIndex (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4333">#4333</a>: convert utils.transform to async function (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4335">#4335</a>: Do not watch unless --watch is specified explicitly (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4338">#4338</a>: Add build delay for plugin event test (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rollup/rollup/commit/ae674c9edde5efb8ce6d8ef845598a805938178c"><code>ae674c9</code></a> 2.63.0</li>
   <li><a href="https://github.com/rollup/rollup/commit/27196a09a0c368ac83f18a204d787620689ca946"><code>27196a0</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/cf537338325ad710f1bf7dd3b45020aff9e41d56"><code>cf53733</code></a> Add build delay for plugin event test (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4338">#4338</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/0ceee1df3e1ffaf1698554abfe682250eb94ff0d"><code>0ceee1d</code></a> Detect unfulfilled async hook actions and report error on exit (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4320">#4320</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/2fea0d7ca1482dd8f585c1839a2727aeed677ecb"><code>2fea0d7</code></a> Make initial ModuleInfo.meta mutable and maintain object identity (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4328">#4328</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/a54b798db5cc10c2bd519f830e39ce6348f65c96"><code>a54b798</code></a> Improve JS docs example (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4331">#4331</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/342ba2c17bb47642d52a0ae0beda46822128a218"><code>342ba2c</code></a> feat: add support for Array.prototype.findLast,findLastIndex (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4332">#4332</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/3943111a6c8173b3e047ea213f508274c67a41d9"><code>3943111</code></a> refactor: convert utils.transform to async function (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4333">#4333</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/ba7fc533ee7ce1d31f2b7800e2402a958f8ae9c9"><code>ba7fc53</code></a> Do not watch unless --watch is specified explicitly (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4335">#4335</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/7f555711104ed4efd69ac112012a86e1a41d8aed"><code>7f55571</code></a> Stabilize watch tests (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4318">#4318</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.62.0...v2.63.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.62.0&new-version=2.63.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-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 #204: Bump rollup from 2.62.0 to 2.63.0

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


   Superseded by #209.


-- 
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 #204: Bump rollup from 2.62.0 to 2.63.0

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


   


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