Skip to content

Update angular monorepo#167

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/angular-monorepo
Open

Update angular monorepo#167
renovate[bot] wants to merge 1 commit into
developfrom
renovate/angular-monorepo

Conversation

@renovate

@renovate renovate Bot commented Apr 13, 2019

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/common (source) 7.2.127.2.16 age confidence
@angular/compiler (source) 7.2.127.2.16 age confidence
@angular/compiler-cli (source) 7.2.127.2.16 age confidence
@angular/forms (source) 7.2.127.2.16 age confidence
@angular/http 7.2.127.2.16 age confidence
@angular/platform-browser (source) 7.2.127.2.16 age confidence
@angular/platform-browser-dynamic (source) 7.2.127.2.16 age confidence
@angular/router (source) 7.2.127.2.16 age confidence
zone.js (source, changelog) 0.8.290.16.2 age confidence

Release Notes

angular/angular (@​angular/common)

v7.2.16

Compare Source

v7.2.15

Compare Source

v7.2.14

Compare Source

v7.2.13

Compare Source

angular/angular (@​angular/compiler)

v7.2.16

Compare Source

v7.2.15

Compare Source

v7.2.14

Compare Source

v7.2.13

Compare Source

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

angular/angular (@​angular/forms)

v7.2.16

Compare Source

v7.2.15

Compare Source

v7.2.14

Compare Source

v7.2.13

Compare Source

angular/angular (@​angular/http)

v7.2.16

Compare Source

v7.2.15

Compare Source

v7.2.14

Compare Source

v7.2.13

Compare Source

angular/angular (@​angular/platform-browser)

v7.2.16

Compare Source

v7.2.15

Compare Source

v7.2.14

Compare Source

v7.2.13

Compare Source

angular/angular (@​angular/platform-browser-dynamic)

v7.2.16

Compare Source

v7.2.15

Compare Source

v7.2.14

Compare Source

v7.2.13

Compare Source

angular/angular (@​angular/router)

v7.2.16

Compare Source

v7.2.15

Compare Source

v7.2.14

Compare Source

v7.2.13

Compare Source

angular/angular (zone.js)

v0.16.2

Compare Source

v0.16.1

Compare Source

v0.16.0

Compare Source

v0.15.1

Compare Source

v0.15.0

Compare Source

v0.14.10

Compare Source

v0.14.8

Compare Source

v0.14.7

Compare Source

v0.14.6

Compare Source

v0.14.5

Compare Source

v0.14.4

Compare Source

v0.14.3

Compare Source

v0.14.2

Compare Source

v0.14.1

Compare Source

v0.14.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: fakeAsync will 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 of fakeAsync

0.14.10 (2024-08-05)

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

0.14.4 (2024-02-13)

Bug Fixes

0.14.3 (2023-12-19)

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

Compare Source

Features
BREAKING CHANGES
  • zone.js: Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are 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

0.13.2 (2023-09-07)

Bug Fixes

v0.13.1 (2023-06-09)

Bug Fixes
Features
Reverts

v0.13.2

Compare Source

Features
BREAKING CHANGES
  • zone.js: Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are 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

0.13.2 (2023-09-07)

Bug Fixes

v0.13.1 (2023-06-09)

Bug Fixes
Features
Reverts

v0.13.1

Compare Source

Features
BREAKING CHANGES
  • zone.js: Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are 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

0.13.2 (2023-09-07)

Bug Fixes

v0.13.1 (2023-06-09)

Bug Fixes
Features
Reverts

v0.13.0

Compare Source

Features
BREAKING CHANGES
  • zone.js: Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are 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

0.13.2 (2023-09-07)

Bug Fixes

v0.13.1 (2023-06-09)

Bug Fixes
Features
Reverts

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

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)

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

👻 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.

