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

fix(deps): update dependency eslint-config-cozy-app to v6 #87

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-cozy-app (source) 2.0.0 -> 6.7.1 age adoption passing confidence

Release Notes

cozy/cozy-libs (eslint-config-cozy-app)

v6.7.1

Compare Source

6.7.1 (2024-11-06)

Bug Fixes
  • Rename cozy-dataproxy to cozy-dataproxy-lib (635d421)

v6.7.0

Compare Source

6.7.0 (2024-11-06)

Features

v6.6.0

Compare Source

6.6.0 (2024-11-06)

Features
  • cozy-devtools: Remove logs and use hook to get client (df87cf5)

v6.5.0

Compare Source

6.5.0 (2024-11-06)

Features
  • cozy-devtools: Add first version to test providers (5689640)

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
  • Update deps for cozy-viewer (b2e103a)

v6.3.0

Compare Source

6.3.0 (2024-10-30)

Features
  • Download file on mobile viewer on press (3c38062)

v6.2.0

Compare Source

6.2.0 (2024-10-25)

Features
  • Viewer: Replace Encrypted provider by cozy-ui one (aa81d02)

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
  • eslint-config-cozy-app: Update rules (1fffa41)

v6.0.0

Compare Source

Features
  • Add new rules to the config (84c3157)
  • Remove Vue rules (a61e28d)
  • Update dependencies to peerDeps (a556dcb)
BREAKING CHANGES
  • As eslint flat config is still experimental,
    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
  • Upgrade eslint cozy config (414c1ef)

v5.4.0

Compare Source

5.4.0 (2023-01-31)

Features
  • Update cozy-client and cozy-ui (6ae3b04)

v5.3.0

Compare Source

5.3.0 (2023-01-27)

Features
  • Add tax_notice aquisitionSteps (7dc2ce6)

v5.2.0

Compare Source

5.2.0 (2022-11-28)

Bug Fixes
  • mespapiers: Breaking change of cozy-ui 77 (be3098e)
Features
  • Update eslint-config-cozy-app (a0a55db)

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
  • Add new extend for TS files in lint conf (70c0370)

v5.0.0

Compare Source

5.0.0 (2022-08-31)

Features
  • mespapiers-lib: Update cozy-ui dependency to v70.5.1 (ce13857)
  • Update eslint-config-cozy-app (d86a9ec)
BREAKING CHANGES
    • Removing Vue linting

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
  • 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

v2.1.1

Compare Source

2.1.1 (2021-09-03)

Bug Fixes
  • deps: update dependency eslint-plugin-react to v7.24.0 (43af8c1)

v2.1.0

Compare Source

2.1.0 (2023-01-31)

Features
  • Update cozy-client and cozy-ui (6ae3b04)

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.


  • 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 added the dependencies Pull requests that update a dependency file label May 31, 2023
@renovate renovate bot force-pushed the renovate/eslint-config-cozy-app-6.x branch 2 times, most recently from f41c2fb to 5908628 Compare October 23, 2024 17:11
@renovate renovate bot force-pushed the renovate/eslint-config-cozy-app-6.x branch 3 times, most recently from d811432 to afb6450 Compare October 30, 2024 18:58
@renovate renovate bot force-pushed the renovate/eslint-config-cozy-app-6.x branch 3 times, most recently from ce461f6 to f129f3c Compare November 6, 2024 17:18
@renovate renovate bot force-pushed the renovate/eslint-config-cozy-app-6.x branch from f129f3c to 6cc8465 Compare November 6, 2024 19:13
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants