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 cozy client packages to v48 (major) #2480

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cozy-client 13.21.0 -> 48.18.0 age adoption passing confidence
cozy-client ^47.6.0 -> ^48.0.0 age adoption passing confidence
cozy-client 40.5.0 -> 48.18.0 age adoption passing confidence
cozy-client 16.19.0 -> 48.18.0 age adoption passing confidence
cozy-client ^37.2.0 -> ^48.0.0 age adoption passing confidence
cozy-stack-client 13.20.2 -> 48.16.0 age adoption passing confidence

Release Notes

cozy/cozy-client (cozy-client)

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
  • 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

v40.6.0

Compare Source

Features
  • Allow to pass a name format regex to avoid bad renaming (e6f9721)

v40.5.0

Compare Source

Features

40.4.1 (2023-09-08)

Bug Fixes
  • Manage when password_defined value is undefined (f887f5d)

v40.4.1

Compare Source

Bug Fixes
  • Manage when password_defined value is undefined (f887f5d)

v40.4.0

Compare Source

Features
  • Add instance data in loadInstanceOptionsFromStack (3f3b0d8)

v40.3.0

Compare Source

Features

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 these updates 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 requested a review from Merkur39 as a code owner March 16, 2024 02:27
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 16, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 177166e to 302dc12 Compare March 23, 2024 00:25
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 302dc12 to 28922ca Compare March 30, 2024 01:08
@renovate renovate bot changed the title fix(deps): update cozy client packages to v46 (major) Update Cozy Client Packages to v46 (major) Mar 30, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 28922ca to c2cf79f Compare April 6, 2024 02:08
@renovate renovate bot changed the title Update Cozy Client Packages to v46 (major) fix(deps): update cozy client packages to v46 (major) Apr 6, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from a900e8b to e4cdece Compare April 20, 2024 00:51
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from e4cdece to 28c54ba Compare April 26, 2024 22:34
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 28c54ba to b014d51 Compare May 18, 2024 00:55
@renovate renovate bot changed the title fix(deps): update cozy client packages to v46 (major) fix(deps): update cozy client packages to v47 (major) May 18, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from b014d51 to cd27206 Compare May 24, 2024 22:52
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from 7b820b8 to c4937b6 Compare June 8, 2024 00:46
@renovate renovate bot changed the title fix(deps): update cozy client packages to v47 (major) fix(deps): update cozy client packages to v48 (major) Jun 8, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from 688f0d0 to 2c83713 Compare June 21, 2024 22:43
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 2c83713 to c58a201 Compare June 29, 2024 01:33
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from c58a201 to a0b8efd Compare July 12, 2024 22:29
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from 5cb27d4 to 09bc180 Compare July 26, 2024 22:25
@renovate renovate bot changed the title fix(deps): update cozy client packages to v48 (major) Update Cozy Client Packages to v48 (major) Jul 26, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 09bc180 to 6421ed8 Compare August 2, 2024 22:25
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 6421ed8 to 36a4ce2 Compare August 10, 2024 01:57
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 36a4ce2 to a4a23eb Compare August 31, 2024 01:29
@renovate renovate bot changed the title Update Cozy Client Packages to v48 (major) fix(deps): update cozy client packages to v48 (major) Aug 31, 2024
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from a4a23eb to f766a1b Compare September 7, 2024 00:18
@cballevre cballevre closed this Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant