Skip to content

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

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

chore(deps-dev): bump typescript from 5.9.3 to 6.0.3#46
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 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
@dependabot dependabot Bot requested a review from jrphilo as a code owner May 1, 2026 15:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 1, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 1, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
docs-preview bd7b39c May 13 2026, 03:46 PM

@jrphilo
Copy link
Copy Markdown
Collaborator

jrphilo commented May 13, 2026

Ralphie skipped this for: skip-needs-review (build-tooling major, elevated scrutiny)

What I saw: pnpm build fails on this branch with Cannot find module or type declarations for side-effect import of '@/styles/tailwind.css' at src/app/layout.tsx:19. TypeScript 6.0 flips the noUncheckedSideEffectImports compiler default from false to true — a documented breaking change in the TS 6.0 announcement. pnpm install --frozen-lockfile and pnpm check:links were clean; pnpm lint could not be evaluated cleanly in the worktree (sibling-eslintrc conflict, unrelated to the bump).

What I investigated:

  • Ownership / supply-chain: still Microsoft (pnpm view typescript@6.0.3 — maintainers microsoft1es, typescript-bot, weswigham, andrewbranch, etc.; Apache-2.0; zero runtime deps). No supply-chain concerns.
  • Other TS 6.0 default flips against our tsconfig.json: strict (already true), module: esnext (already), target: es6 (still valid; only es5 removed), moduleResolution: bundler (not deprecated), lib: ["dom","dom.iterable","esnext"] (dom.iterable is now an empty stub merged into dom — harmless), no baseUrl, esModuleInterop: true. No other removed features in use (no AMD/UMD/SystemJS, no --outFile, no classic resolution, no module Foo {} namespaces, no assert-style import assertions).
  • Side-effect imports across the repo: only two — import '@/styles/tailwind.css' in src/app/layout.tsx (the failure) and import 'server-only' in src/lib/source.ts (server-only ships its own types — fine). The CSS import is the only regression surface.
  • pnpm check:links clean (39 files, 3 internal links, 0 broken).

What's still unclear: the minimal mechanical fix is small (either an ambient declare module '*.css' in a src/types/*.d.ts, or set noUncheckedSideEffectImports: false in tsconfig.json, or add "ignoreDeprecations": "6.0"), but as a TypeScript major under elevated scrutiny there's a judgment call to make: (a) which fix is preferred for this repo, and (b) whether to adopt TS 6.0 at all yet — the 6.0.3 release is only ~3 weeks old and subtle type-narrowing regressions in untested code branches can't be fully ruled out from a clean Next.js build alone.

What would unblock it: maintainer picks the fix approach (ambient CSS declaration vs. tsconfig flag) and confirms readiness to adopt TS 6.0; remove the ralphie:skip-needs-review label to re-queue, or close in favor of a hand-crafted upgrade PR.

@jrphilo jrphilo added the ralphie:skip-needs-review Ralphie investigated but found genuine concern or unclear impact; human review needed label May 13, 2026
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 385179a to bd7b39c Compare May 13, 2026 15:37
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 ralphie:skip-needs-review Ralphie investigated but found genuine concern or unclear impact; human review needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant