Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(e2e/jasmine): update dependency zone.js to v0.14.2 #6762

Merged
merged 1 commit into from Nov 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

angular/angular (zone.js)

v0.14.2

Compare Source

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

v0.14.1

Compare Source

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

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, check this box

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

@renovate renovate bot requested a review from ike18t as a code owner September 19, 2023 20:53
@renovate
Copy link
Contributor Author

renovate bot commented Sep 19, 2023

⚠ Artifact update problem

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

♻ 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 PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: e2e/jasmine/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/core@16.2.12
npm ERR! Found: zone.js@0.14.2
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"0.14.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/core@16.2.12
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.12" from the root project
npm ERR!   peer @angular/core@"16.2.12" from @angular/animations@16.2.12
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.12" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   6 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: zone.js@0.13.3
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/core@16.2.12
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.12" from the root project
npm ERR!     peer @angular/core@"16.2.12" from @angular/animations@16.2.12
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.12" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     6 more (@angular/common, @angular/compiler, @angular/forms, ...)
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! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/f52af7/6812e4/cache/others/npm/_logs/2023-11-12T22_05_52_123Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/f52af7/6812e4/cache/others/npm/_logs/2023-11-12T22_05_52_123Z-debug-0.log

@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (12de636) 100.00% compared to head (bb982d6) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #6762   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          226       226           
  Lines         4866      4866           
  Branches      1123      1123           
=========================================
  Hits          4866      4866           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency zone.js to v0.14.0 chore(deps): update dependency zone.js to v0.14.1 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/e2e/jasmine/angular-monorepo branch from bf5b197 to 1a66db1 Compare October 26, 2023 16:54
@renovate renovate bot changed the title chore(deps): update dependency zone.js to v0.14.1 chore(deps): update dependency zone.js to v0.14.2 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/e2e/jasmine/angular-monorepo branch from 1a66db1 to 2a6a6e8 Compare November 5, 2023 11:24
@renovate renovate bot changed the title chore(deps): update dependency zone.js to v0.14.2 chore(jasmine): update dependency zone.js to v0.14.2 Nov 11, 2023
@renovate renovate bot changed the title chore(jasmine): update dependency zone.js to v0.14.2 chore(e2e/jasmine): update dependency zone.js to v0.14.2 Nov 11, 2023
@renovate renovate bot changed the title chore(e2e/jasmine): update dependency zone.js to v0.14.2 chore(e2e/jasmine): update dependency zone.js to v0.14.2 - autoclosed Nov 11, 2023
@renovate renovate bot closed this Nov 11, 2023
@renovate renovate bot deleted the renovate/e2e/jasmine/angular-monorepo branch November 11, 2023 18:51
@renovate renovate bot changed the title chore(e2e/jasmine): update dependency zone.js to v0.14.2 - autoclosed chore(e2e/jasmine): update dependency zone.js to v0.14.2 Nov 11, 2023
@renovate renovate bot reopened this Nov 11, 2023
@renovate renovate bot restored the renovate/e2e/jasmine/angular-monorepo branch November 11, 2023 18:55
@renovate renovate bot force-pushed the renovate/e2e/jasmine/angular-monorepo branch 2 times, most recently from f38307e to 3d75690 Compare November 11, 2023 19:17
@renovate renovate bot changed the title chore(e2e/jasmine): update dependency zone.js to v0.14.2 chore(e2e/jasmine): update dependency zone.js to v0.14.2 - autoclosed Nov 12, 2023
@renovate renovate bot closed this Nov 12, 2023
@renovate renovate bot deleted the renovate/e2e/jasmine/angular-monorepo branch November 12, 2023 11:18
@renovate renovate bot changed the title chore(e2e/jasmine): update dependency zone.js to v0.14.2 - autoclosed chore(e2e/jasmine): update dependency zone.js to v0.14.2 Nov 12, 2023
@renovate renovate bot reopened this Nov 12, 2023
@renovate renovate bot restored the renovate/e2e/jasmine/angular-monorepo branch November 12, 2023 12:42
@renovate renovate bot force-pushed the renovate/e2e/jasmine/angular-monorepo branch 2 times, most recently from 5debc03 to 78f60f6 Compare November 12, 2023 13:01
@renovate renovate bot force-pushed the renovate/e2e/jasmine/angular-monorepo branch 2 times, most recently from b85e858 to 98f0de2 Compare November 12, 2023 21:45
@renovate renovate bot force-pushed the renovate/e2e/jasmine/angular-monorepo branch from 98f0de2 to bb982d6 Compare November 12, 2023 22:05
@satanTime satanTime merged commit c118223 into master Nov 13, 2023
6 of 7 checks passed
@renovate renovate bot deleted the renovate/e2e/jasmine/angular-monorepo branch November 13, 2023 15:54
@satanTime
Copy link
Member

v14.12.0 has been released and contains a fix for the issue. Feel free to reopen the issue or to submit a new one if you meet any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant