Skip to content

fix(deps): bump @nextcloud/l10n from 3.1.0 to v3.3.0 #4347

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/l10n 3.1.0 -> 3.3.0 age adoption passing confidence

Release Notes

nextcloud-libraries/nextcloud-l10n (@​nextcloud/l10n)

v3.3.0

Compare Source

ℹ️ Notes
  • The Node version was increased to current LTS version 22.
  • The callback parameter of the loadTranslations method is deprecated.
    Instead just use the returned promise like loadTranslations('app').then(callback).
🚀 Enhancements
🐛 Fixed bugs
  • fix: export types used in gettext exports #​905 (susnux)
  • fix(translations): use language instead of locale + refactor the loadTranslations method #​927 (susnux)
  • fix(locale): fallback to device preferences instead of 'en' #​864 (ShGKme)
Other changes

v3.2.0

Compare Source

ℹ️ Notes

The GettextBuilder.detectLocale method is deprecated and will be removed in the next major version.
It is replaced with the detectLanguage method to make the method naming more consistent.

Added
  • feat(date): fallback to Intl #​831 (ShGKme)
  • feat(gettext): Add detectLanguage method and deprecate detectLocale #​850 (susnux)
  • feat: Overload translate function to either allow number or placeholder as third arg #​854 (susnux)
Fixed
Changed
  • refactor(gettext): Drop node-gettext dependency and use our translation logic #​851 (susnux)
  • license: Add SPDX header #​781 (AndyScherzinger)
  • chore: Add missing trailing comma in vite config #​852 (susnux)
  • docs: Clarify readme about Nextcloud provided and custom translations #​853 (susnux)
  • docs: improve return type of getFirstDay() #​784 (st3iny)
  • docs: replace missing exports plugin to also document internal types #​846 (susnux)
  • ci: Update from org #​795 (AndyScherzinger)
  • ci: Update workflows from organization #​847 (susnux)
  • chore(deps): Bump dompurify and @types/dompurify
  • chore(dev-deps): Update development dependencies

Configuration

📅 Schedule: Branch creation - "before 5am on tuesday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the 4. to release Ready to be released and/or waiting for tests to finish label Feb 18, 2025
@renovate renovate bot requested a review from hamza221 as a code owner February 18, 2025 01:27
@renovate renovate bot enabled auto-merge February 18, 2025 01:27
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.62%. Comparing base (c1e8f9a) to head (f79cf69).

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #4347       +/-   ##
=============================================
+ Coverage     11.00%   65.62%   +54.62%     
  Complexity      265      265               
=============================================
  Files           122       26       -96     
  Lines          5608      771     -4837     
  Branches       1215        0     -1215     
=============================================
- Hits            617      506      -111     
+ Misses         4869      265     -4604     
+ Partials        122        0      -122     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title fix(deps): bump @nextcloud/l10n from 3.1.0 to ^3.2.0 fix(deps): bump @nextcloud/l10n from 3.1.0 to v3.2.0 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/nextcloud-l10n-3.x branch from e354289 to 55b9b5a Compare February 20, 2025 21:48
@GVodyanov GVodyanov self-requested a review April 7, 2025 14:48
@GVodyanov
Copy link
Contributor

GVodyanov commented Apr 7, 2025

Didn't notice tests failing, however it seems like it's a nextcloud vue problem. I guess we should wait for the next nextcloud vue to come out

@renovate renovate bot force-pushed the renovate/nextcloud-l10n-3.x branch from 55b9b5a to 96fc1c9 Compare April 17, 2025 12:25
@hamza221 hamza221 disabled auto-merge May 9, 2025 12:45
@renovate renovate bot enabled auto-merge May 9, 2025 12:45
@renovate renovate bot force-pushed the renovate/nextcloud-l10n-3.x branch from 96fc1c9 to a9be752 Compare May 9, 2025 12:47
@renovate renovate bot force-pushed the renovate/nextcloud-l10n-3.x branch from a9be752 to 0b7f6d0 Compare June 3, 2025 20:23
@renovate renovate bot changed the title fix(deps): bump @nextcloud/l10n from 3.1.0 to v3.2.0 fix(deps): bump @nextcloud/l10n from 3.1.0 to v3.3.0 Jun 3, 2025
@GVodyanov
Copy link
Contributor

Still no good, NcDialog doesn't support this

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/nextcloud-l10n-3.x branch from 0b7f6d0 to f79cf69 Compare June 24, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant