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 dependency @types/node to v20 #288

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 18.19.21 -> 20.14.1 age adoption passing confidence

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.

Copy link

netlify bot commented Nov 29, 2023

Deploy Preview for angular-ngrx-nx failed.

Name Link
🔨 Latest commit bf05afa
🔍 Latest deploy log https://app.netlify.com/sites/angular-ngrx-nx/deploys/665e5a17dfd46f000841bf61

@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from 4400f70 to 6c68078 Compare December 7, 2023 10:19
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from 086b0a1 to f6a2400 Compare December 15, 2023 14:12
@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from 200442c to 9346a03 Compare January 11, 2024 06:15
@renovate renovate bot force-pushed the renovate/node-20.x branch 6 times, most recently from a370e08 to 6967c4b Compare January 18, 2024 08:07
@renovate renovate bot force-pushed the renovate/node-20.x branch 5 times, most recently from 3cb8805 to 6f12057 Compare January 28, 2024 20:57
@renovate renovate bot force-pushed the renovate/node-20.x branch 4 times, most recently from c7189d8 to 6b8d645 Compare March 3, 2024 11:23
@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from 2bb83c6 to 16b832e Compare March 13, 2024 14:37
@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from 72d387e to bb1f95c Compare March 19, 2024 15:09
@renovate renovate bot force-pushed the renovate/node-20.x branch 4 times, most recently from 081e211 to dd5b97e Compare April 5, 2024 23:37
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from 0210f13 to 963eefc Compare April 9, 2024 23:42
@renovate renovate bot force-pushed the renovate/node-20.x branch 4 times, most recently from 475afb5 to dc264d5 Compare May 8, 2024 14:27
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from 1519292 to 606aea7 Compare May 14, 2024 07:09
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from 3136dc5 to eebdf6a Compare May 30, 2024 18:38
Copy link
Contributor Author

renovate bot commented May 30, 2024

⚠️ 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 error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/common
npm error   @angular/common@"18.0.0" from the root project
npm error   peer @angular/common@"18.0.0" from @angular/[email protected]
npm error   node_modules/@angular/forms
npm error     @angular/forms@"18.0.0" from the root project
npm error   4 more (@angular/platform-browser, ...)
npm error
npm error Could not resolve dependency:
npm error peer @angular/common@"5.0.0-alpha - 5 || 6.0.0-alpha - 6 || 7.0.0-alpha - 7 || 8.0.0-alpha - 8 || 9.0.0-alpha - 9 || 10.0.0-alpha - 10 || 11.0.0-alpha - 11 || 12.0.0-alpha - 12 || 13.0.0-alpha - 13 || 14.0.0-alpha - 14 || 15.0.0-alpha - 15 || 16.0.0-alpha - 16 || 17.0.0-alpha - 17" from [email protected]
npm error node_modules/ng-mocks
npm error   dev ng-mocks@"14.12.2" from the root project
npm error
npm error Conflicting peer dependency: @angular/[email protected]
npm error node_modules/@angular/common
npm error   peer @angular/common@"5.0.0-alpha - 5 || 6.0.0-alpha - 6 || 7.0.0-alpha - 7 || 8.0.0-alpha - 8 || 9.0.0-alpha - 9 || 10.0.0-alpha - 10 || 11.0.0-alpha - 11 || 12.0.0-alpha - 12 || 13.0.0-alpha - 13 || 14.0.0-alpha - 14 || 15.0.0-alpha - 15 || 16.0.0-alpha - 16 || 17.0.0-alpha - 17" from [email protected]
npm error   node_modules/ng-mocks
npm error     dev ng-mocks@"14.12.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-06-04T00_04_29_348Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-06-04T00_04_29_348Z-debug-0.log

@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from e18ce11 to 41d74a2 Compare June 2, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants