Skip to content

Latest commit

 

History

History
137 lines (95 loc) · 15.9 KB

CHANGELOG.md

File metadata and controls

137 lines (95 loc) · 15.9 KB

5.0.1 (2024-12-17)

Bug Fixes

5.0.0 (2024-12-10)

⚠ BREAKING CHANGES

  • Update ESLint version requirements (#354)
  • Update TypeScript Rules and Config to support ESLint v9 (#338)
  • Update eslint-plugin-next version (#353)
  • Update eslint-plugin-testing-library version (#351)
  • Update eslint-plugin-react-hooks version (#349)
  • Update eslint-plugin-jsdoc version (#346)
  • Update eslint-plugin-promise version (#345)
  • Update eslint-plugin-import version (#344)
  • Add a ruleset powered by unicorn plugin into essentials config (#335)

Features

  • Add a ruleset powered by unicorn plugin into essentials config (#335) (c5a1544)
  • Update ESLint version requirements (#354) (78aa086)
  • Update eslint-plugin-import version (#344) (37927c4)
  • Update eslint-plugin-jest version (#342) (5beb961)
  • Update eslint-plugin-jest-dom version (#343) (e803148)
  • Update eslint-plugin-jsdoc version (#346) (9e0cf74)
  • Update eslint-plugin-jsx-a11y version (#348) (85f8fe9)
  • Update eslint-plugin-n version (#347) (3d78df4)
  • Update eslint-plugin-next version (#353) (e906b76)
  • Update eslint-plugin-promise version (#345) (e7abb32)
  • Update eslint-plugin-react version (#350) (6c8551c)
  • Update eslint-plugin-react-hooks version (#349) (22f5358)
  • Update eslint-plugin-storybook version (#352) (2171394)
  • Update eslint-plugin-testing-library version (#351) (ca2bcec)
  • Update TypeScript Rules and Config to support ESLint v9 (#338) (b945312)

4.1.2 (2024-08-29)

4.1.1 (2024-08-26)

Bug Fixes

  • TypeScript import and export parsing (#315) (3fcac94)

4.1.0 (2024-08-23)

Bug Fixes

  • extensions list into settings field of import rules (#314) (120b2e6)

Features

  • Add languageOptions.parserOptions option into essentials of flat config (#313) (c685d48)

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.

  • fix version

  • 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.

3.0.0 (2024-04-18)

Bug Fixes

  • Allow to omit importing some functions for test files written in TypeScript (#250) (7da21e3)

Features

BREAKING CHANGES

    • Linter rules have been significantly added and are now more strict.
  • The way eslintrc is configured has been changed.