Skip to content

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

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

This MR contains the following updates:

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

Release Notes

cozy/cozy-client

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