Skip to content

build(deps-dev): bump typescript from 5.9.3 to 6.0.3#143

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-6.0.3
Open

build(deps-dev): bump typescript from 5.9.3 to 6.0.3#143
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-6.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 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 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 22, 2026 17:37
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 22, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 22, 2026

Greptile Summary

This PR is a routine Dependabot bump of TypeScript across the monorepo. packages/cli and packages/core receive a patch update from ^6.0.2^6.0.3, while packages/web receives a larger jump from ^5.8.3^6.0.3 (a full major version upgrade for that package).

Key observations:

  • The patch-level bump for cli and core is low-risk and straightforward.
  • The packages/web jump from TypeScript 5.x to 6.x is more significant. TypeScript 6.0 introduced breaking behavioral changes (new defaults for module, moduleResolution, esModuleInterop emit, etc.). The web package uses astro/tsconfigs/strict, and Astro 6.x is already a dependency, so compatibility is expected — but the CI astro check and astro build steps should be verified to pass cleanly.
  • In package-lock.json, the root node_modules/typescript (5.9.3) is now marked "peer": true. This means a dependency at the root still declares TypeScript 5.x as a peer requirement. Each workspace resolves its own 6.0.3 copy, so no runtime conflict is expected, but it is worth noting that the root-level peer resolution retains the older version.

Confidence Score: 4/5

Safe to merge once CI (especially astro check and astro build for the web package) passes cleanly given the TypeScript 5→6 jump there.

For cli and core this is a trivial patch bump. The only meaningful change is packages/web moving from TypeScript 5.8.x to 6.0.3, which is a major version upgrade and brings potential breaking changes in defaults. However, the project already uses Astro 6.x which targets TS 6 compatibility, and the build/typecheck CI scripts run astro check — if those pass, the risk is minimal.

packages/web/package.json — the TypeScript 5→6 major version upgrade is the most impactful change and should be confirmed by CI.

Important Files Changed

Filename Overview
packages/web/package.json TypeScript upgraded from ^5.8.3 to ^6.0.3 — a major version bump for this package, larger than the patch bumps in cli/core. Astro 6.1.6 is already in dependencies, which should support TS 6.x.
packages/cli/package.json Routine patch bump of TypeScript from ^6.0.2 to ^6.0.3.
packages/core/package.json Routine patch bump of TypeScript from ^6.0.2 to ^6.0.3.
package-lock.json Lock file updated: each workspace gets its own 6.0.3 install; root node_modules/typescript (5.9.3) is now marked "peer": true, indicating a peer-dependency resolution at the root level that retains the older version.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    Root["Root (package-lock.json)\nnode_modules/typescript@5.9.3\n(peer: true)"]
    CLI["packages/cli\ntypescript ^6.0.3\n(was ^6.0.2)"]
    Core["packages/core\ntypescript ^6.0.3\n(was ^6.0.2)"]
    Web["packages/web\ntypescript ^6.0.3\n(was ^5.8.3 — major bump)"]
    CLI_TS["packages/cli/node_modules/typescript@6.0.3"]
    Core_TS["packages/core/node_modules/typescript@6.0.3"]
    Web_TS["packages/web/node_modules/typescript@6.0.3"]

    CLI --> CLI_TS
    Core --> Core_TS
    Web --> Web_TS
    Root -. "retained as peer dep" .-> Root
Loading

Reviews (1): Last reviewed commit: "build(deps-dev): bump typescript from 5...." | Re-trigger Greptile

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.3 branch 8 times, most recently from 6ca4290 to dbc698e Compare April 23, 2026 08:19
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 dbc698e to ce64b87 Compare April 23, 2026 08:20
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.

0 participants