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 v6 - autoclosed #1846

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v6.6.3

Compare Source

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

v6.6.2

Compare Source

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)

v6.6.1

Compare Source

v6.6.0

Compare Source

Features
  • prefer-immutable-types: allow for changing suggestion messages (#​828) (822cc33)

6.5.2 (2024-06-19)

6.5.1 (2024-04-15)

Bug Fixes

v6.5.2

Compare Source

v6.5.1

Compare Source

Bug Fixes

v6.5.0

Compare Source

Features

6.4.1 (2024-04-14)

Bug Fixes
  • prefer-tacit: handling functions that don't map to directly to an eslint node (#​802) (423e249)

v6.4.1

Compare Source

Bug Fixes
  • prefer-tacit: handling functions that don't map to directly to an eslint node (#​802) (423e249)

v6.4.0

Compare Source

Bug Fixes
  • type-declaration-immutability: replace fixer with suggestions for recommended and lite configs (ae62abb)
Features
  • type-declaration-immutability: add support for in-editor suggestions (7a0a790), closes #​797

6.3.2 (2024-04-01)

Bug Fixes
  • readonly-type: empty object types should not trigger reports (fc6a394), closes #​796

6.3.1 (2024-04-01)

Bug Fixes
  • improve types for flat configs (68e6450)

v6.3.2

Compare Source

Bug Fixes
  • readonly-type: empty object types should not trigger reports (fc6a394), closes #​796

v6.3.1

Compare Source

Bug Fixes
  • improve types for flat configs (68e6450)

v6.3.0

Compare Source

Features
  • immutable-data: add option for ignoreNonConstDeclarations to treatParametersAsConst (#​794) (059591a), closes #​724

6.2.3 (2024-03-25)

Bug Fixes
  • no-mixed-types: handle more than just property signatures, check the type of type references (#​793) (55bd794), closes #​734

6.2.2 (2024-03-25)

Bug Fixes

6.2.1 (2024-03-24)

Bug Fixes

v6.2.3

Compare Source

Bug Fixes
  • no-mixed-types: handle more than just property signatures, check the type of type references (#​793) (55bd794), closes #​734

v6.2.2

Compare Source

Bug Fixes

v6.2.1

Compare Source

Bug Fixes

v6.2.0

Compare Source

Bug Fixes
  • type-declaration-immutability: some (hopefully all) maximum call stack size exceeded errors (61c561c), closes #​767
Features

v6.1.1

Compare Source

Bug Fixes
  • immutable-data: handle immediate mutation of arrays generated from strings (b003d1c), closes #​759

v6.1.0

Compare Source

Bug Fixes
  • immutable-data: treat Object.entries({}).sort() as immediate mutation (245886f), closes #​773
Features
  • new config to disable all rules that require type info (af30f15)

6.0.1 (2024-02-23)

Bug Fixes
  • typos in function names (05b2f9c)

v6.0.1

Compare Source

Bug Fixes
  • typos in function names (05b2f9c)

v6.0.0

Compare Source

Features
  • functional-parameters: add option to ignore getters and setters (9c89b9e)
  • immutable-data: add new option ignoreNonConstDeclarations (ecde24a), closes #​691
  • no-expression-statements: add option to ignore self returning functions (894fb91), closes #​611
  • prefer-immutable-types: use suggestions instead of a fixer by default (#​598) (3fb9028)
  • remove assumeTypes option (6be5862)
  • add sanity checks to type immutablity override settings (d3ce5b0)
  • replace ignorePattern option with ignoreIdentifierPattern and ignoreCodePattern (48d8eba), closes #​467
Build System
  • increase minimum supported TypeScript version to 4.3.5 (aefe6b2)
BREAKING CHANGES
  • replace ignorePattern option with ignoreIdentifierPattern and ignoreCodePattern
  • increase minimum supported TypeScript version to 4.3.5
  • remove assumeTypes option
  • prefer-immutable-types: The fixer config no longer inherits as many options as before; be sure to be
    explicit in your configs.

5.0.8 (2023-04-15)

Bug Fixes
  • prefer-immutable-types: support private identifier (#​634) (6349a92)

5.0.7 (2023-03-21)

5.0.6 (2023-03-11)

Bug Fixes
  • type-declaration-immutability: only allow strings to be given for identifiers (#​573) (e9f2f90)

5.0.5 (2023-03-07)

Bug Fixes
  • no-expression-statements: allow yield expressions (#​570) (81c26de)

5.0.4 (2023-02-06)

Bug Fixes
  • prefer-immutable-types: inheriting of config options (b528bc7)

5.0.3 (2023-02-06)

Bug Fixes

5.0.2 (2023-02-04)

Bug Fixes
  • prefer-immutable-types: handling of destructuring assignment (e390f54)

5.0.1 (2023-02-02)

Bug Fixes
  • improve calculation of immutability involving intersections (75cd708), closes #​525

Configuration

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

🚦 Automerge: Enabled.

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 force-pushed the renovate/eslint-plugin-functional-6.x branch from 9ce5374 to e176669 Compare August 6, 2023 22:17
@renovate renovate bot requested a review from a team August 7, 2023 00:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 7 times, most recently from 06844f1 to 22b1709 Compare August 15, 2023 08:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 3 times, most recently from 1155058 to 16b15d4 Compare August 26, 2023 13:12
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 8 times, most recently from 17a75c8 to d6e9690 Compare September 5, 2023 14:45
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch from d6e9690 to b834d1f Compare September 6, 2023 14:30
Copy link
Contributor

@dcroote dcroote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build is failing because v6 removed the assumeTypes option, which we have here:

'functional/immutable-data': ['error', { assumeTypes: { forArrays: false, forObjects: true } }],

We added this assumeTypes behavior in #1453. I tested removing assumeTypes completely and got a lot of array modification errors as alluded to here.

We're therefore a bit stuck.

@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 4 times, most recently from 7b38b3a to 49d7870 Compare September 11, 2023 06:28
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch from 49d7870 to 57a34b2 Compare September 21, 2023 05:45
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 3 times, most recently from 34df7d3 to c2d50b9 Compare September 30, 2023 19:48
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 6 times, most recently from 1ae9e5d to f5b17dc Compare April 17, 2024 15:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 4 times, most recently from 6c7f0ad to 46e7023 Compare April 20, 2024 09:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 2 times, most recently from 6736add to 00f10c0 Compare May 3, 2024 16:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 3 times, most recently from c829bbc to b09597a Compare May 13, 2024 14:26
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch from b09597a to 5db1933 Compare June 5, 2024 15:10
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 4 times, most recently from 3e328ae to 4062bf5 Compare June 28, 2024 15:37
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 3 times, most recently from 0552ec0 to 3eb2efa Compare July 16, 2024 14:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch 2 times, most recently from 94e6b22 to 643b89c Compare July 25, 2024 14:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-functional-6.x branch from 643b89c to 4621dc8 Compare August 7, 2024 20:43
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-functional to v6 chore(deps): update dependency eslint-plugin-functional to v6 - autoclosed Aug 10, 2024
@renovate renovate bot closed this Aug 10, 2024
@renovate renovate bot deleted the renovate/eslint-plugin-functional-6.x branch August 10, 2024 07:41
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