Skip to content

fix(deps): update dependency cozy-client to v40 - autoclosed

Renovate-Bot requested to merge renovate/cozy-client-40.x into dev

This MR contains the following updates:

Package Type Update Change
cozy-client dependencies major 35.6.0 -> 40.5.0

Release Notes

cozy/cozy-client

v40.5.0

Compare Source

Features

40.4.1 (2023-09-08)

Bug Fixes
  • Manage when password_defined value is undefined (f887f5d)

v40.4.1

Compare Source

Bug Fixes
  • Manage when password_defined value is undefined (f887f5d)

v40.4.0

Compare Source

Features
  • Add instance data in loadInstanceOptionsFromStack (3f3b0d8)

v40.3.0

Compare Source

Features
  • Add link for driver_license expiration note (226cba8)

40.2.1 (2023-08-16)

Bug Fixes
  • Document has to be wrap into a data object to update instance (b83bf51)

v40.2.1

Compare Source

Bug Fixes
  • Document has to be wrap into a data object to update instance (b83bf51)

v40.2.0

Compare Source

Features
  • Add AppsRegistryCollection (9d010a9)

v40.1.0

Compare Source

Features
  • Replace Reminder by Note (3035ed8)

40.0.1 (2023-07-28)

Bug Fixes
  • Stop destroying inconsistent index (fd6d6a4)

v40.0.1

Compare Source

Bug Fixes
  • Stop destroying inconsistent index (fd6d6a4)

v40.0.0

Compare Source

Bug Fixes
  • Update tests for unregistered error handling (0e9b96b)
Features
  • Add Oauth test and catch early (6fb6108)
  • Add unit test to revocation event emitter (83e26cb)
  • CheckForRevocation automatically after an invalid token (82d4ac3)
  • Update docs for revocation changes (dc417f0)
BREAKING CHANGES
  • checkForRevocation() is only callable when dealing with an OAuthClient.

It should not break your app, since if you called this method on a stackClient before, it should have crashed your app.

v39.0.0

Compare Source

Bug Fixes
  • Handle 503 Blocked response when calling rootCozyUrl (603cb08)
BREAKING CHANGES
  • rootCozyUrl() can now throw a BlockedCozyError exception if the target Cozy is blocked

38.11.1 (2023-07-17)

Bug Fixes
  • HasManyFiles: Update after removing a relation (a6a59c4)

v38.11.1

Compare Source

Bug Fixes
  • HasManyFiles: Update after removing a relation (a6a59c4)

v38.11.0

Compare Source

Features
  • Update wording of note qualifications (b9400a3)

v38.10.0

Compare Source

Bug Fixes
  • Missing user helper documentation (bf2c241)
Features
  • instance: Add makeDiskInfos helper (b8ced4b)

38.9.2 (2023-07-04)

Bug Fixes
  • SettingsCollection: Normalize a document spreads attributes to root (9140116), closes #​1118

38.9.1 (2023-07-04)

Bug Fixes
  • Set the fresh data after getting a new query result (d589bae)

v38.9.2

Compare Source

Bug Fixes
  • SettingsCollection: Normalize a document spreads attributes to root (9140116), closes #​1118

v38.9.1

Compare Source

Bug Fixes
  • Set the fresh data after getting a new query result (d589bae)

v38.9.0

Compare Source

Features
  • Add note/reminder qualification (065671d)

38.8.1 (2023-07-04)

Note: Version bump only for package cozy-client

v38.8.1

Compare Source

Note: Version bump only for package cozy-client

v38.8.0

Compare Source

Features

38.7.1 (2023-06-22)

Bug Fixes
  • Do not call refreshToken several times in parallel (22cbe8d)
  • Handle fetch errors with no Response Body (890db21)

v38.7.1

Compare Source

Bug Fixes
  • Do not call refreshToken several times in parallel (22cbe8d)
  • Handle fetch errors with no Response Body (890db21)

v38.7.0

Compare Source

Features
  • Add metadata attributes to createDirectory (f06425a)

v38.6.0

Compare Source

Features
  • Add instance name in certification failure (ef3fa99)

38.5.1 (2023-06-15)

Bug Fixes
  • getBoundT: Propagate polyglot options (6635154)

v38.5.1

Compare Source

Bug Fixes
  • getBoundT: Propagate polyglot options (6635154)

v38.5.0

Compare Source

Features
  • Add types to konnectors document (4cbbb4b)

v38.4.0

Compare Source

Features
  • Qualification: Change driver license locale value (0246c72)

v38.3.0

Compare Source

Features
  • cozy-client: Add others theme and other_admin_doc qualif (47c5618)

38.2.1 (2023-04-26)

Note: Version bump only for package cozy-client

v38.2.1

Compare Source

Note: Version bump only for package cozy-client

v38.2.0

Compare Source

Features

v38.1.0

Compare Source

Features
  • Remove unnecessary parentheses (8566460)

38.0.2 (2023-04-19)

Bug Fixes
  • Revert the import change for cozy-stack-client (9ee0a9e)

38.0.1 (2023-04-19)

Bug Fixes
  • Use io.cozy.settings.capabilities full id in getById (abb71d0)

v38.0.2

Compare Source

Bug Fixes
  • Revert the import change for cozy-stack-client (9ee0a9e)

v38.0.1

Compare Source

Bug Fixes
  • Use io.cozy.settings.capabilities full id in getById (abb71d0)

v38.0.0

Compare Source

Features
  • Add pluralization to the qualification labels (6c27cc3)
BREAKING CHANGES
  • getBoundT: With the arrival of pluralization, the return of this function has been updated The second parameter, to indicate the country, is no longer of String type.

Before, we use this implementation:

const t  = getBoundT(lang)
t("translation.key", "fr" )

Now please follow the following example:

const t  = getBoundT(lang)
t("translation.key", { country: "fr" })

For pluralization, just add the smart_count option

t("translation.key", { country: "fr", smart_count: 2 })

The Items.invoices translation key has been removed, its value has been added to the Items.invoice key in its plural version. Please use this new implementation:

t("Items.invoice", { smart_count: 2 })

The following translation keys are no longer plural by default. Items.other_revenue, Items.unemployment_benefit, Items.personal_sporting_licence, Items.tax_timetable. Please use this new implementation:

t("translation.key", { smart_count: 2 })

37.2.1 (2023-04-12)

Bug Fixes
  • Return correct bitwarden id in SettingsCollection.getById (d562101)

v37.2.1

Compare Source

Bug Fixes
  • Return correct bitwarden id in SettingsCollection.getById (d562101)

v37.2.0

Compare Source

Features
  • Query io.cozy.settings.bitwarden in SettingsCollection (3447594)

37.1.1 (2023-03-31)

Bug Fixes
  • Handle undefined pathname in generateWebLink() method (c633f43)

v37.1.1

Compare Source

Bug Fixes
  • Handle undefined pathname in generateWebLink() method (c633f43)

v37.1.0

Compare Source

Features

v37.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Before, you could import with import { en, fr } from 'cozy-client/dist/models/doctypes/locales'

Now you have to import each locale doctypes with import en from 'cozy-client/dist/models/doctypes/locales/en.json'

v36.2.0

Compare Source

Bug Fixes
  • Use id instead of path in SettingsCollection.get() (3a35f4f)
Features
  • Add update method to SettingsCollection (68d5dd0)

v36.1.0

Compare Source

Features
  • Add isContact method on contacts models (0281ad3)

v36.0.0

Compare Source

Bug Fixes
  • Harmonize deconstructRedirectLink return path to pathname (8f1cdf3)
  • Throw when redirect link not correct in deconstructRedirectLink (e5bd367)
BREAKING CHANGES
  • deconstructRedirectLink return an object with an attribute called "pathname" instead of "path".

v35.7.0

Compare Source

Features
  • Changing a label's theme (7131f86)

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Whenever MR is behind base branch, 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