chore(deps): Bump @nextcloud/upload from 1.6.0 to 1.6.1
Bumps @nextcloud/upload from 1.6.0 to 1.6.1.
Release notes
Sourced from @nextcloud/upload's releases.
v1.6.1
Changelog
v1.6.1 (2024-09-26)
Fixed
- fix: Fix errors when FileSystemFileEntry is unsupported #1417 (Pytal)
- fix(l10n): Add proper config to align languages with Nextcloud language tags #1421 (susnux)
Changed
- Updated translations
- Updated development dependencies
- chore: Bump
@nextcloud/filesto 3.9.0- chore: Bump
dompurifyto 3.1.6- chore: Bump
@nextcloud/axiosto 2.5.1
Changelog
Sourced from @nextcloud/upload's changelog.
v1.6.1 (2024-09-26)
Fixed
- fix: Fix errors when FileSystemFileEntry is unsupported #1417 (Pytal)
- fix(l10n): Add proper config to align languages with Nextcloud language tags #1421 (susnux)
Changed
- Updated translations
- Updated development dependencies
- chore: Bump
@nextcloud/filesto 3.9.0- chore: Bump
dompurifyto 3.1.6- chore: Bump
@nextcloud/axiosto 2.5.1
Commits
8f833daMerge pull request #1422 from nextcloud-libraries/release/v1.6.14f234f5chore: Update changelog for v1.6.193b0cc3chore: Release v1.6.144a7f83Merge pull request #1421 from nextcloud-libraries/fix/l10n527455afix(l10n): Add proper config to align languages with Nextcloud language tagsb30817bMerge pull request #1419 from nextcloud-libraries/dependabot/npm_and_yarn/typ...eef1e2bMerge pull request #1420 from nextcloud-libraries/dependabot/npm_and_yarn/vit...0ac74b3chore: Bump vite from 5.4.7 to 5.4.8c21bd90chore: Bump@types/nodefrom 22.6.1 to 22.7.004e72f2Merge pull request #1418 from nextcloud-libraries/translations_51e322cabd1543...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.
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)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
/compile
/backport 9fdd3484d163d24530ca382dccf6cda55eecfb43 to stable30
/backport 9fdd3484d163d24530ca382dccf6cda55eecfb43 to stable29
The backport to stable29 failed. Please do this backport manually.
# Switch to the target branch and update it
git checkout stable29
git pull origin stable29
# Create the new backport branch
git checkout -b backport/48802/stable29
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 9fdd3484
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/48802/stable29
Error: No changes found in backport branch
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.
The backport to stable30 failed. Please do this backport manually.
# Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/48802/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 9fdd3484
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/48802/stable30
Error: No changes found in backport branch
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.