Skip to content

chore(deps): update dependency eslint-plugin-flowtype to v8 #89

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

Merged
merged 1 commit into from
Apr 21, 2025

Conversation

pactflow-renovate-bot[bot]
Copy link
Contributor

@pactflow-renovate-bot pactflow-renovate-bot bot commented Feb 19, 2025

This PR contains the following updates:

Package Type Update Change
eslint-plugin-flowtype devDependencies major 3.13.0 -> 8.0.3

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://redirect.github.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

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 Renovate Bot.

@pactflow-renovate-bot
Copy link
Contributor Author

pactflow-renovate-bot bot commented Feb 19, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"6.8.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.57.0 || ^9.0.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   dev @typescript-eslint/parser@"8.30.1" from the root project
npm ERR!   peer @typescript-eslint/parser@"^8.0.0 || ^8.0.0-alpha.0" from @typescript-eslint/[email protected]
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     dev @typescript-eslint/eslint-plugin@"8.30.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2025-04-21T00_37_32_766Z-debug-0.log

@pactflow-renovate-bot pactflow-renovate-bot bot force-pushed the gh-renovate/eslint-plugin-flowtype-8.x branch 3 times, most recently from 1854429 to 3318825 Compare February 19, 2025 23:09
@pactflow-renovate-bot pactflow-renovate-bot bot force-pushed the gh-renovate/eslint-plugin-flowtype-8.x branch from 3318825 to f5c8271 Compare April 21, 2025 00:37
@JP-Ellis JP-Ellis merged commit 61b5f70 into master Apr 21, 2025
4 of 5 checks passed
@pactflow-renovate-bot pactflow-renovate-bot bot deleted the gh-renovate/eslint-plugin-flowtype-8.x branch April 21, 2025 03:19
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.

1 participant