Open greenkeeper[bot] opened 4 years ago
Issue-Label Bot is automatically applying the label bug
to this issue, with a confidence of 0.92. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
After pinning to 4.3.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
bootstrap was updated from 4.4.0
to 4.4.1
.Your tests are still failing with this version. Compare changes
dependency
bootstrap was updated from 4.4.1
to 4.5.0
.Your tests are still failing with this version. Compare changes
user-select
with the new utilities and Sass map.role="button"
selector in Reboot to set cursor: pointer
on non-<button>
element buttons.bg-gradient-variant
mixin as it's being removed in v5display: flex
on .breadcrumb-item
.btn
cursor.btn-link
min-width: 0
word-wrap
in .text-break
for IE and Edge compatibility.border-radius
functions returning negative values$enable-transition: false
transition: none in
transition()` mixinspinner-grow
animation in Safari.card-footer
colorbox-shadow
mixin for .form-select
, .btn
, and other form controlsuser-select
and a new - role="button"
in Reboot to set cursor: pointer
.appearance: none
from button.close
bg-gradient-variant
mixin$grid-columns > 0
$grid-breakpoints
map list to remove all breakpointsregex.test()
when we want to check for a Boolean on popovers/tooltipstotype
always return stringified null when null passedloading="lazy"
for imagesmake-container()
mixindata-target
usage and moreThe new version differs by 153 commits.
7a6da5e
Dist
109ad5d
Bump version to 4.5.0.
4a0ddb0
Wording fixes
0f26be5
Move the input groups validation workaround in docs.
842b0d2
Remove mention of build tools
32932d2
Grammar fixes
4a26e51
Include the newly added utilities/interactions.scss file
0f3eda8
Update devDependencies and gems.
30e7df6
Backport d59de33 from #30772
f1827ce
Avoid bad scrollbar replacement into width values
eb1df3e
Update codeql.yml (#30777)
df91d2c
Improve build/zip-examples.js (#30759)
d2f9fbd
Removed role="document" from the modal dialog (#30755)
bad48dc
CI: simplify cache
86f2c01
Partially revert "Use regex.test() when we want to check for a Boolean. (#29969)"
There are 153 commits in total.
See the full diff
The dependency bootstrap was updated from
4.3.1
to4.4.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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build passed ([Details](https://travis-ci.org/hisptz/integration-app/builds/617334234?utm_source=github_status&utm_medium=notification)). - β **Travis CI - Branch:** The build **passed**. - β **WhiteSource Security Check:** The Security Check found 7 vulnerabilities.| Severity | CVSS Score |CVE | GitHub Issue | | ------------- |-------------|-----|------| | High | 7.3 | [WS-2019-0291](https://github.com/wycats/handlebars.js/issues/1558 "Go to CVE Details") | [#8](https://github.com/hisptz/integration-app/issues/8 "Go to GitHub Issue") | Medium | 6.1 | [CVE-2012-6708](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6708 "Go to CVE Details") | [#6](https://github.com/hisptz/integration-app/issues/6 "Go to GitHub Issue") | Medium | 6.1 | [CVE-2019-11358](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358 "Go to CVE Details") | [#3](https://github.com/hisptz/integration-app/issues/3 "Go to GitHub Issue") | Medium | 6.1 | [CVE-2015-9251](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9251 "Go to CVE Details") | [#2](https://github.com/hisptz/integration-app/issues/2 "Go to GitHub Issue") | Medium | 5.0 | [WS-2019-0043](https://hackerone.com/reports/390929 "Go to CVE Details") | [#7](https://github.com/hisptz/integration-app/issues/7 "Go to GitHub Issue") | Medium | 4.3 | [CVE-2011-4969](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4969 "Go to CVE Details") | [#5](https://github.com/hisptz/integration-app/issues/5 "Go to GitHub Issue") | Medium | 4.3 | [WS-2016-0090](https://github.com/jquery/jquery/commit/b078a62013782c7424a4a61a240c23c4c0b42614 "Go to CVE Details") | [#4](https://github.com/hisptz/integration-app/issues/4 "Go to GitHub Issue") Scan token: 9ff4a6fb122d413599abf1528ab9d4bd
Release Notes for v4.4.0
Highlights
Here's what you need to know about v4.4.0. Remember that with every minor and major release of Bootstrap, we ship a new URL for our hosted docs to ensure URLs continue to work.- New responsive containers! Over a year in the making, fluid up to a particular breakpoint, available for all responsive tiers.
.row-cols
classes for quickly specifying the number of columns across breakpoints. This one is huge for those of you who have asked for responsive card decks.escape-svg()
function for simplifying our embeddedbackground-image
SVGs for forms and more.add()
andsubtract()
functions for avoiding errors and zero values from CSS's built incalc
feature.make-col-auto()
mixin to make our.col-auto
class available with custom HTML.:disabled
styles by moving selectors to[disabled]
.bg-variant()
,nav-divider()
, andform-control-focus()
mixins are now deprecated as they're going away in v5.:invalid
validation icon to be an alert instead of an×
to avoid confusion with browser functionality for clearing the form field value.Links
Commits
The new version differs by 213 commits.
593574d
Release v4.4.0 (#29735)
d61bba5
Backport #29734
7aa1722
Update change-version.js (#29736)
340009e
Update devDependencies and gems.
bdd8752
Switch to the Coveralls Action (#29478)
e0a2d58
Backport #29624
136afcf
Update anchor.js to v4.2.1 (#29662)
eb1e1cf
Fixed input-height-sm and input-height-lg calculations (#29653)
5be0fe8
package.json: Add funding property (#29646)
a0bb417
Fix icons link.
590c1ba
progress: Fix IE overflow (#29629)
f12ae8c
Sass: fix version in deprecation messages.
6b7ca12
Make check label cursor customizable (#29633)
0aa6a81
Update devDependencies and gems.
7629dae
Update modal.md (#29621)
There are 213 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: