Skip to content

web(deps): bump typescript from 5.6.3 to 6.0.3 in /apps-web/eagle-eye-web - #23

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/apps-web/eagle-eye-web/typescript-6.0.3
Open

web(deps): bump typescript from 5.6.3 to 6.0.3 in /apps-web/eagle-eye-web#23
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/apps-web/eagle-eye-web/typescript-6.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown

Bumps typescript from 5.6.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:

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

... (truncated)

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 18, 2026

@behradkhodayar behradkhodayar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TypeScript 5 → 6 is a major and worth pausing on for two reasons:

  1. Coupled toolchain dependencies. @typescript-eslint/* 8.x officially supports TS up to 5.9 (5.10 in unsafe-mode); the 9.x line is the one that ships TS 6 support. Our services-ts apps are still on @typescript-eslint/{eslint-plugin,parser}@8.16.0, so type-aware linting will start emitting "TypeScript version not officially supported" warnings and may degrade on type-system rules. PR #16 (which bumps just the plugin to 8.59) doesn't fix this either — we'd need to coordinate with a typescript-eslint 9.x bump.
  2. Removed/changed compiler behavior. TS 6 finalizes some deprecations from 5.x (e.g. isolatedModules is now effectively default, certain strict* flag combinations behave differently). Our tsconfig.base.json / per-app tsconfig.json would need a pass.

Suggest holding this until typescript-eslint 9 lands in our tree (Dependabot will eventually propose it), then bumping both together. Or, if we want to take TS 6 now, do it as a deliberate PR that also bumps typescript-eslint to 9.x and re-runs pnpm -r typecheck to catch new errors.

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 6.0.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.6.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/apps-web/eagle-eye-web/typescript-6.0.3 branch from 14cdef6 to 88fae15 Compare May 18, 2026 19:49
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