fix(deps): update dependency eslint-config-cozy-app to v6 #87
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0
->6.7.1
Release Notes
cozy/cozy-libs (eslint-config-cozy-app)
v6.7.1
Compare Source
6.7.1 (2024-11-06)
Bug Fixes
v6.7.0
Compare Source
6.7.0 (2024-11-06)
Features
v6.6.0
Compare Source
6.6.0 (2024-11-06)
Features
client
(df87cf5)v6.5.0
Compare Source
6.5.0 (2024-11-06)
Features
v6.4.1
Compare Source
6.4.1 (2024-11-05)
Note: Version bump only for package eslint-config-cozy-app
v6.4.0
Compare Source
6.4.0 (2024-10-30)
Features
v6.3.0
Compare Source
6.3.0 (2024-10-30)
Features
v6.2.0
Compare Source
6.2.0 (2024-10-25)
Features
v6.1.2
Compare Source
6.1.2 (2024-10-23)
Note: Version bump only for package eslint-config-cozy-app
v6.1.1
Compare Source
6.1.1 (2024-10-16)
Note: Version bump only for package eslint-config-cozy-app
v6.1.0
Compare Source
Features
v6.0.0
Compare Source
Features
BREAKING CHANGES
it's better to rely on the peerDep patterns.
When using this config, it will be needed to install the peerDeps.
v5.5.0
Compare Source
5.5.0 (2023-02-11)
Features
v5.4.0
Compare Source
5.4.0 (2023-01-31)
Features
v5.3.0
Compare Source
5.3.0 (2023-01-27)
Features
v5.2.0
Compare Source
5.2.0 (2022-11-28)
Bug Fixes
Features
v5.1.1
Compare Source
5.1.1 (2022-10-03)
Note: Version bump only for package eslint-config-cozy-app
v5.1.0
Compare Source
Features
v5.0.0
Compare Source
5.0.0 (2022-08-31)
Features
cozy-ui
dependency to v70.5.1 (ce13857)BREAKING CHANGES
We were a bit behind in versions, bugs started to leak in our lints.
These version upgrades should fix them,
but they also have a small chance to detect new lint errors.
v4.2.1
Compare Source
4.2.1 (2022-08-01)
Bug Fixes
v4.2.0
Compare Source
Features
v4.1.1
Compare Source
Bug Fixes
v4.1.0
Compare Source
4.1.0 (2022-06-09)
Features
react/jsx-curly-brace-presence
rule (be2e0a9), closes #1549v4.0.1
Compare Source
4.0.1 (2022-04-14)
Bug Fixes
v4.0.0
Compare Source
Features
BREAKING CHANGES
if needed, use // disable-next-line
Or insert in .eslintrc:
{
"rules": {
"promise/always-return": "warn",
"promise/no-return-wrap": "warn",
"promise/param-names": "warn",
"promise/catch-or-return": "warn",
"promise/no-native": "warn",
"promise/no-nesting": "warn",
"promise/no-promise-in-callback": "warn",
"promise/no-callback-in-promise": "warn",
"promise/avoid-new": "warn",
"promise/no-new-statics": "warn",
"promise/no-return-in-finally": "warn",
"promise/valid-params": "warn"
}
}
v3.0.1
Compare Source
Bug Fixes
v3.0.0
Compare Source
3.0.0 (2021-12-02)
Features
BREAKING CHANGES
the upgrade. Few errors are not auto fixable, you
can // disable-next-line if needed
v2.1.1
Compare Source
2.1.1 (2021-09-03)
Bug Fixes
v2.1.0
Compare Source
2.1.0 (2023-01-31)
Features
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Europe/Paris, 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.
This PR was generated by Mend Renovate. View the repository job log.