Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Update dependency zone.js to v0.11.6 #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 18, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
zone.js (changelog) 0.10.3 -> 0.11.6 age adoption passing confidence

Release Notes

angular/angular

v0.11.6

Compare Source

Bug Fixes
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).

v0.11.5

Compare Source

Bug Fixes
Features

v0.11.4

Compare Source

Bug Fixes
Features

v0.11.3

Compare Source

Bug Fixes

v0.11.2

Bug Fixes
Features
Refactor
  • zone.js: refactor(zone.js): rename several internal apis in fake async zone spec (#​39127) (8a68669)
Build
  • zone.js: build(zone.js): zone.js should output esm format for fesm2015 bundles (#​39203) (822b838)
BREAKING CHANGES
  • zone.js: ZoneJS no longer swallows errors produced by Object.defineProperty calls.

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.

v0.11.1

Prior to v0.11.1, Zone.js provided two distribution bundle formats in the dist folder.
They were (1) ES5 bundle distributed as zone.js and (2) ES2015 bundle distributed as zone-evergreen.js.
These bundles are used for Angular's differential-loading mechanism.

Prior to v0.11.11 the following code

import 'zone.js';

would load the ES5 bundle from dist/zone.js.

Starting with v0.11.1, Zone.js follows the Angular Package Format, so the folder structure of the Zone.js bundles is updated to match Angular Package Format.
So the same code

import 'zone.js';

now loads the ES2015 bundle instead.

This is a breaking change for legacy browsers such as IE11.

For backwards compatibility zone.js continues to distribute the same bundles under dist.
To restore the old behavior change the polyfills.ts generated by Angular CLI to import like so:

import 'zone.js/dist/zone';

v0.11.0

Compare Source

Bug Fixes
Features

0.10.3 (2020-02-27)

Bug Fixes
Features
Performance Improvements

0.10.2 (2019-08-13)

Features

0.10.1 (2019-08-02)

Bug Fixes
  • zone.js: don't rely on global node typings outside of node/ directory (#​31783) (5c9a896)
  • zone.js: should expose some other internal intefaces (#​31866) (f5c605b)

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Aug 18, 2020
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f23256e to 0d114ed Compare August 19, 2020 18:19
@renovate renovate bot changed the title Update dependency zone.js to v0.11.0 Update dependency zone.js to v0.11.1 Aug 19, 2020
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0d114ed to 5d63e01 Compare October 16, 2020 21:07
@renovate renovate bot changed the title Update dependency zone.js to v0.11.1 Update dependency zone.js to v0.11.2 Oct 16, 2020
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5d63e01 to a4b0733 Compare November 4, 2020 01:55
@renovate renovate bot changed the title Update dependency zone.js to v0.11.2 Update dependency zone.js to v0.11.3 Nov 4, 2020
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a4b0733 to 1a02c23 Compare April 26, 2021 13:23
@renovate renovate bot changed the title Update dependency zone.js to v0.11.3 Update dependency zone.js to v0.11.4 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 1a02c23 to b702451 Compare March 7, 2022 11:31
@renovate renovate bot changed the title Update dependency zone.js to v0.11.4 Update dependency zone.js to v0.11.5 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b702451 to 990c005 Compare June 18, 2022 19:06
@renovate renovate bot changed the title Update dependency zone.js to v0.11.5 Update dependency zone.js to v0.11.6 Jun 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants