Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /frontend#2408

Merged
ManishMadan2882 merged 3 commits intomainfrom
dependabot/npm_and_yarn/frontend/typescript-6.0.3
Apr 29, 2026
Merged

chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /frontend#2408
ManishMadan2882 merged 3 commits intomainfrom
dependabot/npm_and_yarn/frontend/typescript-6.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Bumps typescript from 5.9.3 to 6.0.3.

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 17, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 17, 2026

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

Project Deployment Actions Updated (UTC)
oss-docsgpt Ready Ready Preview, Comment Apr 29, 2026 3:27am

Request Review

@ManishMadan2882
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
- esModuleInterop: false -> true (modern default)
- moduleResolution: Node -> Bundler (recommended for Vite)
- remove baseUrl; paths resolves relative to tsconfig
Copy link
Copy Markdown
Collaborator

@ManishMadan2882 ManishMadan2882 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

esModuleInterop: false --> true TS 6.0's modern default; pairs naturally with allowSyntheticDefaultImports: true already set, and improves CJS interop semantics.

moduleResolution: "Node" (legacy node10) --> "Bundler" the resolver mode recommended by TS for Vite/Rollup/esbuild projects; it matches how Vite actually
resolves at runtime (supports package.json exports, conditions, etc.).

baseUrl: "." removed since TS 4.1, paths is resolved relative to the tsconfig.json
location, so baseUrl is no longer required.

@ManishMadan2882 ManishMadan2882 merged commit 6ad9022 into main Apr 29, 2026
17 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/frontend/typescript-6.0.3 branch April 29, 2026 03:36
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.34%. Comparing base (87fd1bd) to head (9b8fe2d).
⚠️ Report is 38 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2408      +/-   ##
==========================================
+ Coverage   91.21%   91.34%   +0.12%     
==========================================
  Files         228      248      +20     
  Lines       19529    20709    +1180     
==========================================
+ Hits        17814    18916    +1102     
- Misses       1715     1793      +78     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file frontend javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant