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 v38 (major) - autoclosed #1889

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cozy-client ^36.2.0 -> ^38.8.0 age adoption passing confidence
cozy-stack-client ^36.2.0 -> ^38.7.1 age adoption passing confidence

Release Notes

cozy/cozy-client

v38.8.0

Compare Source

Features

38.7.1 (2023-06-22)

Bug Fixes
  • Do not call refreshToken several times in parallel (22cbe8d)
  • Handle fetch errors with no Response Body (890db21)

v38.7.1

Compare Source

Bug Fixes
  • Do not call refreshToken several times in parallel (22cbe8d)
  • Handle fetch errors with no Response Body (890db21)

v38.7.0

Compare Source

Features
  • Add metadata attributes to createDirectory (f06425a)

v38.6.0

Compare Source

Features
  • Add instance name in certification failure (ef3fa99)

38.5.1 (2023-06-15)

Bug Fixes
  • getBoundT: Propagate polyglot options (6635154)

v38.5.1

Compare Source

Bug Fixes
  • getBoundT: Propagate polyglot options (6635154)

v38.5.0

Compare Source

Features
  • Add types to konnectors document (4cbbb4b)

v38.4.0

Compare Source

Features
  • Qualification: Change driver license locale value (0246c72)

v38.3.0

Compare Source

Features
  • cozy-client: Add others theme and other_admin_doc qualif (47c5618)

38.2.1 (2023-04-26)

Note: Version bump only for package cozy-client

v38.2.1

Compare Source

Note: Version bump only for package cozy-client

v38.2.0

Compare Source

Features

v38.1.0

Compare Source

Features
  • Remove unnecessary parentheses (8566460)

38.0.2 (2023-04-19)

Bug Fixes
  • Revert the import change for cozy-stack-client (9ee0a9e)

38.0.1 (2023-04-19)

Bug Fixes
  • Use io.cozy.settings.capabilities full id in getById (abb71d0)

v38.0.2

Compare Source

Bug Fixes
  • Revert the import change for cozy-stack-client (9ee0a9e)

v38.0.1

Compare Source

Bug Fixes
  • Use io.cozy.settings.capabilities full id in getById (abb71d0)

v38.0.0

Compare Source

Features
  • Add pluralization to the qualification labels (6c27cc3)
BREAKING CHANGES
  • getBoundT: With the arrival of pluralization, the return of this function has been updated
    The second parameter, to indicate the country, is no longer of String type.

Before, we use this implementation:

const t  = getBoundT(lang)
t("translation.key", "fr" )

Now please follow the following example:

const t  = getBoundT(lang)
t("translation.key", { country: "fr" })

For pluralization, just add the smart_count option

t("translation.key", { country: "fr", smart_count: 2 })

The Items.invoices translation key has been removed,
its value has been added to the Items.invoice key in its plural version.
Please use this new implementation:

t("Items.invoice", { smart_count: 2 })

The following translation keys are no longer plural by default.
Items.other_revenue, Items.unemployment_benefit,
Items.personal_sporting_licence, Items.tax_timetable.
Please use this new implementation:

t("translation.key", { smart_count: 2 })

37.2.1 (2023-04-12)

Bug Fixes
  • Return correct bitwarden id in SettingsCollection.getById (d562101)

v37.2.1

Compare Source

Bug Fixes
  • Return correct bitwarden id in SettingsCollection.getById (d562101)

v37.2.0

Compare Source

Features
  • Query io.cozy.settings.bitwarden in SettingsCollection (3447594)

37.1.1 (2023-03-31)

Bug Fixes
  • Handle undefined pathname in generateWebLink() method (c633f43)

v37.1.1

Compare Source

Bug Fixes
  • Handle undefined pathname in generateWebLink() method (c633f43)

v37.1.0

Compare Source

Features

v37.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Before, you could import with import { en, fr } from 'cozy-client/dist/models/doctypes/locales'

Now you have to import each locale doctypes with import en from 'cozy-client/dist/models/doctypes/locales/en.json'


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 18, 2023
@bundlemon
Copy link

bundlemon bot commented Feb 18, 2023

BundleMon

Files updated (5)
Status Path Size Limits
services/deleteAccounts/home.js
318.09KB (-351B -0.11%) 500KB
services/updateAccounts/home.js
455.9KB (-385B -0.08%) 464KB
services/softDeleteOrRestoreAccounts/home.js
480KB (-401B -0.08%) 487KB
services/myselfFromIdenties/home.js
233.51KB (-452B -0.19%) 235KB
vendors/home.(hash).js
1.21MB (-1.2KB -0.1%) 1.5MB
Unchanged files (8)
Status Path Size Limits
services/polyfillFetch/home.js
98.39KB 99KB
app/home.(hash).js
42.25KB 43KB
intents/home.(hash).js
33.57KB 35KB
vendors-home.(hash).(hash).min.css
31.62KB 35KB
services/attributesHelpers/home.js
15.13KB 16KB
app-home.(hash).min.css
14.4KB 15KB
intents-home.(hash).min.css
5.78KB 6KB
intents/index.html
499B 1KB

Total files change -2.75KB -0.09%

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 71addd4 to 5bd7b21 Compare February 24, 2023 23:50
@renovate renovate bot changed the title fix(deps): update cozy client packages to v35 (major) fix(deps): update dependency cozy-stack-client to v35 Feb 24, 2023
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 5bd7b21 to 5ad0f59 Compare March 11, 2023 01:22
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 5ad0f59 to eec5f42 Compare March 18, 2023 01:42
@renovate renovate bot changed the title fix(deps): update dependency cozy-stack-client to v35 fix(deps): update cozy client packages to v36 (major) Mar 18, 2023
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from 9d354af to 841ef8e Compare March 31, 2023 22:28
@renovate renovate bot changed the title fix(deps): update cozy client packages to v36 (major) fix(deps): update cozy client packages to v37 (major) Mar 31, 2023
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from 616be98 to 7d9a119 Compare April 14, 2023 22:37
@renovate renovate bot changed the title fix(deps): update cozy client packages to v37 (major) fix(deps): update cozy client packages to v38 (major) Apr 14, 2023
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch 2 times, most recently from f1c3dd2 to de123c9 Compare April 28, 2023 23:24
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from de123c9 to 789b61d Compare May 5, 2023 23:50
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from 789b61d to b8add13 Compare May 20, 2023 01:02
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from b8add13 to b7322ff Compare June 16, 2023 23:46
@renovate renovate bot force-pushed the renovate/major-cozy-client-packages branch from b7322ff to 09ad3af Compare June 24, 2023 00:14
@renovate renovate bot changed the title fix(deps): update cozy client packages to v38 (major) fix(deps): update cozy client packages to v38 (major) - autoclosed Jul 4, 2023
@renovate renovate bot closed this Jul 4, 2023
@renovate renovate bot deleted the renovate/major-cozy-client-packages branch July 4, 2023 15:25
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.

0 participants