All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- Rename cozy-dataproxy to cozy-dataproxy-lib (635d421)
- Upgrade cozy-client and cozy-pouch-link (67f5241), closes cozy/cozy-client#1553 cozy/cozy-client#1556
- cozy-devtools: Remove logs and use hook to get
client
(df87cf5)
- cozy-devtools: Add first version to test providers (5689640)
Note: Version bump only for package eslint-config-cozy-app
- Update deps for cozy-viewer (b2e103a)
- Download file on mobile viewer on press (3c38062)
- Viewer: Replace Encrypted provider by cozy-ui one (aa81d02)
Note: Version bump only for package eslint-config-cozy-app
Note: Version bump only for package eslint-config-cozy-app
6.1.0 (2023-03-06)
- eslint-config-cozy-app: Update rules (1fffa41)
6.0.0 (2023-03-02)
- Add new rules to the config (84c3157)
- Remove Vue rules (a61e28d)
- Update dependencies to peerDeps (a556dcb)
- 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.
- Upgrade eslint cozy config (414c1ef)
- Update cozy-client and cozy-ui (6ae3b04)
- Add tax_notice aquisitionSteps (7dc2ce6)
- mespapiers: Breaking change of cozy-ui 77 (be3098e)
- Update eslint-config-cozy-app (a0a55db)
Note: Version bump only for package eslint-config-cozy-app
5.1.0 (2022-09-12)
- Add new extend for TS files in lint conf (70c0370)
- mespapiers-lib: Update
cozy-ui
dependency to v70.5.1 (ce13857) - Update eslint-config-cozy-app (d86a9ec)
-
- 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.
- node: Upgrade to Node 16 (3a82521)
4.2.0 (2022-06-10)
- Upgrade eslint-plugin-react-hooks (b8d3895)
4.1.1 (2022-06-10)
- eslint-config-cozy-app: Settings for react (37dbedb)
4.0.2 (2022-04-22)
- eslint-config: Add rule for Windows user (58918cf)
- eslint-config: Upgrade dependencies (7a3111a)
4.0.0 (2022-01-07)
- eslint: Propose Eslint plugin promise (1fded18)
- 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" } }
3.0.1 (2022-01-01)
- Update eslint config to better handle TS projects (5d35039)
- Add confirm trusted recipients dialog (dfe1695)
- Handle Typescript files in eslint and babel configs (fe658ed)
-
- 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
- deps: update dependency eslint-plugin-react to v7.24.0 (43af8c1)
- Add finance theme (bb8cf35)
2.0.0 (2020-10-01)
- Lint issue (aa10617)
- Throw error if comments are not spaced (6dae942)
- Comments without starting with a space will throw an error. To fix them, you should run lint --fix
- Adds no-console as eslint errors (e5605fd)
1.4.0 (2020-01-21)
- eslint-config-cozy-app: Add react-hooks plugin (6bea38b)
Note: Version bump only for package eslint-config-cozy-app
1.3.3 (2019-10-07)
Note: Version bump only for package eslint-config-cozy-app
1.3.2 (2019-09-16)
Note: Version bump only for package eslint-config-cozy-app
1.3.1 (2019-09-05)
- deps: update dependency eslint-config-prettier to v4.3.0 (b92900c)
- Add account route (7986708)
1.2.3 (2019-09-04)
Note: Version bump only for package eslint-config-cozy-app
1.2.2 (2019-08-21)
- deps: update dependency eslint-plugin-prettier to v3.1.0 (96d689f)
- Only use defaultDir in the manifest (dee6277)
- cozy-doctypes: Add BankAccountStats model (4535696)
1.1.12 (2019-03-12)
- deps: update dependency eslint-config-prettier to v4 (1825941)
- deps: Update dependency eslint-plugin-vue to v5.2.2 (536670d)
1.1.11 (2019-03-12)
- deps: update dependency prettier to v1.16.4 (0bbe7ac)
1.1.10 (2019-03-08)
1.1.9 (2019-03-04)
Note: Version bump only for package eslint-config-cozy-app
1.1.8 (2019-01-21)
- deps: update dependency eslint-config-prettier to v3 (c146f84)
1.1.7 (2019-01-03)
Note: Version bump only for package eslint-config-cozy-app
1.1.6 (2019-01-03)
Note: Version bump only for package eslint-config-cozy-app
1.1.5 (2018-12-10)
Note: Version bump only for package eslint-config-cozy-app
1.1.4 (2018-10-17)
- eslint-config-cozy-app: Use latest react version (69c5b05)
1.1.3 (2018-09-21)
Note: Version bump only for package eslint-config-cozy-app
1.1.2 (2018-09-21)
Note: Version bump only for package eslint-config-cozy-app
1.1.1 (2018-08-22)
Note: Version bump only for package eslint-config-cozy-app
- import babel and eslint cozy-app from create-cozy-app (0a3ab19)