You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @angular/core@20.3.23
npm error Found: zone.js@0.16.2
npm error node_modules/zone.js
npm error zone.js@"~0.16.0" from the root project
npm error peer zone.js@">=0.13.0" from @ionic/angular@8.8.9
npm error node_modules/@ionic/angular
npm error @ionic/angular@"8.8.9" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional zone.js@"~0.15.0" from @angular/core@20.3.23
npm error node_modules/@angular/core
npm error @angular/core@"^20.0.0" from the root project
npm error peerOptional @angular/core@"^20.0.0" from @angular-devkit/build-angular@20.3.26
npm error node_modules/@angular-devkit/build-angular
npm error dev @angular-devkit/build-angular@"^20.0.0" from the root project
npm error 8 more (@angular/animations, @angular/build, @angular/common, ...)
npm error
npm error Conflicting peer dependency: zone.js@0.15.1
npm error node_modules/zone.js
npm error peerOptional zone.js@"~0.15.0" from @angular/core@20.3.23
npm error node_modules/@angular/core
npm error @angular/core@"^20.0.0" from the root project
npm error peerOptional @angular/core@"^20.0.0" from @angular-devkit/build-angular@20.3.26
npm error node_modules/@angular-devkit/build-angular
npm error dev @angular-devkit/build-angular@"^20.0.0" from the root project
npm error 8 more (@angular/animations, @angular/build, @angular/common, ...)
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-09T16_03_34_071Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-09T16_03_34_071Z-debug-0.log
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @angular/core@20.3.23
npm error Found: zone.js@0.16.2
npm error node_modules/zone.js
npm error zone.js@"~0.16.0" from the root project
npm error peer zone.js@">=0.11.0" from @ionic/angular@7.8.6
npm error node_modules/@ionic/angular
npm error @ionic/angular@"^7.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional zone.js@"~0.15.0" from @angular/core@20.3.23
npm error node_modules/@angular/core
npm error @angular/core@"^20.0.0" from the root project
npm error peerOptional @angular/core@"^20.0.0" from @angular-devkit/build-angular@20.3.26
npm error node_modules/@angular-devkit/build-angular
npm error dev @angular-devkit/build-angular@"^20.0.0" from the root project
npm error 8 more (@angular/animations, @angular/build, @angular/common, ...)
npm error
npm error Conflicting peer dependency: zone.js@0.15.1
npm error node_modules/zone.js
npm error peerOptional zone.js@"~0.15.0" from @angular/core@20.3.23
npm error node_modules/@angular/core
npm error @angular/core@"^20.0.0" from the root project
npm error peerOptional @angular/core@"^20.0.0" from @angular-devkit/build-angular@20.3.26
npm error node_modules/@angular-devkit/build-angular
npm error dev @angular-devkit/build-angular@"^20.0.0" from the root project
npm error 8 more (@angular/animations, @angular/build, @angular/common, ...)
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-09T16_03_36_701Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-09T16_03_36_701Z-debug-0.log
@brandyscarney So no, my PR didn't do this in v9 for the v7 and v8 repos, but those repos are on Angular 20 (the max version they support), which I'm pretty sure has a peer dep of >= 0.15.0, so this change would break them AFAIK. In the v9 version, which currently uses Angular 21 but will use Angular 22, it does get bumped to 0.16.0, but actually I should probably move those to zoneless and just remove the dep.
Because you closed this PR without merging, Renovate will ignore this update (~0.16.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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~0.15.0→~0.16.0Release Notes
angular/angular (zone.js)
v0.16.2Compare Source
Promise.then(through flag) (fc6a7ee), closes angular#45273 angular#44446 angular#55590 angular#51328v0.16.1Compare Source
v0.16.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.