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 typescript to v5 #378

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) ^4.7.4 -> ^5.0.0 age adoption passing confidence

Release Notes

Microsoft/TypeScript

v5.0.4: TypeScript 5.0.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.3: TypeScript 5.0.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.2: TypeScript 5.0

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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

renovate bot commented Mar 16, 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: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"^5.0.0" from the root project
npm ERR!   peer typescript@">=3.7.0" from @rollup/[email protected]
npm ERR!   node_modules/@rollup/plugin-typescript
npm ERR!     dev @rollup/plugin-typescript@"^11.0.0" from the root project
npm ERR!   3 more (ts-jest, ts-node, tsutils)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@"^4.1" from [email protected]
npm ERR! node_modules/rollup-plugin-dts
npm ERR!   dev rollup-plugin-dts@"^5.2.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/typescript
npm ERR!   peer typescript@"^4.1" from [email protected]
npm ERR!   node_modules/rollup-plugin-dts
npm ERR!     dev rollup-plugin-dts@"^5.2.0" 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/worker/1792f5/68d302/cache/others/npm/_logs/2023-06-06T15_37_12_176Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/1792f5/68d302/cache/others/npm/_logs/2023-06-06T15_37_12_176Z-debug-0.log

@renovate renovate bot force-pushed the renovate/typescript-5.x branch 4 times, most recently from 7a6efe9 to 223ddf7 Compare March 23, 2023 19:34
@renovate renovate bot requested a review from a team March 23, 2023 19:34
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 223ddf7 to 1f8e2d6 Compare March 24, 2023 19:31
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 6 times, most recently from c4dffc5 to f9e3047 Compare April 3, 2023 22:16
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 3 times, most recently from 53a89e2 to c5411d4 Compare April 15, 2023 01:27
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 2 times, most recently from 58c48e0 to 7fa33b0 Compare April 24, 2023 19:35
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 3 times, most recently from 3decc50 to 8c21e15 Compare May 1, 2023 19:53
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 6 times, most recently from d2c7cb3 to f232930 Compare May 5, 2023 20:42
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 2 times, most recently from e9d9a11 to 2df0ed8 Compare May 11, 2023 16:02
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 5 times, most recently from 20ef06c to 83ac234 Compare May 24, 2023 20:08
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 83ac234 to 7b5ee58 Compare May 30, 2023 13:19
@renovate renovate bot requested a review from a team as a code owner May 30, 2023 13:19
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 7b5ee58 to 3735db8 Compare June 2, 2023 19:40
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 3735db8 to 89d8096 Compare June 6, 2023 15:37
@beeme1mr beeme1mr closed this Jun 6, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jun 6, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

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/typescript-5.x branch June 6, 2023 15:42
lukas-reining pushed a commit that referenced this pull request Jun 29, 2023
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.

1 participant