Bumps @angular/router from 16.2.4 to 16.2.12.
Release notes
Sourced from @angular/router's releases.
v16.2.12
16.2.12 (2023-11-02)
animations
| Commit |
Description |
 |
remove finish listener once player is destroyed (#51136) |
common
| Commit |
Description |
 |
apply fixed_srcset_width values only to fixed srcsets (#52486) |
compiler-cli
| Commit |
Description |
 |
properly emit literal types in input coercion function arguments (#52437) |
 |
use originally used module specifier for transform functions (#52437) |
v16.2.11
16.2.11 (2023-10-25)
core
| Commit |
Description |
 |
emit provider configured event when a service is configured with providedIn (#52365) |
 |
get root and platform injector providers in special cases (#52365) |
 |
load global utils before creating platform injector in the standalone case (#52365) |
router
| Commit |
Description |
 |
RouterTestingHarness should throw if a component is expected but navigation fails (#52357) |
v16.2.10
16.2.10 (2023-10-18)
v16.2.9
16.2.9 (2023-10-11)
forms
| Commit |
Description |
 |
reset() call with null values on nested group (#48830) |
v16.2.8
16.2.8 (2023-10-04)
language-service
| Commit |
Description |
 |
Retain correct language service when ts.Project reloads (#51912) |
... (truncated)
Changelog
Sourced from @angular/router's changelog.
16.2.12 (2023-11-02)
animations
| Commit |
Type |
Description |
| 03f4050636 |
fix |
remove finish listener once player is destroyed (#51136) |
common
| Commit |
Type |
Description |
| e092184a5c |
fix |
apply fixed_srcset_width values only to fixed srcsets (#52486) |
compiler-cli
| Commit |
Type |
Description |
| b3b4ae4c3a |
fix |
properly emit literal types in input coercion function arguments (#52437) |
| 873c4f2454 |
fix |
use originally used module specifier for transform functions (#52437) |
17.0.0-rc.1 (2023-10-25)
compiler
| Commit |
Type |
Description |
| 6795cccbbb |
fix |
account for type-only imports in defer blocks (#52343) |
| 81c315ec6e |
fix |
template type checking not reporting diagnostics for incompatible type comparisons (#52322) |
core
| Commit |
Type |
Description |
| ea6d75291f |
fix |
emit provider configured event when a service is configured with providedIn (#52365) |
| 1dd8558f82 |
fix |
Ensure backwards-referenced transplanted views are refreshed (#51854) |
| 957effa404 |
fix |
get root and platform injector providers in special cases (#52365) |
| a803c89a21 |
fix |
load global utils before creating platform injector in the standalone case (#52365) |
| 1dc14d9853 |
perf |
avoid unnecessary callbacks in after render hooks (#52292) |
http
| Commit |
Type |
Description |
| bd9e91ecf7 |
perf |
reduce data transfer when using HTTP caching (#52347) |
language-service
| Commit |
Type |
Description |
| 9d565cd6d6 |
fix |
Autocomplete block keywords in more cases (#52198) |
migrations
| Commit |
Type |
Description |
| 4c878f90d2 |
fix |
Add support for nested structures inside a switch statement (#52358) |
| 54fed68bbf |
fix |
Fixes the root level template offset in control flow migration (#52355) |
| 54bc384661 |
fix |
handle nested classes in block entities migration (#52309) |
| c9b1ddff4d |
fix |
handle nested classes in control flow migration (#52309) |
platform-server
... (truncated)
Commits
b79b4ac fix(router): RouterTestingHarness should throw if a component is expected b...
630e906 docs(router): add clarification for behavior of paramsInheritanceStrategy: 'e...
4ccd845 refactor(router): Refactor loadChildren callback execution and privately expo...
3b46066 refactor: ensure top-level symbols are marked as side-effect free (#51776)
- See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
-
@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)