Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/compiler-cli (source) 7.1.0 -> 7.2.16 age adoption passing confidence
@angular/language-service 7.1.0 -> 7.2.16 age adoption passing confidence
zone.js (changelog) ^0.8.26 -> ^0.13.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/compiler-cli)

v7.2.16

Compare Source

v7.2.15

Compare Source

v7.2.14

Compare Source

v7.2.13

Compare Source

v7.2.12

Compare Source

v7.2.11

Compare Source

v7.2.10

Compare Source

v7.2.9

Compare Source

v7.2.8

Compare Source

v7.2.7

Compare Source

v7.2.6

Compare Source

v7.2.5

Compare Source

v7.2.4

Compare Source

v7.2.3

Compare Source

v7.2.2

Compare Source

v7.2.1

Compare Source

v7.2.0

Compare Source

v7.1.4

Compare Source

v7.1.3

Compare Source

v7.1.2

Compare Source

v7.1.1

Compare Source

angular/angular (@​angular/language-service)

v7.2.16

Compare Source

v7.2.15

Compare Source

v7.2.14

Compare Source

v7.2.13

Compare Source

v7.2.12

Compare Source

v7.2.11

Compare Source

v7.2.10

Compare Source

v7.2.9

Compare Source

v7.2.8

Compare Source

v7.2.7

Compare Source

v7.2.6

Compare Source

v7.2.5

Compare Source

v7.2.4

Compare Source

v7.2.3

Compare Source

v7.2.2

Compare Source

v7.2.1

Compare Source

v7.2.0

Compare Source

v7.1.4

Compare Source

v7.1.3

Compare Source

v7.1.2

Compare Source

v7.1.1

Compare Source

angular/angular (zone.js)

v0.13.1

Compare Source

Bug Fixes
Features
Reverts

v0.13.0

Compare Source

v0.12.0

Compare Source

Bug Fixes

0.11.8 (2022-08-08)

Features
  • zone.js: Update to the simpler Async Stack Tagging v2 API (#​46958) (f23232f)

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 describe block 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
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
Features

0.11.4 (2021-02-10)

Bug Fixes
Features

0.11.3 (2020-10-27)

Bug Fixes

0.11.2 (2020-09-19)

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.

0.11.1 (2020-08-19)

Bug Fixes

v0.11.8

Compare Source

Features
  • zone.js: Update to the simpler Async Stack Tagging v2 API (#​46958) (f23232f)

v0.11.7

Compare Source

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 describe block name when raising unexpected task error (de86285)
  • zone.js: include zone name when sync-test zone reports tasks (72c2567)

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)

v0.10.3

Compare Source

Bug Fixes
Features
Performance Improvements

v0.10.2

Compare Source

Features

v0.10.1

Compare Source

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)

v0.10.0

Compare Source

Bug Fixes

0.9.1 (2019-04-30)

Bug Fixes
  • ensure that EventTarget is patched prior to legacy property descriptor patch (#​1214) (aca4728)
  • fakeAsyncTest requestAnimationFrame should pass timestamp as parameter (#​1220) (62b8525), closes #​1216
Features
  • add option to disable jasmine clock patch, also rename the flag of auto jump in FakeAsyncTest (#​1222) (10e1b0c)

v0.9.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/angular-monorepo branch 11 times, most recently from 6ed3f7e to 0262fbd Compare December 5, 2018 10:58
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 52a93e6 to 2781acf Compare December 6, 2018 23:23
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.1.1 chore(deps): update angular monorepo to v7.1.2 Dec 6, 2018
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 10 times, most recently from 5fe3132 to 0e8c238 Compare December 11, 2018 21:46
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.1.2 chore(deps): update angular monorepo to v7.1.3 Dec 11, 2018
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 4 times, most recently from a22b61c to f7ac22a Compare December 13, 2018 12:00
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.2 chore(deps): update angular monorepo to v7.2.3 Jan 30, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3395ec3 to f4248ad Compare February 6, 2019 03:56
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.3 chore(deps): update angular monorepo to v7.2.4 Feb 6, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f4248ad to 0a91b94 Compare February 15, 2019 21:52
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.4 chore(deps): update angular monorepo to v7.2.5 Feb 15, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0a91b94 to 5e15de8 Compare February 20, 2019 20:28
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.5 chore(deps): update angular monorepo to v7.2.6 Feb 20, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5e15de8 to aa50a4a Compare February 27, 2019 00:34
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.6 chore(deps): update angular monorepo to v7.2.7 Feb 27, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from aa50a4a to 33f514e Compare March 6, 2019 18:22
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.7 chore(deps): update angular monorepo to v7.2.8 Mar 6, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 33f514e to 8ef6e29 Compare March 12, 2019 23:57
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.8 chore(deps): update angular monorepo to v7.2.9 Mar 12, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8ef6e29 to a2da981 Compare March 20, 2019 03:15
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.9 chore(deps): update angular monorepo to v7.2.10 Mar 20, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a2da981 to 28bd696 Compare March 26, 2019 22:37
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.10 chore(deps): update angular monorepo to v7.2.11 Mar 26, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 28bd696 to 104a731 Compare April 3, 2019 21:39
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.11 chore(deps): update angular monorepo to v7.2.12 Apr 3, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 104a731 to 4dbc81d Compare April 23, 2019 22:57
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.12 chore(deps): update angular monorepo to v7.2.14 Apr 23, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4dbc81d to 28aeb3a Compare May 12, 2019 08:01
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.14 chore(deps): update angular monorepo to v7.2.15 May 12, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 28aeb3a to 95aba45 Compare August 10, 2019 07:53
@renovate renovate bot changed the title chore(deps): update angular monorepo to v7.2.15 chore(deps): update angular monorepo Aug 10, 2019
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 95aba45 to 36bf44c Compare January 19, 2020 03:57
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 36bf44c to 5108270 Compare August 27, 2020 02:59
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5108270 to 6d12e20 Compare November 20, 2022 17:11
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6d12e20 to 2e18a9c Compare March 17, 2023 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant