Bump bootstrap from 5.1.3 to 5.2.1 in /frontend #402

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/bootstrap-5.2.1 into main
dependabot[bot] commented 2022-09-08 10:41:22 +00:00 (Migrated from github.com)

Bumps bootstrap from 5.1.3 to 5.2.1.

Release notes

Sourced from bootstrap's releases.

v5.2.1

🚀 Highlights

  • Accordion
    • Update color value to use the $accordion-button-color Sass variable instead of our color contrast function
  • Buttons
    • Added a transparent default hover border color CSS variable for buttons to fix a visual regression
    • .btn-link no longer has a gradient when $enable-gradients is set to true
  • Forms
    • Input groups have updated z-index values to ensure proper rendering of validated form fields
    • Floating labels now reset their text-align to ensure consistent styling
  • List Groups
    • Horizontal list groups with only one child now render the correct border-radius
    • Modified the list-group-item selectors to better support nested imports of Bootstrap's CSS
  • Modals
    • Fixed modal event listeners during dismiss click, allowing you to once again click scrollbars without dismissing the modal
  • Pagination
    • Fixed incorrect border-radius values inside pagination components
  • Scrollspy
    • Scrollspy threshold option is now configurable
  • Tooltips
    • Reverted some tooltip plugin updates to prevent issues with selector, dynamic content, and disposed tooltips using title

🚀 Features

  • #36750: ScrollSpy: make the threshold option configurable

🎨 CSS

  • #36507: v5/docs: reintroduce outline for docs code samples, buttons when :not(:focus-visible)
  • #36593: flush variant of accordion border radius
  • #36663: fix #36662 List-group-item margin-top is offset when importing sass in a nested class
  • #36694: Docs: add grid-row-columns variable
  • #36791: Remove a unused sass parameter from banner mixin
  • #36828: Fix pagination page items border radius
  • #36849: Define correctly $popover-header-color
  • #36873: Fix floating labels under .text-center
  • #36874: Floating labels in input group: Border fix
  • #36921: Accordion color should use $accordion-color
  • #36986: bugfix undefined border color variable for btn #36938
  • #37017: List group: Fix horizontal when only one child
  • #37021: Scss: Adding missing z-index CSS variables.
  • #37026: Rework button focus/active styling, with extra changes for checks/radios
  • #37027: Search modal: Set cursor on auto
  • #37034: More consistency for CSS/Sass vars doc for components with dark variants
  • #37059: Fix input group z-index focus + validation
  • #37078: Remove gradient from .btn-link
  • #37079: Add workarounds for postcss values parser error
  • #37080: btn-group draws first input margin #36794
  • #37093: Fix accordion button color

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.1.3 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.1.3...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.1.3&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>
administrator closed this pull request 2022-09-17 22:44:45 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.