Skip to content

Fix typescript 6.0 upgrade#115

Merged
aneshlya merged 3 commits intoispc:mainfrom
azwolski:fix-typescript-6.0-upgrade
Apr 7, 2026
Merged

Fix typescript 6.0 upgrade#115
aneshlya merged 3 commits intoispc:mainfrom
azwolski:fix-typescript-6.0-upgrade

Conversation

@azwolski
Copy link
Copy Markdown
Collaborator

@azwolski azwolski commented Apr 7, 2026

No description provided.

dependabot bot and others added 2 commits March 23, 2026 19:04
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.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>
Update tsconfig.json to use 'node16' instead of deprecated 'node' module resolution.
This fixes the TS5107 error in TypeScript 6.0 which prevents the build from completing.

Fixes ispc#111

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@azwolski azwolski marked this pull request as ready for review April 7, 2026 09:46
Update tsconfig.json to use Node16 module and moduleResolution settings,
required for compatibility with @types/vscode 1.110.0 and TypeScript 5.8.3.

Fixes the CI build error: "Option 'module' must be set to 'Node16' when
option 'moduleResolution' is set to 'Node16'."

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@aneshlya aneshlya left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

@aneshlya aneshlya merged commit 3c190bb into ispc:main Apr 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants