[Snyk] Upgrade: , , , , , , , , tslib, bootstrap #6
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.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@angular/animations
from 18.1.4 to 18.2.1 | 9 versions ahead of your current version | 23 days ago
on 2024-08-22
@angular/common
from 18.1.4 to 18.2.1 | 9 versions ahead of your current version | 23 days ago
on 2024-08-22
@angular/compiler
from 18.1.4 to 18.2.1 | 9 versions ahead of your current version | 23 days ago
on 2024-08-22
@angular/core
from 18.1.4 to 18.2.1 | 9 versions ahead of your current version | 23 days ago
on 2024-08-22
@angular/forms
from 18.1.4 to 18.2.1 | 9 versions ahead of your current version | 23 days ago
on 2024-08-22
@angular/platform-browser
from 18.1.4 to 18.2.1 | 9 versions ahead of your current version | 23 days ago
on 2024-08-22
@angular/platform-browser-dynamic
from 18.1.4 to 18.2.1 | 9 versions ahead of your current version | 23 days ago
on 2024-08-22
@angular/router
from 18.1.4 to 18.2.1 | 9 versions ahead of your current version | 23 days ago
on 2024-08-22
tslib
from 2.6.3 to 2.7.0 | 1 version ahead of your current version | 21 days ago
on 2024-08-23
bootstrap
from 5.0.0 to 5.3.3 | 18 versions ahead of your current version | 7 months ago
on 2024-02-20
Release notes
Package name: @angular/animations
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/common
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/compiler
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/core
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/forms
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/platform-browser
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/platform-browser-dynamic
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: @angular/router
18.2.1 (2024-08-22)
core
fakeAsync
(#56932)migrations
Package name: tslib
What's Changed
await
inawait using
by @ rbuckton in #262Full Changelog: v2.6.3...v2.7.0
What's Changed
Full Changelog: v2.6.2...v2.6.3
Package name: bootstrap
Highlights
variables-dark.scss
when building Bootstrap with Sass. Now,_variables.scss
will automatically import_variables-dark.scss
. If you were already importing_variables-dark.scss
manually, you should keep doing it as it won't break anything and will be the way to go in v6.Color modes
.text-bg-*
text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).color-modes.js
script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.color-scheme()
only acceptlight
anddark
values as parameters.Miscellaneous
<dl>
,<dt>
and<dd>
in the sanitizer.🎨 CSS
--bs-accordion-btn-focus-border-color
and deprecate$accordion-button-focus-border-color
☕️ JavaScript
color-mode.js
dl
,dt
anddd
in sanitizer📖 Docs
.text-bg-{color}
for all badgesgetOrCreateInstance()
doc example.table-light
from table foot exampledispose()
to Offcanvas methodsshift-color()
usage example in sass customization page.card-img-*
description.theme-icon
class