Skip to content

fix(deps): update dependency eslint-config-cozy-app to v4 - autoclosed

Renovate-Bot requested to merge renovate/eslint-config-cozy-app-4.x into master

This MR contains the following updates:

Package Type Update Change
eslint-config-cozy-app dependencies major 2.1.1 -> 4.2.1

Release Notes

cozy/cozy-libs

v4.2.1

Compare Source

4.2.1 (2022-08-01)

Bug Fixes
  • node: Upgrade to Node 16 (3a82521)

v4.2.0

Compare Source

Features
  • Upgrade eslint-plugin-react-hooks (b8d3895)

v4.1.1

Compare Source

Bug Fixes
  • eslint-config-cozy-app: Settings for react (37dbedb)

v4.1.0

Compare Source

4.1.0 (2022-06-09)

Features
  • eslint-config: Add react/jsx-curly-brace-presence rule (be2e0a9), closes #​1549

v4.0.1

Compare Source

4.0.1 (2022-04-14)

Bug Fixes
  • eslint-config: Upgrade dependencies (7a3111a)

v4.0.0

Compare Source

Features
  • eslint: Propose Eslint plugin promise (1fded18)
BREAKING CHANGES
  • eslint: Most errors are not auto fixable, 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
  • Update eslint config to better handle TS projects (5d35039)

v3.0.0

Compare Source

3.0.0 (2021-12-02)

Features
  • Add confirm trusted recipients dialog (dfe1695)
  • Handle Typescript files in eslint and babel configs (fe658ed)
BREAKING CHANGES
    • upgrade from eslint 5 to eslint 8
  • upgrade prettier from 1 to 2
  • you'll need to run --fix to fix lint issues after the upgrade. Few errors are not auto fixable, you can // disable-next-line if needed

Configuration

📅 Schedule: "before 6am on Monday" in timezone Europe/Paris.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Renovate-Bot

Merge request reports