[Snyk] Upgrade: , , , , , , , , , tslib, , , bootstrap, dayjs, swagger-ui-dist, zone.js #250
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/common
from 12.0.5 to 12.2.17 | 35 versions ahead of your current version | 2 years ago
on 2022-11-22
@angular/compiler
from 12.0.5 to 12.2.17 | 35 versions ahead of your current version | 2 years ago
on 2022-11-22
@angular/core
from 12.0.5 to 12.2.17 | 35 versions ahead of your current version | 2 years ago
on 2022-11-22
@angular/forms
from 12.0.5 to 12.2.17 | 35 versions ahead of your current version | 2 years ago
on 2022-11-22
@angular/platform-browser
from 12.0.5 to 12.2.17 | 35 versions ahead of your current version | 2 years ago
on 2022-11-22
@angular/platform-browser-dynamic
from 12.0.5 to 12.2.17 | 35 versions ahead of your current version | 2 years ago
on 2022-11-22
@angular/router
from 12.0.5 to 12.2.17 | 35 versions ahead of your current version | 2 years ago
on 2022-11-22
@fortawesome/fontawesome-svg-core
from 1.2.35 to 1.2.36 | 1 version ahead of your current version | 3 years ago
on 2021-08-04
@fortawesome/free-solid-svg-icons
from 5.15.3 to 5.15.4 | 1 version ahead of your current version | 3 years ago
on 2021-08-04
tslib
from 2.3.0 to 2.7.0 | 12 versions ahead of your current version | a month ago
on 2024-08-23
@angular/localize
from 12.0.5 to 12.2.17 | 35 versions ahead of your current version | 2 years ago
on 2022-11-22
@fortawesome/angular-fontawesome
from 0.9.0 to 0.15.0 | 11 versions ahead of your current version | 4 months ago
on 2024-05-23
bootstrap
from 4.6.0 to 4.6.2 | 2 versions ahead of your current version | 2 years ago
on 2022-07-19
dayjs
from 1.11.7 to 1.11.13 | 6 versions ahead of your current version | a month ago
on 2024-08-20
swagger-ui-dist
from 3.50.0 to 3.52.5 | 9 versions ahead of your current version | 3 years ago
on 2021-10-14
zone.js
from 0.11.4 to 0.15.0 | 20 versions ahead of your current version | a month ago
on 2024-08-21
Issues fixed by the recommended upgrade:
SNYK-JS-ANSIREGEX-1583908
SNYK-JS-BABELTRAVERSE-5962462
SNYK-JS-MINIMIST-2429795
Release notes
Package name: @angular/common
Package name: @angular/compiler
Package name: @angular/core
Package name: @angular/forms
Package name: @angular/platform-browser
Package name: @angular/platform-browser-dynamic
Package name: @angular/router
Package name: @fortawesome/fontawesome-svg-core
Package name: @fortawesome/free-solid-svg-icons
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
What's Changed
exports["module"]["types"]
by @ andrewbranch in #217Full Changelog: v2.6.1...v2.6.2
What's Changed
Full Changelog: 2.6.0...v2.6.1
What's Changed
using
andawait using
by @ rbuckton in #213Full Changelog: v2.5.3...2.6.0
What's Changed
Full Changelog: 2.5.2...v2.5.3
This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.
This release of tslib provides fixes for two issues.
First, it reverses the order of
init
hooks provided by decorators to correctly reflect proposed behavior.Second, it corrects the
exports
field of tslib'spackage.json
and provides accurate declaration files so that it may be consumed under thenode16
andbundler
settings formoduleResolution.
What's New
__esDecorate
and related helpers by @ rbuckton in #193Full Changelog: 2.4.1...2.5.0
This release contains fixes for early
return
s andthrow
s invoked on generators.Package name: @angular/localize
Package name: @fortawesome/angular-fontawesome
Make sure to check upgrade instructions.
Added
FontAwesomeTestingModule
to not throw errors when adding icons.Fixed
rotate
input.Changed
icon
input type is now more permissive.@ fortawesome/fontawesome-svg-core
became a regular dependency.Removed
spin
andpulse
. Useanimation
input instead.styles
andclasses
.Fixed
@ fortawesome/fontawesome-common-types
, which was an undeclared dependency.Added
Changed
Removed
Added
Removed
Added
Make sure to check upgrade instructions.
Added
ng-add
schematic to use new Sharp Solid icons style.Changed
fa-icon
programmatically updated to not use deprecatedComponentFactoryResolver
.Deprecated
classes
andstyles
inputs on all components are deprecated for removal as confusing and generally not useful. See upgrade instructions for the suggested migration path.Removed
@ angular/core
.Added
Removed
Added
position
input forfa-layers-counter
component.@ fortawesome/fontawesome-svg-core@^6.1.0
as a valid peer dependency.Added
Package name: bootstrap
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 #36283role="group"
from some split drop* buttons by @ julien-deramond in #36254accessibility.md
by @ patrickhlauke in #36492New Contributors
Full Changelog: v4.6.1...v4.6.2
What's changed
divide()
function by @ mdo in #34571moz-focusring
by @ kremit in #32821SAFE_URL_PATTERN
regex for use with test method of regexes by @ nikonthethird in #33153sms
in theSAFE_URL_PATTERN
for sanitizer by @ XhmikosR in #35074select.form-control
by @ mdo in