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

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #1829: build(deps-dev): bump rollup from 2.61.1 to 2.63.0 in /tobago-theme

dependabot[bot] opened a new pull request #1829:
URL: https://github.com/apache/myfaces-tobago/pull/1829


   Bumps [rollup](https://github.com/rollup/rollup) from 2.61.1 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>
   <h2>v2.62.0</h2>
   <p><em>2021-12-24</em></p>
   <h3>Features</h3>
   <ul>
   <li>Mark additional string prototype methods as side-effect-free and correct typings of existing ones (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4299">#4299</a>)</li>
   <li>Mark additional array prototype methods as side-effect-free and correct typings of existing ones (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4309">#4309</a>)</li>
   <li>Expose if a module is included after tree-shaking in its ModuleInfo (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4305">#4305</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix how fsevents is included to improve watch mode on MacOS (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4312">#4312</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4299">#4299</a>: Add additional string prototype methods (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4300">#4300</a>: Bump deps, fix expected test result for core-js (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4302">#4302</a>: Replace type assertion with type guard (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4304">#4304</a>: Re-use reserved names set (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4305">#4305</a>: Expose isIncluded in module info (<a href="https://github.com/william57m"><code>@​william57m</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4306">#4306</a>: Fix git line breaks on windows (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4307">#4307</a>: Add macos to pipeline (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4309">#4309</a>: Add additional array prototype methods (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4311">#4311</a>: Add Deno instructions to docs (<a href="https://github.com/jespertheend"><code>@​jespertheend</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4312">#4312</a>: fsevents integration (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4313">#4313</a>: Remove non-existing static functions from known globals (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</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>
   <h2>2.62.0</h2>
   <p><em>2021-12-24</em></p>
   <h3>Features</h3>
   <ul>
   <li>Mark additional string prototype methods as side-effect-free and correct typings of existing ones (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4299">#4299</a>)</li>
   <li>Mark additional array prototype methods as side-effect-free and correct typings of existing ones (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4309">#4309</a>)</li>
   <li>Expose if a module is included after tree-shaking in its ModuleInfo (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4305">#4305</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix how fsevents is included to improve watch mode on MacOS (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4312">#4312</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4299">#4299</a>: Add additional string prototype methods (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4300">#4300</a>: Bump deps, fix expected test result for core-js (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4302">#4302</a>: Replace type assertion with type guard (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4304">#4304</a>: Re-use reserved names set (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4305">#4305</a>: Expose isIncluded in module info (<a href="https://github.com/william57m"><code>@​william57m</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4306">#4306</a>: Fix git line breaks on windows (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4307">#4307</a>: Add macos to pipeline (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4309">#4309</a>: Add additional array prototype methods (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4311">#4311</a>: Add Deno instructions to docs (<a href="https://github.com/jespertheend"><code>@​jespertheend</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.61.1...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.61.1&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@myfaces.apache.org

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



[GitHub] [myfaces-tobago] henningn merged pull request #1829: build(deps-dev): bump rollup from 2.61.1 to 2.63.0 in /tobago-theme

Posted by GitBox <gi...@apache.org>.
henningn merged pull request #1829:
URL: https://github.com/apache/myfaces-tobago/pull/1829


   


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

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