@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from c2a62d4 to 75cef5d Compare April 23, 2019 20:19
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v7.2.13 fix(deps): update angular monorepo to v7.2.14 Apr 23, 2019
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 75cef5d to 1e81296 Compare May 7, 2019 21:18
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v7.2.14 fix(deps): update angular monorepo to v7.2.15 May 7, 2019
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v7.2.15 Update angular monorepo to v7.2.15 May 17, 2019
@renovate renovate Bot changed the title Update angular monorepo to v7.2.15 fix(deps): update angular monorepo to v7.2.15 May 17, 2019
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v7.2.15 Update angular monorepo to v7.2.15 May 17, 2019
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 1e81296 to 8d85758 Compare July 26, 2019 20:24
@renovate renovate Bot changed the title Update angular monorepo to v7.2.15 Update angular monorepo Jul 26, 2019
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 8d85758 to 01b1879 Compare August 2, 2019 21:49
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 01b1879 to e89f835 Compare August 14, 2019 03:50
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from e89f835 to dc3efba Compare January 19, 2020 06:01
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from dc3efba to 6b19c56 Compare April 26, 2020 15:58
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 6b19c56 to 5882e1e Compare August 26, 2020 15:53
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 5882e1e to 1b3b90d Compare October 28, 2020 13:00
@renovate renovate Bot changed the title Update angular monorepo fix(deps): update angular monorepo Oct 28, 2020
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 1b3b90d to e73caa0 Compare November 27, 2020 06:02
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from e73caa0 to a964467 Compare April 26, 2021 12:56
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from a964467 to e7dddf0 Compare March 7, 2022 13:04
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from e7dddf0 to b6b23d6 Compare June 18, 2022 18:57
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from b6b23d6 to c1011db Compare September 25, 2022 15:30
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from c1011db to 6948e2c Compare November 20, 2022 09:49
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 6948e2c to e1dd22c Compare March 19, 2023 00:05
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from e1dd22c to fd15e78 Compare June 12, 2023 16:15
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from c0f189c to 04c42cb Compare September 18, 2023 13:51
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 04c42cb to 0e26b61 Compare October 10, 2023 21:30
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 0e26b61 to 39dcb1f Compare October 26, 2023 18:47
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 39dcb1f to 7c27668 Compare November 3, 2023 21:27
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 7c27668 to 5666f5f Compare January 9, 2024 19:04
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 5666f5f to a129cfc Compare February 13, 2024 22:50
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from a129cfc to 3effe47 Compare April 30, 2024 22:47
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 3effe47 to 6fadc75 Compare May 17, 2024 02:20
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 6fadc75 to c753035 Compare June 6, 2024 21:50
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from c753035 to f80db31 Compare July 17, 2024 23:21
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from b0a0ddc to dcef22d Compare August 6, 2024 09:59
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from dcef22d to 4093975 Compare August 21, 2024 23:02
@renovate renovate Bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo - abandoned Dec 8, 2024
@renovate

renovate Bot commented Dec 8, 2024

Copy link
Copy Markdown
Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate Bot changed the title fix(deps): update angular monorepo - abandoned fix(deps): update angular monorepo Dec 8, 2024
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 4093975 to 17b7367 Compare May 23, 2025 00:15
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 17b7367 to 49bcddf Compare August 11, 2025 20:15
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 49bcddf to 8811ebb Compare November 10, 2025 20:53
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 1affe79 to 67cc6eb Compare November 20, 2025 01:58
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 0c94e73 to 29daf25 Compare December 31, 2025 20:10
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 8ab9c14 to 47a5109 Compare February 21, 2026 01:30
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 47a5109 to 3467408 Compare March 5, 2026 20:40
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 67c0ce3 to bf7fa3e Compare March 30, 2026 18:15
@renovate renovate Bot changed the title fix(deps): update angular monorepo Update angular monorepo Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from c5d6901 to 6f73492 Compare April 27, 2026 23:33
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 6f73492 to 4b4a486 Compare May 7, 2026 01:08
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.

0 participants