Skip to content

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

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

This MR contains the following updates:

Package Type Update Change
cozy-client dependencies major 40.6.0 -> 45.15.0

Release Notes

cozy/cozy-client

v45.15.0

Compare Source

Features
  • paper: Add formatMetadataQualification and (c813ab2)
  • paper: Add getMetadataQualificationType (8466b66)
  • paper: Format contact in cozy-client (7576895)
  • paper: Format date metadata qualification on cozy-client (a86335c)
  • paper: Format information metadata qualification in cozy-client (ba1339d)
  • paper: Format other metadata qualification in cozy-client (e1be6bc)

45.14.1 (2024-03-05)

Note: Version bump only for package cozy-client

v45.14.1

Compare Source

Note: Version bump only for package cozy-client

v45.14.0

Compare Source

Features
  • Add condition_report qualification in home theme (98e5943)

v45.13.0

Compare Source

Features
  • Add email_verified_code in loginFlagship (cd59daa)

v45.12.0

Compare Source

Features
  • Allow CozyClient to get sourceAccountIdentifier in appMetadatas (77d3852)

v45.11.0

Compare Source

Bug Fixes
  • Use client.query in models.folder (af2bb58)
Features
  • New strategy for ensureKonnectorFolder (e803e68)

v45.10.0

Compare Source

Features
  • Add fine qualification in finance theme (743546c)

v45.9.0

Compare Source

Bug Fixes
  • Add test on undefined qualification attributes (778907f)
  • Types are now ok (da7f975)
Features
  • Remove undefined properties in qualification object (98ac997)

45.8.1 (2024-02-02)

Bug Fixes
  • Use complete settings id in useInstanceInfo (87acffb)

v45.8.1

Compare Source

Bug Fixes
  • Use complete settings id in useInstanceInfo (87acffb)

v45.8.0

Compare Source

Features
  • Make account model use identifier attribute (d275c2c)

v45.7.0

Compare Source

Bug Fixes
  • Add store issuer in attestation request (1bf5ce6)
Features
  • Migrate from safetynet to playintegrity (d8ae50f)

v45.6.0

Compare Source

Features
  • Rename translation of birth_certificate (b1b754c)

v45.5.0

Compare Source

Features
  • Rename translation of other_bank_document (a72cb69)

v45.4.0

Compare Source

Features
  • Update warning message when Flagship certification fails (5063df1)

v45.3.0

Compare Source

Features
  • Rename FR translation of real_estate_tax (af79a4c)

v45.2.0

Compare Source

Features
  • NotesCollection: Add get method (72574fb)

v45.1.0

Compare Source

Features
  • Add createDemoClient to help with demo (cdc7c87)

45.0.1 (2023-12-06)

Bug Fixes
  • AppsRegistryCollection: Make sure we always have an id (4b73718)

v45.0.1

Compare Source

Bug Fixes
  • AppsRegistryCollection: Make sure we always have an id (4b73718)

v45.0.0

Compare Source

Features
  • Add ttl & password parameters in getSharingLink (1daa4d9)
  • Remove isFlatDomain from getSharingLink (7d768de)
BREAKING CHANGES
  • The client already carries this information, if need to change this value, please update the client.

44.1.1 (2023-11-28)

Note: Version bump only for package cozy-client

v44.1.1

Compare Source

Note: Version bump only for package cozy-client

v44.1.0

Compare Source

Features

v44.0.0

Compare Source

Features
  • Allow to customize delimiter in generateNewFileNameOnConflict (cfce692)
Reverts
  • Revert "feat: Allow to pass a name format regex to avoid bad renaming" (2686695)
BREAKING CHANGES
  • It is not possible anymore to pass a name format regex to generateNewFileNameOnConflict

v43.6.0

Compare Source

Features
  • Add qualifications for real estate and person insurance (3afa209)

43.5.1 (2023-11-21)

Bug Fixes
  • Generate types for Flags DevTools panel (121cde9)
  • Preview URL for notes (08a8fa8)

v43.5.1

Compare Source

Bug Fixes
  • Generate types for Flags DevTools panel (121cde9)
  • Preview URL for notes (08a8fa8)

v43.5.0

Compare Source

Features

43.4.1 (2023-11-16)

Bug Fixes
  • Get shortcut img for links from applications in the same cozy (0196470)

v43.4.1

Compare Source

Bug Fixes
  • Get shortcut img for links from applications in the same cozy (0196470)

v43.4.0

Compare Source

Features
  • Improve design with ListItem (938bd89)
  • Improve management of flag (3937b77)

v43.3.0

Compare Source

Features
  • Add useInstanceInfo hook (86c8365)

v43.2.0

Compare Source

Features
  • Add expense claim qualification for invoice, finance and workstudy (7c3cb25)

v43.1.0

Compare Source

Features
  • Allow to mock query in error (ed5dd4c)

v43.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • rootCozyUrl will no longer return the provided URL when its origin is a valid Cozy domain.

    e.g. :

    // Before
    await rootCozyUrl(new URL('https://example.mycozy.cloud/some-path'))
    // URL('https://example.mycozy.cloud/some-path')
    
    // Now
    await rootCozyUrl(new URL('https://example.mycozy.cloud/some-path'))
    // URL('https://example.mycozy.cloud/')

v42.2.0

Compare Source

Features
  • Add and export isQueriesLoading and hasQueriesBeenLoaded (d22c713)
  • Export useQueries (b170d2e)

v42.1.0

Compare Source

Features

42.0.1 (2023-10-26)

Bug Fixes
  • Handle maintenance app without id (db7a3f9)

v42.0.1

Compare Source

Bug Fixes
  • Handle maintenance app without id (db7a3f9)

v42.0.0

Compare Source

Features
  • Benefit from the cache for the apps in maintenance (0cd00f5)
BREAKING CHANGES
  • useAppsInMaintenance no longer requires a cozy-client instance but to be placed within a CozyProvider

v41.9.0

Compare Source

Features
  • Cache the result of /registry/maintenance from cozy-stack (d6bd6e2)

41.8.1 (2023-10-18)

Bug Fixes
  • Inconsistency in Flagship flag (a77383f)

v41.8.1

Compare Source

Bug Fixes
  • Inconsistency in Flagship flag (a77383f)

v41.8.0

Compare Source

Features
  • Add getFlagshipDownloadLink function (1450a7c)

41.7.1 (2023-10-16)

Note: Version bump only for package cozy-client

v41.7.1

Compare Source

Note: Version bump only for package cozy-client

v41.7.0

Compare Source

Features
  • Export getReferencedBy for node process (685e647)

41.6.1 (2023-10-10)

Bug Fixes
  • Add trigger message details documentation (892a720)

v41.6.1

Compare Source

Bug Fixes
  • Add trigger message details documentation (892a720)

v41.6.0

Compare Source

Features

v41.5.0

Compare Source

Features

41.4.1 (2023-10-05)

Bug Fixes
  • Magic Folders localization does not work with Metro (abf767b)

v41.4.1

Compare Source

Bug Fixes
  • Magic Folders localization does not work with Metro (abf767b)

v41.4.0

Compare Source

Features

v41.3.0

Compare Source

Bug Fixes
  • Recreate folder if destination folder is in trash (552406f)
  • Remove the use of attributes attribute in folder lib (e57f01b)
Features
  • Add konnectorFolder model (9b815ba)
  • Add localization of magic folders in ensureKonnectorFolder (ede8b51)

41.2.1 (2023-10-03)

Bug Fixes
  • Remove the trailing slash for the URI (5cdc880)

v41.2.1

Compare Source

Bug Fixes
  • Remove the trailing slash for the URI (5cdc880)

v41.2.0

Compare Source

Features
  • Now allow to update a trigger with cozy-client (3eea1dd)

41.1.1 (2023-09-27)

Bug Fixes
  • useMutation: Making parameters optional (b085cc7)

v41.1.0

Compare Source

Features

v41.0.0

Compare Source

Features
  • Add cozy-intent as cozy-ui request it in the peer dependencies (f948870)
  • Update cozy-ui from 48.0.0 to 93.1.1 (f8541dc)
BREAKING CHANGES
  • you need cozy-intent >= 1.3.0
  • you need cozy-ui >= 93.1.1

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