MrWong99 / gitscanner

Gitscanner is used to perform a variety of security checks against Git repositories and is expandable. Feel free to add your own checks.
MIT License
2 stars 1 forks source link

Bump @angular/router from 13.0.2 to 15.1.3 in /ui #341

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @angular/router from 13.0.2 to 15.1.3.

Release notes

Sourced from @​angular/router's releases.

v15.1.3

15.1.3 (2023-02-02)

animations

Commit Description
fix - d36dfd4b62 fix non-animatable warnings for easing (#48583)

common

Commit Description
fix - a334e4efbe warn if using ngSrcset without a configured image loader (#48804)

compiler

Commit Description
fix - 171b4d4640 incorrect code when non-null assertion is used after a safe access (#48801)

migrations

Commit Description
fix - 9e86dd231b Fixed file format issue with lint (#48859)
fix - af31f98b00 migration host incorrectly reading empty files (#48849)

platform-server

Commit Description
fix - 73972c684e insert transfer state script before other script tags (#48868)

router

Commit Description
fix - d5b2c249a3 Handle routerLink directive on svg anchors. (#48857)

Special Thanks

Alan Agius, Besim Gürbüz, Brecht Billiet, Dario Piotrowicz, Dylan Hunn, Iván Navarro, Jessica Janiuk, Kristiyan Kostadinov, Matthieu Riegler, Onkar Ruikar, Payam Valadkhan, Santosh Yadav, Virginia Dooley and Walid Bouguima

v15.1.2

15.1.2 (2023-01-25)

compiler

Commit Description
fix - 98ccb57117 handle css selectors with space after an escaped character. (#48558)

compiler-cli

Commit Description
fix - 145f848a10 resolve deprecation warning (#48812)

router

Commit Description
fix - a6b10f6e59 'createUrlTreeFromSnapshot' with empty paths and named outlets (#48734)

Special Thanks

Alan Agius, AleksanderBodurri, Andrew Kushnir, Andrew Scott, Charles Lyding, Dylan Hunn, JoostK, Matthieu Riegler, Paul Gschwendtner, Payam Valadkhan, Virginia Dooley, Yann Thomas LE MOIGNE and dario-piotrowicz

v15.1.1

... (truncated)

Changelog

Sourced from @​angular/router's changelog.

15.1.3 (2023-02-02)

animations

Commit Type Description
d36dfd4b62 fix fix non-animatable warnings for easing (#48583)

common

Commit Type Description
a334e4efbe fix warn if using ngSrcset without a configured image loader (#48804)

compiler

Commit Type Description
171b4d4640 fix incorrect code when non-null assertion is used after a safe access (#48801)

migrations

Commit Type Description
9e86dd231b fix Fixed file format issue with lint (#48859)
af31f98b00 fix migration host incorrectly reading empty files (#48849)

platform-server

Commit Type Description
73972c684e fix insert transfer state script before other script tags (#48868)

router

Commit Type Description
d5b2c249a3 fix Handle routerLink directive on svg anchors. (#48857)

Special Thanks

Alan Agius, Besim Gürbüz, Brecht Billiet, Dario Piotrowicz, Dylan Hunn, Iván Navarro, Jessica Janiuk, Kristiyan Kostadinov, Matthieu Riegler, Onkar Ruikar, Payam Valadkhan, Santosh Yadav, Virginia Dooley and Walid Bouguima

15.2.0-next.3 (2023-02-02)

animations

Commit Type Description
b4187548ca fix fix non-animatable warnings for easing (#48583)

common

Commit Type Description
a055196c55 fix warn if using ngSrcset without a configured image loader (#48804)

compiler

Commit Type Description
06e161f2dd fix incorrect code when non-null assertion is used after a safe access (#48801)

core

Commit Type Description
345e737daa feat add ng generate schematic to convert to standalone bootstrapping APIs (#48848)

migrations

... (truncated)

Commits
  • d5b2c24 fix(router): Handle routerLink directive on svg anchors. (#48857)
  • a6b10f6 fix(router): 'createUrlTreeFromSnapshot' with empty paths and named outlets (...
  • 080b875 test(router): update createUrlTree tests to not use mocks (#48734)
  • 99c55c4 refactor(router): remove unused parameter in navigation internal function (#4...
  • 783d214 refactor(router): move internal router properties to transition handler where...
  • 3fe7571 fix(router): page refresh should not destroy history state (#48540)
  • d7d23b0 refactor(router): Remove files no longer in use (#48500)
  • 2d3c98d docs: missing closing parenthesis in withHashLocation() example (#48507)
  • 3d6cdd6 refactor: update packages/router tests to be compatible with ESM (#48521)
  • c9415e4 build: ensure bootstrap transitive runfiles are made available (#48521)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #350.