Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bootstrap from 4.5.0 to 4.5.2 in /app/experimenter/static/core #3272

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2020

Bumps bootstrap from 4.5.0 to 4.5.2.

Release notes

Sourced from bootstrap's releases.

v4.5.2

This release addresses the following two issues:

  • #31438 restores the make-container-max-widths mixin. We won't be using the mixin ourselves, but it will remain in the codebase for the rest of v4 with today's release. We've added a deprecation notice as well.
  • #31439 removes flex: 1 0 100% from .rows. This was added to address shrinking rows inside the navbar component after our responsive containers were added in v4.4.0. Removing this rolls us back to the expected grid and flex behavior—your row will shrink unfortunately without further changes. We could add extra custom CSS to address this, but it seems shortsighted to rush into that. Instead, apply .flex-fill to the .row and your row will behave as usual.

v4.5.1

CSS

  • #30808: Simplify list-group borders in cards
  • #30810: Add z-index to .custom-check to fix their rendering in CSS columns
  • #30817: Add border-radius to .card-img-overlay
  • #30830: Prevent conflicts with components with classes
  • #30922: Fix color on disabled checked state for custom controls
  • #30932: Restore word-break: break-word; on .text-break utility.
  • #30940: Prevent .row from shrinking in flex containers
  • #30957: Nullify custom form states' box-shadow
  • #30959: Toasts in IE11
  • #30960: Fix IE11 validation tooltip alignment in input groups
  • #30965: Improve floating labels example in IE
  • #30966: Improve floating labels with Edge and a general refactor
  • #30969: Remove duplicated container breakpoints in compiled CSS
  • #30999: Revert min-width: 0 on .col due to unforeseen side effects
  • #31148: Remove duplicate properties on custom controls
  • #31165: Remove backdrop-filter from docs subnav and toasts
  • #31339: Add link to view docs pages on GitHub
  • #31347: Turn off scroll anchoring for accordions
  • #31381: Remove overflow: hidden from toasts

JavaScript

  • #30326: Prevent overflowing static backdrop modal animation
  • #30936: Add role="dialog" in modals via JavaScript
  • #30992: Avoid preventing input event onclick
  • #31155: Clear timeout before showing the toast

Build

  • #30797: Fix release script docs
  • #31011: Updated Babel config
  • #31296: Update to Ruby 2.7 and Bundler 2.x

Docs

  • #30809: Update docs callout for responsive SVG images
  • #30813: Mention Bootstrap Icons in extend/icons.md page
  • #30896: Improve wording on Downloads page
  • #30897: Prevent skip links from overlapping header in docs
  • #30957: Add .card-img-bottom example
  • #30973: Update some nav examples by removing .nav-item from .nav-link to be more consistent
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 will merge this PR once CI passes on it, as requested by @tiftran.


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 4.5.0 to 4.5.2.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v4.5.0...v4.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file Javascript Pull requests that update Javascript code labels Aug 24, 2020
@tiftran
Copy link
Contributor

tiftran commented Aug 24, 2020

@dependabot squash and merge

@dependabot dependabot bot merged commit fca6775 into dependencies Aug 24, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/experimenter/static/core/dependencies/bootstrap-4.5.2 branch August 24, 2020 07:01
tiftran added a commit that referenced this pull request Aug 24, 2020
* Bump @testing-library/jest-dom in /app/experimenter/static/core (#3271)

* Bump bootstrap from 4.5.0 to 4.5.2 in /app/experimenter/static/core (#3272)

* Bump @types/react-select in /app/experimenter/static/rapid (#3273)

* Bump @babel/core from 7.11.1 to 7.11.4 in /app/experimenter/static/core (#3274)

* Bump eslint-plugin-react in /app/experimenter/static/rapid (#3276)

* Bump @mozilla/nimbus-shared in /app/experimenter/static/rapid (#3278)

* Bump faker from 4.1.0 to 5.0.0 in /app/experimenter/static/core (#3277)

* Bump whitenoise from 5.1.0 to 5.2.0 in /app/requirements (#3285)

* Bump @testing-library/react in /app/experimenter/static/core (#3275)

* Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rapid (#3279)

* Bump @babel/core from 7.11.1 to 7.11.4 in /app/experimenter/static/rapid (#3280)

* Bump pytest-xdist from 1.34.0 to 2.0.0 in /app/requirements (#3281)

* Bump factory-boy from 2.12.0 to 3.0.1 in /app/requirements (#3282)

* Bump asn1crypto from 1.3.0 to 1.4.0 in /app/requirements (#3283)

* Bump attrs from 19.3.0 to 20.1.0 in /app/requirements (#3284)

* add psutil

* Revert "Bump pytest-xdist from 1.34.0 to 2.0.0 in /app/requirements (#3281)"

This reverts commit 46d6945.

* rapid test fix

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file Javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant