Closed dependabot[bot] closed 4 months ago
/backport 582414f to stable-4.10
The backport to stable-4.10
failed. Please do this backport manually.
# Switch to the target branch and update it
git checkout stable-4.10
git pull origin stable-4.10
# Create the new backport branch
git checkout -b backport/1318/stable-4.10
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 582414f
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1318/stable-4.10
Error: Failed to clone repository: Failed to checkout branches: error: pathspec 'stable-4.10' did not match any file(s) known to git
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.
/backport 582414f to stable4.10
Bumps @nextcloud/vue from 7.12.7 to 8.14.0.
Release notes
Sourced from
@โnextcloud/vue
's releases.... (truncated)
Changelog
Sourced from
@โnextcloud/vue
's changelog.... (truncated)
Commits
dbc9e16
Merge pull request #5779 from nextcloud-libraries/chore/prepare-8-14-0f0c8f52
chore: Prepare release of 8.14.0e448011
Merge pull request #5777 from nextcloud-libraries/fix/checkbox-attrs-aria6252057
Merge pull request #5773 from nextcloud-libraries/automated/noid/server-styli...083cd8f
test(NcCheckboxRadioSwitch): Add cypress test to ensure attributes, class and...74dc419
fix(NcCheckboxRadioSwitch): keep data attributes bound to the wrapper09cba16
test: Update snapshotsf01dc51
chore(assets): Update styling from server229f6c1
Merge pull request #5774 from nextcloud-libraries/dependabot/github_actions/f...c42b6e1
Merge pull request #5771 from nextcloud-libraries/fix/dialog-labelDependabot 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