Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2025

Bumps @nextcloud/l10n from 2.2.0 to 3.2.0.

Release notes

Sourced from @​nextcloud/l10n's releases.

v3.2.0

3.2.0 - 2025-02-13

ℹ️ 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

  • fix(types): type translation variable keys #807 (ShGKme)
  • fix(isRTL): Correctly handle Urdu and Uzbek Afghan #855 (susnux)
  • fix(registry): Prevent prototype polluting #860 (susnux)

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

v3.1.0

3.1.0 - 2024-05-07

Added

 // Example
 t(
 	'my-app',
 	'{a}{userInput}{a_end}',
 	{
 		a: {
 			value: '<a>',
 			escape: false,
 		},
 		userInput: somePossiblyInsecureValue, // This will be escaped
 		a_end: {
 			value: '</a>',
 			escape: false,
</tr></table> 

... (truncated)

Changelog

Sourced from @​nextcloud/l10n's changelog.

3.2.0 - 2025-02-13

ℹ️ 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

  • fix(types): type translation variable keys #807 (ShGKme)
  • fix(isRTL): Correctly handle Urdu and Uzbek Afghan #855 (susnux)
  • fix(registry): Prevent prototype polluting #860 (susnux)

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

3.1.0 - 2024-05-07

Added

 // Example
 t(
 	'my-app',
 	'{a}{userInput}{a_end}',
 	{
 		a: {
 			value: '<a>',
 			escape: false,
 		},
 		userInput: somePossiblyInsecureValue, // This will be escaped
 		a_end: {
 			value: '</a>',
 			escape: false,
 		}
 	},
 )
</tr></table> 

... (truncated)

Commits
  • 309bf57 Merge pull request #859 from nextcloud-libraries/chore/prepare-3-2-0
  • a18f100 chore: Prepare v3.2.0
  • 876a316 Merge pull request #860 from nextcloud-libraries/alert-autofix-1
  • 8ebdc9e fix(registry): Prevent prototype polluting
  • 05be7eb chore: consistent package.json
  • 13d63ae Merge pull request #858 from nextcloud-libraries/dependabot/npm_and_yarn/vite...
  • ebdf04d chore(deps-dev): Bump vite from 6.0.11 to 6.1.0
  • b27619f Merge pull request #856 from nextcloud-libraries/dependabot/npm_and_yarn/mult...
  • 6f4ba94 Merge pull request #784 from nextcloud-libraries/docs/improve-get-first-day-t...
  • ac088e4 chore(deps-dev): Bump vitest and @​vitest/coverage-v8
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Feb 22, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/l10n-3.2.0 branch from 0ed0b60 to a45bee8 Compare February 24, 2025 10:03
@artonge
Copy link
Collaborator

artonge commented Feb 24, 2025

/compile amend /

Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 2.2.0 to 3.2.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-l10n@v2.2.0...v3.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/l10n-3.2.0 branch from a45bee8 to c0940b7 Compare February 24, 2025 10:11
@artonge artonge merged commit c77a5a4 into master Feb 24, 2025
43 checks passed
@artonge artonge deleted the dependabot/npm_and_yarn/nextcloud/l10n-3.2.0 branch February 24, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants