Skip to content

Commit

Permalink
Bump eslint-plugin-flowtype from 6.0.1 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases)
- [Commits](gajus/eslint-plugin-flowtype@v6.0.1...v6.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-flowtype
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Sep 22, 2021
1 parent bcae512 commit b25e6f9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/eslint-config-adeira/CHANGELOG.md
@@ -1,5 +1,7 @@
# Unreleased

- New rule [`flowtype/no-duplicate-type-union-intersection-members`](https://github.com/gajus/eslint-plugin-flowtype/blob/1c1c009ba2a58b9660d43c43750396bef8d73904/.README/rules/no-duplicate-type-union-intersection-members.md) has been enabled (as warnings or errors in strict mode).

# 6.5.1

- Dependency `eslint-plugin-react` was temporarily pined to version 7.25.1 because of a new issue with FBT tags: https://github.com/yannickcr/eslint-plugin-react/issues/3080
Expand Down
Expand Up @@ -143,6 +143,7 @@ Object {
"always",
],
"flowtype/no-dupe-keys": 2,
"flowtype/no-duplicate-type-union-intersection-members": 1,
"flowtype/no-existential-type": 2,
"flowtype/no-flow-fix-me-comments": 0,
"flowtype/no-internal-flow-type": 2,
Expand Down Expand Up @@ -1083,6 +1084,11 @@ Snapshot Diff:
+ "fb-flow/use-exact-by-default-object-type": 2,
+ "fb-flow/use-flow-enums": 2,
"fb-flow/use-indexed-access-type": 0,
@@ --- --- @@
"flowtype/no-dupe-keys": 2,
- "flowtype/no-duplicate-type-union-intersection-members": 1,
+ "flowtype/no-duplicate-type-union-intersection-members": 2,
"flowtype/no-existential-type": 2,
@@ --- --- @@
"import/no-nodejs-modules": 0,
- "import/no-relative-packages": 1,
Expand Down
Expand Up @@ -580,6 +580,7 @@ Object {
"always",
],
"flowtype/no-dupe-keys": 2,
"flowtype/no-duplicate-type-union-intersection-members": 1,
"flowtype/no-existential-type": 2,
"flowtype/no-flow-fix-me-comments": 0,
"flowtype/no-internal-flow-type": 2,
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-config-adeira/package.json
Expand Up @@ -21,7 +21,7 @@
"eslint-plugin-adeira": "^0.14.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-fb-flow": "^0.0.4",
"eslint-plugin-flowtype": "^6.0.1",
"eslint-plugin-flowtype": "^6.1.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
Expand Down
1 change: 1 addition & 0 deletions src/eslint-config-adeira/src/presets/flowtype.js
Expand Up @@ -20,6 +20,7 @@ module.exports = ({
'flowtype/interface-id-match': OFF,
'flowtype/newline-after-flow-annotation': [ERROR, 'always'],
'flowtype/no-dupe-keys': ERROR,
'flowtype/no-duplicate-type-union-intersection-members': NEXT_VERSION_ERROR,
'flowtype/no-existential-type': ERROR, // https://github.com/facebook/flow/issues/6308
'flowtype/no-flow-fix-me-comments': OFF,
'flowtype/no-internal-flow-type': ERROR,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -8504,10 +8504,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-flowtype@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-6.0.1.tgz#894f73f4351b43c2f0655bb658c7c74a6102ebcb"
integrity sha512-bRtkurwKUzWEROqnOzy5CRKnath0rNBpviqOXX9GqwYRyzZ0quPiXUaiRDdWNdW4zSjkBABrHBye3bhHgyFXEw==
eslint-plugin-flowtype@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-6.1.0.tgz#626f44d9adbdb681644accd5fa29dffcb0d6d531"
integrity sha512-md72y02Gq/1mmLkW31wPpUmjT0CSYHbFA1IVfkQ1kViaFrKYGR1yCWKS1THqz0hmoIUlx8Jm7NHa4B6lDvJj3g==
dependencies:
lodash "^4.17.21"
string-natural-compare "^3.0.1"
Expand Down

0 comments on commit b25e6f9

Please sign in to comment.