Skip to content

chore(deps): pin dependency typescript to v5#6320

Merged
lukastaegert merged 2 commits intomasterfrom
renovate/typescript-6.x
Mar 29, 2026
Merged

chore(deps): pin dependency typescript to v5#6320
lukastaegert merged 2 commits intomasterfrom
renovate/typescript-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 26, 2026

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^5.9.3^6.0.2 age confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - Between 06:00 PM and 11:59 PM, only on Thursday ( * 18-23 * * 4 ), Between 12:00 AM and 05:59 AM, only on Friday ( * 0-5 * * 5 ) (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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 26, 2026

⚠️ 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 warn Unknown env config "store". This will stop working in the next major version of npm.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @typescript-eslint/eslint-plugin@8.57.1
npm warn Found: typescript@6.0.2
npm warn node_modules/typescript
npm warn   dev typescript@"^6.0.2" from the root project
npm warn   11 more (@rollup/plugin-typescript, @shikijs/twoslash, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer typescript@">=4.8.4 <6.0.0" from @typescript-eslint/eslint-plugin@8.57.1
npm warn node_modules/@typescript-eslint/eslint-plugin
npm warn   @typescript-eslint/eslint-plugin@"8.57.1" from typescript-eslint@8.57.1
npm warn   node_modules/typescript-eslint
npm warn
npm warn Conflicting peer dependency: typescript@5.9.3
npm warn node_modules/typescript
npm warn   peer typescript@">=4.8.4 <6.0.0" from @typescript-eslint/eslint-plugin@8.57.1
npm warn   node_modules/@typescript-eslint/eslint-plugin
npm warn     @typescript-eslint/eslint-plugin@"8.57.1" from typescript-eslint@8.57.1
npm warn     node_modules/typescript-eslint
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @typescript-eslint/parser@8.57.1
npm error Found: typescript@6.0.2
npm error node_modules/typescript
npm error   dev typescript@"^6.0.2" from the root project
npm error   peer typescript@">=3.7.0" from @rollup/plugin-typescript@12.3.0
npm error   node_modules/@rollup/plugin-typescript
npm error     dev @rollup/plugin-typescript@"^12.3.0" from the root project
npm error   10 more (@shikijs/twoslash, @typescript/vfs, ...)
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.8.4 <6.0.0" from @typescript-eslint/parser@8.57.1
npm error node_modules/@typescript-eslint/parser
npm error   peer @typescript-eslint/parser@"^8.57.1" from @typescript-eslint/eslint-plugin@8.57.1
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     @typescript-eslint/eslint-plugin@"8.57.1" from typescript-eslint@8.57.1
npm error     node_modules/typescript-eslint
npm error       dev typescript-eslint@"^8.57.1" from the root project
npm error   peerOptional @typescript-eslint/parser@"^7.0.0 || ^8.0.0" from eslint-plugin-vue@10.8.0
npm error   node_modules/eslint-plugin-vue
npm error     dev eslint-plugin-vue@"^10.8.0" from the root project
npm error   1 more (typescript-eslint)
npm error
npm error Conflicting peer dependency: typescript@5.9.3
npm error node_modules/typescript
npm error   peer typescript@">=4.8.4 <6.0.0" from @typescript-eslint/parser@8.57.1
npm error   node_modules/@typescript-eslint/parser
npm error     peer @typescript-eslint/parser@"^8.57.1" from @typescript-eslint/eslint-plugin@8.57.1
npm error     node_modules/@typescript-eslint/eslint-plugin
npm error       @typescript-eslint/eslint-plugin@"8.57.1" from typescript-eslint@8.57.1
npm error       node_modules/typescript-eslint
npm error         dev typescript-eslint@"^8.57.1" from the root project
npm error     peerOptional @typescript-eslint/parser@"^7.0.0 || ^8.0.0" from eslint-plugin-vue@10.8.0
npm error     node_modules/eslint-plugin-vue
npm error       dev eslint-plugin-vue@"^10.8.0" from the root project
npm error     1 more (typescript-eslint)
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 /runner/cache/others/npm/_logs/2026-03-26T18_04_38_182Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-03-26T18_04_38_182Z-debug-0.log

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rollup Ready Ready Preview, Comment Mar 29, 2026 5:35am

Request Review

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 26, 2026

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#renovate/typescript-6.x

Notice: Ensure you have installed the latest nightly Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust.

or load it into the REPL:
https://rollup-fh97pwtv3-rollup-js.vercel.app/repl/?pr=6320

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 26, 2026

Performance report

  • BUILD: 6490ms, 834 MB
    • initialize: 0ms, 24 MB (+8%)
    • generate module graph: 2378ms, 633 MB
      • generate ast: 1277ms, 627 MB
    • sort and bind modules: 351ms, 690 MB
    • mark included statements: 3758ms, 834 MB
      • treeshaking pass 1: 2212ms, 826 MB
      • treeshaking pass 2: 442ms, 846 MB
      • treeshaking pass 3: 373ms, 832 MB
      • treeshaking pass 4: 361ms, 853 MB
      • treeshaking pass 5: 359ms, 834 MB
  • GENERATE: 620ms, 934 MB
    • initialize render: 0ms, 834 MB
    • generate chunks: 38ms, 846 MB
      • optimize chunks: 0ms, 838 MB
    • render chunks: 567ms, 907 MB
    • transform chunks: 15ms, 934 MB
    • generate bundle: 0ms, 934 MB

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.78%. Comparing base (fe50d86) to head (5c39d37).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6320   +/-   ##
=======================================
  Coverage   98.78%   98.78%           
=======================================
  Files         274      274           
  Lines       10772    10772           
  Branches     2878     2878           
=======================================
  Hits        10641    10641           
  Misses         89       89           
  Partials       42       42           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 28, 2026

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.

@lukastaegert lukastaegert force-pushed the renovate/typescript-6.x branch from 7eec823 to 5c39d37 Compare March 29, 2026 05:34
@lukastaegert lukastaegert changed the title chore(deps): update dependency typescript to v6 chore(deps): pin dependency typescript to v5 Mar 29, 2026
@lukastaegert lukastaegert added this pull request to the merge queue Mar 29, 2026
Merged via the queue into master with commit ca55406 Mar 29, 2026
48 checks passed
@lukastaegert lukastaegert deleted the renovate/typescript-6.x branch March 29, 2026 06:12
@github-actions
Copy link
Copy Markdown

This PR has been released as part of rollup@4.60.1. You can test it via npm install rollup.

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