chore(deps): update dependency zone.js to ~0.16.2#115
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
August 2, 2019 21:49
6d03437 to
2e3495c
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
August 14, 2019 03:50
2e3495c to
d47f7db
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
April 28, 2020 17:02
d47f7db to
a9fe91f
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
August 22, 2020 04:02
a9fe91f to
6f36ed4
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
October 29, 2020 09:01
6f36ed4 to
01573c5
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
November 26, 2020 23:54
01573c5 to
2637357
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
April 26, 2021 17:17
2637357 to
35946d6
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
March 7, 2022 12:42
35946d6 to
8b2c503
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
June 18, 2022 22:53
8b2c503 to
d748475
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
September 25, 2022 10:42
d748475 to
1598955
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
November 20, 2022 09:36
1598955 to
f837a42
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
March 19, 2023 00:08
f837a42 to
be846e4
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
June 12, 2023 16:20
be846e4 to
00c9770
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
September 11, 2023 19:16
00c9770 to
7813985
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
September 12, 2023 19:32
7813985 to
5e2010b
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
October 26, 2023 18:25
301532d to
ded2045
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
November 3, 2023 18:30
ded2045 to
6775933
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
January 9, 2024 18:01
6775933 to
569246c
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
February 13, 2024 21:25
569246c to
3f963f3
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
April 30, 2024 21:58
3f963f3 to
ade3e33
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
May 17, 2024 02:19
ade3e33 to
d20798b
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
June 6, 2024 22:47
d20798b to
726bae0
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
July 17, 2024 21:25
726bae0 to
966c020
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
August 5, 2024 20:16
966c020 to
ca43961
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
August 21, 2024 20:43
ca43961 to
1ba0cd5
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
May 22, 2025 23:21
1ba0cd5 to
4a887aa
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
November 19, 2025 21:35
4a887aa to
9720eef
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
February 19, 2026 20:40
9720eef to
73a6f6e
Compare
renovate
Bot
force-pushed
the
renovate/zone.js-0.x
branch
from
May 7, 2026 00:48
73a6f6e to
5b88f4f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~0.9.1→~0.16.2Release Notes
angular/angular (zone.js)
v0.16.2Compare Source
Promise.then(through flag) (fc6a7ee), closes angular#45273 angular#44446 angular#55590 angular#51328v0.16.1Compare Source
v0.16.0Compare Source
v0.15.1Compare Source
Bug Fixes
abortlistener once fetch is settled (#57882) (6976349)v0.15.0Compare Source
Bug Fixes
BREAKING CHANGES
fakeAsyncwill now flush pending timers at the end ofthe given function by default. To opt-out of this, you can use
{flush: false}in options parameter offakeAsync0.14.10 (2024-08-05)
Features
0.14.8 (2024-07-17)
Bug Fixes
beforeunloadhandling (#55875) (b8d5882), closes #47579Timeout.refreshin Node.js (#56852) (982f1b1), closes #565860.14.7 (2024-06-06)
Bug Fixes
0.14.6 (2024-05-16)
Bug Fixes
fspatch (#54396) (9e07b62)zone-patch-rxjs(#55826) (20a530a), closes #55825abortlistener on a signal when actual event is removed (#55339) (a9460d0), closes #547390.14.5 (2024-04-30)
Bug Fixes
0.14.4 (2024-02-13)
Bug Fixes
__Zone_ignore_on_propertiestoZoneGlobalConfigurations(#50737) (f87f058)fs.realpath.nativeas macrotask (#54208) (19fae76), closes #45546Responsemethods returned byfetch(#50653) (260d3ed), closes #503270.14.3 (2023-12-19)
Bug Fixes
Features
0.14.2 (2023-11-03)
Bug Fixes
14.0.1 (2023-10-25)
Bug Fixes
globalThisinstead ofglobalandwindow(#52367) (def719e)v0.14.10Compare Source
Bug Fixes
BREAKING CHANGES
fakeAsyncwill now flush pending timers at the end ofthe given function by default. To opt-out of this, you can use
{flush: false}in options parameter offakeAsync0.14.10 (2024-08-05)
Features
0.14.8 (2024-07-17)
Bug Fixes
beforeunloadhandling (#55875) (b8d5882), closes #47579Timeout.refreshin Node.js (#56852) (982f1b1), closes #565860.14.7 (2024-06-06)
Bug Fixes
0.14.6 (2024-05-16)
Bug Fixes
fspatch (#54396) (9e07b62)zone-patch-rxjs(#55826) (20a530a), closes #55825abortlistener on a signal when actual event is removed (#55339) (a9460d0), closes #547390.14.5 (2024-04-30)
Bug Fixes
0.14.4 (2024-02-13)
Bug Fixes
__Zone_ignore_on_propertiestoZoneGlobalConfigurations(#50737) (f87f058)fs.realpath.nativeas macrotask (#54208) (19fae76), closes #45546Responsemethods returned byfetch(#50653) (260d3ed), closes #503270.14.3 (2023-12-19)
Bug Fixes
Features
0.14.2 (2023-11-03)
Bug Fixes
14.0.1 (2023-10-25)
Bug Fixes
globalThisinstead ofglobalandwindow(#52367) (def719e)v0.14.8Compare Source
Bug Fixes
BREAKING CHANGES
fakeAsyncwill now flush pending timers at the end ofthe given function by default. To opt-out of this, you can use
{flush: false}in options parameter offakeAsync0.14.10 (2024-08-05)
Features
0.14.8 (2024-07-17)
Bug Fixes
beforeunloadhandling (#55875) (b8d5882), closes #47579Timeout.refreshin Node.js (#56852) (982f1b1), closes #565860.14.7 (2024-06-06)
Bug Fixes
0.14.6 (2024-05-16)
Bug Fixes
fspatch (#54396) (9e07b62)zone-patch-rxjs(#55826) (20a530a), closes #55825abortlistener on a signal when actual event is removed (#55339) (a9460d0), closes #547390.14.5 (2024-04-30)
Bug Fixes
0.14.4 (2024-02-13)
Bug Fixes
__Zone_ignore_on_propertiestoZoneGlobalConfigurations(#50737) (f87f058)fs.realpath.nativeas macrotask (#54208) (19fae76), closes #45546Responsemethods returned byfetch(#50653) (260d3ed), closes #503270.14.3 (2023-12-19)
Bug Fixes
Features
0.14.2 (2023-11-03)
Bug Fixes
14.0.1 (2023-10-25)
Bug Fixes
globalThisinstead ofglobalandwindow(#52367) (def719e)v0.14.7Compare Source
Bug Fixes
BREAKING CHANGES
fakeAsyncwill now flush pending timers at the end ofthe given function by default. To opt-out of this, you can use
{flush: false}in options parameter offakeAsync0.14.10 (2024-08-05)
Features
0.14.8 (2024-07-17)
Bug Fixes
beforeunloadhandling (#55875) (b8d5882), closes #47579Timeout.refreshin Node.js (#56852) (982f1b1), closes #565860.14.7 (2024-06-06)
Bug Fixes
0.14.6 (2024-05-16)
Bug Fixes
fspatch (#54396) (9e07b62)zone-patch-rxjs(#55826) (20a530a), closes #55825abortlistener on a signal when actual event is removed (#55339) (a9460d0), closes #547390.14.5 (2024-04-30)
Bug Fixes
0.14.4 (2024-02-13)
Bug Fixes
__Zone_ignore_on_propertiestoZoneGlobalConfigurations(#50737) (f87f058)fs.realpath.nativeas macrotask (#54208) (19fae76), closes #45546Responsemethods returned byfetch(#50653) (260d3ed), closes #503270.14.3 (2023-12-19)
Bug Fixes
Features
0.14.2 (2023-11-03)
Bug Fixes
14.0.1 (2023-10-25)
Bug Fixes
globalThisinstead ofglobalandwindow(#52367) (def719e)v0.14.6Compare Source
Bug Fixes
BREAKING CHANGES
fakeAsyncwill now flush pending timers at the end ofthe given function by default. To opt-out of this, you can use
{flush: false}in options parameter offakeAsync0.14.10 (2024-08-05)
Features
0.14.8 (2024-07-17)
Bug Fixes
beforeunloadhandling (#55875) (b8d5882), closes #47579Timeout.refreshin Node.js (#56852) (982f1b1), closes #565860.14.7 (2024-06-06)
Bug Fixes
0.14.6 (2024-05-16)
Bug Fixes
fspatch (#54396) (9e07b62)zone-patch-rxjs(#55826) (20a530a), closes #55825abortlistener on a signal when actual event is removed (#55339) (a9460d0), closes #547390.14.5 (2024-04-30)
Bug Fixes
0.14.4 (2024-02-13)
Bug Fixes
__Zone_ignore_on_propertiestoZoneGlobalConfigurations(#50737) (f87f058)fs.realpath.nativeas macrotask (#54208) (19fae76), closes #45546Responsemethods returned byfetch(#50653) (260d3ed), closes #503270.14.3 (2023-12-19)
Bug Fixes
Features
0.14.2 (2023-11-03)
Bug Fixes
14.0.1 (2023-10-25)
Bug Fixes
globalThisinstead ofglobalandwindow(#52367) (def719e)v0.14.5Compare Source
Bug Fixes
BREAKING CHANGES
fakeAsyncwill now flush pending timers at the end ofthe given function by default. To opt-out of this, you can use
{flush: false}in options parameter offakeAsync0.14.10 (2024-08-05)
Features
0.14.8 (2024-07-17)
Bug Fixes
beforeunloadhandling (#55875) (b8d5882), closes #47579Timeout.refreshin Node.js (#56852) (982f1b1), closes #565860.14.7 (2024-06-06)
Bug Fixes
0.14.6 (2024-05-16)
Bug Fixes
fspatch (#54396) (9e07b62)zone-patch-rxjs(#55826) (20a530a), closes #55825abortlistener on a signal when actual event is removed (#55339) (a9460d0), closes #547390.14.5 (2024-04-30)
Bug Fixes
0.14.4 (2024-02-13)
Bug Fixes
__Zone_ignore_on_propertiestoZoneGlobalConfigurations(#50737) (f87f058)fs.realpath.nativeas macrotask (#54208) (19fae76), closes #45546Responsemethods returned byfetch(#50653) (260d3ed), closes #503270.14.3 (2023-12-19)
Bug Fixes
Features
0.14.2 (2023-11-03)
Bug Fixes
14.0.1 (2023-10-25)
Bug Fixes
globalThisinstead ofglobalandwindow(#52367) (def719e)v0.14.4Compare Source
Bug Fixes
BREAKING CHANGES
fakeAsyncwill now flush pending timers at the end ofthe given function by default. To opt-out of this, you can use
{flush: false}in options parameter offakeAsync0.14.10 (2024-08-05)
Features
0.14.8 (2024-07-17)
Bug Fixes
beforeunloadhandling (#55875) (b8d5882), closes #47579Timeout.refreshin Node.js (#56852) (982f1b1), closes #565860.14.7 (2024-06-06)
Bug Fixes
0.14.6 (2024-05-16)
Bug Fixes
fspatch (#54396) (9e07b62)zone-patch-rxjs(#55826) (20a530a), closes #55825abortlistener on a signal when actual event is removed (#55339) ([a9460d0](https://redirect.github.com/angular/angular/commit/a9460d08a0e95dcd8fcd0eaConfiguration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.