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:39:35 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #394: chore(deps-dev): bump bootstrap from 5.0.0-beta1 to 5.0.0-beta2 in /tobago-theme/tobago-theme-standard/npm

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


   Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.0-beta1 to 5.0.0-beta2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/twbs/bootstrap/releases">bootstrap's releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.0-beta2</h2>
   <h2>Highlights</h2>
   <ul>
   <li><strong>Dropdowns:</strong>
   <ul>
   <li>Updated dropdown plugin to add <code>data-bs-popper=&quot;static&quot;</code> via JS to the <code>.dropdown-menu</code> when the trigger has add <code>data-bs-display=&quot;static&quot;</code> and <code>data-bs-popper=&quot;none&quot;</code> when in navbars.</li>
   <li>Modified several selectors to separate our positioning styles from the Popper.js styles.</li>
   </ul>
   </li>
   <li><strong>Navbars:</strong>
   <ul>
   <li>Added a new <code>.navbar-nav-scroll</code> class to enable vertical scrolling when a collapsed navbar is opened. It's customizable via Sass and a CSS variable. <a href="https://getbootstrap.com/docs/5.0/components/navbar/#scrolling">Read more in the docs</a>.</li>
   <li>We've re-added <code>flex-grow</code> to the <code>.navbar-collapse</code> to restore the flexbox behaviors from v4 and prevent some content from being inadvertently squished.</li>
   </ul>
   </li>
   <li><strong>Forms:</strong>
   <ul>
   <li>Removed <code>vertical-align</code> from <code>.form-select</code></li>
   <li>Form validation mixin updated with additional parameters</li>
   <li>Fixed validation icon placement in <code>.form-select</code></li>
   <li>Checkboxes and radio buttons are aligned better in input groups</li>
   </ul>
   </li>
   <li><strong>Buttons:</strong>
   <ul>
   <li>Added variables for tinting and shading button state colors</li>
   <li>Suppressed the default focus outline for buttons in Chromium</li>
   </ul>
   </li>
   <li><strong>Toasts:</strong>
   <ul>
   <li>Added <code>word-break</code> to <code>.toast-body</code></li>
   <li>Added a live example to the docs to trigger a real toast</li>
   </ul>
   </li>
   <li><strong>Carousels:</strong>
   <ul>
   <li>Updated docs examples to use <code>&lt;button&gt;</code>s wherever possible instead of <code>&lt;a&gt;</code> elements.</li>
   <li>CSS selectors changed for using <code>&lt;button&gt;</code>s as indicators (from <code>.carousel-indicators li</code> to <code>.carousel-indicators [data-bs-target]</code>).</li>
   </ul>
   </li>
   <li><strong>Bundles:</strong>
   <ul>
   <li>Added our helpers to the utilities CSS bundle</li>
   </ul>
   </li>
   <li><strong>JavaScript:</strong>
   <ul>
   <li>Dropdown now emits events on the <code>.dropdown-toggle</code> instead of the <code>.dropdown</code>.</li>
   <li>Restored the offset option for dropdowns.</li>
   <li>Fixed modal toggling when clicking on <code>data-bs-toggle=&quot;modal&quot;</code>.</li>
   <li>We now build our base component as a separate <code>.js</code> file.</li>
   <li>We now prevent <code>getSelector</code> from returning URLs as selector which caused errors in dropdown and scrollspy plugins.</li>
   <li>Refactored components to use a utility function to define jQuery plugins</li>
   </ul>
   </li>
   </ul>
   <h2>🚀 Features</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32037">#32037</a>: Add <code>.navbar-nav-scroll</code> for vertical scrolling of navbar content</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32317">#32317</a>: Add variables for modifying button state colours.</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32376">#32376</a>: Support Popper virtual elements</li>
   </ul>
   <h2>âš¡ Performance Improvements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32348">#32348</a>: Use box shadows instead of linear gradients to colorize tables</li>
   </ul>
   <h2>🎨 CSS</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/31757">#31757</a>: Extended Form validation states capabilities</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32037">#32037</a>: Add <code>.navbar-nav-scroll</code> for vertical scrolling of navbar content</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32317">#32317</a>: Add variables for modifying button state colours.</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32318">#32318</a>: Remove <code>vertical-align</code> from <code>.form-select</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32324">#32324</a>: Add helpers to utilities bundle</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/twbs/bootstrap/commit/e50c11b8c6434b6d68ea5897771e4d35fe12f5c3"><code>e50c11b</code></a> Release v5.0.0-beta2 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32467">#32467</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/2bb42a9176e7ea361aa1ab0050da5be6a5cb56ea"><code>2bb42a9</code></a> docs(scroll offset): improve a11y for sticky header (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33027">#33027</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/2ab6dbd2d696d403c6914d820a3847542d468df1"><code>2ab6dbd</code></a> Downgrade karma to v6.0.4. (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33030">#33030</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/f7088e5d28d019f9876b71333185120b811ecb08"><code>f7088e5</code></a> Add function type for <code>popperConfig</code> option (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32882">#32882</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/29e0c9dfa1c4324e4e2a8cf0b66e27b9e72f09a5"><code>29e0c9d</code></a> Dropdown — Change the selector to check the use of Popper (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33003">#33003</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/91d3da1f3dca3127d50b81928c01d4bd63054269"><code>91d3da1</code></a> fix(navbar): ensure .navbar-collapse behaves as intended (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33022">#33022</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/273db7c2059e35f011ca64e25e8dcd129ff0792e"><code>273db7c</code></a> Remove the default left styling in favor of Popper</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/d56992b6d23109ffccc370cfdb36ffb8ae15d762"><code>d56992b</code></a> Mention dropdown static change in Migration guide</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/8f1c8825457399ecdda8d60190bce82d15f97c5d"><code>8f1c882</code></a> Remove .dropdown-menu[style] reset and adjust .dropdown-menu-* modifiers</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/a2b56de7077e34f2fa329f2b21db3e8df5368abb"><code>a2b56de</code></a> Bump linkinator from 2.13.3 to 2.13.4 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33019">#33019</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.0.0-beta1...v5.0.0-beta2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootstrap&package-manager=npm_and_yarn&previous-version=5.0.0-beta1&new-version=5.0.0-beta2)](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 #394: chore(deps-dev): bump bootstrap from 5.0.0-beta1 to 5.0.0-beta2 in /tobago-theme/tobago-theme-standard/npm

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


   


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