Releases: flow-typed/eslint-plugin-ft-flow
Releases · flow-typed/eslint-plugin-ft-flow
v3.0.2
What's Changed
- Bump @babel/traverse from 7.16.3 to 7.23.2 by @dependabot in #46
- Update README.md by @Dannymx in #47
- fix: Place
schema
property undermeta
by @hyperupcall in #48
New Contributors
- @Dannymx made their first contribution in #47
- @hyperupcall made their first contribution in #48
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Recommend hermes eslint
Breaking Changes
- Recommended eslint parser has changed to hermes-eslint as recommended https://flow.org/en/docs/tools/eslint/. If you'd like to continue using the old recommended config as you plan for a migration it's been moved to the babel-parser extension with docs found here
- The plugin no longer has
@babel/eslint-parser
as a peer dependency and instead hashermes-eslint
as a peer dependency to push users to the most up to date flow usage
What's Changed
- Clean up babel config setup for rule testing by @Brianzchen in #28
- bump mocha version by @Brianzchen in #29
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #32
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #36
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #40
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #39
- Bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #38
- Shift to use hermes-eslint by default by @Brianzchen in #41
New Contributors
- @dependabot made their first contribution in #32
Full Changelog: v2.0.1...v3.0.0
v2.0.1
What's Changed
- Recommended json does not specify it's own babel config anymore by @Brianzchen in #27
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Update rule prefix in readme by @Brianzchen in #20
- Readme gen tool by @Brianzchen in #22
- Fix issue with eslint v8 + jest by @Brianzchen in #23
Breaking
- Rename
no-flow-fix-me-in-strict-files
tono-flow-suppressions-in-strict-files
by @Brianzchen in #19
Full Changelog: v1.1.0...v2.0.0
v1.1.1-alpha-0
try a fix
v1.1.0
What's Changed
- custom suppress_types in no-weak-types by @Brianzchen in #16
- no-flow-fix-me-in-strict-files ignore some types by @Brianzchen in #18
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Lint fixes by @Brianzchen in #10
- Add flowtype to the project by @Brianzchen in #11
- Fix enforce suppression code rule on empty comments by @Brianzchen in #13
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Bump minimum node support version by @Brianzchen in #4
- add flow enum support by @Brianzchen in #5
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- fix tests by @Brianzchen in #1
- add enforce suppression code by @Brianzchen in #2
- add no flow suppression when strict flow files by @Brianzchen in #3
Full Changelog: v0.1.2...v1.0.0