Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@oss-frontend-github-app oss-frontend-github-app released this 20 Jun 09:14
· 5 commits to main since this release

4.0.0 (2024-06-20)

Bug Fixes

  • import/namespace error (#294) (a512fed)
  • Allow import of devDependency modules in Storybook files (#279) (1503dbe)
  • Resolve the problem of incorrect recognition of alias path by TypeScript's Compiler Options (#293) (39c4f0a)
  • Specify jest as a Peer Dependency (#298) (4f750da)

Features

BREAKING CHANGES

  • Update eslint-plugin-testing-library version to 6 higher
  • Update the TypeScript peer dependency requirement to >= 4.7.5 || ^5.0.0. This means we are dropping support for TypeScript 4 versions prior to 4.7.5.
  • Update the ESLint peer dependency requirement to ^8.56.0. This means we are dropping support for ESLint 8 versions prior to 8.56.0.
  • chore: specify eslint version in ci only v8
  • Update Node.js engine requirement to >= 18.18.0 || >= 20.0.0. This means we are dropping support for Node 18 versions prior to 18.18.0.