Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2024

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 dependabot bot requested a review from a team October 19, 2024 01:17
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2024

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.

Bumps [@nextcloud/upload](https://github.com/skjnldsv/nextcloud-upload) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/skjnldsv/nextcloud-upload/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-upload@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/upload"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/upload-1.6.1 branch from 9d05ee0 to 9fdd348 Compare November 8, 2024 14:10
@susnux
Copy link
Contributor

susnux commented Nov 8, 2024

/compile

@susnux
Copy link
Contributor

susnux commented Nov 8, 2024

/backport 9fdd348 to stable30

@susnux
Copy link
Contributor

susnux commented Nov 8, 2024

/backport 9fdd348 to stable29

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@dependabot dependabot bot merged commit c8868ce into master Nov 8, 2024
118 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/upload-1.6.1 branch November 8, 2024 14:28
Copy link

backportbot bot commented Nov 8, 2024

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.

Copy link

backportbot bot commented Nov 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants