Skip to content

Bump typescript from 5.9.3 to 6.0.3#4

Merged
elkimek merged 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-6.0.3
May 1, 2026
Merged

Bump typescript from 5.9.3 to 6.0.3#4
elkimek merged 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 1, 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 May 1, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 1, 2026

Greptile Summary

This PR upgrades TypeScript from 5.9.3 (^5.7.0) to 6.0.3 (^6.0.3) in both package.json and package-lock.json. The project's tsconfig.json (target: ES2022, module: NodeNext, strict: true) is fully compatible with TypeScript 6.0, and the Node ≥22 engine requirement satisfies the compiler's own runtime needs.

Confidence Score: 5/5

Safe to merge — clean major-version bump with no breaking impact given the project's tsconfig.

Only package.json and package-lock.json are touched. The existing tsconfig settings (target: ES2022, module: NodeNext, strict) are all valid in TypeScript 6.0, and TypeScript 6.0 has no breaking changes that affect this configuration. No transitive dependency changes are present.

No files require special attention.

Important Files Changed

Filename Overview
package.json TypeScript dev dependency range bumped from ^5.7.0 to ^6.0.3; no other changes.
package-lock.json Lock file updated to reflect TypeScript 6.0.3 resolved version, integrity hash, and matching dependency range; no unexpected transitive dependency changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json\ndevDependencies] -->|was ^5.7.0| B[TypeScript 5.9.3]
    A -->|now ^6.0.3| C[TypeScript 6.0.3]
    C --> D[tsconfig.json\ntarget: ES2022\nmodule: NodeNext\nstrict: true]
    D -->|compatible| E[Build: tsc → dist/]
Loading

Reviews (2): Last reviewed commit: "Bump typescript from 5.9.3 to 6.0.3" | Re-trigger Greptile

Comment thread package-lock.json
@elkimek
Copy link
Copy Markdown
Owner

elkimek commented May 1, 2026

@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>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.3 branch from 9583903 to 61db01f Compare May 1, 2026 15:03
@elkimek elkimek merged commit 1e69766 into main May 1, 2026
4 checks passed
@elkimek elkimek deleted the dependabot/npm_and_yarn/typescript-6.0.3 branch May 1, 2026 15:05
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.

1 participant