v4.0.0
Breaking Changes
Update TypeScript to 5.7 #344
This is released as a breaking change by following conservative reasons.
- This release would not break the typecheck on your CI since this release does not contain a change which uses TypeScript's newer feature. Probably you don't have to update your TypeScript in your project to 5.7 or later immediately before import this change.
- However, we may begin to use all new features in TS 5.7. We recommend strongly to update TypeScript for your project. We would not provide a support with TS5.6 or earlier.
Internals
- Update dependencies.