fix(deps): update dependency cozy-client to v40 - autoclosed
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
Features
- Rename IBAN to RIB (6d876ba)
40.4.1 (2023-09-08)
Bug Fixes
- Manage when password_defined value is undefined (f887f5d)
v40.4.1
Bug Fixes
- Manage when password_defined value is undefined (f887f5d)
v40.4.0
Features
- Add instance data in loadInstanceOptionsFromStack (3f3b0d8)
v40.3.0
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
Bug Fixes
- Document has to be wrap into a data object to update instance (b83bf51)
v40.2.0
Features
- Add AppsRegistryCollection (9d010a9)
v40.1.0
Features
- Replace Reminder by Note (3035ed8)
40.0.1 (2023-07-28)
Bug Fixes
- Stop destroying inconsistent index (fd6d6a4)
v40.0.1
Bug Fixes
- Stop destroying inconsistent index (fd6d6a4)
v40.0.0
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
Bug Fixes
- Handle
503 Blocked
response when callingrootCozyUrl
(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
Bug Fixes
- HasManyFiles: Update after removing a relation (a6a59c4)
v38.11.0
Features
- Update wording of note qualifications (b9400a3)
v38.10.0
Bug Fixes
- Missing user helper documentation (bf2c241)
Features
- instance: Add makeDiskInfos helper (b8ced4b)
38.9.2 (2023-07-04)
Bug Fixes
38.9.1 (2023-07-04)
Bug Fixes
- Set the fresh data after getting a new query result (d589bae)
v38.9.2
Bug Fixes
v38.9.1
Bug Fixes
- Set the fresh data after getting a new query result (d589bae)
v38.9.0
Features
- Add
note/reminder
qualification (065671d)
38.8.1 (2023-07-04)
Note: Version bump only for package cozy-client
v38.8.1
Note: Version bump only for package cozy-client
v38.8.0
Features
- Add hasPassword helper (1705b9b)
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
Bug Fixes
- Do not call refreshToken several times in parallel (22cbe8d)
- Handle fetch errors with no Response Body (890db21)
v38.7.0
Features
- Add metadata attributes to createDirectory (f06425a)
v38.6.0
Features
- Add instance name in certification failure (ef3fa99)
38.5.1 (2023-06-15)
Bug Fixes
- getBoundT: Propagate polyglot options (6635154)
v38.5.1
Bug Fixes
- getBoundT: Propagate polyglot options (6635154)
v38.5.0
Features
- Add types to konnectors document (4cbbb4b)
v38.4.0
Features
- Qualification: Change driver license locale value (0246c72)
v38.3.0
Features
-
cozy-client: Add
others
theme andother_admin_doc
qualif (47c5618)
38.2.1 (2023-04-26)
Note: Version bump only for package cozy-client
v38.2.1
Note: Version bump only for package cozy-client
v38.2.0
Features
- Add
can_auth_with_magic_links
toClientCapabilities
type (28fe220), closes cozy/cozy-stack#3872
v38.1.0
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
Bug Fixes
- Revert the import change for cozy-stack-client (9ee0a9e)
v38.0.1
Bug Fixes
- Use io.cozy.settings.capabilities full id in getById (abb71d0)
v38.0.0
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
Bug Fixes
- Return correct bitwarden id in SettingsCollection.getById (d562101)
v37.2.0
Features
- Query io.cozy.settings.bitwarden in SettingsCollection (3447594)
37.1.1 (2023-03-31)
Bug Fixes
- Handle undefined
pathname
ingenerateWebLink()
method (c633f43)
v37.1.1
Bug Fixes
- Handle undefined
pathname
ingenerateWebLink()
method (c633f43)
v37.1.0
Features
- Expose setAppMetadata (cb65772)
v37.0.0
Bug Fixes
- Remove doctypes locales type (9a30f02), closes /github.com/cozy/cozy-settings/blob/71a21962f4fb48f84561db845bd5f4f5c3e858e8/src/lib/withAllLocales.js#L4
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
Bug Fixes
- Use id instead of path in SettingsCollection.get() (3a35f4f)
Features
- Add update method to SettingsCollection (68d5dd0)
v36.1.0
Features
- Add isContact method on contacts models (0281ad3)
v36.0.0
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
Features
- Changing a label's theme (7131f86)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.