Skip to content

v3.0.0

Compare
Choose a tag to compare
@tetsuharuohzeki tetsuharuohzeki released this 02 Jul 04:15
· 96 commits to main since this release
b8f6e58

Breaking Changes

Update TypeScript to 5.5 #303

  • 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 to 5.5 or later immediately before import this change.
  • However, we may begin to use all new features in TS 5.5. We recommend strongly to update TypeScript for your project. We would not provide a support with TS5.4 or earlier.

Internals

  • Update dependencies.
  • dependabot: Watch multiple dirs by single configs. #304
  • dependabot should ignore ESLint v9 or later. #301