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 v53 #7

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 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cozy-client ^40.3.0 -> ^53.1.0 age adoption passing confidence

Release Notes

cozy/cozy-client (cozy-client)

v53.1.0

Compare Source

Features
  • Add helpers for encrypted files (715b77a)

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

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)

v48.8.0

Compare Source

Features
  • models/paper: Add isForeignPaper helper (dc454e6)

v48.7.0

Compare Source

Features
  • Add missing types for IOCozyFile (54761c9)

v48.6.0

Compare Source

Features
  • Integrate partialFilter values into index naming (ec6eb46)
  • Remove the implicit inside partialFilter to find existing index (5da0d55)

v48.5.0

Compare Source

Features
  • FileCollection: Create archive link by file ids with specific page (df94e82)

v48.4.0

Compare Source

Features
  • Update french wording of the vehicle registration license number (7afc7aa)

v48.3.0

Compare Source

Features
  • Document: Update countries translation in Viewer informations (3597335)

v48.2.0

Compare Source

Features
  • nextcloud: Delete files (896ca16)

48.1.1 (2024-06-11)

Bug Fixes
  • Adjust color of devtools to be dark mode compliant (0954cd8)

v48.1.1

Compare Source

Bug Fixes
  • Adjust color of devtools to be dark mode compliant (0954cd8)

v48.1.0

Compare Source

Features
  • models/document: Change translation of confidentialNumber (987a00a)

v48.0.0

Compare Source

Bug Fixes
  • nextcloud: Allow folder query to be re-evaluated (a88baff)
  • nextcloud: Encode path to manage parentheses (fd0f2e0)
Features
  • Reset a query based on its id (877f99b)
  • nextcloud: Move a Nextcloud file within the server or with a Cozy (709f868)
BREAKING CHANGES
  • nextcloud: You should pass object directly not only props

Before: move(client, "fileId1234", { folderId: "folderId1234" }, true)

After:

move(
  client,
  { _id: "fileId1234", _type: "io.cozy.files" },
  { _id: "folderId1234", _type: "io.cozy.files", type: "directory" },
  { force: true }
)

v47.6.0

Compare Source

Features
  • Add support for io.cozy.bills in models/paper (fe7ac2d)

v47.5.0

Compare Source

Features
  • Qualification: Add tax certificate qualification (b60c68c)

v47.4.0

Compare Source

Bug Fixes
  • useQuery: Add function type for definition prop (21fca5c)
Features
  • Add a collection to access files into a Nextcloud (332ce42)
  • nextcloud: Download a file (df1dc7f)

v47.3.0

Compare Source

Features
  • Qualification: Change work & activity themes icon (89035ea)

v47.2.0

Compare Source

Features
  • We make sure that the translation key matches to an alpha-2 code (c70466f)

47.1.2 (2024-05-17)

Bug Fixes
  • models/document: Rename "stranger" locale (38a0f68)

47.1.1 (2024-05-17)

Bug Fixes
  • models/paper: Translate country metadata only if valid (20be1ba)

v47.1.2

Compare Source

Bug Fixes
  • models/document: Rename "stranger" locale (38a0f68)

v47.1.1

Compare Source

Bug Fixes
  • models/paper: Translate country metadata only if valid (20be1ba)

v47.1.0

Compare Source

Features
  • models/paper: Add translation of "country" metadata (1be7f48)

v47.0.0

Compare Source

Features
  • countries: COUNTRIES_ISO has ISO codes only (8a76d13)
  • countries: The getEmojiByCountry return null (7ab15f2)
  • models: Move the "countries" file to a specific folder (ef87f93)
  • Move getEmojiByCountry to country model (f25874e)
BREAKING CHANGES
  • Please replace your import paths
    Before:
import { getEmojiByCountry } from "cozy-client/dist/models/document/emojiCountry"

After:

import { getEmojiByCountry } from "cozy-client/dist/models/country/countries"
  • countries: To manage the different translations
    of country names, it's best to extract the name attribute.
    If you're using the COUNTRIES_ISO constant
    to retrieve country names,
    please use the getAllCountryNames function now.
  • models: Please replace your import paths
    Before:
import { COUNTRIES_ISO, checkCountryCode } from "cozy-client/dist/models/countries"

After:

import { COUNTRIES_ISO, checkCountryCode } from "cozy-client/dist/models/country/countries"

For future needs (translation), it is preferable to move this file.

v46.11.0

Compare Source

Features
  • Update getEmojiByCountry function (12ffdd2)

46.10.1 (2024-04-25)

Bug Fixes
  • Contacts: Func getPrimaryOrFirst should not crash for array of null (3e4061a)

v46.10.1

Compare Source

Bug Fixes
  • Contacts: Func getPrimaryOrFirst should not crash for array of null (3e4061a)

v46.10.0

Compare Source

Features
  • Add helpers to generate paper expiration date message (b3a5a30)
  • Add missing types in ContactDocument (382a319)

46.9.1 (2024-04-19)

Bug Fixes
  • Set correct returned type for CozyClient's getSettings (0766fdd)

v46.9.1

Compare Source

Bug Fixes
  • Set correct returned type for CozyClient's getSettings (0766fdd)

v46.9.0

Compare Source

Bug Fixes
  • Use .fetchQueryAndGetFromState instead of .query in settings (16a4b93)
  • Use object instead of method in settings queries (cbd85ca)
Features
  • Add getSetting and saveAfterFetchSetting methods to CozyClient (9c1700d)
  • Add useSetting hook (172a0d3)
  • Add defaultValue parameter to getSetting() and to useSetting() (7ba3928)
  • Allow to get or set multiple settings in a single call (b75bae8)
  • Remove defaultValue parameter from getSetting() & useSetting() (ef9241a)

v46.8.0

Compare Source

Features
  • Rename national_health_insurance_right_certificate qualification (bddf378)

46.7.1 (2024-04-17)

Bug Fixes
  • Contact getInitials should return initials even if name (0c719e9)

v46.7.1

Compare Source

Bug Fixes
  • Contact getInitials should return initials even if name (0c719e9)

v46.7.0

Compare Source

Features
  • Add translation for MesPapiers app (419bc24)

46.6.1 (2024-04-12)

Bug Fixes
  • Metadata present but whose value is not specified (cbe12b7)

v46.6.1

Compare Source

Bug Fixes
  • Metadata present but whose value is not specified (cbe12b7)

v46.6.0

Compare Source

Features
  • Remove deprecated Linking.removeEventListener (9544207)

v46.5.0

Compare Source

Features
  • Add a destroy method in ContactsCollection (4dd9c59)

v46.4.0

Compare Source

Features
  • Add know information metadata names for papers (065c17e)

v46.3.0

Compare Source

Features
  • We don't want to concatenate additionalName in the displayName (6a03a1c)

v46.2.0

Compare Source

Features
  • Add an icon in each qualifications by mapping (f3c80cf)
  • Add missing qualifications in Theme Invoice (ddf38d9)

46.1.1 (2024-03-21)

Bug Fixes
  • The getQualification function should not crash if no qualification (a58a378)

v46.1.1

Compare Source

Bug Fixes
  • The getQualification function should not crash if no qualification (a58a378)

v46.1.0

Compare Source

Features
  • SharingCollection: Add revokeGroup (9f7b3b8)

v46.0.0

Compare Source

Features
  • Prevent array selector without operator before (cdfc2ab)
BREAKING CHANGES
  • You must use a MongoDB operator like $in or $or operator instead, preferably in a partial index, to avoid costly full-scan.

Co-authored-by: Quentin Valmori [email protected]

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

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 7 times, most recently from b3896be to 970eee1 Compare October 10, 2023 10:15
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 3 times, most recently from 7a9d735 to 2c327f7 Compare October 18, 2023 11:58
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 2c327f7 to 062403a Compare October 24, 2023 10:54
@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 4f847c9 to a2b2f36 Compare October 31, 2023 10:50
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from a2b2f36 to e580e53 Compare November 4, 2023 08:31
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v42 fix(deps): update dependency cozy-client to v43 Nov 4, 2023
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from 6119e59 to 9de7899 Compare November 14, 2023 17:11
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 4 times, most recently from f15464c to c5cc2fb Compare November 21, 2023 11:18
@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 2 times, most recently from cc973d5 to f2e523b Compare November 28, 2023 09:22
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v44 fix(deps): update dependency cozy-client to v45 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from f2e523b to 8a9d211 Compare December 1, 2023 13:07
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 4 times, most recently from a5b82d1 to f12c056 Compare October 15, 2024 15:00
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from f12c056 to 1752378 Compare October 17, 2024 16:12
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 1752378 to 11d8899 Compare October 24, 2024 16:40
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v49 fix(deps): update dependency cozy-client to v50 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 4 times, most recently from 019eb1b to dc48902 Compare November 7, 2024 10:21
@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 5ac0250 to 4a78ece Compare November 21, 2024 11:23
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from 0819748 to a0af9e3 Compare November 29, 2024 16:50
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 3 times, most recently from a0bed43 to 8fd65c6 Compare December 16, 2024 09:55
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 8fd65c6 to 59accd5 Compare December 20, 2024 17:48
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v51 fix(deps): update dependency cozy-client to v52 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from d109e10 to 7f738c3 Compare January 6, 2025 17:13
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 3 times, most recently from 9ed0bd8 to 468cb5e Compare January 21, 2025 13:12
@renovate renovate bot changed the title fix(deps): update dependency cozy-client to v52 fix(deps): update dependency cozy-client to v53 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 468cb5e to 4ea31b3 Compare January 21, 2025 19:05
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