Skip to content

Commit

Permalink
Bump eslint-plugin-ft-flow from 1.1.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-ft-flow](https://github.com/flow-typed/eslint-plugin-ft-flow) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/flow-typed/eslint-plugin-ft-flow/releases)
- [Commits](flow-typed/eslint-plugin-ft-flow@v1.1.0...v2.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-ft-flow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Dec 30, 2021
1 parent 80945e3 commit 9cfd9ad
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Object {
"ft-flow/no-duplicate-type-union-intersection-members": 2,
"ft-flow/no-existential-type": 2,
"ft-flow/no-flow-fix-me-comments": 0,
"ft-flow/no-flow-fix-me-in-strict-files": 0,
"ft-flow/no-flow-suppressions-in-strict-files": 0,
"ft-flow/no-internal-flow-type": 2,
"ft-flow/no-mixed": 0,
"ft-flow/no-mutable-array": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ Object {
"ft-flow/no-duplicate-type-union-intersection-members": 2,
"ft-flow/no-existential-type": 2,
"ft-flow/no-flow-fix-me-comments": 0,
"ft-flow/no-flow-fix-me-in-strict-files": 0,
"ft-flow/no-flow-suppressions-in-strict-files": 0,
"ft-flow/no-internal-flow-type": 2,
"ft-flow/no-mixed": 0,
"ft-flow/no-mutable-array": 0,
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-config-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint-plugin-adeira": "^0.15.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-fb-flow": "^0.0.4",
"eslint-plugin-ft-flow": "^1.1.0",
"eslint-plugin-ft-flow": "^2.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-config-adeira/src/presets/flowtype.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = ({
'ft-flow/no-duplicate-type-union-intersection-members': ERROR,
'ft-flow/no-existential-type': ERROR, // https://github.com/facebook/flow/issues/6308
'ft-flow/no-flow-fix-me-comments': OFF,
'ft-flow/no-flow-fix-me-in-strict-files': OFF, // TODO: enable (after fixing our codebase)
'ft-flow/no-flow-suppressions-in-strict-files': OFF, // TODO: enable (after fixing our codebase)
'ft-flow/no-internal-flow-type': ERROR,
'ft-flow/no-mixed': OFF,
'ft-flow/no-mutable-array': OFF,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8875,10 +8875,10 @@ eslint-plugin-fb-flow@^0.0.4:
resolved "https://registry.yarnpkg.com/eslint-plugin-fb-flow/-/eslint-plugin-fb-flow-0.0.4.tgz#47fa51630a5620b3b03919194e783ddfc094fd5d"
integrity sha512-VWRoULiRkYqgeX4uCw2uIuu4v5DOhtWC+4fLM+qXX2mUtLf07znqhyTtxwIugnX8MgPczkaKmtDPrkuhvFmAoA==

eslint-plugin-ft-flow@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-1.1.0.tgz#bc41e242b26e542c9eb23280eacae933a43f7447"
integrity sha512-Z1MVInDFYHV66Ok0dA+jR7fiHLCYY8eDl0z8yiQ/wAXkmfOJ8fEuHeFvx+z5Ykt3IojhWrmLKkDbC/KDj7FCQw==
eslint-plugin-ft-flow@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-2.0.0.tgz#c74016ef0840c7ff9d57ffdba3b353f9daa9711f"
integrity sha512-W9/PDbph5xImmrarHPiUYO3GqDeCPegdrONjJqr9Qrdy7UeTOEetcfy6yaFputvvUrchFsSMNV2BM2hiKaEJ8w==
dependencies:
lodash "^4.17.21"
string-natural-compare "^3.0.1"
Expand Down

0 comments on commit 9cfd9ad

Please sign in to comment.