Skip to content
Snippets Groups Projects

Update dependency zone.js to ~0.15.0

Open NMaaS Renovate requested to merge renovate/angular-monorepo into develop

This MR contains the following updates:

Package Type Update Change
zone.js (source, changelog) dependencies minor ~0.14.10 -> ~0.15.0

Release Notes

angular/angular (zone.js)

v0.15.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

Configuration

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

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • :warning: Artifact update problem

    Renovate failed to update an artifact related to this branch. You probably do not want to merge this MR as-is.

    :recycle: 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 MR'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 could not resolve
    npm ERR! 
    npm ERR! While resolving: @angular/core@17.3.12
    npm ERR! Found: zone.js@0.15.0
    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.14.0" from @angular/core@17.3.12
    npm ERR! node_modules/@angular/core
    npm ERR!   @angular/core@"17.3.12" from the root project
    npm ERR!   peer @angular/core@"17.3.12" from @angular/animations@17.3.12
    npm ERR!   node_modules/@angular/animations
    npm ERR!     @angular/animations@"17.3.12" from the root project
    npm ERR!     2 more (@angular/platform-browser, ngx-bootstrap)
    npm ERR!   19 more (@angular/cdk, @angular/common, @angular/compiler, ...)
    npm ERR! 
    npm ERR! Conflicting peer dependency: zone.js@0.14.10
    npm ERR! node_modules/zone.js
    npm ERR!   peer zone.js@"~0.14.0" from @angular/core@17.3.12
    npm ERR!   node_modules/@angular/core
    npm ERR!     @angular/core@"17.3.12" from the root project
    npm ERR!     peer @angular/core@"17.3.12" from @angular/animations@17.3.12
    npm ERR!     node_modules/@angular/animations
    npm ERR!       @angular/animations@"17.3.12" from the root project
    npm ERR!       2 more (@angular/platform-browser, ngx-bootstrap)
    npm ERR!     19 more (@angular/cdk, @angular/common, @angular/compiler, ...)
    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 /opt/renovate/data/cache/others/npm/eresolve-report.txt for a full report.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /opt/renovate/data/cache/others/npm/_logs/2025-05-06T09_16_47_325Z-debug-0.log
    
  • NMaaS Renovate mentioned in issue #271

    mentioned in issue #271

Please register or sign in to reply
Loading