-
Notifications
You must be signed in to change notification settings - Fork 73
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
Conversation
9ce5374
to
e176669
Compare
06844f1
to
22b1709
Compare
1155058
to
16b15d4
Compare
17a75c8
to
d6e9690
Compare
d6e9690
to
b834d1f
Compare
There was a problem hiding this 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:
Line 5 in 260395d
'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.
7b38b3a
to
49d7870
Compare
49d7870
to
57a34b2
Compare
34df7d3
to
c2d50b9
Compare
1ae9e5d
to
f5b17dc
Compare
6c7f0ad
to
46e7023
Compare
6736add
to
00f10c0
Compare
c829bbc
to
b09597a
Compare
b09597a
to
5db1933
Compare
3e328ae
to
4062bf5
Compare
0552ec0
to
3eb2efa
Compare
94e6b22
to
643b89c
Compare
643b89c
to
4621dc8
Compare
This PR contains the following updates:
^5.0.8
->^6.6.3
Release Notes
eslint-functional/eslint-plugin-functional (eslint-plugin-functional)
v6.6.3
Compare Source
Bug Fixes
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
v6.6.0
Compare Source
Features
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
v6.4.1
Compare Source
Bug Fixes
v6.4.0
Compare Source
Bug Fixes
Features
6.3.2 (2024-04-01)
Bug Fixes
6.3.1 (2024-04-01)
Bug Fixes
v6.3.2
Compare Source
Bug Fixes
v6.3.1
Compare Source
Bug Fixes
v6.3.0
Compare Source
Features
ignoreNonConstDeclarations
totreatParametersAsConst
(#794) (059591a), closes #7246.2.3 (2024-03-25)
Bug Fixes
6.2.2 (2024-03-25)
Bug Fixes
6.2.1 (2024-03-24)
Bug Fixes
v6.2.3
Compare Source
Bug Fixes
v6.2.2
Compare Source
Bug Fixes
v6.2.1
Compare Source
Bug Fixes
v6.2.0
Compare Source
Bug Fixes
Features
v6.1.1
Compare Source
Bug Fixes
v6.1.0
Compare Source
Bug Fixes
Features
6.0.1 (2024-02-23)
Bug Fixes
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
Features
ignoreNonConstDeclarations
(ecde24a), closes #691assumeTypes
option (6be5862)ignorePattern
option withignoreIdentifierPattern
andignoreCodePattern
(48d8eba), closes #467Build System
BREAKING CHANGES
ignorePattern
option withignoreIdentifierPattern
andignoreCodePattern
assumeTypes
optionexplicit in your configs.
5.0.8 (2023-04-15)
Bug Fixes
5.0.7 (2023-03-21)
5.0.6 (2023-03-11)
Bug Fixes
5.0.5 (2023-03-07)
Bug Fixes
5.0.4 (2023-02-06)
Bug Fixes
5.0.3 (2023-02-06)
Bug Fixes
5.0.2 (2023-02-04)
Bug Fixes
5.0.1 (2023-02-02)
Bug Fixes
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.
This PR was generated by Mend Renovate. View the repository job log.