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-dev): Bump @nextcloud/upload from 1.3.0 to 1.4.1 #558

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps @nextcloud/upload from 1.3.0 to 1.4.1.

Release notes

Sourced from @​nextcloud/upload's releases.

v1.4.1

v1.4.1 (2024-06-24)

Fixed

  • fix: Prevent issues with Chromium based browsers #1250 (susnux)

v1.4.0

v1.4.0 (2024-06-21)

Full Changelog

Added

  • Added retry capability for uploading files #1233 (Koc)

Fixed

  • fix: Adjust isPublic detection for uploader #1234 (susnux)

Changed

  • refactor: Use getUniqueName from @nextcloud/files #1244 (susnux)
  • refactor: Use public-share aware functions from @nextcloud/files and @nextcloud/sharing #1245 (susnux)
  • chore: Bump @​cypress/vue2 from 2.1.0 to 2.1.1
  • chore: Bump @​nextcloud/dialogs from 5.3.1 to 5.3.2
  • chore: Bump braces from 3.0.2 to 3.0.3
  • chore: Bump codecov/codecov-action from 4.4.1 to 4.5.0
  • chore: Bump cypress-io/github-action from 6.7.0 to 6.7.1
  • chore: Bump ws from 8.17.0 to 8.17.1
  • chore: Bump @​nextcloud/files from 3.4.1 to 3.5.0
  • chore: Bump cypress from 13.11.0 to 13.12.0
  • chore: Bump @​types/node from 20.14.6 to 20.14.7
  • chore: Bump axios-retry from 4.4.0 to 4.4.1
Changelog

Sourced from @​nextcloud/upload's changelog.

v1.4.1 (2024-06-24)

Fixed

  • fix: Prevent issues with Chromium based browsers #1250 (susnux)

v1.4.0 (2024-06-21)

Full Changelog

Added

  • Added retry capability for uploading files #1233 (Koc)

Fixed

  • fix: Adjust isPublic detection for uploader #1234 (susnux)

Changed

  • refactor: Use getUniqueName from @nextcloud/files #1244 (susnux)
  • refactor: Use public-share aware functions from @nextcloud/files and @nextcloud/sharing #1245 (susnux)
  • chore: Bump @​cypress/vue2 from 2.1.0 to 2.1.1
  • chore: Bump @​nextcloud/dialogs from 5.3.1 to 5.3.2
  • chore: Bump braces from 3.0.2 to 3.0.3
  • chore: Bump codecov/codecov-action from 4.4.1 to 4.5.0
  • chore: Bump cypress-io/github-action from 6.7.0 to 6.7.1
  • chore: Bump ws from 8.17.0 to 8.17.1
  • chore: Bump @​nextcloud/files from 3.4.1 to 3.5.0
  • chore: Bump cypress from 13.11.0 to 13.12.0
  • chore: Bump @​types/node from 20.14.6 to 20.14.7
  • chore: Bump axios-retry from 4.4.0 to 4.4.1
Commits
  • 2d1ec4f Merge pull request #1251 from nextcloud-libraries/chore/1-4-1
  • 8c54a41 chore: Prepare 1.4.1 release
  • be02af8 Merge pull request #1250 from nextcloud-libraries/fix/getConflicts-chromium
  • 4674241 fix: Do not directly check instanceof FileSystemEntry to prevent issues wit...
  • 705b505 Merge pull request #1249 from nextcloud-libraries/chore/1-4-0
  • 7e7251e chore: Prepare v1.4.0
  • c7735bd Merge pull request #1245 from nextcloud-libraries/refactor/public-share
  • 8bd79ea refactor: Use public-share aware functions from @nextcloud/files instead of...
  • 366b011 Merge pull request #1248 from nextcloud-libraries/dependabot/npm_and_yarn/axi...
  • 045e503 Merge pull request #1247 from nextcloud-libraries/dependabot/npm_and_yarn/typ...
  • 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 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)

Bumps [@nextcloud/upload](https://github.com/skjnldsv/nextcloud-upload) from 1.3.0 to 1.4.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.3.0...v1.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Jun 24, 2024
Copy link

@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

@dependabot dependabot bot merged commit 25857f8 into main Jun 24, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/upload-1.4.1 branch June 24, 2024 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant