Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 6.0.3#17

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-6.0.3
Closed

chore(deps-dev): bump typescript from 5.9.3 to 6.0.3#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-6.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from hoangsnowy as a code owner May 18, 2026 05:37
hoangsnowy added a commit that referenced this pull request May 18, 2026
Two more Dependabot majors that pass the full local gate after a small
tsconfig migration:

- typescript     5.9.3  -> 6.0.3   (#17)
- @types/node    24.12.4 -> 25.8.0  (#15)

TypeScript 6 errors on `baseUrl` ("deprecated, removed in TS 7"); both
tsconfigs use it only as a path-mapping anchor. Removed `baseUrl` from
tsconfig.node.json and tsconfig.web.json and prefixed `paths` entries
with `./` so resolution stays relative to the tsconfig directory. No
import-site changes needed (still `@shared/*`, `@main/*`, `@renderer/*`).

@types/node 25 against Node 22.22.1 runtime: typecheck stays clean
because no Node-25-only globals are referenced. Will revisit when Node
26 LTS lands and runtime catches up.

Still held back (peer-dep walls):
- electron 41 -> 42                @electron/rebuild can't find a
  better-sqlite3 12.10.x prebuild for ABI 147 -> falls through to
  node-gyp -> MSVC compile fails. Stay on 41 per CLAUDE.md.
- eslint 9 -> 10                   eslint-plugin-react@7.37.5 latest
  peer caps at eslint ^9.7. Blocked until v8 of the plugin ships.
- vite 7 -> 8 + plugin-react 5 -> 6  electron-vite@5.0.0 peer caps at
  vite ^7. electron-vite@6 is still beta. Wait for stable.

Verified locally: lint, typecheck (node + web), 95/95 vitest,
build (main 75kB, preload 4kB, renderer 896kB), 6/6 e2e.
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

Looks like typescript is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 18, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/typescript-6.0.3 branch May 18, 2026 15:42
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.

0 participants