Skip to content

Bump typescript from 5.9.3 to 6.0.2#1476

Merged
Janther merged 5 commits intomainfrom
dependabot/npm_and_yarn/typescript-6.0.2
Apr 4, 2026
Merged

Bump typescript from 5.9.3 to 6.0.2#1476
Janther merged 5 commits intomainfrom
dependabot/npm_and_yarn/typescript-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps typescript from 5.9.3 to 6.0.2.

Release notes

Sourced from typescript's releases.

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.2 branch 3 times, most recently from df6ecdd to 927d086 Compare March 30, 2026 18:37
@Janther Janther requested a review from fvictorio March 30, 2026 20:11
@Janther
Copy link
Copy Markdown
Member

Janther commented Mar 30, 2026

Typescript 6 is here!!!

Changes I had to do to work with it:

  • add rootDir to tsconfig.json
  • add test.tsconfig.json to compile and later run test related files (like variant-coverage).
  • update target from es6 to es2023 (we only were required to go to es2019 but there is a function introduced in es2023 that I want to use here computing lastPrintableIndex only once instead of checking in every loop #1486, and es2023 already has full support from browsers)

Please have a look @fvictorio

@Janther Janther force-pushed the dependabot/npm_and_yarn/typescript-6.0.2 branch from f5500d7 to c41bb87 Compare April 1, 2026 14:51
dependabot Bot and others added 5 commits April 3, 2026 12:09
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
… `eslint` linting for `variant-coverage` that were dismissed because of the single `tsconfig`
@Janther Janther force-pushed the dependabot/npm_and_yarn/typescript-6.0.2 branch from c41bb87 to 474496b Compare April 3, 2026 15:09
@Janther Janther merged commit 7e03ec9 into main Apr 4, 2026
7 checks passed
@Janther Janther deleted the dependabot/npm_and_yarn/typescript-6.0.2 branch April 4, 2026 19:24
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants