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(deps): update angular monorepo to v16.0.0-rc.2 (patch) #5472

Merged
merged 2 commits into from
Apr 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations 16.0.0-rc.1 -> 16.0.0-rc.2 age adoption passing confidence
@angular/common 16.0.0-rc.1 -> 16.0.0-rc.2 age adoption passing confidence
@angular/compiler 16.0.0-rc.1 -> 16.0.0-rc.2 age adoption passing confidence
@angular/compiler-cli (source) 16.0.0-rc.1 -> 16.0.0-rc.2 age adoption passing confidence
@angular/core 16.0.0-rc.1 -> 16.0.0-rc.2 age adoption passing confidence
@angular/forms 16.0.0-rc.1 -> 16.0.0-rc.2 age adoption passing confidence
@angular/platform-browser 16.0.0-rc.1 -> 16.0.0-rc.2 age adoption passing confidence
@angular/platform-browser-dynamic 16.0.0-rc.1 -> 16.0.0-rc.2 age adoption passing confidence
@angular/router (source) 16.0.0-rc.1 -> 16.0.0-rc.2 age adoption passing confidence

Release Notes

angular/angular

v16.0.0-rc.2

Compare Source

compiler-cli
Commit Type Description
49fe974501 perf optimize NgModule emit for standalone components (#​49837)
core
Commit Type Description
fd9dcd36cd fix Ensure effects can be created when Zone is not defined (#​49890)
2650f1afc1 fix execute input setters in non-reactive context (#​49906)
f8b95b9da6 fix execute query setters in non-reactive context (#​49906)
ef91a2e0fe fix execute template creation in non-reactive context (#​49883)
a3c3ab757c fix handle invalid classes in class array bindings (#​49924)
fedc75624c fix include inner ViewContainerRef anchor nodes into ViewRef.rootNodes output (#​49867)
router
Commit Type Description
98223c11ca fix canceledNavigationResolution: 'computed' with redirects to the current URL (#​49793)

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 these updates 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
Copy link
Contributor Author

renovate bot commented Apr 20, 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/a16/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: jest-preset-angular@13.0.1
npm ERR! Found: @angular-devkit/build-angular@16.0.0-rc.1
npm ERR! node_modules/@angular-devkit/build-angular
npm ERR!   dev @angular-devkit/build-angular@"16.0.0-rc.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular-devkit/build-angular@">=13.0.0 <16.0.0" from jest-preset-angular@13.0.1
npm ERR! node_modules/jest-preset-angular
npm ERR!   dev jest-preset-angular@"13.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @angular-devkit/build-angular@15.2.6
npm ERR! node_modules/@angular-devkit/build-angular
npm ERR!   peer @angular-devkit/build-angular@">=13.0.0 <16.0.0" from jest-preset-angular@13.0.1
npm ERR!   node_modules/jest-preset-angular
npm ERR!     dev jest-preset-angular@"13.0.1" from the root project
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/renovate-cache/others/npm/_logs/2023-04-22T09_04_27_719Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate-cache/others/npm/_logs/2023-04-22T09_04_27_719Z-debug-0.log

@codecov
Copy link

codecov bot commented Apr 20, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (5b0122c) 100.00% compared to head (e3ac5e3) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #5472   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          226       226           
  Lines         4831      4831           
  Branches      1113      1113           
=========================================
  Hits          4831      4831           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/e2e/a16/patch-angular-monorepo branch from 59ce812 to fb0479b Compare April 22, 2023 09:04
@renovate
Copy link
Contributor Author

renovate bot commented Apr 22, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@satanTime satanTime merged commit ad90422 into master Apr 22, 2023
@satanTime satanTime deleted the renovate/e2e/a16/patch-angular-monorepo branch April 22, 2023 09:48
@satanTime
Copy link
Member

v14.10.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.

1 participant