You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix TypeScript build errors and update to TS 5.9.3 targeting ES2022
Update TypeScript from 5.3.3 to 5.9.3 and adjust configuration to target
ES2022 (highest version supported by ts-node 10.9.2). Fix compilation
errors revealed by stricter type checking in TypeScript 5.9.
Changes:
- package.json: Upgrade typescript from ^5.3.3 to ^5.5.0 (installed 5.9.3)
- All tsconfig files: Update target from ES2023 to ES2022
- tsconfig_base.json: Add skipLibCheck to avoid third-party lib errors
- JobRunStatus.ts: Add declare keyword for data property override
- PipelineRunStatus.ts: Add declare keyword for data property override
- ConfigurationDataProvider.ts: Move components initialization to constructor
to fix property initialization order errors
Benefits:
- ES2022 target compatible with Node.js 22
- Stricter type checking catches potential bugs
- Successful build with no errors
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments