Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2023

This PR contains the following updates:

Package Change Age Confidence
cozy-client ^40.3.0 -> ^60.13.0 age confidence

Release Notes

cozy/cozy-client (cozy-client)

v60.13.0

Compare Source

Bug Fixes
  • Keep new data array instead of concatenating arrays values (9a014a2)
Features
  • Improve doc and test about deepmerge semantics (bb83e36)

60.12.3 (2025-10-07)

Bug Fixes
  • Return empty array if not shortcuts (b4c022e)

60.12.2 (2025-10-06)

Bug Fixes
  • Optional metadata in getShortcutImgSrc (77f4011)

60.12.1 (2025-10-06)

Bug Fixes
  • Use local import in useFetchHomeShortcuts (05964c9)

v60.12.3

Compare Source

Bug Fixes
  • Keep new data array instead of concatenating arrays values (9a014a2)
Features
  • Improve doc and test about deepmerge semantics (bb83e36)

60.12.3 (2025-10-07)

Bug Fixes
  • Return empty array if not shortcuts (b4c022e)

60.12.2 (2025-10-06)

Bug Fixes
  • Optional metadata in getShortcutImgSrc (77f4011)

60.12.1 (2025-10-06)

Bug Fixes
  • Use local import in useFetchHomeShortcuts (05964c9)

v60.12.2

Compare Source

Bug Fixes
  • Keep new data array instead of concatenating arrays values (9a014a2)
Features
  • Improve doc and test about deepmerge semantics (bb83e36)

60.12.3 (2025-10-07)

Bug Fixes
  • Return empty array if not shortcuts (b4c022e)

60.12.2 (2025-10-06)

Bug Fixes
  • Optional metadata in getShortcutImgSrc (77f4011)

60.12.1 (2025-10-06)

Bug Fixes
  • Use local import in useFetchHomeShortcuts (05964c9)

v60.12.1

Compare Source

Bug Fixes
  • Keep new data array instead of concatenating arrays values (9a014a2)
Features
  • Improve doc and test about deepmerge semantics (bb83e36)

60.12.3 (2025-10-07)

Bug Fixes
  • Return empty array if not shortcuts (b4c022e)

60.12.2 (2025-10-06)

Bug Fixes
  • Optional metadata in getShortcutImgSrc (77f4011)

60.12.1 (2025-10-06)

Bug Fixes
  • Use local import in useFetchHomeShortcuts (05964c9)

v60.12.0

Compare Source

Bug Fixes
  • Keep new data array instead of concatenating arrays values (9a014a2)
Features
  • Improve doc and test about deepmerge semantics (bb83e36)

60.12.3 (2025-10-07)

Bug Fixes
  • Return empty array if not shortcuts (b4c022e)

60.12.2 (2025-10-06)

Bug Fixes
  • Optional metadata in getShortcutImgSrc (77f4011)

60.12.1 (2025-10-06)

Bug Fixes
  • Use local import in useFetchHomeShortcuts (05964c9)

v60.11.0

Compare Source

Features
  • Add lang in premium link (871d37e)

60.10.1 (2025-10-03)

Bug Fixes
  • Handle file path updates (e87a55c)
  • Missing data attribute in dir response (65e3a53)

v60.9.0

Compare Source

Features
  • Update upload file to be abled in shared drive ✨ (d2ae5eb)

v60.8.0

Compare Source

Features
  • Update get full path to use in shared drive ✨ (9d3c7c9)

v60.7.0

Compare Source

Features

v60.6.0

Compare Source

Bug Fixes
  • Add options to DocumentCollection constructor (9f02fc5)
Features
  • Support shared drive for note creation and fetch (2a6a003)

60.5.1 (2025-09-02)

Bug Fixes
  • Prevent infinite loop on replication refresh token (a4bb7e0)

v60.5.0

Compare Source

Bug Fixes
  • Add options to DocumentCollection constructor (9f02fc5)
Features
  • Support shared drive for note creation and fetch (2a6a003)

60.5.1 (2025-09-02)

Bug Fixes
  • Prevent infinite loop on replication refresh token (a4bb7e0)

v60.3.0

Compare Source

Features
  • Add driveId parameter to file model methods (0b5d76c)

v60.2.0

Compare Source

Features
  • Queue DataProxy requests when it is not ready (4b4c5fd)

60.1.1 (2025-07-24)

Bug Fixes
  • Reference creation through hydratation (251008e)

v60.1.1

Compare Source

Features
  • Queue DataProxy requests when it is not ready (4b4c5fd)

60.1.1 (2025-07-24)

Bug Fixes
  • Reference creation through hydratation (251008e)

v60.1.0

Compare Source

Features
  • Queue DataProxy requests when it is not ready (4b4c5fd)

60.1.1 (2025-07-24)

Bug Fixes
  • Reference creation through hydratation (251008e)

v60.0.0

Compare Source

Bug Fixes
  • Correctly fetch documents relationships (ff6e884)
Features
  • Do not hydrate doc if the relationship does not exist (d369a33)
  • Improve React performances by avoiding useless renders (13fafdf)
  • Remove makeNewDocument API method (678c1dd)
BREAKING CHANGES
  • the relationship hydration is made only if the
    relationship exists in the document, so the developer should not assume
    a document.relationshipName is always defined, anymore.
    As an alternative, it is possible to pass autoHydrate on
    cozy-client options to ease migration, e.g:
const newClient = new CozyClient({
  schema,
  autoHydrate: true
})

However, please not this has performance impact, as it forces
extra-check on store queries evaluation.

  • client.makeNewDocument no longer exists, please
    remove any code using it.

This method was not very useful and was relying on the full hydratation
of the schema relationships. This behaviour should be changed
eventually.

v59.4.0

Compare Source

Features
  • Add shared_docs parameter (24a2825)

v59.3.0

Compare Source

Features
  • Add a method to fetch shared drives (04d18b4)

v59.2.0

Compare Source

Features
  • Add helper for debug flag (737bbc4)

59.1.1 (2025-07-01)

Bug Fixes
  • Filter missing documents from store (180af2c)

v59.1.1

Compare Source

Features
  • Add helper for debug flag (737bbc4)

59.1.1 (2025-07-01)

Bug Fixes
  • Filter missing documents from store (180af2c)

v59.1.0

Compare Source

Features
  • Add helper for debug flag (737bbc4)

59.1.1 (2025-07-01)

Bug Fixes
  • Filter missing documents from store (180af2c)

v59.0.0

Compare Source

Bug Fixes
  • Normalize data for trash-related methods (754c45c)
BREAKING CHANGES
  • if you were relying on deleteFilePermanently, take care
    of handling the data attribute at the root of the response.
    For example:
const result = fileCollection.deleteFilePermanently() // old
const { data: result } = fileCollection.deleteFilePermanently() // new

v58.5.0

Compare Source

Features
  • Add doctypes model and fetch function (f115786)

v58.4.0

Compare Source

Bug Fixes
  • Do not throw when file content is defined but empty (1d0e99e)
Features

58.3.1 (2025-06-11)

Note: Version bump only for package cozy-client

v58.3.1

Compare Source

Bug Fixes
  • Do not throw when file content is defined but empty (1d0e99e)
Features

58.3.1 (2025-06-11)

Note: Version bump only for package cozy-client

v58.3.0

Compare Source

Bug Fixes
  • Do not throw when file content is defined but empty (1d0e99e)
Features

58.3.1 (2025-06-11)

Note: Version bump only for package cozy-client

v58.2.0

Compare Source

Bug Fixes
  • Correctly handle missing doc on PouchDB (4aa7e75)
  • Do not throw if there is no database for a doctype (6b73ca9)
  • Do not throw when doc has relationship but not schema (be7da5a)
  • Exclude design docs from response (c092b4e)
Features

v58.1.0

Compare Source

Features

58.0.1 (2025-05-14)

Bug Fixes
  • Downgrade react-native 0.65.x to 0.63.x (ecfd141)

v58.0.1

Compare Source

Features

58.0.1 (2025-05-14)

Bug Fixes
  • Downgrade react-native 0.65.x to 0.63.x (ecfd141)

v58.0.0

Compare Source

Features

58.0.1 (2025-05-14)

Bug Fixes
  • Downgrade react-native 0.65.x to 0.63.x (ecfd141)

v57.7.2

Compare Source

Features
  • Add disableStoreForQueries options to bypass store (8ab649c)
  • Use useCustomStore rather than store (eccc81e)
BREAKING CHANGES
  • to pass a custom store from the app, we used to rely on
    the boolean store option. The naming is confusing, because we could
    interpret it as completely disabling the redux store, which is not the
    case, as the aim is to use either the cozy-client internal store, or the
    application own store. It was also confusing in the code, as the store
    variable is the store itself.
    Thus, we rename the option in useCustomStore to better reflect the
    intention.

If your application was using store: false in the cozy-client
instanciation, you should now use useCustomStore: true.

57.7.2 (2025-05-05)

Bug Fixes
  • Add missing permissions translations (21ade3d)

57.7.1 (2025-04-24)

Bug Fixes
  • Ignore Twake prefix in getAppDisplayName (22e785c)

v57.7.1

Compare Source

Features
  • Add disableStoreForQueries options to bypass store (8ab649c)
  • Use useCustomStore rather than store (eccc81e)
BREAKING CHANGES
  • to pass a custom store from the app, we used to rely on
    the boolean store option. The naming is confusing, because we could
    interpret it as completely disabling the redux store, which is not the
    case, as the aim is to use either the cozy-client internal store, or the
    application own store. It was also confusing in the code, as the store
    variable is the store itself.
    Thus, we rename the option in useCustomStore to better reflect the
    intention.

If your application was using store: false in the cozy-client
instanciation, you should now use useCustomStore: true.

57.7.2 (2025-05-05)

Bug Fixes
  • Add missing permissions translations (21ade3d)

57.7.1 (2025-04-24)

Bug Fixes
  • Ignore Twake prefix in getAppDisplayName (22e785c)

v57.7.0

Compare Source

Features
  • Add disableStoreForQueries options to bypass store (8ab649c)
  • Use useCustomStore rather than store (eccc81e)
BREAKING CHANGES
  • to pass a custom store from the app, we used to rely on
    the boolean store option. The naming is confusing, because we could
    interpret it as completely disabling the redux store, which is not the
    case, as the aim is to use either the cozy-client internal store, or the
    application own store. It was also confusing in the code, as the store
    variable is the store itself.
    Thus, we rename the option in useCustomStore to better reflect the
    intention.

If your application was using store: false in the cozy-client
instanciation, you should now use useCustomStore: true.

57.7.2 (2025-05-05)

Bug Fixes
  • Add missing permissions translations (21ade3d)

57.7.1 (2025-04-24)

Bug Fixes
  • Ignore Twake prefix in getAppDisplayName (22e785c)

v57.6.0

Compare Source

Features
  • Add sortApplicationsList in apps model (eed4fad)
  • Use a shorter version of sortApplicationsList (ae7ae91)

57.6.1 (2025-04-03)

Bug Fixes
  • Add opsqlite as devDep (3656709)
  • Do not use transaction for read queries (e33547f)
  • Handle cozyPouchData for sqlite (8427309)
  • Move sqliteDb in a native code file (32881bf)
  • Pagination (619aa51)
  • PersistCozyData for new docs (baaca44)
  • SQL limit (3dc6ac8)

v57.5.0

Compare Source

Features

v57.4.0

Compare Source

Features
  • Improve normalization performances (853b4a1)
  • Improve persistVirtualDocuments performances (884c4d9)

v57.3.0

Compare Source

Bug Fixes
  • Correctly handle document's store updates (96cef80)
Features
  • Improve merge performances (6573f3b)

v57.2.0

Compare Source

Features
  • Add ifMatch option to FileCollection methods (1e60e3c)

v57.1.0

Compare Source

Features
  • Improve store query performance for id queries (449c7cd)

v57.0.0

Compare Source

Features
  • Add a option to create a "shared drive" sharing (d78caee)
  • Add FileCollection.getSharedDrivesDirectoryOrCreate (c7a36cf)
  • Manage rules for shared drive sharing (542761e)
  • Remove deprecated SharingCollection.share method (fdafda8)
  • Remove sharingType argument from getSharingRules (7571509)
  • Rename getOrCreateSharedDrivesDirectory (92aa9e4)
BREAKING CHANGES
  • SharingCollection.share method has been removed. Use
    SharingCollection.create method.

v56.0.0

Compare Source

Features
  • Remove fsnative model and mobile cordova helpers (ed23fda)
BREAKING CHANGES
  • fsnative model has been removed. readMobileFile and
    doMobileUpload methods have been removed on file model. If you still
    have them in an app, you can safely remove the code.

v55.0.0

Compare Source

Bug Fixes
  • Always use response body as FetchError reason (d664bc0)
Features
  • Add option to always throw fetch errors (f05d997)
BREAKING CHANGES
  • The reason attribute of non-JSON fetch errors is no
    longer a string composed of the server response status and status
    text.

    We used to have 2 different kinds of values for the reason attribute
    of FetchError built in CozyStackClient:

    • a string representation of the response body sent by the server
      (which may contain details about what when wrong, especially for 400
      status responses) for JSON requests
    • a string composed of the server response status and status text for
      non-JSON requests

    In the non-JSON request situation, we lose information by not using
    the server response body as the reason of the FetchError which
    prevents users of cozy-client from reacting appropriately when
    receiving such an error to their request.
    Therefore we homogenize our FetchError instances by always using the
    server response body to build the error reason.

    We need to add a new throwFetchErrors option to
    CozyStackClient.fetch to determine when to throw the error rather
    than emitting it as JSON requests expect the error to be thrown but we
    can't keep reading the response body from the JSON request method to
    build a new error to throw as it's already been read to build the
    emitted error.
    Besides, by doing so, we build the error only once, making sure we get
    the same kind no matter what type of request we make.

54.0.1 (2025-02-12)

Bug Fixes
  • Allow disabling file name sanitization (7b33a66)

v54.0.1

Compare Source

Bug Fixes
  • Always use response body as FetchError reason (d664bc0)
Features
  • Add option to always throw fetch errors (f05d997)
BREAKING CHANGES
  • The reason attribute of non-JSON fetch errors is no
    longer a string composed of the server response status and status
    text.

    We used to have 2 different kinds of values for the reason attribute
    of FetchError built in CozyStackClient:

    • a string representation of the response body sent by the server
      (which may contain details about what when wrong, especially for 400
      status responses) for JSON requests
    • a string composed of the server response status and status text for
      non-JSON requests

    In the non-JSON request situation, we lose information by not using
    the server response body as the reason of the FetchError which
    prevents users of cozy-client from reacting appropriately when
    receiving such an error to their request.
    Therefore we homogenize our FetchError instances by always using the
    server response body to build the error reason.

    We need to add a new throwFetchErrors option to
    CozyStackClient.fetch to determine when to throw the error rather
    than emitting it as JSON requests expect the error to be thrown but we
    can't keep reading the response body from the JSON request method to
    build a new error to throw as it's already been read to build the
    emitted error.
    Besides, by doing so, we build the error only once, making sure we get
    the same kind no matter what type of request we make.

54.0.1 (2025-02-12)

Bug Fixes
  • Allow disabling file name sanitization (7b33a66)

v54.0.0

Compare Source

Bug Fixes
  • Always use response body as FetchError reason (d664bc0)
Features
  • Add option to always throw fetch errors (f05d997)
BREAKING CHANGES
  • The reason attribute of non-JSON fetch errors is no
    longer a string composed of the server response status and status
    text.

    We used to have 2 different kinds of values for the reason attribute
    of FetchError built in CozyStackClient:

    • a string representation of the response body sent by the server
      (which may contain details about what when wrong, especially for 400
      status responses) for JSON requests
    • a string composed of the server response status and status text for
      non-JSON requests

    In the non-JSON request situation, we lose information by not using
    the server response body as the reason of the FetchError which
    prevents users of cozy-client from reacting appropriately when
    receiving such an error to their request.
    Therefore we homogenize our FetchError instances by always using the
    server response body to build the error reason.

    We need to add a new throwFetchErrors option to
    CozyStackClient.fetch to determine when to throw the error rather
    than emitting it as JSON requests expect the error to be thrown but we
    can't keep reading the response body from the JSON request method to
    build a new error to throw as it's already been read to build the
    emitted error.
    Besides, by doing so, we build the error only once, making sure we get
    the same kind no matter what type of request we make.

54.0.1 (2025-02-12)

Bug Fixes
  • Allow disabling file name sanitization (7b33a66)

v53.2.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • The data-cozy-token injection is no longer supported
    for refreshToken.

We used to rely on DOMParser to extract the new token during a
refreshToken procedure. However, DOMParser is a web API, which is not
available in web workers, nor in node env. Therefore, we implement our
own HTML parsing, relying on the data-cozy attribute in HTML. We tried
using external libraries such as JSDom, fauxdom or linkedom, but got
build issues with all those libs. It was somehow manageable, but
required some additional config in consuming apps. As the HTML parsing
is quite basic, we decided that it is not worth the effort, and we now
do the parsing ourselves, making it available in web, workers, and node
envs.

As a consequence, we do not support the data-cozy-token existence
anymore, as it would require extra work and is seen as deprecated for
several years now. If your app still somehow require it, you need to
migrate the app template to rely on data-cozy like this:

53.2.1 (2025-02-05)

Bug Fixes
  • deps: Upgrade cozy-pouch-link's parcel (4773f13)

v53.1.1

Compare Source

Features
  • Add OAuth client last synced datetime update (0dcd553)

53.1.1 (2025-01-29)

Bug Fixes
  • Do not read pouch adapter name at login (b21118e)
  • Links' onLogin should be awaited (8a63504)

v53.1.0

Compare Source

Features
  • Add OAuth client last synced datetime update (0dcd553)

53.1.1 (2025-01-29)

Bug Fixes
  • Do not read pouch adapter name at login (b21118e)
  • Links' onLogin should be awaited (8a63504)

v53.0.0

Compare Source

Features
  • models/sharing: Add verbs param to getSharingLink function (6a47793)
  • models/sharing: Rename getSharingLink to makeSharingLink (d1f9557)
  • permissionColl: Improve add method (b2d2c73)
  • PermissionColl: Normalize params between create (1d7a4a2)
BREAKING CHANGES
  • models/sharing: Rename getSharingLink to makeSharingLink.

This function creates or updates a share link.

  • PermissionColl: By default, the name of the attribute returned
    via createSharingLink is no longer email but code.
    You can either adapt your code accordingly or
    simply add the option { codes: 'email' } when calling createSharingLink.

v52.2.0

Compare Source

Features

52.1.1 (2025-01-15)

Bug Fixes
  • konnectors: Avoid creating multiple konnector folders (14ec6c4)

v52.1.1

Compare Source

Features

52.1.1 (2025-01-15)

Bug Fixes
  • konnectors: Avoid creating multiple konnector folders (14ec6c4)

v52.1.0

Compare Source

Features

52.1.1 (2025-01-15)

Bug Fixes
  • konnectors: Avoid creating multiple konnector folders (14ec6c4)

v52.0.1

Compare Source

Features
  • Add new qualification helpers (44688e2)

52.0.1 (2025-01-06)

Bug Fixes
  • models/paper: Change date format (d054820)

v52.0.0

Compare Source

Features
  • Add new qualification helpers (44688e2)

52.0.1 (2025-01-06)

Bug Fixes
  • models/paper: Change date format (d054820)

v51.7.0

Compare Source

Features
  • Add PerformanceApi to CozyClient (3e42ea4)
  • Add PerformanceApi to CozyClient's store (8da242d)
  • Add PerformanceApi to CozyPouchLink (247db09)
  • Add PerformanceApi to StackLink (9c4f3b1)

51.6.1 (2024-12-16)

Note: Version bump only for package cozy-client

v51.6.1

Compare Source

Features
  • Add PerformanceApi to CozyClient (3e42ea4)
  • Add PerformanceApi to CozyClient's store (8da242d)
  • Add PerformanceApi to CozyPouchLink (247db09)
  • Add PerformanceApi to StackLink (9c4f3b1)

51.6.1 (2024-12-16)

Note: Version bump only for package cozy-client

v51.6.0

Compare Source

Features
  • Add PerformanceApi to CozyClient (3e42ea4)
  • Add PerformanceApi to CozyClient's store (8da242d)
  • Add PerformanceApi to CozyPouchLink (247db09)
  • Add PerformanceApi to StackLink (9c4f3b1)

51.6.1 (2024-12-16)

Note: Version bump only for package cozy-client

v51.5.0

Compare Source

