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

fix(deps): update dependency zone.js to ~0.14.0 #402

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
zone.js (changelog) ~0.13.1 -> ~0.14.0 age adoption passing confidence

Release Notes

angular/angular (zone.js)

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

v0.13.3

Compare Source

Bug Fixes

v0.13.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 6am" (UTC), 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 added the dependencies Pull requests that update a dependency file label Sep 12, 2023
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (2d8ca06) 95.95% compared to head (c396a2d) 95.95%.
Report is 1 commits behind head on main.

❗ Current head c396a2d differs from pull request most recent head 5ad6f7e. Consider uploading reports for the commit 5ad6f7e to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #402   +/-   ##
=======================================
  Coverage   95.95%   95.95%           
=======================================
  Files          53       53           
  Lines         914      914           
  Branches       72       72           
=======================================
  Hits          877      877           
  Misses         18       18           
  Partials       19       19           

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

@renovate renovate bot changed the title fix(deps): update dependency zone.js to ~0.13.2 fix(deps): update dependency zone.js to ~0.13.3 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 39fc0ff to c396a2d Compare September 12, 2023 21:18
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-dune-0cec5ad03-402.westeurope.2.azurestaticapps.net

@renovate renovate bot changed the title fix(deps): update dependency zone.js to ~0.13.3 fix(deps): update dependency zone.js to ~0.14.0 Sep 18, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from c396a2d to 6e94376 Compare September 18, 2023 10:13
@renovate
Copy link
Contributor Author

renovate bot commented Sep 18, 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.11.4 || ~0.12.0 || ~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"^15.2.9" from the root project
npm ERR!   peer @angular/core@"15.2.9" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"^15.2.9" from the root project
npm ERR!     2 more (@angular/material, @angular/platform-browser)
npm ERR!   12 more (@angular/cdk, @angular/common, @angular/compiler, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.11.4 || ~0.12.0 || ~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"^15.2.9" from the root project
npm ERR!     peer @angular/core@"15.2.9" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"^15.2.9" from the root project
npm ERR!       2 more (@angular/material, @angular/platform-browser)
npm ERR!     12 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! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/4fc121/253d6f/cache/others/npm/_logs/2023-09-18T12_01_58_954Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/4fc121/253d6f/cache/others/npm/_logs/2023-09-18T12_01_58_954Z-debug-0.log

@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-dune-0cec5ad03-402.westeurope.2.azurestaticapps.net

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6e94376 to 5ad6f7e Compare September 18, 2023 12:02
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-dune-0cec5ad03-402.westeurope.2.azurestaticapps.net

@lgpage lgpage closed this Sep 20, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Sep 20, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (~0.14.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/angular-monorepo branch September 20, 2023 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant