5.0.1 (2024-12-17)
5.0.0 (2024-12-10)
- 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 intoessentials
config (#335)
- Add a ruleset powered by
unicorn
plugin intoessentials
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)
4.1.0 (2024-08-23)
4.0.0 (2024-06-20)
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)
- Implement the Flat Config (#300) (0a16caf)
- Remove deprecated rule settings (#295) (b264582)
- Update ESLint version requirement (#272) (e2e952a)
- Update eslint-plugin-jest version (#275) (9f31624)
- Update eslint-plugin-n version (#274) (5e5ce78)
- Update eslint-plugin-testing-library version (#277) (9d23602)
- Update Node.js version requirement (#271) (44d7fe3)
- Update typescript-eslint version (#273) (64042cb)
-
Update the TypeScript peer dependency requirement to
>= 4.7.5 || ^5.0.0
. This means we are dropping support for TypeScript 4 versions prior to4.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 to8.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 to18.18.0
.
3.0.0 (2024-04-18)
- Implement CD "release" (#255) (66734d1)
- Implement config "node" (#244) (170e699)
- Implement config "react" (#240) (a8908d6)
- Implement config
jsdoc
(#238) (24cdd78) - Implement the rule "best-practices" (#210) (701a0e6)
- Implement the rule "errors" (#211) (907c92a)
- Implement the rule "es6" (#212) (31e3000)
- Implement the rule "imports" (#213) (b09c196)
- Implement the rule "react-hooks" (#226) (d1e574d)
- Implement the rule "style" (#216) (6d2261d)
- Implement the rule "variables" (#222) (e91e5d2)
- Implement v3 config "essentials" (#237) (af7c775)
- Implement v3 config "next" (#243) (00fdb4d)
- Implement v3 config "storybook" (#241) (bca4534)
- Implement v3 config "test/react" (#239) (e488f4a)
- Implement v3 config "typescript" (#242) (eb3d1e4)
- Implement v3 rule "jesdoc" (#234) (b407ee3)
- Implement v3 rule "jest-dom" (#231) (e0891ed)
- Implement v3 rule "jest" (#228) (d544fa0)
- Implement v3 rule "next" (#227) (b1662ad)
- Implement v3 rule "node" (#215) (91bcb4c)
- Implement v3 rule "promise" (#223) (b79e339)
- Implement v3 rule "testing-library" (#232) (6afbe8f)
- Implement v3 rule "typescript" (#236) (6d42dc6)
- Implement v3 rule
jsx-a11y
(#224) (7fe1bd4) - Implement v3 rule
react
(#225) (fe33aa2) - Implement v3 rule storybook (#233) (d879dc5)
-
- Linter rules have been significantly added and are now more strict.
-
The way
eslintrc
is configured has been changed.