Bug Fixes
  • Fn hasQualifications was returning true for null / undefined values (0b7a40a)
Features
  • Add "none" translation in document themes (ac082de)

v51.4.0

Compare Source

Features
  • Parallelize loadInstanceOptionsFromStacks queries (55dd291)

51.3.1 (2024-11-28)

Note: Version bump only for package cozy-client

v51.3.1

Compare Source

Features
  • Parallelize loadInstanceOptionsFromStacks queries (55dd291)

51.3.1 (2024-11-28)

Note: Version bump only for package cozy-client

v51.3.0

Compare Source

Features
  • Parallelize loadInstanceOptionsFromStacks queries (55dd291)

51.3.1 (2024-11-28)

Note: Version bump only for package cozy-client

v51.2.0

Compare Source

Features
  • Remove react-inspector from dependencies (fac50f1)
  • Update lerna from 4.0.0 to 8.1.9 (eb3e14f)

v51.1.0

Compare Source

Features
  • Add legal_notice_url to InstanceData (12271e1)

51.0.1 (2024-11-15)

Bug Fixes
  • Add missing fields on CozyMetadata for io.cozy.files (2457269)

v51.0.1

Compare Source

Features
  • Add legal_notice_url to InstanceData (12271e1)

51.0.1 (2024-11-15)

Bug Fixes
  • Add missing fields on CozyMetadata for io.cozy.files (2457269)

v51.0.0

Compare Source

Features
  • Add legal_notice_url to InstanceData (12271e1)

51.0.1 (2024-11-15)

Bug Fixes
  • Add missing fields on CozyMetadata for io.cozy.files (2457269)

v50.4.0

Compare Source

Features
  • FileCollection: Add getAll(), and so Q(io.cozy.files).getByIds (8463cc4)

50.3.1 (2024-11-06)

Bug Fixes
  • Set correct type for limitBy() limit argument in DSL (658ec8c)

v50.3.1

Compare Source

Features
  • FileCollection: Add getAll(), and so Q(io.cozy.files).getByIds (8463cc4)

50.3.1 (2024-11-06)

Bug Fixes
  • Set correct type for limitBy() limi

Configuration

📅 Schedule: Branch creation - "on saturday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 4 times, most recently from cf90162 to 8ab8095 Compare October 3, 2023 16:46
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 5 times, most recently from 4c2b935 to 0ff2cf4 Compare October 10, 2023 08:11
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 3 times, most recently from d716f4a to 500c44f Compare October 18, 2023 15:41
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 500c44f to cc3b7b0 Compare October 24, 2023 11:45
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v41 fix(deps): update dependency cozy-client to v42 Oct 25, 2023
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 4 times, most recently from c19d519 to cabae33 Compare October 31, 2023 10:33
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from cabae33 to 10b4e97 Compare November 3, 2023 17:19
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v42 fix(deps): update dependency cozy-client to v43 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 10b4e97 to aebd39a Compare November 7, 2023 16:42
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 6 times, most recently from 9676ed9 to 824ba74 Compare November 21, 2023 12:29
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v43 fix(deps): update dependency cozy-client to v44 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 824ba74 to a1dc58f Compare November 22, 2023 10:54
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 3 times, most recently from 2eeb3db to b043af7 Compare May 22, 2025 17:20
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 3 times, most recently from a4a418c to 97d767d Compare June 13, 2025 17:43
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 97d767d to e1f8dfa Compare June 27, 2025 12:11
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v58 fix(deps): update dependency cozy-client to v59 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 4 times, most recently from eb82fb8 to b1913d5 Compare July 3, 2025 07:40
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from a1c1008 to e809fab Compare July 17, 2025 20:02
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v59 fix(deps): update dependency cozy-client to v60 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from 0e9a2b9 to 06d89e1 Compare July 24, 2025 11:06
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 3 times, most recently from db84b41 to 5988442 Compare August 31, 2025 10:47
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from b3da271 to 7bd65eb Compare September 9, 2025 10:40
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from 0d30a6a to 2624ff1 Compare September 24, 2025 12:58
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 4 times, most recently from 7e23815 to e6b7c60 Compare October 7, 2025 10:47
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from e6b7c60 to 51ceb84 Compare October 9, 2025 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants