Skip to content

Commit 9cfd9ad

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
Bump eslint-plugin-ft-flow from 1.1.0 to 2.0.0
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] <[email protected]>
1 parent 80945e3 commit 9cfd9ad

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/eslint-config-adeira/__tests__/__snapshots__/index.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Object {
197197
"ft-flow/no-duplicate-type-union-intersection-members": 2,
198198
"ft-flow/no-existential-type": 2,
199199
"ft-flow/no-flow-fix-me-comments": 0,
200-
"ft-flow/no-flow-fix-me-in-strict-files": 0,
200+
"ft-flow/no-flow-suppressions-in-strict-files": 0,
201201
"ft-flow/no-internal-flow-type": 2,
202202
"ft-flow/no-mixed": 0,
203203
"ft-flow/no-mutable-array": 0,

src/eslint-config-adeira/__tests__/__snapshots__/presets.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ Object {
588588
"ft-flow/no-duplicate-type-union-intersection-members": 2,
589589
"ft-flow/no-existential-type": 2,
590590
"ft-flow/no-flow-fix-me-comments": 0,
591-
"ft-flow/no-flow-fix-me-in-strict-files": 0,
591+
"ft-flow/no-flow-suppressions-in-strict-files": 0,
592592
"ft-flow/no-internal-flow-type": 2,
593593
"ft-flow/no-mixed": 0,
594594
"ft-flow/no-mutable-array": 0,

src/eslint-config-adeira/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-adeira": "^0.15.0",
2222
"eslint-plugin-eslint-comments": "^3.2.0",
2323
"eslint-plugin-fb-flow": "^0.0.4",
24-
"eslint-plugin-ft-flow": "^1.1.0",
24+
"eslint-plugin-ft-flow": "^2.0.0",
2525
"eslint-plugin-import": "^2.25.3",
2626
"eslint-plugin-jest": "^25.3.2",
2727
"eslint-plugin-jsx-a11y": "^6.5.1",

src/eslint-config-adeira/src/presets/flowtype.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = ({
2727
'ft-flow/no-duplicate-type-union-intersection-members': ERROR,
2828
'ft-flow/no-existential-type': ERROR, // https://github.com/facebook/flow/issues/6308
2929
'ft-flow/no-flow-fix-me-comments': OFF,
30-
'ft-flow/no-flow-fix-me-in-strict-files': OFF, // TODO: enable (after fixing our codebase)
30+
'ft-flow/no-flow-suppressions-in-strict-files': OFF, // TODO: enable (after fixing our codebase)
3131
'ft-flow/no-internal-flow-type': ERROR,
3232
'ft-flow/no-mixed': OFF,
3333
'ft-flow/no-mutable-array': OFF,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8875,10 +8875,10 @@ eslint-plugin-fb-flow@^0.0.4:
88758875
resolved "https://registry.yarnpkg.com/eslint-plugin-fb-flow/-/eslint-plugin-fb-flow-0.0.4.tgz#47fa51630a5620b3b03919194e783ddfc094fd5d"
88768876
integrity sha512-VWRoULiRkYqgeX4uCw2uIuu4v5DOhtWC+4fLM+qXX2mUtLf07znqhyTtxwIugnX8MgPczkaKmtDPrkuhvFmAoA==
88778877

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

0 commit comments

Comments
 (0)