An in-range update of bootstrap is breaking the build π¨
greenkeeper opened this issue Β· 1 comments
Version 4.1.2 of bootstrap was just published.
Branch | Build failing π¨ |
---|---|
Dependency | bootstrap |
Current Version | 4.1.1 |
Type | dependency |
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
Release Notes
v4.1.2- Fixed an XSS vulnerability in tooltip, collapse, and scrollspy plugins
- Improved how we query elements in our JavaScript plugins
- Inline SVGs now have the same vertical alignment as images
- Fixed issues with double transitions on carousels
- Added Edge and IE10-11 fallbacks to our floating labels example
- Various improvements to form controls, including disabled states on file inputs and unified focus styles for selects
Checkout the v4.1.2 ship list and GitHub project for the full details.
Commits
The new version differs by 81 commits.
1f46337
Update README.md
c4ccfbe
Ship v4.1.2
a49f5ca
Clean up npm scripts a bit more.
6589408
Update scripts.
de7bef8
update card columns docs to make copy more accurate
5a11ba5
clarify docs dev and add 4.0 link
aedd700
change dist to only affect main since docs css isn't distributed
4518288
Move copy tasks back to css-main and js-compile so docs-github task runs properly
159aebc
Update watch scripts to properly copy JS files
01f568d
fixes #26637
50ff31b
Optimised Google Analytics Loading
01c70b1
new url
a0551c7
remove reference to breakpoint-specific gutter widths which are not implemented
df24f88
Make navbar download the same as homepage download
1c92bac
remove jobs link
There are 81 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
Version 4.1.3 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
v4.1.3- Fixed: Removed the
:not(:root)
selector from oursvg
Reboot styles, resolving an issue that caused all inline SVGs ignorevertical-align
styles via single class due to higher specificity. - Fixed: Moved the browserslist config from our
package.json
to a separate file to avoid unintended inherited browser settings across npm projects. - Fixed: Buttons in custom file inputs are once again clickable when focused.
- Improved: Bootstrap's plugins can now be imported separately in any contexts because they are now UMD ready.
- Improved:
.form-control
s now have a fixedheight
to compensate for differences in computed height across differenttype
s. This also fixes some IE alignment issues. - Improved: Added
Noto Color Emoji
to our system font stack for better rendering in Linux OSes.
Commits
The new version differs by 39 commits.
3b55873
Ship v4.1.3
72447ad
dist
d180452
fix(tests): visual plugins tests
c74a327
Allow background images for active buttons
f87d5ea
Clarify to close #26329
6cca02f
fix
.modal-dialog-centered
on IE10/11c04d60b
Fix modal overflow style nesting (#26742)
23e4d48
Merge branch 'document-tooltip-flickering' of https://github.com/simPod/bootstrap into simPod-document-tooltip-flickering
6f52b2e
#26912: fix custom file input z-index
c45e559
Fix property order
9007754
Remove
:not(:root)
from the workaround for SVG overflow bugd7acc97
Lower the specificity of vertical-align of SVG
3cfa060
Add Noto Color Emoji to font stack
bdb6723
Clarify custom select styles
4693672
Update validation tooltips to use tooltip vars (#26887)
There are 39 commits in total.
See the full diff