-
Notifications
You must be signed in to change notification settings - Fork 604
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
fix(deps): update dependency bootstrap4 to v5 [security] - autoclosed #28149
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
2 times, most recently
from
October 7, 2024 16:16
fa45784
to
749ba2a
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
from
October 8, 2024 12:30
749ba2a
to
3eadafa
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
from
October 8, 2024 13:55
3eadafa
to
055aef1
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
from
October 9, 2024 10:29
055aef1
to
a919971
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
from
October 10, 2024 07:07
a919971
to
253d598
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
from
October 10, 2024 09:39
253d598
to
f6f22df
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
from
October 10, 2024 13:19
f6f22df
to
7fb53d6
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
from
October 10, 2024 16:29
7fb53d6
to
10fbabd
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
7 times, most recently
from
October 15, 2024 07:40
4fb9ad5
to
3efcd83
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
from
October 18, 2024 22:38
3262856
to
673fcf6
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
from
October 21, 2024 10:28
673fcf6
to
fc3dac4
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
10 times, most recently
from
October 23, 2024 08:16
87fb72c
to
88843ac
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
from
October 23, 2024 18:24
88843ac
to
bd9c748
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
7 times, most recently
from
October 25, 2024 08:46
e33c1a5
to
2bd1b57
Compare
renovate
bot
force-pushed
the
renovate/npm-bootstrap4-vulnerability
branch
from
October 25, 2024 11:12
2bd1b57
to
cbeff43
Compare
renovate
bot
changed the title
fix(deps): update dependency bootstrap4 to v5 [security]
fix(deps): update dependency bootstrap4 to v5 [security] - autoclosed
Oct 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.6.0
->^5.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
GitHub Vulnerability Alerts
CVE-2024-6531
A vulnerability has been identified in Bootstrap that exposes users to Cross-Site Scripting (XSS) attacks. The issue is present in the carousel component, where the data-slide and data-slide-to attributes can be exploited through the href attribute of an tag due to inadequate sanitization. This vulnerability could potentially enable attackers to execute arbitrary JavaScript within the victim's browser.
Release Notes
twbs/bootstrap (bootstrap4)
v5.0.0
Compare Source
Highlights
#32155: Updated
make-col()
mixin to generate equal columns when no size is specified#32763: Added new
color-scheme()
mixin#33389: Dropdown menus now have option become clickable
#33453: Added new docs footer
#33548: Offcanvas header components are now vertically aligned
#33549: Added offcanvas-top modifier
#33634: Added support for
.dropdown-item
s wrapped in<li>
s#33626: Fix v5 regressions in tab dropdown functionality
🚀 Features
color-scheme
mixin🎨 CSS
color-scheme
mixin.nav-link
color consistent when using buttons:read-only
css selector instead[readonly]
for consistencyborder-top
on Firefox☕️ JavaScript
hide
method of dropdownisDisabled
util on dropdownnoop
functionselectMenuItem
method private.dropdown-item
wrapped in<li>
tagsaltBoundary
option📖 Docs
rel=noopener
attributeboundary
optionboundary
optionboundary
option descriptionExamples
🌎 Accessibility
🏭 Tests
data-bs-backdrop="static"
from modal tests🧰 Misc
📦 Dependencies
v4.6.2
Compare Source
Highlights
color-adjust
withprint-color-adjust
in our Sass files as part of the Autoprefixer v10.4.6 issues. This should quiet the issues folks have seen from that dependency change. If you're using our distribution CSS files, likebootstrap.min.css
, you may still see the warning.small
and.small
to compute to a whole pixel value (was12.8px
and now is14px
).role
attributes.What's Changed
color-adjust
withprint-color-adjust
by @AdrianCurtin in https://github.com/twbs/bootstrap/pull/36283role="group"
from some split drop* buttons by @julien-deramond in https://github.com/twbs/bootstrap/pull/36254accessibility.md
by @patrickhlauke in https://github.com/twbs/bootstrap/pull/36492New Contributors
Full Changelog: twbs/bootstrap@v4.6.1...v4.6.2
v4.6.1
: 4.6.1Compare Source
What's changed
divide()
function by @mdo in https://github.com/twbs/bootstrap/pull/34571moz-focusring
by @kremit in https://github.com/twbs/bootstrap/pull/32821SAFE_URL_PATTERN
regex for use with test method of regexes by @nikonthethird in https://github.com/twbs/bootstrap/pull/33153sms
in theSAFE_URL_PATTERN
for sanitizer by @XhmikosR in https://github.com/twbs/bootstrap/pull/35074select.form-control
by @mdo in https://github.com/twbs/bootstrap/pull/33206add()
&subtract()
by @ffoodd in https://github.com/twbs/bootstrap/pull/34047add()
andsubtract()
by @ffoodd in https://github.com/twbs/bootstrap/pull/34432aria-haspopup
from dropdowns by @patrickhlauke in https://github.com/twbs/bootstrap/pull/33624.dropdown-item
wrapped in<li>
tags by @cpsievert in https://github.com/twbs/bootstrap/pull/33649vertical-align
in spinners by @XhmikosR in https://github.com/twbs/bootstrap/pull/338070.x
with negative margins in utilities by @k-utsumi in https://github.com/twbs/bootstrap/pull/33593thead
rule by @coliff in https://github.com/twbs/bootstrap/pull/34426show
event disabling modals with fade class from being displayed again by @alpadev in https://github.com/twbs/bootstrap/pull/34087Full changelog
twbs/bootstrap@v4.6.0...v4.6.1
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.