Skip to content

chore(deps): upgrade TypeScript to v6.0.3 - #34

Merged
bbbbbbbbbbbbba merged 1 commit into
huabeitech:mainfrom
DOS:feat/upgrade-typescript-6
Sep 2, 2026
Merged

bbbbbbbbbbbbba merged 1 commit into
huabeitech:mainfrom
DOS:feat/upgrade-typescript-6

Conversation

@JOY

@JOY JOY commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR upgrades TypeScript to v6.0.3 across the web application and flowgram-editor subproject while ensuring backward compatibility with Next.js 16 and custom build tooling.

Changes

  1. Dependencies:

    • web/package.json: Upgrade typescript to ^6.0.3
    • flowgram-editor/package.json: Upgrade typescript to ^6.0.3
    • Updated pnpm-lock.yaml in both projects.
  2. Tooling & Build Compatibility:

    • web/scripts/build-sdk.mjs: Safely handle importsNotUsedAsValues to preserve compatibility with TypeScript compiler APIs.

Verification

  • pnpm typecheck passes cleanly.
  • pnpm build:sdk and pnpm build succeed.
  • go test ./... passes without regressions.

- Update TypeScript from ^5.8.3 to ^6.0.3 in web and flowgram-editor
- Ensure compatibility in build-sdk.mjs by safely handling importsNotUsedAsValues
- Update pnpm-lock.yaml in web and flowgram-editor
@bbbbbbbbbbbbba
bbbbbbbbbbbbba merged commit 816a941 into huabeitech:main Sep 2, 2026
2 checks 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