chore(deps): update dependency @nextcloud/l10n to ^3.2.0 #258

Merged
Xefir merged 1 commits from renovate/nextcloud-l10n-3.x into main 2025-02-13 08:31:38 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@nextcloud/l10n dependencies minor ^3.1.0 -> ^3.2.0

Release Notes

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

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 - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) | dependencies | minor | [`^3.1.0` -> `^3.2.0`](https://renovatebot.com/diffs/npm/@nextcloud%2fl10n/3.1.0/3.2.0) | --- ### Release Notes <details> <summary>nextcloud-libraries/nextcloud-l10n (@&#8203;nextcloud/l10n)</summary> ### [`v3.2.0`](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/HEAD/CHANGELOG.md#320---2025-02-13) [Compare Source](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v3.1.0...v3.2.0) ##### ℹ️ 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 [#&#8203;831](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/831) ([ShGKme](https://github.com/ShGKme)) - feat(gettext): Add `detectLanguage` method and deprecate `detectLocale` [#&#8203;850](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/850) ([susnux](https://github.com/susnux)) - feat: Overload translate function to either allow number or placeholder as third arg [#&#8203;854](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/854) ([susnux](https://github.com/susnux)) ##### Fixed - fix(types): type translation variable keys [#&#8203;807](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/807) ([ShGKme](https://github.com/ShGKme)) - fix(isRTL): Correctly handle Urdu and Uzbek Afghan [#&#8203;855](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/855) ([susnux](https://github.com/susnux)) - fix(registry): Prevent prototype polluting [#&#8203;860](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/860) ([susnux](https://github.com/susnux)) ##### Changed - refactor(gettext): Drop `node-gettext` dependency and use our translation logic [#&#8203;851](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/851) ([susnux](https://github.com/susnux)) - license: Add SPDX header [#&#8203;781](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/781) ([AndyScherzinger](https://github.com/AndyScherzinger)) - chore: Add missing trailing comma in vite config [#&#8203;852](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/852) ([susnux](https://github.com/susnux)) - docs: Clarify readme about Nextcloud provided and custom translations [#&#8203;853](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/853) ([susnux](https://github.com/susnux)) - docs: improve return type of getFirstDay() [#&#8203;784](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/784) ([st3iny](https://github.com/st3iny)) - docs: replace missing exports plugin to also document internal types [#&#8203;846](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/846) ([susnux](https://github.com/susnux)) - ci: Update from org [#&#8203;795](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/795) ([AndyScherzinger](https://github.com/AndyScherzinger)) - ci: Update workflows from organization [#&#8203;847](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/847) ([susnux](https://github.com/susnux)) - chore(deps): Bump `dompurify` and `@types/dompurify` - chore(dev-deps): Update development dependencies </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Renovate added 1 commit 2025-02-13 00:04:06 +00:00
chore(deps): update dependency @nextcloud/l10n to ^3.2.0
All checks were successful
repod / xml (push) Successful in 39s
repod / php (push) Successful in 1m8s
repod / nodejs (push) Successful in 1m24s
repod / release (push) Has been skipped
e79b166579
Xefir merged commit 86d741ae75 into main 2025-02-13 08:31:38 +00:00
Xefir deleted branch renovate/nextcloud-l10n-3.x 2025-02-13 08:31:38 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Xefir/repod#258
No description provided.