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/09/08 08:46:22 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3158: build(deps): bump bootstrap from 5.2.0 to 5.2.1 in /tobago-theme

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

   Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.0 to 5.2.1.
   <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.2.1</h2>
   <h2>🚀 Highlights</h2>
   <ul>
   <li><strong>Accordion</strong>
   <ul>
   <li>Update <code>color</code> value to use the <code>$accordion-button-color</code> Sass variable instead of our color contrast function</li>
   </ul>
   </li>
   <li><strong>Buttons</strong>
   <ul>
   <li>Added a <code>transparent</code> default hover border color CSS variable for buttons to fix a visual regression</li>
   <li><code>.btn-link</code> no longer has a gradient when <code>$enable-gradients</code> is set to <code>true</code></li>
   </ul>
   </li>
   <li><strong>Forms</strong>
   <ul>
   <li>Input groups have updated <code>z-index</code> values to ensure proper rendering of validated form fields</li>
   <li>Floating labels now reset their <code>text-align</code> to ensure consistent styling</li>
   </ul>
   </li>
   <li><strong>List Groups</strong>
   <ul>
   <li>Horizontal list groups with only one child now render the correct <code>border-radius</code></li>
   <li>Modified the <code>list-group-item</code> selectors to better support nested imports of Bootstrap's CSS</li>
   </ul>
   </li>
   <li><strong>Modals</strong>
   <ul>
   <li>Fixed modal event listeners during dismiss click, allowing you to once again click scrollbars without dismissing the modal</li>
   </ul>
   </li>
   <li><strong>Pagination</strong>
   <ul>
   <li>Fixed incorrect <code>border-radius</code> values inside pagination components</li>
   </ul>
   </li>
   <li><strong>Scrollspy</strong>
   <ul>
   <li>Scrollspy threshold option is now configurable</li>
   </ul>
   </li>
   <li><strong>Tooltips</strong>
   <ul>
   <li>Reverted some tooltip plugin updates to prevent issues with <code>selector</code>, dynamic content, and disposed tooltips using <code>title</code></li>
   </ul>
   </li>
   </ul>
   <h2>🚀 Features</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36750">#36750</a>: ScrollSpy: make the threshold option configurable</li>
   </ul>
   <h2>🎨 CSS</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36507">#36507</a>: v5/docs: reintroduce <code>outline</code> for docs code samples, buttons when <code>:not(:focus-visible)</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36593">#36593</a>: flush variant of accordion border radius</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36663">#36663</a>: fix <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36662">#36662</a> List-group-item margin-top is offset when importing sass in a nested class</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36694">#36694</a>: Docs: add grid-row-columns variable</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36791">#36791</a>: Remove a unused sass parameter from banner mixin</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36828">#36828</a>: Fix pagination page items border radius</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36849">#36849</a>: Define correctly <code>$popover-header-color</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36873">#36873</a>: Fix floating labels under <code>.text-center</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36874">#36874</a>: Floating labels in input group: Border fix</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36921">#36921</a>: Accordion color should use $accordion-color</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36986">#36986</a>: bugfix undefined border color variable for btn <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36938">#36938</a></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37017">#37017</a>: List group: Fix horizontal when only one child</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37021">#37021</a>: Scss: Adding missing <code>z-index</code> CSS variables.</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37026">#37026</a>: Rework button focus/active styling, with extra changes for checks/radios</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37027">#37027</a>: Search modal: Set cursor on auto</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37034">#37034</a>: More consistency for CSS/Sass vars doc for components with dark variants</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37059">#37059</a>: Fix input group z-index focus + validation</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37078">#37078</a>: Remove gradient from <code>.btn-link</code></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37079">#37079</a>: Add workarounds for postcss values parser error</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37080">#37080</a>: btn-group draws first input margin <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36794">#36794</a></li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37093">#37093</a>: Fix accordion button color</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/twbs/bootstrap/commit/23e50829f958ea1d741d63e2781716be037e4644"><code>23e5082</code></a> Release v5.2.1 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37098">#37098</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/23fb7a79156d1ea4ce2ab5713debbbc251b4e22f"><code>23fb7a7</code></a> Fix modal event-listeners during dismiss click (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36863">#36863</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/949456984aa21536afd35eddf7ea38b3648830a3"><code>9494569</code></a> Fix tooltip manual toggling (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37086">#37086</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/7a7469b8ab3e86dc522d3cf030b307364b1ada0b"><code>7a7469b</code></a> Fix accordion button color</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/9b943880fc38ccde372973111fe5872b5960e75d"><code>9b94388</code></a> Update _button-group.scss</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/97a9060a8fa643484fbe70d1e527267841670c9d"><code>97a9060</code></a> Update _button-group.scss</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/2504b8995095d2bb41c9686afa175f9eaa91bec2"><code>2504b89</code></a> Remove gradient from .btn-link</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/32c457db4b6ff389efbd35772b24746c7ffb0b6d"><code>32c457d</code></a> Rework button focus/active styling, with extra changes for checks/radios (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37">#37</a>...</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/b8880e5eec6bb4f33578578ba2413f0d91424382"><code>b8880e5</code></a> Add workarounds for postcss values parser error</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/75e09b1c0f5ae5f51078c7a25fe36d892c5cfcfe"><code>75e09b1</code></a> Bump rtlcss from 3.5.0 to 4.0.0 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36968">#36968</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.2.0...v5.2.1">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.2.0&new-version=5.2.1)](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] lofwyr14 merged pull request #3158: build(deps): bump bootstrap from 5.2.0 to 5.2.1 in /tobago-theme

Posted by GitBox <gi...@apache.org>.
lofwyr14 merged PR #3158:
URL: https://github.com/apache/myfaces-tobago/pull/3158


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