fix(deps): update angular monorepo
This PR contains the following updates:
Release Notes
angular/angular (@angular/animations)
v13.4.0
common
| Commit | Type | Description |
|---|---|---|
| ae34dbca1b | feat | Backport NgOptimizedImage to v13 |
Special Thanks
Alex Castle and Paul Gschwendtner
angular/angular (zone.js)
v0.15.0
Bug Fixes
- zone.js: Add support for addition jest functions. (#57280) (e1240c6), closes #57277
- zone.js: Update the default behavior of fakeAsync to flush after the test (#57240) (70e8b40)
BREAKING CHANGES
- zone.js:
fakeAsyncwill now flush pending timers at the end of the given function by default. To opt-out of this, you can use{flush: false}in options parameter offakeAsync
0.14.10 (2024-08-05)
Features
0.14.8 (2024-07-17)
Bug Fixes
- zone.js: allow enabling default
beforeunloadhandling (#55875) (b8d5882), closes #47579 - zone.js: support
Timeout.refreshin Node.js (#56852) (982f1b1), closes #56586
0.14.7 (2024-06-06)
Bug Fixes
- zone.js: do not mutate event listener options (may be readonly) (#55796) (85c1719), closes #54142
- zone.js: store remove abort listener on the scheduled task (#56160) (4a3800a), closes #56148
0.14.6 (2024-05-16)
Bug Fixes
- zone.js: add missing APIs to Node.js
fspatch (#54396) (9e07b62) - zone.js: correctly bundle
zone-patch-rxjs(#55826) (20a530a), closes #55825 - zone.js: remove
abortlistener on a signal when actual event is removed (#55339) (a9460d0), closes #54739
0.14.5 (2024-04-30)
Bug Fixes
- zone.js: Add 'declare' to each interface to prevent renaming (#54966) (b3d045b)
- zone.js: make sure fakeasync use the same id pool with native (#54600) (ddbf6bb), closes #54323
- zone.js: should not clear onhandler when remove capture listener (#54602) (e44b077), closes #54581
0.14.4 (2024-02-13)
Bug Fixes
- zone.js: add
__Zone_ignore_on_propertiestoZoneGlobalConfigurations(#50737) (f87f058) - zone.js: patch
fs.realpath.nativeas macrotask (#54208) (19fae76), closes #45546 - zone.js: patch
Responsemethods returned byfetch(#50653) (260d3ed), closes #50327 - zone.js: patch form-associated custom element callbacks (#50686) (1c990cd)
0.14.3 (2023-12-19)
Bug Fixes
- zone.js: handle fetch with AbortSignal (#49595) (b06b24b)
- zone.js: Promise.resolve(subPromise) should return subPromise (#53423) (08b0c87), closes /promisesaplus.com/#point-51
- zone.js: support addEventListener with signal option. (#49595) (d4973ff), closes #49591
Features
0.14.2 (2023-11-03)
Bug Fixes
- zone.js: disable wrapping unhandled promise error by default (6d7eb35)
14.0.1 (2023-10-25)
Bug Fixes
v0.14.10
Features
v0.14.8
Bug Fixes
- zone.js: allow enabling default
beforeunloadhandling (#55875) (b8d5882), closes #47579 - zone.js: support
Timeout.refreshin Node.js (#56852) (982f1b1), closes /github.com/nodejs/undici/blob/1dff4fd9b1b2cee97c5f8cf44041521a62d3f133/lib/util/timers.js#L45 #56586
v0.14.7
Bug Fixes
- zone.js: do not mutate event listener options (may be readonly) (#55796) (85c1719), closes #54142
- zone.js: store remove abort listener on the scheduled task (#56160) (4a3800a), closes #56148
v0.14.6
Bug Fixes
- zone.js: add missing APIs to Node.js
fspatch (#54396) (9e07b62) - zone.js: correctly bundle
zone-patch-rxjs(#55826) (20a530a), closes #55825 - zone.js: remove
abortlistener on a signal when actual event is removed (#55339) (a9460d0), closes #54739
v0.14.5
Bug Fixes
- zone.js: Add 'declare' to each interface to prevent renaming (#54966) (b3d045b)
- zone.js: make sure fakeasync use the same id pool with native (#54600) (ddbf6bb), closes #54323
- zone.js: should not clear onhandler when remove capture listener (#54602) (e44b077), closes #54581
v0.14.4
Bug Fixes
- zone.js: add
__Zone_ignore_on_propertiestoZoneGlobalConfigurations(#50737) (f87f058) - zone.js: patch
fs.realpath.nativeas macrotask (#54208) (19fae76), closes #45546 - zone.js: patch
Responsemethods returned byfetch(#50653) (260d3ed), closes #50327 - zone.js: patch form-associated custom element callbacks (#50686) (1c990cd)
v0.14.3
Bug Fixes
- zone.js: handle fetch with AbortSignal (#49595) (b06b24b)
- zone.js: Promise.resolve(subPromise) should return subPromise (#53423) (08b0c87), closes /promisesaplus.com/#point-51
- zone.js: support addEventListener with signal option. (#49595) (d4973ff), closes #49591
Features
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
- Revert "fix(zone.js): enable monkey patching of the
queueMicrotask()API in node.js (#50467)" (#50529) (7567348), closes #50467 #50529 #50529
v0.13.3
Bug Fixes
- zone.js: rename
typingsconditional export totypes(#51737) (74755c4) - zone.js: temporary allow deep imports (#51737) (e86d6db)
v0.13.2
Bug Fixes
v0.13.1
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
- Revert "fix(zone.js): enable monkey patching of the
queueMicrotask()API in node.js (#50467)" (#50529) (7567348), closes #50467 #50529 #50529
v0.13.0
v0.12.0
Bug Fixes
- zone.js: cancel tasks only when they are scheduled or running (#46435) (b618b5a), closes #45711
- zone.js: Fix ConsoleTask interface typo (#47090) (91954cf)
0.11.8 (2022-08-08)
Features
0.11.7 (2022-07-20)
Bug Fixes
- zone.js: do not invoke jasmine done callback multiple times with
waitForAsync(4e77c7fbf38)
Features
- zone.js: add AsyncStackTaggingZoneSpec implementation (#46693) (848a009)
- zone.js: include jasmine
describeblock name when raising unexpected task error (de86285) - zone.js: include zone name when sync-test zone reports tasks (72c2567)
0.11.6 (2022-06-02)
Bug Fixes
- zone.js: check if
processis defined when patching theGlobalErrors.install(#45392) (c7bcc1b), closes #42260 - zone.js: in TaskTrackingZoneSpec track a periodic task until it is cancelled (#45391) (f19b36f)
- zone.js: read
Symbol.speciessafely (#45369) (e2eaac3) - zone.js: should ignore multiple resolve call (#45283) (aebf165), closes #44913
- zone.js: swallow the error when the element callback is not patchable (#45400) (4ea70e3), closes lwc/engine-core/src/framework/base-bridge-element.ts#L180-L186 #42546
BREAKING CHANGES
- zone.js: in TaskTrackingZoneSpec track a periodic task until it is cancelled
The breaking change is scoped only to the plugin
zone.js/plugins/task-tracking. If you used TaskTrackingZoneSpec and
checked the pending macroTasks e.g. using (this.ngZone as any)._inner ._parent._properties.TaskTrackingZone.getTasksFor('macroTask'), then
its behavior slightly changed for periodic macrotasks. For example,
previously the setInterval macrotask was no longer tracked after its
callback was executed for the first time. Now it's tracked until
the task is explicitly cancelled, e.g with clearInterval(id).
0.11.5 (2022-03-03)
Bug Fixes
- zone.js: async-test should only call done once (#45025) (dea7234)
- zone.js: defineProperties should also set symbol props (#45098) (b437d12), closes #44095
- zone.js: fix several test cases which trigger
done()multiple times (#45025) (d5565cc) - zone.js: only one listener should also re-throw an error correctly (#41868) (299f92c), closes #41867 /github.com/angular/angular/pull/41562#issuecomment-822696973
- zone.js: patch global instead of Mocha object (#45047) (8efbdb5), closes #42834
- zone.js: should continue to executue listeners when throw error (#41562) (008eaf3), closes #41522
- zone.js: update several flaky cases (#41526) (25a83eb), closes #41434
Features
- zone.js: add Promise.any() implementation (#45064) (4d494d2), closes #44393
- zone.js: update electron patch to support electron/remote 14 (#45073) (d65706a), closes #43346
0.11.4 (2021-02-10)
Bug Fixes
- zone.js: fesm2015 bundle should also be strict module. (#40456) (f35f7c6), closes #40215 #40215
- zone.js: fix typo in zone_externs (#40348) (8116edb)
- zone.js: patch child method that overrides an already patched method (#39850) (82e3f54)
- zone.js: setTimeout patch should clean tasksByHandleId cache. (#40586) (0652b29), closes #40387
- zone.js: update build tooling for latest changes in rules_nodejs (#40710) (2827845)
Features
0.11.3 (2020-10-27)
Bug Fixes
0.11.2 (2020-09-19)
Bug Fixes
- zone.js: jest getRealSystemTime should return native time (#39127) (ffc3332)
- zone.js: add missing types field in package.json (#38585) (27cc56b), closes #38584
- zone.js: defineProperty patch should not swallow error (#37582) (45a73dd), closes #37432
- zone.js: run tests in umd format (#37582) (40096be)
- zone.js: should have better backward compatibilities (#38797) (a33d630), closes #38561 #38669
- zone.js: should invoke xhr send task when no response error occurs (#38836) (d92a0dd), closes #38795
- zone.js: zone.js toString patch should check typeof Promise is function (#38350) (18e474f), closes #38361
Features
Refactor
- zone.js: refactor(zone.js): rename several internal apis in fake async zone spec (#39127) (8a68669)
Build
BREAKING CHANGES
- zone.js: ZoneJS no longer swallows errors produced by
Object.definePropertycalls.
Prior to this change, ZoneJS monkey patched Object.defineProperty and if there is an error
(such as the property is not configurable or not writable) the patched logic swallowed it
and only console.log was produced. This behavior used to hide real errors,
so the logic is now updated to trigger original errors (if any). One exception
where the patch remains in place is document.registerElement
(to allow smooth transition for code/polyfills that rely on old behavior in legacy browsers).
If your code relies on the old behavior (where errors were not thrown before),
you may need to update the logic to handle the errors that are no longer masked by ZoneJS patch.
0.11.1 (2020-08-19)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR! zone.js@"~0.14.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.11.4" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR! @angular/core@"~13.4.0" from the root project
npm ERR! peer @angular/core@"13.4.0" from @angular/[email protected]
npm ERR! node_modules/@angular/animations
npm ERR! @angular/animations@"~13.4.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! /tmp/worker/3962be/f82233/cache/others/npm/_logs/2023-10-16T03_07_14_414Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: /tmp/worker/3962be/f82233/cache/others/npm/_logs/2023-10-16T03_07_14_414Z-debug-0.log
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR! zone.js@"~0.15.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.11.4" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR! @angular/core@"~13.4.0" from the root project
npm ERR! peer @angular/core@"13.4.0" from @angular/[email protected]
npm ERR! node_modules/@angular/animations
npm ERR! @angular/animations@"~13.4.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-08-21T20_46_24_199Z-debug-0.log