Skip to content

chore(deps): update dependency typescript to v6#3721

Merged
mrlubos merged 4 commits into
mainfrom
renovate/typescript-6.x
Apr 8, 2026
Merged

chore(deps): update dependency typescript to v6#3721
mrlubos merged 4 commits into
mainfrom
renovate/typescript-6.x

Conversation

@renovate

@renovate renovate Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 5.9.36.0.2 age confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (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.

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel

vercel Bot commented Apr 7, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
hey-api-docs Ready Ready Preview, Comment Apr 8, 2026 2:56am

Request Review

@changeset-bot

changeset-bot Bot commented Apr 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 24c7cd9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pullfrog

pullfrog Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

TL;DR — Bumps typescript from 5.9.3 to 6.0.2 across the entire monorepo, removes the now-unnecessary baseUrl option from several tsconfig.json files to align with TypeScript 6 defaults, adds a CSS module declaration to fix the Next.js example build, and updates Angular dependencies from 21.1.2 to 21.2.x.

Key changes

  • Bump typescript to 6.0.2 in all package.json files — Updates the devDependencies version pin in the root, all packages/*, all examples/*, and the dev/ workspace.
  • Remove baseUrl from tsconfig.json files — Drops the redundant "baseUrl": "." setting from docs/tsconfig.json and three example tsconfig.app.json files, since TypeScript 6 defaults baseUrl to "." when paths is specified.
  • Add global.d.ts CSS module declaration for the Next.js example — Declares *.css modules to fix a build error introduced by TypeScript 6's stricter module resolution.
  • Update Angular dependencies to 21.2.x — Bumps @angular/* packages from 21.1.2 to 21.2.521.2.7 in dev/, openapi-ts-angular-common, openapi-ts-angular, and openapi-ts-tanstack-angular-query-experimental.
  • Regenerate pnpm-lock.yaml — Reflects the resolved typescript@6.0.2 and Angular 21.2.x dependency tree.

Summary | 40 files | 4 commits | base: mainrenovate/typescript-6.x

Before: typescript pinned at 5.9.3; baseUrl: "." explicitly set in four tsconfig files; no CSS module declaration in the Next.js example; Angular deps at 21.1.2
After: typescript pinned at 6.0.2; redundant baseUrl removed (inferred by TS 6 when paths is present); global.d.ts added for CSS imports; Angular deps at 21.2.x

All 34 package.json files receive the typescript version bump (5.9.36.0.2). Four tsconfig files (docs/tsconfig.json, examples/openapi-ts-ofetch/tsconfig.app.json, examples/openapi-ts-pinia-colada/tsconfig.app.json, examples/openapi-ts-tanstack-vue-query/tsconfig.app.json) have baseUrl removed to match TypeScript 6's new default behavior. A new examples/openapi-ts-next/global.d.ts file declares *.css modules so the Next.js example compiles under TS 6's stricter checks. The three Angular examples and the dev/ workspace additionally update @angular/*, @angular-devkit/*, and @angular/cli from 21.1.2 to 21.2.521.2.7. No source code, configuration logic, or build changes are included beyond the dependency bumps, tsconfig cleanup, and the CSS module declaration.

package.json · pnpm-lock.yaml · docs/tsconfig.json · examples/openapi-ts-next/global.d.ts

Pullfrog  | View workflow run | Triggered by Pullfrog𝕏

@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Apr 8, 2026
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Apr 8, 2026
@renovate

renovate Bot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor Author

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.

@codecov

codecov Bot commented Apr 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 40.04%. Comparing base (0983189) to head (24c7cd9).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3721      +/-   ##
==========================================
- Coverage   40.24%   40.04%   -0.21%     
==========================================
  Files         520      520              
  Lines       19302    19243      -59     
  Branches     5726     5726              
==========================================
- Hits         7769     7705      -64     
- Misses       9337     9342       +5     
  Partials     2196     2196              
Flag Coverage Δ
unittests 40.04% <ø> (-0.21%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@pkg-pr-new

pkg-pr-new Bot commented Apr 8, 2026

Copy link
Copy Markdown

Open in StackBlitz

@hey-api/codegen-core

npm i https://pkg.pr.new/@hey-api/codegen-core@3721

@hey-api/json-schema-ref-parser

npm i https://pkg.pr.new/@hey-api/json-schema-ref-parser@3721

@hey-api/nuxt

npm i https://pkg.pr.new/@hey-api/nuxt@3721

@hey-api/openapi-ts

npm i https://pkg.pr.new/@hey-api/openapi-ts@3721

@hey-api/shared

npm i https://pkg.pr.new/@hey-api/shared@3721

@hey-api/spec-types

npm i https://pkg.pr.new/@hey-api/spec-types@3721

@hey-api/types

npm i https://pkg.pr.new/@hey-api/types@3721

@hey-api/vite-plugin

npm i https://pkg.pr.new/@hey-api/vite-plugin@3721

commit: 24c7cd9

@mrlubos mrlubos merged commit ebf6878 into main Apr 8, 2026
11 of 12 checks passed
@mrlubos mrlubos deleted the renovate/typescript-6.x branch April 8, 2026 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant