server icon indicating copy to clipboard operation
server copied to clipboard

chore(deps): Bump @nextcloud/upload from 1.6.0 to 1.6.1

Open dependabot[bot] opened this issue 1 year ago • 1 comments

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/files to 3.9.0
  • chore: Bump dompurify to 3.1.6
  • chore: Bump @nextcloud/axios to 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/files to 3.9.0
  • chore: Bump dompurify to 3.1.6
  • chore: Bump @nextcloud/axios to 2.5.1
Commits
  • 8f833da Merge pull request #1422 from nextcloud-libraries/release/v1.6.1
  • 4f234f5 chore: Update changelog for v1.6.1
  • 93b0cc3 chore: Release v1.6.1
  • 44a7f83 Merge pull request #1421 from nextcloud-libraries/fix/l10n
  • 527455a fix(l10n): Add proper config to align languages with Nextcloud language tags
  • b30817b Merge pull request #1419 from nextcloud-libraries/dependabot/npm_and_yarn/typ...
  • eef1e2b Merge pull request #1420 from nextcloud-libraries/dependabot/npm_and_yarn/vit...
  • 0ac74b3 chore: Bump vite from 5.4.7 to 5.4.8
  • c21bd90 chore: Bump @​types/node from 22.6.1 to 22.7.0
  • 04e72f2 Merge pull request #1418 from nextcloud-libraries/translations_51e322cabd1543...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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[bot] avatar Oct 19 '24 01:10 dependabot[bot]

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.

dependabot[bot] avatar Oct 19 '24 02:10 dependabot[bot]

/compile

susnux avatar Nov 08 '24 14:11 susnux

/backport 9fdd3484d163d24530ca382dccf6cda55eecfb43 to stable30

susnux avatar Nov 08 '24 14:11 susnux

/backport 9fdd3484d163d24530ca382dccf6cda55eecfb43 to stable29

susnux avatar Nov 08 '24 14:11 susnux

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.

backportbot[bot] avatar Nov 08 '24 14:11 backportbot[bot]

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.

backportbot[bot] avatar Nov 08 '24 14:11 backportbot[bot]