chore(deps): Bump @nextcloud/l10n from 3.1.0 to 3.2.0#6517
Conversation
Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 3.1.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@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
|
Our plugin is and was a bit hacky. Maybe we can move things to nextcloud-l10n but it works. |
|
/backport to next |
|
The backport to # Switch to the target branch and update it
git checkout next
git pull origin next
# Create the new backport branch
git checkout -b backport/6517/next
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick e313b924 6d7380bd
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/6517/nextError: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to master |
|
/backport to master |
|
The backport to # Switch to the target branch and update it
git checkout master
git pull origin master
# Create the new backport branch
git checkout -b backport/6517/master
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick e313b924 6d7380bd
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/6517/masterError: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud-libraries:backport/6517/master."} Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Bumps @nextcloud/l10n from 3.1.0 to 3.2.0.
Release notes
Sourced from
@nextcloud/l10n's releases.Changelog
Sourced from
@nextcloud/l10n's changelog.Commits
309bf57Merge pull request #859 from nextcloud-libraries/chore/prepare-3-2-0a18f100chore: Prepare v3.2.0876a316Merge pull request #860 from nextcloud-libraries/alert-autofix-18ebdc9efix(registry): Prevent prototype polluting05be7ebchore: consistent package.json13d63aeMerge pull request #858 from nextcloud-libraries/dependabot/npm_and_yarn/vite...ebdf04dchore(deps-dev): Bump vite from 6.0.11 to 6.1.0b27619fMerge pull request #856 from nextcloud-libraries/dependabot/npm_and_yarn/mult...6f4ba94Merge pull request #784 from nextcloud-libraries/docs/improve-get-first-day-t...ac088e4chore(deps-dev): Bump vitest and@vitest/coverage-v8Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)