fix(deps): update dependency zone.js to ~0.14.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| zone.js (changelog) | dependencies | minor | ~0.13.3 -> ~0.14.0 |
Release Notes
angular/angular
v0.14.2
Bug Fixes
- zone.js: disable wrapping unhandled promise error by default (6d7eb35)
v0.14.1
v0.14.0
Features
BREAKING CHANGES
-
zone.js: Deep and legacy
dist/imports likezone.js/bundles/zone-testing.jsandzone.js/dist/zoneare no longer allowed.zone-testing-bundleandzone-testing-node-bundleare 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
-
zone.js: rename
typingsconditional export totypes(#51737) (74755c4) - zone.js: temporary allow deep imports (#51737) (e86d6db)
0.13.2 (2023-09-07)
Bug Fixes
v0.13.1 (2023-06-09)
Bug Fixes
-
zone.js: enable monkey patching of the
queueMicrotask()API in node.js (#50467) (381cb98) -
zone.js: enable monkey patching of the
queueMicrotask()API in node.js (#50530) (7837f71) - zone.js: patch entire promise in node (#50552) (cb31dbc), closes #50513 #50457 #50414 #49930
- zone.js: revert Mocha it.skip, describe.skip method patch (#49329) (5a2b622)
Features
Reverts
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot