chore(deps): update dependency @nextcloud/l10n to v3.1.0 #97

Merged
Xefir merged 1 commits from renovate/nextcloud-l10n-3.x-lockfile into main 2024-05-07 18:29:00 +00:00
Owner

This PR contains the following updates:

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

Release Notes

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

v3.1.0

Compare Source

Added
  • Allow setting escape option per parameter replacing.
    For more security this should be used instead of disabling paramter escaping,
    see pull request #​756
    // 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,
    		}
    	},
    )
    

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.0.1` -> `3.1.0`](https://renovatebot.com/diffs/npm/@nextcloud%2fl10n/3.0.1/3.1.0) | --- ### Release Notes <details> <summary>nextcloud-libraries/nextcloud-l10n (@&#8203;nextcloud/l10n)</summary> ### [`v3.1.0`](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/HEAD/CHANGELOG.md#310---2024-05-07) [Compare Source](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v3.0.1...v3.1.0) ##### Added - Allow setting `escape` option per parameter replacing.\ For more security this should be used instead of disabling paramter escaping, see [pull request #&#8203;756](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/756) ```js // 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, } }, ) ``` </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-->
Xefir added 1 commit 2024-05-07 06:49:11 +00:00
repod / xml (push) Successful in 10s Details
repod / php (push) Successful in 37s Details
repod / nodejs (push) Successful in 1m10s Details
repod / release (push) Has been skipped Details
cc149c2b4f
chore(deps): update dependency @nextcloud/l10n to v3.1.0
Xefir merged commit fc8c8f23c2 into main 2024-05-07 18:29:00 +00:00
Xefir deleted branch renovate/nextcloud-l10n-3.x-lockfile 2024-05-07 18:29:00 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/repod#97
No description provided.