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/files from 3.10.1 to 3.10.2 #4649

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps @nextcloud/files from 3.10.1 to 3.10.2.

Release notes

Sourced from @​nextcloud/files's releases.

v3.10.2

What's Changed

🐛 Fixed bugs

Other changes

New Contributors

Full Changelog: nextcloud-libraries/nextcloud-files@v3.10.1...v3.10.2

Changelog

Sourced from @​nextcloud/files's changelog.

3.10.2 - 2025-02-13

Fixed

Changed

  • Updated development dependencies
  • chore(deps): Bump @nextcloud/sharing to 0.2.4
  • ci: Update workflows from organization #1177 (susnux)
Commits
  • 0dcb3b0 Merge pull request #1184 from nextcloud-libraries/chore/prepare-3-10-2
  • 51c31fd chore: Prepare v3.10.2
  • 87725aa chore: Consistent changelog
  • d55bfe6 Merge pull request #1183 from nextcloud-libraries/deps/typedoc-plugin-missing...
  • 6979967 chore(deps): typedoc-plugin-missing-exports as dev dependency
  • ef0dc05 Merge pull request #1179 from nextcloud-libraries/dependabot/npm_and_yarn/vit...
  • fb20a1d chore(deps-dev): Bump @​vitest/coverage-istanbul from 3.0.4 to 3.0.5
  • f817196 Merge pull request #1181 from nextcloud-libraries/dependabot/npm_and_yarn/typ...
  • b3b95e2 Merge pull request #1182 from nextcloud-libraries/dependabot/npm_and_yarn/vit...
  • 51036c4 chore(deps-dev): Bump vite from 6.0.11 to 6.1.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 <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)

Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.10.1 to 3.10.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-files@v3.10.1...v3.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 13, 2025
@vitormattos vitormattos merged commit 72eb942 into main Feb 13, 2025
56 of 57 checks passed
@vitormattos vitormattos deleted the dependabot/npm_and_yarn/nextcloud/files-3.10.2 branch February 13, 2025 19:00
@vitormattos
Copy link
Member

/backport to stable31

@vitormattos
Copy link
Member

/backport to stable30

@vitormattos
Copy link
Member

/backport to stable29

@backportbot-libresign
Copy link

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/4649/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 49938a39

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4649/stable30

Error: Failed to push branch backport/4649/stable30: fatal: could not read Username for 'https://github.com': No such device or address


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@vitormattos
Copy link
Member

/backport to stable30

@vitormattos
Copy link
Member

/backport to stable29

@backportbot-libresign
Copy link

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/4649/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 49938a39

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4649/stable29

Error: Failed to push branch backport/4649/stable29: fatal: could not read Username for 'https://github.com': No such device or address


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@vitormattos
Copy link
Member

/backport to stable29

@backportbot-libresign
Copy link

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/4649/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 49938a39

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4649/stable29

Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for LibreSign:backport/4649/stable29."}


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
Labels
backport-request dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant