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

chore(deps): update dependency eslint-plugin-functional to v7 #4636

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-functional 6.6.3 -> 7.1.0 age adoption passing confidence

Release Notes

eslint-functional/eslint-plugin-functional (eslint-plugin-functional)

v7.1.0

Compare Source

Features

7.0.3 (2024-10-20)

Bug Fixes
  • ensure default options are applied (#​889) (5b57cd2)
  • functional-parameters: default options not being applied to option overrides (#​888) (06f2b80)

7.0.2 (2024-08-26)

Bug Fixes
  • no-expression-statements: ignore Promise<void> when ignoreVoid is set (#​866) (2e1a992)

7.0.1 (2024-08-07)

Bug Fixes
  • don't throw when typescript can't be resolved (afb05bd)

v7.0.3

Compare Source

Bug Fixes
  • ensure default options are applied (#​889) (5b57cd2)
  • functional-parameters: default options not being applied to option overrides (#​888) (06f2b80)

v7.0.2

Compare Source

Bug Fixes
  • no-expression-statements: ignore Promise<void> when ignoreVoid is set (#​866) (2e1a992)

v7.0.1

Compare Source

Bug Fixes
  • don't throw when typescript can't be resolved (afb05bd)

v7.0.0

Compare Source

Bug Fixes
  • checking of types from ts's lib are now more strict (#​862) (39beb25)
Features
  • eslint 9 migration (#​809) (de4e3ea)
  • functional-parameters: allow overriding options based on where the function type is declared (#​803) (21396d5), closes #​575
  • functional-parameters: change options in recommended and lite configs (#​811) (b3cb8d9)
  • immutable-data: allows for applying overrides to the options based on the root object's type (#​826) (c04e425)
  • no-classes: add options ignoreIdentifierPattern and ignoreCodePattern (#​863) (18aede1), closes #​851
  • no-throw-statements: replace option allowInAsyncFunctions with allowToRejectPromises (#​839) (c2c589c), closes #​838
  • prefer-immutable-types: allow overriding options based on where the type is declared (#​804) (86fa76a), closes #​800
  • prefer-immutable-types: change the options in recommeneded and lite configs (#​810) (defd713)
BREAKING CHANGES
  • The minimum supported Node version is now 18.18.0 (#​809)
  • The minimum supported TypeScript version is now 4.7.4 (#​809)
  • The minimum supported Eslint version is now 9.0.0 (#​809)
  • no-throw-statements: replace option allowInAsyncFunctions with allowToRejectPromises (#​839)

6.6.3 (2024-07-11)

Bug Fixes
  • immutable-data: ignoreAccessorPattern can now handle NonNullExpressions and ChainExpressions (#​849) (f6ff69b), closes #​840

6.6.2 (2024-07-11)

Bug Fixes
  • no-conditional-statements: allow continue and break statements with labels to be considered "returning" (#​846) (969b77b)
  • no-expression-statements: arrow functions cannot be self returning (#​847) (7217fa4)
  • no-promise-reject: new Promises and throw statements are now also checked (#​848) (fbe27ad)

6.6.1 (2024-07-06)


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from jdanil as a code owner August 5, 2024 09:51
@renovate renovate bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 5, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-7.x branch 2 times, most recently from 3f1eeed to ce87b7a Compare August 12, 2024 04:50
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-7.x branch from ce87b7a to 8b86c17 Compare August 18, 2024 01:53
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-7.x branch 2 times, most recently from fe2d193 to c33dfa0 Compare August 26, 2024 03:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-7.x branch from c33dfa0 to 38363c3 Compare September 2, 2024 02:48
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-7.x branch 3 times, most recently from 7782366 to 1f16718 Compare September 15, 2024 08:22
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-7.x branch from 1f16718 to 8fe93cc Compare September 23, 2024 01:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-7.x branch 2 times, most recently from 768dd7b to a831ad3 Compare October 7, 2024 02:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-7.x branch 3 times, most recently from e21865a to 459a153 Compare October 20, 2024 19:04
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-7.x branch 4 times, most recently from f11dc6c to 77364ee Compare October 28, 2024 02:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-7.x branch from 77364ee to 1bba44d Compare November 4, 2024 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants