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 2021/02/11 13:38:21 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #372: chore(deps-dev): bump rollup from 2.37.1 to 2.38.5 in /tobago-theme/tobago-theme-roxborough/npm

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


   Bumps [rollup](https://github.com/rollup/rollup) from 2.37.1 to 2.38.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.38.5</h2>
   <p><em>2021-02-05</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Prevent invalid code when simplifying assignments and delcarations (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3951">#3951</a>)</li>
   <li>Prevent behaviour-changing line-breaks when simplifying assignments in return statements (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3951">#3951</a>)</li>
   <li>Slightly improve white-space rendering when simplifying certain expressions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3951">#3951</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3951">#3951</a>: Wrap simplified assignments if necessary (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.38.4</h2>
   <p><em>2021-02-02</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not change logic when tree-shaking declarations in if statements or loops (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3947">#3947</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3947">#3947</a>: Do not tear apart declarations in loop or if bodies (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.38.3</h2>
   <p><em>2021-02-01</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Prevent an unexpected live-binding when default exporting a synthetic named export (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3946">#3946</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3945">#3945</a>: Upgrade chokidar and fsevents for Apple M1 compatibility (<a href="https://github.com/threepointone"><code>@threepointone</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3946">#3946</a>: Make sure default exports snapshot synthetic named exports (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.38.2</h2>
   <p><em>2021-01-31</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not generate invalid code for partially tree-shaken declarations in for loops (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3943">#3943</a>)</li>
   <li>Always include function bodies of functions in side-effect-free modules (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3944">#3944</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3943">#3943</a>: Do not partially tree-shake unused declarations in for loops (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3944">#3944</a>: Correctly include functions with side effects from side-effect-free modules (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.38.1</h2>
   <p><em>2021-01-28</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix internal error when resolving a missing entry point in the browser build (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3935">#3935</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3935">#3935</a>: fix: remove isolated resolve() for compat with browser distribution (<a href="https://github.com/cmorten"><code>@cmorten</code></a> and <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3936">#3936</a>: Ensure test after() callback is always executed (<a href="https://github.com/Benjamin-Dobell"><code>@Benjamin-Dobell</code></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.38.5</h2>
   <p><em>2021-02-05</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Prevent invalid code when simplifying assignments and delcarations (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3951">#3951</a>)</li>
   <li>Prevent behaviour-changing line-breaks when simplifying assignments in return statements (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3951">#3951</a>)</li>
   <li>Slightly improve white-space rendering when simplifying certain expressions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3951">#3951</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3951">#3951</a>: Wrap simplified assignments if necessary (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   </ul>
   <h2>2.38.4</h2>
   <p><em>2021-02-02</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not change logic when tree-shaking declarations in if statements or loops (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3947">#3947</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3947">#3947</a>: Do not tear apart declarations in loop or if bodies (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   </ul>
   <h2>2.38.3</h2>
   <p><em>2021-02-01</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Prevent an unexpected live-binding when default exporting a synthetic named export (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3946">#3946</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3945">#3945</a>: Upgrade chokidar and fsevents for Apple M1 compatibility (<a href="https://github.com/threepointone"><code>@threepointone</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3946">#3946</a>: Make sure default exports snapshot synthetic named exports (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   </ul>
   <h2>2.38.2</h2>
   <p><em>2021-01-31</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not generate invalid code for partially tree-shaken declarations in for loops (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3943">#3943</a>)</li>
   <li>Always include function bodies of functions in side-effect-free modules (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3944">#3944</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3943">#3943</a>: Do not partially tree-shake unused declarations in for loops (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3944">#3944</a>: Correctly include functions with side effects from side-effect-free modules (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   </ul>
   <h2>2.38.1</h2>
   <p><em>2021-01-28</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix internal error when resolving a missing entry point in the browser build (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3935">#3935</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3935">#3935</a>: fix: remove isolated resolve() for compat with browser distribution (<a href="https://github.com/cmorten"><code>@cmorten</code></a> and <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3936">#3936</a>: Ensure test after() callback is always executed (<a href="https://github.com/Benjamin-Dobell"><code>@Benjamin-Dobell</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/574050be1f3a7197945b8adb2624a10f496af693"><code>574050b</code></a> 2.38.5</li>
   <li><a href="https://github.com/rollup/rollup/commit/f7a1d77950642ab6990bffa89bf3a1cbf88da4f5"><code>f7a1d77</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/29aed1908cda5d29208db0fb9edf9e71c7e7fd9d"><code>29aed19</code></a> Wrap simplified assignments if necessary (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3951">#3951</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/991bb98fad1f3f76226bfe6243fd6cc45a19a39b"><code>991bb98</code></a> 2.38.4</li>
   <li><a href="https://github.com/rollup/rollup/commit/6705fdc4f8f57b60261776d805df6dc30bb15907"><code>6705fdc</code></a> Do not tear apart declarations in loop or if bodies (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3947">#3947</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/683cf48a5278987f08ff3958074c49a80b1ae3eb"><code>683cf48</code></a> 2.38.3</li>
   <li><a href="https://github.com/rollup/rollup/commit/236d2bf562ebad1a8e6dea5026a63b0209a1ff46"><code>236d2bf</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/bab3d3d666e8af9c17f0280833f34dc3054ed8ad"><code>bab3d3d</code></a> Make sure default exports snapshot synthetic named exports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3946">#3946</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/683cc6a304ada621699a8dfd26e965ea30703826"><code>683cc6a</code></a> Upgrade chokidar and fsevents for Apple M1 compatibility (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3945">#3945</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/5cbcb673e5f2fab694dd85e06cba0e8eda8cb147"><code>5cbcb67</code></a> 2.38.2</li>
   <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.37.1...v2.38.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.37.1&new-version=2.38.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.

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



[GitHub] [myfaces-tobago] bohmber merged pull request #372: chore(deps-dev): bump rollup from 2.37.1 to 2.38.5 in /tobago-theme/tobago-theme-roxborough/npm

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


   


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