Skip to content

fix: restore TypeScript 6 compatibility and unblock #66#68

Closed
IISweetHeartII wants to merge 1 commit intodevelopfrom
fix/66-ts6-node-types
Closed

fix: restore TypeScript 6 compatibility and unblock #66#68
IISweetHeartII wants to merge 1 commit intodevelopfrom
fix/66-ts6-node-types

Conversation

@IISweetHeartII
Copy link
Copy Markdown
Contributor

Summary

  • add explicit Node globals to tsconfig for TS6 under bundler resolution
  • allow/install TypeScript 6 in the workspace lockfile
  • suppress the TS6 baseUrl deprecation warning used by tsup dts builds

Validation

  • pnpm type-check
  • pnpm lint
  • pnpm build
  • pnpm test

Unblocks #66

@IISweetHeartII
Copy link
Copy Markdown
Contributor Author

CI 실패: Lint, Build & Test (20), Lint, Build & Test (22 cancelled). 수정 필요.

@IISweetHeartII
Copy link
Copy Markdown
Contributor Author

CI 실패: Lint, Build & Test (20). 수정 필요.

IISweetHeartII added a commit that referenced this pull request Apr 21, 2026
## Summary
- pin the workspace TypeScript dependency to 6.0.3 so the lockfile and
config agree
- keep the tsconfig updates needed for TS6 compatibility
- restore frozen-lockfile CI for the TS6 upgrade path

## Validation
- pnpm install --frozen-lockfile
- pnpm lint
- pnpm type-check
- pnpm build
- pnpm test

Supersedes #68 and helps unblock #66.
@IISweetHeartII
Copy link
Copy Markdown
Contributor Author

CI 실패: Lint, Build & Test (20). 수정 필요.

@IISweetHeartII
Copy link
Copy Markdown
Contributor Author

Superseded by #69, which is now merged and resolved the same TypeScript 6 lockfile/config mismatch path. Closing this stale predecessor to keep the queue clean.

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.

1 participant