Skip to content

Update angular monorepo

Olivier Heintz requested to merge renovate/angular-monorepo into demo

This MR contains the following updates:

Package Type Update Change
@angular/animations dependencies minor 16.0.1 -> 16.2.12
@angular/common dependencies minor 16.0.1 -> 16.2.12
@angular/compiler dependencies minor 16.0.1 -> 16.2.12
@angular/compiler-cli devDependencies minor 16.0.1 -> 16.2.12
@angular/core dependencies minor 16.0.1 -> 16.2.12
@angular/forms dependencies minor 16.0.1 -> 16.2.12
@angular/platform-browser dependencies minor 16.0.1 -> 16.2.12
@angular/platform-browser-dynamic dependencies minor 16.0.1 -> 16.2.12
@angular/router dependencies minor 16.0.1 -> 16.2.12
@angular/service-worker dependencies minor 16.0.1 -> 16.2.12
zone.js (changelog) dependencies minor 0.13.0 -> 0.14.3

Release Notes

angular/angular

v16.2.12

Compare Source

16.2.12 (2023-11-02)
animations
Commit Description
fix - 03f4050636 remove finish listener once player is destroyed (#​51136)
common
Commit Description
fix - e092184a5c apply fixed_srcset_width values only to fixed srcsets (#​52486)
compiler-cli
Commit Description
fix - b3b4ae4c3a properly emit literal types in input coercion function arguments (#​52437)
fix - 873c4f2454 use originally used module specifier for transform functions (#​52437)

v16.2.11

Compare Source

16.2.11 (2023-10-25)

core
Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#​52365)
fix - 78533324dc get root and platform injector providers in special cases (#​52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#​52365)
router
Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#​52357)

v16.2.10

Compare Source

16.2.10 (2023-10-18)

v16.2.9

Compare Source

16.2.9 (2023-10-11)
forms
Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#​48830)

v16.2.8

Compare Source

16.2.8 (2023-10-04)

language-service
Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#​51912)
service-worker
Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#​51960)

v16.2.7

Compare Source

16.2.7 (2023-09-27)
core
Commit Description
fix - 39a3e34e03 allow toSignal calls in reactive context (#​51831) (#​51892)
service-worker
Commit Description
fix - c3d901eacf throw a critical error when handleFetch fails (#​51885)

v16.2.6

Compare Source

16.2.6 (2023-09-20)
core
Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#​51722) (#​51772)

v16.2.5

Compare Source

16.2.5 (2023-09-13)

v16.2.4

Compare Source

16.2.4 (2023-09-06)

v16.2.3

Compare Source

16.2.3 (2023-08-30)
animations
Commit Description
fix - 04c6574280 remove unnecessary escaping in regex expressions (#​51554)
compiler-cli
Commit Description
fix - dbd761f528 correct incomplete escaping (#​51557)
fix - 5c36fc784f remove unnecessary escaping in regex expressions (#​51554)
core
Commit Description
fix - dcd1add06f correct incomplete escaping (#​51557)
fix - 20d62603c2 handle hydration of view containers that use component hosts as anchors (#​51456)
fix - e6b301caa2 remove unnecessary escaping in regex expressions (#​51554)
fix - 0c7c852ee7 run afterRender callbacks outside of the Angular zone (#​51551)
language-service
Commit Description
fix - 8081fdd22d correct incomplete escaping (#​51557)

v16.2.2

Compare Source

16.2.2 (2023-08-23)
common
Commit Description
fix - a43c0772ea Allow safeUrl for ngSrc in NgOptimizedImage (#​51351)
compiler-cli
Commit Description
fix - 39ace8664b enforce a minimum version to be used when a library uses input transform (#​51413)
core
Commit Description
fix - 36f434e49d guard the jasmine hooks (#​51394)
router
Commit Description
fix - b0396e7164 Ensure canceledNavigationResolution: 'computed' works on first page (#​51441)

v16.2.1

Compare Source

16.2.1 (2023-08-16)

router
Commit Description
fix - 232a8c1b8d Apply named outlets to children empty paths not appearing in the URL (#​51292)

v16.2.0

Compare Source

16.2.0 (2023-08-09)
benchpress
Commit Description
fix - dd850b2ab7 correctly report GC memory amounts (#​50760)
common
Commit Description
feat - 29d358170b add component input binding support for NgComponentOutlet (#​51148)
feat - 1837efb9da Allow ngSrc to be changed post-init (#​50683)
compiler
Commit Description
feat - c27a1e61d6 scope selectors in @​scope queries (#​50747)
compiler-cli
Commit Description
fix - 12bad6576d libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#​50714)
core
Commit Description
feat - e53d4ecf4c add afterRender and afterNextRender (#​50607)
feat - 98d262fd27 create injector debugging APIs (#​48639)
feat - cdaa2a8a9e support Provider type in Injector.create (#​49587)
fix - 9f490da7e2 handle hydration of view containers for root components (#​51247)
router
Commit Description
feat - 0b14e4ef74 exposes the fixture of the RouterTestingHarness (#​50280)

v16.1.9

Compare Source

16.1.9 (2023-08-09)

v16.1.8

Compare Source

16.1.8 (2023-08-02)
compiler
Commit Description
fix - cc722ea1f5 return full spans for Comment nodes (#​50855)

v16.1.7

Compare Source

16.1.7 (2023-07-26)
http
Commit Description
fix - 916916d835 check whether Zone is defined (#​51119)

v16.1.6

Compare Source

16.1.6 (2023-07-19)

http
Commit Description
fix - dea8dc0378 Run fetch request out the angular zone (#​50981)

v16.1.5

Compare Source

16.1.5 (2023-07-13)

animations
Commit Description
fix - f920fcbd94 Ensure elements are removed from the cache after leave animation. (#​50929)
core
Commit Description
fix - 499fb5c772 ensure that standalone components get correct injector instances (#​50954)
fix - c65913ecb7 handle deref returning null on RefactiveNode. (#​50992)
platform-browser
Commit Description
perf - 31419f6a3b do not remove renderer from cache when REMOVE_STYLES_ON_COMPONENT_DESTROY is enabled. (#​51005)
upgrade
Commit Description
fix - 3efb577cf3 Use takeUntil on leaky subscription. (#​50901)

v16.1.4

Compare Source

16.1.4 (2023-07-06)

core
Commit Description
fix - 4ba5850ba6 use setTimeout when coalescing tasks in Node.js (#​50820)
upgrade
Commit Description
fix - a4348355ce allow for downgraded components to work with component-router (#​50871)

v16.1.3

Compare Source

16.1.3 (2023-06-28)

core
Commit Description
fix - dd6fc5785f expose input transform function on ComponentFactory and ComponentMirror (#​50713)
elements
Commit Description
fix - e1bbe47c23 support input transform functions (#​50713)
platform-browser
Commit Description
fix - 79dd6a847a wait until animation completion before destroying renderer (#​50677)
fix - a797f41d1b wait until animation completion before destroying renderer (#​50860)

v16.1.2

Compare Source

16.1.2 (2023-06-21)

http
Commit Description
fix - 9488a3fd46 Send query params on fetch request (#​50740)
fix - 5ae001829c use serializeBody to support JSON payload in FetchBackend (#​50776)

v16.1.1

Compare Source

16.1.1 (2023-06-14)
compiler-cli
Commit Description
fix - 71360b3a3e libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#​50715)
core
Commit Description
fix - d9bed48eb5 extend toSignal to accept any Subscribable (#​50162)
migrations
Commit Description
fix - 5e1d8444ae Prevent a component from importing itself. (#​50554)

v16.1.0

Compare Source

16.1.0 (2023-06-13)

compiler
Commit Description
fix - 4e663297c5 error when reading compiled input transforms metadata in JIT mode (#​50600)
fix - 721bc72649 resolve deprecation warning with TypeScript 5.1 (#​50460)
core
Commit Description
feat - 68017d4e75 add ability to transform input values (#​50420)
feat - 69dadd2502 support TypeScript 5.1 (#​50156)
fix - c0ebe34cbd add additional component metadata to component ID generation (#​50336)
http
Commit Description
feat - 85c5427582 Introduction of the fetch Backend for the HttpClient (#​50247)

v16.0.6

Compare Source

16.0.6 (2023-06-13)

core
Commit Description
fix - 05ac0868c9 avoid duplicated content during hydration while processing a component with i18n (#​50644)

v16.0.5

Compare Source

16.0.5 (2023-06-08)
compiler
Commit Description
fix - 703b8fcac1 do not remove comments in component styles (#​50346)
core
Commit Description
fix - 2b6da93e19 incorrectly throwing error for self-referencing component (#​50559)
fix - c992109d6c wait for HTTP in ngOnInit correctly before server render (#​50573)
platform-server
Commit Description
fix - c0d4086c6e surface errors during rendering (#​50587)

v16.0.4

Compare Source

16.0.4 (2023-06-01)

animations
Commit Description
fix - df65c4fc8f Trigger leave animation when ViewContainerRef is injected (#​48705)
common
Commit Description
fix - 7e1bc513de untrack subscription and unsubscription in async pipe (#​50522)
core
Commit Description
fix - 9970b29ace update ApplicationRef.isStable to account for rendering pending tasks (#​50425)

v16.0.3

Compare Source

16.0.3 (2023-05-24)
core
Commit Description
fix - c11041e372 adds missing symbols for animation standalone bundling test (#​50434)
fix - 98e8fdf40e fix Self flag inside embedded views with custom injectors (#​50270)
fix - 199ff4fe7f host directives incorrectly validating aliased bindings (#​50364)
http
Commit Description
fix - 080bbd2137 create macrotask during request handling instead of load start (#​50406)

v16.0.2

Compare Source

16.0.2 (2023-05-17)
core
Commit Description
fix - c1016d4e57 add additional component metadata to component ID generation (#​50340)
fix - cc41758b59 allow onDestroy unregistration while destroying (#​50237)
fix - 7d679bdb59 allow passing value of any type to isSignal function (#​50035)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Edited by Olivier Heintz

Merge request reports