Skip to content

Update angular monorepo

PyTech Bot requested to merge renovate/angular-monorepo into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations 15.2.9 -> 15.2.10 age adoption passing confidence
@angular/common 15.2.9 -> 15.2.10 age adoption passing confidence
@angular/compiler 15.2.9 -> 15.2.10 age adoption passing confidence
@angular/compiler-cli (source) 15.2.9 -> 15.2.10 age adoption passing confidence
@angular/core 15.2.9 -> 15.2.10 age adoption passing confidence
@angular/forms 15.2.9 -> 15.2.10 age adoption passing confidence
@angular/platform-browser 15.2.9 -> 15.2.10 age adoption passing confidence
@angular/platform-browser-dynamic 15.2.9 -> 15.2.10 age adoption passing confidence
@angular/router (source) 15.2.9 -> 15.2.10 age adoption passing confidence
zone.js (changelog) ~0.13.0 -> ~0.14.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v15.2.10

Compare Source

service-worker
Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#​51989)
angular/angular (zone.js)

v0.14.0

Compare Source

Features
BREAKING CHANGES
  • zone.js: Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

The proper way to import zone.js and zone.js/testing is:

import 'zone.js';
import 'zone.js/testing';

0.13.3 (2023-09-12)

Bug Fixes

0.13.2 (2023-09-07)

Bug Fixes

v0.13.1 (2023-06-09)

Bug Fixes
Features
Reverts

v0.13.3

Compare Source

Bug Fixes

v0.13.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.

Merge request reports