sunscreem / dogpubtimemachine

An open source project to quickly show what Brewdog bars have had on tap.
https://dogpubtimemachine.com/
MIT License
4 stars 1 forks source link

An in-range update of bootstrap is breaking the build 🚨 #57

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency bootstrap was updated from 4.2.1 to 4.3.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

bootstrap is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/styleci/push:** Issues have been identified with 1 file ([Details](https://github.styleci.io/analyses/q1rA6j?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for v4.3.0

Highlights

  • New: Added .stretched-link utility to make any anchor the size of it's nearest position: relative parent, perfect for entirely clickable cards!
  • New: Added .text-break utility for applying word-break: break-word
  • New: Added .rounded-sm and .rounded-lg for small and large border-radius.
  • New: Added .modal-dialog-scrollable modifier class for scrolling content within a modal.
  • New: Added responsive .list-group-horizontal modifier classes for displaying list groups as a horizontal row.
  • Improved: Reduced our compiled CSS by using null for variables that by default inherit their values from other elements (e.g., $headings-color was inherit and is now null until you modifier it in your custom CSS).
  • Improved: Badge focus styles now match their background-color like our buttons.
  • Fixed: Silenced bad selectors in our JS plugins for the href HTML attribute to avoid JavaScript errors. Please try to use valid selectors or the data-target HTML attribute/target option where available.
  • Fixed: Reverted v4.2.1's change to the breakpoint and grid container Sass maps that blocked folks from upgrading when modifying those default variables.
  • Fixed: Restored white-space: nowrap to .dropdown-toggle (before v4.2.1 it was on all .btns) so carets don't wrap to new lines.
  • Deprecated: img-retina, invisible, float, and size mixins are now deprecated and will be removed in v5.

Links

Commits

The new version differs by 186 commits.

  • 1ded0d6 Release v4.3.0 (#28228)
  • 3aa0770 docs snippets: a few more minor tweaks (#28225)
  • adf16da toasts.md: Remove useless divs.
  • 2bfe581 Remove stray parameter from capture.
  • bbf8b76 Cosmetic changes in snippets.
  • 7a9a8db docs: remove -ms-overflow-style: -ms-autohiding-scrollbar (#28220)
  • 24253b1 migration.md: use https. (#28221)
  • 545f3fa Prevent text selection in placeholder images (#28218)
  • 94acdee Revert "Silence mkdir. (#28184)" (#28209)
  • 6c7dcc6 placeholder.svg: Partially revert the changes from c0e42cb. (#28216)
  • 1145365 Reword footer text.
  • bd328bf Use the site.repo variable.
  • a920429 Change footer link to point to the docs team page
  • c56b10c Offcanvas example: transition the transform (#28203)
  • 52e6ce4 Update devDependencies. (#28175)

There are 186 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 4.2.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.3.1
  • Security: Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by implementing a new HTML sanitizer
  • Fixed a small issue with our RFS (responsive font sizes) mixins
Commits

The new version differs by 6 commits.

  • 8fa0d30 Release v4.3.1. (#28252)
  • dae20da Remove unneeded glob. (#28249)
  • 10b97f6 Fix npm package contents
  • 7bc4d2e Add sanitize template option for tooltip/popover plugins.
  • bf2515a Update RFS to v8.0.1 (#28245)
  • 45ced60 Update font size (#28232)

See the full diff