Releases: moneyforward/eslint-config-moneyforward
Releases · moneyforward/eslint-config-moneyforward
4.1.2
4.1.1
4.1.0
4.0.0
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
- 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)
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 to4.7.5
. - 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
.
Release 3.0.0
Bug Fixes
Features
- 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)
BREAKING CHANGES
- Linter rules have been significantly added and are now more strict.
- The way
eslintrc
is configured has been changed.
Release 2.0.0
- Update @typescript-eslint/parser requirement from ^5.48.1 to ^5.48.2 (2d682ec)
- Update @typescript-eslint/eslint-plugin requirement (ee4429c)
- Update eslint-plugin-react requirement from ^7.32.0 to ^7.32.1 (baf3290)
- Update prettier requirement from ^2.8.2 to ^2.8.3 (c3252ef)
- Update eslint requirement from ^8.31.0 to ^8.32.0 (19cfc8e)
- Update eslint-plugin-react requirement from ^7.31.11 to ^7.32.0 (c7cab27)
- Update eslint-plugin-testing-library requirement from ^4.6.0 || ^5.0.0 to ^5.9.1 (0e4dc59)
- Update eslint-plugin-jest requirement from ^27.2.0 to ^27.2.1 (5fd34b5)
- Update eslint-plugin-react-hooks requirement from ^4.2.0 to ^4.6.0 (032c00b)
- Update @typescript-eslint/parser requirement from ^4.28.0 || ^5.0.0 to ^5.48.1 (759967f)
- Bump release-it from 14.14.3 to 15.6.0 (051698e)
- Update @typescript-eslint/eslint-plugin requirement from ^4.28.0 || ^5.0.0 to ^5.48.1 (5cc0825)
- Update eslint-plugin-react requirement from ^7.24.0 to ^7.31.11 (d836838)
- Bump jest from 27.5.1 to 29.3.1 (5dfde18)
- Update prettier requirement from ^2.8.1 to ^2.8.2 (cf80a7f)
- Update eslint-config-prettier requirement from ^8.3.0 to ^8.6.0 (7feb4ed)
- Merge pull request #81 from moneyforward/finish-support-node-v12 (bbb6bc6)
- update: finish support for node v12 (3f0ab33)
- Bump eslint-plugin-jest from 25.7.0 to 27.2.0 (91a8f37)
- Update prettier requirement from ^2.3.2 to ^2.8.1 (172762d)
- Bump eslint-plugin-jest-dom from 3.9.4 to 4.0.3 (53cf139)
- Bump eslint from 7.32.0 to 8.31.0 (118524e)
- Merge pull request #58 from moneyforward/add-support-for-nodejs-18 (cd4de6c)
- add support for Node.js v18 (d7a5063)
- Merge pull request #23 from horaotoko/horaotoko/patch/dependabot (c184a85)
- lint fix (3607ba4)
- dependabot init (2a3bf2e)
Release 1.0.1
- Merge pull request #20 from moneyforward/chore/use-eslint8 (53a11bf)
- chore(actions): check result with eslint8 (4136b3b)
- chore(deps): relax dependencies for eslint8 (c0b4ecd)
- Merge pull request #19 from moneyforward/chore/eslint-matrix (15e30aa)
- chore(actions): ignore error on eslint v8 (ef1382d)
- chore(actions): run eslint v8 (8c23761)
- Merge pull request #15 from moneyforward/add-support-for-nodejs-12-14 (640139f)
- Add support for nodejs v12/v14 (77446ab)
Release 1.0.0
- fix version (140d75b)
- Merge pull request #13 from moneyforward/release-it (04ea85c)
- install release-it (5ba7d4c)
- Merge pull request #12 from moneyforward/rename (4939f1c)
- npm run lint:fix (b0b5b0a)
- fix README and package.json (51a7fda)
- Merge pull request #11 from kimromi/versioning-and-license (6371486)
- version 1.0.0 (e9c6589)
- add LICENSE (e107592)
- add versioning policy (ea63474)
- fix package.json URLs (aa9f81b)
- Merge pull request #10 from kimromi/fix-readme (f15753a)
- use moneyforward-fukuoka/rules/prettier (e40e87d)
- Merge pull request #9 from kimromi/rename (73c770e)
- rename (76b0e19)
- Merge pull request #8 from kimromi/support-prettier (ab78df1)
- support prettier (9882c12)
- Merge pull request #7 from kimromi/devide-testing-library-react (d1bbbc2)
- devide testing-libarary (6b26841)
- Merge pull request #6 from kimromi/add-test (c61455d)
- add test (6e5ad32)
- Merge pull request #5 from kimromi/lint-and-prettier (d712c15)
- lint on GitHub Actions (fd3910e)
- fix lint and prettier (94fa047)
- Merge pull request #4 from kimromi/fix-extends (43b66b4)
- fix directory (883f291)
- Merge pull request #3 from kimromi/plaggable (a318d64)
- Plaggable (2a2079f)
- Merge pull request #2 from kimromi/add-jest (63836b5)
- Add jest rules (3cdd239)
- Merge pull request #1 from kimromi/add-rules (8a2dc94)
- add README (2a52b2d)
- add rules (0f52242)
- initial commit (f98e3df)