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/08/05 17:55:02 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #1171: build(deps): bump bootstrap from 5.0.2 to 5.1.0 in /tobago-theme

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


   Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.2 to 5.1.0.
   <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.1.0</h2>
   <h2>Highlights</h2>
   <ul>
   <li>Added experimental, opt-in CSS Grid support</li>
   <li>Added support for responsive offcanvas components in navbars</li>
   <li>Added new placeholders component for skeleton loading screens</li>
   <li>Added support for horizontal collapsing in the collapse component</li>
   <li>Added new stack and vertical rule helpers</li>
   <li>Added tons of new CSS variables for body styles, colors, RGB colors, and more</li>
   <li>Updated <code>.bg-*</code> and <code>.text-*</code> utilities to use CSS variables and new RGB CSS variables for real-time customization</li>
   <li>Added four new component examples for dropdowns, footers, list groups, and modals</li>
   <li>Updated modal and offcanvas backdrops to make them unique to each component</li>
   <li>Reverted ability for <code>.col-*</code> classes to override <code>.row-cols-*</code> classes for now until we can fix some critical bugs</li>
   </ul>
   <h2>🚀 Features</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/31813">#31813</a>: Add optional CSS grid</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/31859">#31859</a>: Add a &quot;skeletons&quot; component</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32319">#32319</a>: Add maps for all colors, document how to extend color utilities</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33403">#33403</a>: modal: change <code>data-dismiss</code> so that it can be outside of a modal using <code>bs-target</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33781">#33781</a>: Add utility classes for opacity</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33986">#33986</a>: New helpers: <code>.hstack</code>, <code>.vstack</code>, and <code>.vr</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34253">#34253</a>: Add horizontal collapse support</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34273">#34273</a>: Offcanvas navbar</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34333">#34333</a>: Accept argument of different types in the <code>getInstance</code> method</li>
   </ul>
   <h2>🎨 CSS</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/31813">#31813</a>: Add optional CSS grid</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32319">#32319</a>: Add maps for all colors, document how to extend color utilities</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33781">#33781</a>: Add utility classes for opacity</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33986">#33986</a>: New helpers: <code>.hstack</code>, <code>.vstack</code>, and <code>.vr</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34100">#34100</a>: Updated utility API (css-vars utils and new bg/color utils), plus new root CSS variables</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34253">#34253</a>: Add horizontal collapse support</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34273">#34273</a>: Offcanvas navbar</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34432">#34432</a>: More concise improvements for <code>add()</code> and <code>subtract()</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34440">#34440</a>: Add null <code>$card-box-shadow</code> variable</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34445">#34445</a>: fix(forms): prevent color control from shrinking</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34475">#34475</a>: Make text decoration consistent with other anchors</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34481">#34481</a>: Make the <code>$accordion-icon-color</code> default value consistent with the <code>$accordion-button-color</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34572">#34572</a>: Clean up a couple CSS Grid issues</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34612">#34612</a>: Revert &quot;Allow individual grid classes to override <code>.row-cols</code>&quot;</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34651">#34651</a>: Update <code>$input-bg</code> to use <code>$body-bg</code></li>
   </ul>
   <h2>☕️ JavaScript</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33402">#33402</a>: Changes to Alert component to match the others</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33403">#33403</a>: modal: change <code>data-dismiss</code> so that it can be outside of a modal using <code>bs-target</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33603">#33603</a>: Fix <code>Manipulator.offset()</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33610">#33610</a>: Toasts: Change showing timings and classes to keep toast <code>display:none</code> by default</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/twbs/bootstrap/commit/f20fece3a8cdd0e76a42c2737524b7652bf54d26"><code>f20fece</code></a> Prepare v5.1.0. (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34674">#34674</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/7fcc2f4d526ff774a0a7de6b624a607e5ba47fb9"><code>7fcc2f4</code></a> _navbar.scss: switch comment (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34677">#34677</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/68ff5c91b7081667c10e31768b444b016f93862a"><code>68ff5c9</code></a> Bump <code>@​popperjs/core</code> from 2.9.2 to 2.9.3 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34668">#34668</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/0da7d6684258fb9997baf94920c6e80395992fd3"><code>0da7d66</code></a> Bump hugo-bin from 0.74.1 to 0.75.0 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34669">#34669</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/999eee6391a28dbbc4f0e5143aeb6f20e740a0ad"><code>999eee6</code></a> Bump sass from 1.37.2 to 1.37.5 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34670">#34670</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/1e9446c0c84da7c23901c8273ee31b347bdfd5c8"><code>1e9446c</code></a> Update .bundlewatch.config.json</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/7409271b56399a2b6863bf545b791638be13c3fd"><code>7409271</code></a> Document the utility API's new css-var boolean</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/4d7911a27bf9591c1f4dee53fe0b1f053646d0fd"><code>4d7911a</code></a> Add and document additional :root CSS variables</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/e72916e5b741b07b94b12b3707129e868811bdbb"><code>e72916e</code></a> Update color and background-color utilities</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/a2f92d1aab591c57c6f50905d3cfed587efe914e"><code>a2f92d1</code></a> Improved docs describing media-breakpoint-down breakpoints  (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/34637">#34637</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.0.2...v5.1.0">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.2&new-version=5.1.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 #1171: build(deps): bump bootstrap from 5.0.2 to 5.1.0 in /tobago-theme

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


   


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