Skip to content

chore(deps-dev): Bump typescript from 5.9.3 to 6.0.2#1091

Merged
tgodzik merged 2 commits intomainfrom
dependabot/npm_and_yarn/typescript-6.0.2
Apr 1, 2026
Merged

chore(deps-dev): Bump typescript from 5.9.3 to 6.0.2#1091
tgodzik merged 2 commits intomainfrom
dependabot/npm_and_yarn/typescript-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

  • Investigate TypeScript 6.0.2 build errors
  • Fix tsconfig.json to explicitly include Node.js types ("types": ["node"])
  • Rebuild the dist files
  • Run linting (passes)

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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2026
@tgodzik
Copy link
Copy Markdown
Member

tgodzik commented Apr 1, 2026

@copilot fix the issue

Copy link
Copy Markdown

Copilot AI commented Apr 1, 2026

@copilot fix the issue

Fixed in ddd7a68. TypeScript 6.0 no longer automatically includes Node.js built-in types, causing 21 compilation errors. Added "types": ["node"] to tsconfig.json compilerOptions, then rebuilt the dist files. Build and lint both pass.

Copilot AI requested a review from tgodzik April 1, 2026 09:25
@tgodzik tgodzik merged commit 38df203 into main Apr 1, 2026
8 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/typescript-6.0.2 branch April 1, 2026 12:52
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