chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /frontend#2408
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@dependabot rebase |
91e6a9d to
74b7aa1
Compare
74b7aa1 to
978cd7e
Compare
978cd7e to
44f6cbe
Compare
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>
44f6cbe to
2bc0b69
Compare
- esModuleInterop: false -> true (modern default) - moduleResolution: Node -> Bundler (recommended for Vite) - remove baseUrl; paths resolves relative to tsconfig
ManishMadan2882
left a comment
There was a problem hiding this comment.
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.
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Bumps typescript from 5.9.3 to 6.0.3.
Release notes
Sourced from typescript's releases.
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 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 (#...607a22aBump version to 6.0.2 and LKG9e72ab7🤖 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 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0