Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency cozy-client to v52 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cozy-client ^48.8.0 -> ^52.1.1 age adoption passing confidence

Release Notes

cozy/cozy-client (cozy-client)

v52.1.1

Compare Source

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

v52.1.0

Compare Source

Features
  • Add new qualification helpers (44688e2)

52.0.1 (2025-01-06)

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

v52.0.1

Compare Source

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

v52.0.0

Compare Source

Features
  • Allow to enforce Stack link on request chain (6aac845)
BREAKING CHANGES
  • CozyLink's request methods now takes an additional
    options argument that can be used to enforce usage of Stack link.
    Although .request() is meant to be an internal API, if your code
    calls it, you'll want to introduce a new argument for options. This
    is also the case if you instanciate a new CozyLink with a handler
    argument for request

Before:

// Initialization
new CozyLink((operation, result = '', forward) => {
  return forward(operation, result + 'foo')
})

// Call
link.request(operation)

// Call with result and forward
link.request(operation, null, () => { /* do stuff */ })

After:

// Initialization
new CozyLink((operation, options, result = '', forward) => {
  return forward(operation, options, result + 'foo')
})

// Call
link.request(operation, options)

// Call with result and forward
link.request(operation, options, null, () => { /* do stuff */ })

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

Note: Version bump only for package cozy-client

v51.6.0

Compare Source

Features
  • Do not query /jobs/triggers with a partialFilter (bb380fa)

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

Note: Version bump only for package cozy-client

v51.3.0

Compare Source

Features

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

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

v51.0.0

Compare Source

Features
BREAKING CHANGES
  • you no longer need cozy-ui as dep for cozy-client usage
  • you must change the import of devtools from import CozyDevtools from 'cozy-client/dist/devtools' to import CozyDevtools from 'cozy-devtools'

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

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

v50.2.0

Compare Source

Features

v50.1.0

Compare Source

Bug Fixes
Features

v50.0.0

Compare Source

Features
BREAKING CHANGES
  • useClientErrors has been removed. You must have cozy-ui >= 112.0.0 and import it from there import { useClientErrors } from 'cozy-ui/transpiled/react/hooks/useClientErrors'

v49.8.0

Compare Source

Features
  • Handle timeout errors for mango queries (aa1018a)

49.7.1 (2024-10-17)

Bug Fixes
  • mango: Order alphabetically object inside arrays based on 1st key (0e86883)

v49.7.1

Compare Source

Bug Fixes
  • mango: Order alphabetically object inside arrays based on 1st key (0e86883)

v49.6.0

Compare Source

Features
  • Adding missing attributes inside FileDocument (f623c80)

v49.4.0

Compare Source

Bug Fixes
  • RealTimeQueries: Unsubscribing from the good functions (dbeaed7)
Features
  • Spread attributes from JSON:API at document root (f9f0ffd)
  • Use JSON:API normalizer instead custom ones inside collection (d86616d)
  • Use normalization from exported modules instead static functions (259235d)

49.3.1 (2024-10-09)

Note: Version bump only for package cozy-client

v49.3.1

Compare Source

Note: Version bump only for package cozy-client

v49.3.0

Compare Source

Features
  • Add type for externalDataSource.creator (a3326b8)

v49.2.0

Compare Source

Features
  • Apply data enhancement to realtime results for specific doctypes (7984d6d)

49.1.1 (2024-10-04)

Bug Fixes
  • Revert some updates to file metadata types (b4c32a5)

v49.1.1

Compare Source

Bug Fixes
  • Revert some updates to file metadata types (b4c32a5)

v49.0.0

Compare Source

Bug Fixes
Features
Reverts
BREAKING CHANGES
  • cozy-client now requires cozy-intent >= 2.23.0 (used
    for offline support)

v48.25.0

Compare Source

Features
  • Update file metadata types (fb1bbf0)

48.24.1 (2024-09-19)

Bug Fixes

v48.24.1

Compare Source

Bug Fixes

v48.24.0

Compare Source

Bug Fixes
  • Remove ref to CozyClient as it breaks tests (circular dependency) (36a97e6)
Features
  • Expose real time dispatch changes function (783ff77)

v48.23.0

Compare Source

Features
  • Add announcements remote doctype for production (5dc3d8a)

v48.22.0

Compare Source

Features
  • Rename pôle emploi in France Travail (4eaaac7)

v48.21.0

Compare Source

Features
  • Change fidelity card label (4a966f7)
  • Remove library_card from qualification (64e8a45)

v48.20.0

Compare Source

Features
  • Rename other_activity_document label (f29b4ae)

v48.19.0

Compare Source

Features
  • Rename "numéro de la carte vitale" in "sécurité sociale" (26a12cf)

v48.18.0

Compare Source

Features
  • Add locales for new announcements remote-doctype (3899675)

v48.17.0

Compare Source

Features
  • Sort document when using executeFromStore option (fbd44b8)

v48.16.0

Compare Source

Features
  • NextcloudFilesCollection: Add spacing (3e49c5d)

v48.15.0

Compare Source

Features

48.14.1 (2024-08-21)

Note: Version bump only for package cozy-client

v48.13.1

Compare Source

Bug Fixes
  • Support executing queries from store (75d3228)

v48.13.0

Compare Source

Features
  • Support executing queries from store (49ac876)

48.12.1 (2024-07-31)

Bug Fixes
  • Update docs after merge (f32d2c2)
  • UseInstanceInfo isLoaded return was wrong (ab10975)

v48.12.1

Compare Source

Bug Fixes
  • Update docs after merge (f32d2c2)
  • UseInstanceInfo isLoaded return was wrong (ab10975)

v48.12.0

Compare Source

Bug Fixes
  • FileCollection: Copy to a specific folder (b39a498)
Features
  • Make helper function to copy file to either Cozy or Nextcloud (8bff5f7)
  • NextcloudFilesCollection: Add copy (55a5f5c)

48.11.2 (2024-07-30)

Bug Fixes
  • move: Trash the conflicting file instead of the destination folder (ae8e6da)

48.11.1 (2024-07-23)

Bug Fixes
  • resetQuery: Return null when the query is not found (0ff4cf0)

v48.11.2

Compare Source

Bug Fixes
  • move: Trash the conflicting file instead of the destination folder (ae8e6da)

v48.11.1

Compare Source

Bug Fixes
  • resetQuery: Return null when the query is not found (0ff4cf0)

v48.11.0

Compare Source

Features
  • Add restore_path to NextcloudFile type (3d2f7f9)

v48.10.0

Compare Source

Features
  • Improve type of NextcloudFile (077e6f8)

v48.9.0

Compare Source

Features
  • nextcloud: Access content inside nextcloud trash (c63112f)
  • nextcloud: Add deletePermanently method (98f9c33)
  • nextcloud: Add emptyTrash method (83da9e3)
  • nextcloud: Add restore method (1468f19)

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 3 times, most recently from 8659b60 to 3a4a900 Compare October 10, 2024 05:48
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from 3ced4b7 to 64caede Compare October 26, 2024 02:53
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v49 fix(deps): update dependency cozy-client to v50 Oct 26, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from 6d49aab to c12a777 Compare November 7, 2024 20:48
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v50 fix(deps): update dependency cozy-client to v51 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 3 times, most recently from 19d7685 to 48ede21 Compare November 20, 2024 14:49
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 3 times, most recently from 49e1626 to 10ad78c Compare November 29, 2024 05:25
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 10ad78c to 303dc73 Compare November 30, 2024 05:20
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 303dc73 to 9cce4e7 Compare December 11, 2024 05:54
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 9cce4e7 to 6da8537 Compare December 21, 2024 08:35
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v51 fix(deps): update dependency cozy-client to v52 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 6da8537 to 7cdb976 Compare January 7, 2025 02:50
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 7cdb976 to f795652 Compare January 16, 2025 03:15
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