Update dependency bootstrap to ^4.5.1 #20

Manually merged
samuel-p merged 1 commits from renovate/bootstrap-4.x into develop 2020-08-05 19:09:43 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
bootstrap (source) dependencies patch ^4.5.0 -> ^4.5.1

Release Notes

twbs/bootstrap

v4.5.1

Compare Source

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
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
  • #​31070: Fix some broken examples and typos
  • #​31135: Move color utility callouts to start of page
  • #​31234: Clean up docs forms for accessibility
  • #​31344: Mention toasts in the components requiring JavaScript page

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bootstrap](https://getbootstrap.com/) ([source](https://github.com/twbs/bootstrap)) | dependencies | patch | [`^4.5.0` -> `^4.5.1`](https://renovatebot.com/diffs/npm/bootstrap/4.5.0/4.5.1) | --- ### Release Notes <details> <summary>twbs/bootstrap</summary> ### [`v4.5.1`](https://github.com/twbs/bootstrap/releases/v4.5.1) [Compare Source](https://github.com/twbs/bootstrap/compare/v4.5.0...v4.5.1) ##### CSS - [#&#8203;30808](https://github.com/twbs/bootstrap/issues/30808): Simplify `list-group` borders in cards - [#&#8203;30810](https://github.com/twbs/bootstrap/issues/30810): Add `z-index` to `.custom-check` to fix their rendering in CSS columns - [#&#8203;30817](https://github.com/twbs/bootstrap/issues/30817): Add `border-radius` to `.card-img-overlay` - [#&#8203;30830](https://github.com/twbs/bootstrap/issues/30830): Prevent conflicts with components with classes - [#&#8203;30922](https://github.com/twbs/bootstrap/issues/30922): Fix color on disabled checked state for custom controls - [#&#8203;30932](https://github.com/twbs/bootstrap/issues/30932): Restore `word-break: break-word;` on `.text-break` utility. - [#&#8203;30940](https://github.com/twbs/bootstrap/issues/30940): Prevent `.row` from shrinking in flex containers - [#&#8203;30957](https://github.com/twbs/bootstrap/issues/30957): Nullify custom form states' `box-shadow` - [#&#8203;30959](https://github.com/twbs/bootstrap/issues/30959): Toasts in IE11 - [#&#8203;30960](https://github.com/twbs/bootstrap/issues/30960): Fix IE11 validation tooltip alignment in input groups - [#&#8203;30965](https://github.com/twbs/bootstrap/issues/30965): Improve floating labels example in IE - [#&#8203;30966](https://github.com/twbs/bootstrap/issues/30966): Improve floating labels with Edge and a general refactor - [#&#8203;30969](https://github.com/twbs/bootstrap/issues/30969): Remove duplicated container breakpoints in compiled CSS - [#&#8203;30999](https://github.com/twbs/bootstrap/issues/30999): Revert `min-width: 0` on `.col` due to unforeseen side effects - [#&#8203;31148](https://github.com/twbs/bootstrap/issues/31148): Remove duplicate properties on custom controls - [#&#8203;31165](https://github.com/twbs/bootstrap/issues/31165): Remove `backdrop-filter` from docs subnav and toasts - [#&#8203;31339](https://github.com/twbs/bootstrap/issues/31339): Add link to view docs pages on GitHub - [#&#8203;31347](https://github.com/twbs/bootstrap/issues/31347): Turn off scroll anchoring for accordions - [#&#8203;31381](https://github.com/twbs/bootstrap/issues/31381): Remove `overflow: hidden` from toasts ##### JavaScript - [#&#8203;30326](https://github.com/twbs/bootstrap/issues/30326): Prevent overflowing static backdrop modal animation - [#&#8203;30936](https://github.com/twbs/bootstrap/issues/30936): Add `role="dialog"` in modals via JavaScript - [#&#8203;30992](https://github.com/twbs/bootstrap/issues/30992): Avoid preventing input event onclick - [#&#8203;31155](https://github.com/twbs/bootstrap/issues/31155): Clear timeout before showing the toast ##### Build - [#&#8203;30797](https://github.com/twbs/bootstrap/issues/30797): Fix release script docs - [#&#8203;31011](https://github.com/twbs/bootstrap/issues/31011): Updated Babel config - [#&#8203;31296](https://github.com/twbs/bootstrap/issues/31296): Update to Ruby 2.7 and Bundler 2.x ##### Docs - [#&#8203;30809](https://github.com/twbs/bootstrap/issues/30809): Update docs callout for responsive SVG images - [#&#8203;30813](https://github.com/twbs/bootstrap/issues/30813): Mention Bootstrap Icons in `extend/icons.md` page - [#&#8203;30896](https://github.com/twbs/bootstrap/issues/30896): Improve wording on Downloads page - [#&#8203;30897](https://github.com/twbs/bootstrap/issues/30897): Prevent skip links from overlapping header in docs - [#&#8203;30957](https://github.com/twbs/bootstrap/issues/30957): Add `.card-img-bottom` example - [#&#8203;30973](https://github.com/twbs/bootstrap/issues/30973): Update some nav examples by removing `.nav-item` from `.nav-link` to be more consistent - [#&#8203;31070](https://github.com/twbs/bootstrap/issues/31070): Fix some broken examples and typos - [#&#8203;31135](https://github.com/twbs/bootstrap/issues/31135): Move color utility callouts to start of page - [#&#8203;31234](https://github.com/twbs/bootstrap/issues/31234): Clean up docs forms for accessibility - [#&#8203;31344](https://github.com/twbs/bootstrap/issues/31344): Mention toasts in the _components requiring JavaScript_ page </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2020-08-05 02:07:42 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
7f8fe79f7c
Update dependency bootstrap to ^4.5.1
samuel-p was assigned by renovate-bot 2020-08-05 02:07:42 +00:00
samuel-p manually merged commit 6a64c86da7 into develop 2020-08-05 19:09:43 +00:00
samuel-p deleted branch renovate/bootstrap-4.x 2020-08-05 19:09:55 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: samuel-p/sp-magic.de#20
No description provided.