Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency eslint-plugin-flowtype to v8 #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-flowtype ^2.41.0 -> ^8.0.0 age adoption passing confidence

Release Notes

gajus/eslint-plugin-flowtype (eslint-plugin-flowtype)

v8.0.3

Compare Source

Bug Fixes

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes
Reverts
  • Revert "fix: temporarily disable canonical plugin" (e9a334b)

v8.0.0

Compare Source

Bug Fixes
  • temporarily disable canonical plugin (caa6c4a)
  • update dependencies (5e18199)
Features
BREAKING CHANGES
  • drops ESLint v7 support

v7.0.0

Compare Source

Bug Fixes
  • add ESLint v8 compatible built-in rule imports (986a5ac)
Features
BREAKING CHANGES
  • drops Node v10

v6.1.1

Compare Source

Bug Fixes
  • require-exact-types rule should not fix declare class (#​507) (01572d5)

v6.1.0

Compare Source

Features
  • add new rule no-duplicate-type-union-intersection-members (#​503) (1c1c009)

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • potentially breaking dependency updates

v5.10.0

Compare Source

Features
  • add new rule sort-type-union-intersection-members (#​501) (fa4207d)

v5.9.2

Compare Source

Bug Fixes

v5.9.1

Compare Source

Bug Fixes

v5.9.0

Compare Source

Features

v5.8.2

Compare Source

Bug Fixes
  • enforceLineBreak now handles export type correctly (#​488) (c40937a)

v5.8.1

Compare Source

Bug Fixes

v5.8.0

Compare Source

Features

v5.7.2

Compare Source

Bug Fixes
  • object-type-curly-spacing should not trim multi-line expressions (#​481) (d2f6d9b)

v5.7.1

Compare Source

Bug Fixes

v5.7.0

Compare Source

Features

v5.6.0

Compare Source

Features

v5.5.0

Compare Source

Features

v5.4.0

Compare Source

Features

v5.3.1

Compare Source

Bug Fixes
  • object-type-curly-spacing should not throw errors on multiple spaces on option always (#​466) (e1d5d04)

v5.3.0

Compare Source

Features

v5.2.2

Compare Source

Bug Fixes

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features
  • add respect to [@noflow](https://togithub.com/noflow) annotation (#​451) (e93f1c0)

v5.1.4

Compare Source

Bug Fixes
  • false positive for optional call expressions in no-unused-expressions (#​448) (a91db33)

v5.1.3

Compare Source

Bug Fixes

v5.1.2

Compare Source

Bug Fixes
  • check type annotation context (1ec503d)

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features

v5.0.3

Compare Source

Bug Fixes

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes
  • require-exact-type must not add exact types for explicitly inexact types (fixes #​444) (4238464)

v5.0.0

Compare Source

Bug Fixes
  • replace annotations when they already exist (353dce4)
  • styles (fc5563d)
  • Use .range instead of .start & .end on node & token (93374cd)
Features
  • remove non-natural, case-sensitive sorting (46c8b4a)
  • Support ESLint 7.x (9adfc6f)
BREAKING CHANGES
    • Breaks compatibility with eslint sorting rule. In practise, there is never a case when someone would want to use the other options, though.
  • Requires Node@^10.12.x || 12.x
  • Requires ESLint@^7.x

v4.7.0

Compare Source

Features

v4.6.0

Compare Source

Features
  • add fixer to invalid file annotation style message (#​440) (97a230b)

v4.5.3

Compare Source

Bug Fixes
  • sort-keys spreads, spreads with generics, comment handling (#​439) (dccaa76)

v4.5.2

Compare Source

Bug Fixes

v4.5.1

Compare Source

Bug Fixes

v4.5.0

Compare Source

Features
  • support inexact object notation in delimiter-dangle rule (#​437) (3258d30)

v4.4.1

Compare Source

Bug Fixes
  • handle the case where superTypeParameters is undefined (9b046e4)

v4.4.0

Compare Source

Features

v4.3.1

Compare Source

Bug Fixes

v4.3.0

Compare Source

Features

v4.2.0

Compare Source

Features

v4.1.0

Compare Source

Features

v4.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Bump ESLint to v6

v3.13.0

Compare Source

Bug Fixes
Features

v3.12.2

Compare Source

Bug Fixes

v3.12.1

Compare Source

Bug Fixes
  • ignore arrow functions with predicates in arrow-parens (#​418) (7560260)

v3.12.0

Compare Source

Features

v3.11.1

Compare Source

Bug Fixes

v3.11.0

Compare Source

Features

v3.10.5

Compare Source

Bug Fixes

v3.10.4

Compare Source

Bug Fixes

v3.10.3

Compare Source

Bug Fixes

v3.10.2

Compare Source

Bug Fixes
  • fix no-unused-vars with with default type in GenericType (#​411) (e8d640c)

v3.10.1

Compare Source

Bug Fixes

v3.10.0

Compare Source

Features

v3.9.1

Compare Source

Bug Fixes

v3.9.0

Compare Source

Features

v3.8.2

Compare Source

Bug Fixes
  • update GitSpo badge URL (fdf7945)

v3.8.1

Compare Source

Bug Fixes
  • don't crash when encountering unparameterized Arrays (#​402) (05a7281)

v3.8.0

Compare Source

Features
  • parse docblock more robustly for onlyFilesWithFlowAnnotation usage (#​404) (397b7a1)

v3.7.0

Compare Source

Features

v3.6.1

Compare Source

Bug Fixes
  • return type rule for plain object properties (fixes #​396) (a41f5f1)

v3.6.0

Compare Source

Features
  • add rule to make sure that object type that is spread has exact type (#​391) (52b0c00)

v3.5.1

Compare Source

Bug Fixes
  • skip type-import-style identifier in "declare module" (#​394) (0f8a9b5)

v3.5.0

Compare Source

Features
  • add "ignoreTypeDefault" option to "type-import-style" (#​393) (6748dc5)

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes

v3.4.0

Compare Source

Features

v3.3.0

Compare Source

Features

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes
  • modify require-return-type about annotateUndefined (#​355) (a405931)

v3.2.0

Compare Source

Features

v3.1.4

Compare Source

Bug Fixes
  • attempt to build README (ae05664)

v3.1.3

Compare Source

Bug Fixes

v3.1.2

Compare Source

Bug Fixes
  • correct addAssertions path (0d664d8)
  • correct addAssertions path (a04d49e)

v3.1.1

Compare Source

Bug Fixes
  • automate README generation (d070ac3)

v3.1.0

Compare Source

Features

v3.0.0

Compare Source

Features
BREAKING CHANGES
  • mixed is now treated as a weak type by default.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch from b908a21 to ba23c1e Compare February 24, 2022 05:22
@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch from ba23c1e to 042bcd1 Compare September 1, 2022 00:51
@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch from 042bcd1 to 3df24b7 Compare September 15, 2022 11:36
@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch from 3df24b7 to e70e405 Compare September 29, 2022 06:38
@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch 2 times, most recently from a9941cf to 9934b68 Compare October 14, 2022 07:18
@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch from 9934b68 to b582b1b Compare October 27, 2022 18:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch from b582b1b to ffdb494 Compare November 4, 2022 10:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch from ffdb494 to 0205317 Compare November 12, 2022 02:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch from 0205317 to c0956b0 Compare November 30, 2022 00:21
@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch 2 times, most recently from 6dfd6f3 to fe8055c Compare December 15, 2022 05:03
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-flowtype to v8 Update dependency eslint-plugin-flowtype to v8 Dec 17, 2022
@renovate renovate bot changed the title Update dependency eslint-plugin-flowtype to v8 fix(deps): update dependency eslint-plugin-flowtype to v8 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch 2 times, most recently from 8aeb840 to 57e9d79 Compare January 21, 2023 22:34
@renovate renovate bot force-pushed the renovate/eslint-plugin-flowtype-8.x branch from 57e9d79 to d071660 Compare February 2, 2023 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants