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

Bump trash from 3.0.4 to 3.0.5 as well as all other dependencies #80

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2023

Bumps trash from 3.0.4 to 3.0.5.

Release notes

Sourced from trash's releases.

v3.0.5

Bug Fixes

  • On windows, delete() will now delete recursively like on the other platforms. Note that the current implementation may consume a lot of memory as it will traverse the entire directory structure once while storing each path for later trashing.

Commit Statistics

  • 8 commits contributed to the release over the course of 1 calendar day.
  • 4 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Upgrade serial-test crate (0354d36)
    • On windows, delete() will now delete recursively like on the other platforms. (c1feece)
    • Refactor (41edcdf)
    • Removed self as parameter only used in recurssion. (a7619c1)
    • Reorganized code for cross-platform compatibility. (1c09e48)
    • Use recursive deletion on Windows by default. (46e0697)
    • Removed Windows only restriction for recursive deletion test. (d363dd8)
    • Merge branch 'Byron:master' into bug/windows_nonempty_folder (0f4b2c8)
Changelog

Sourced from trash's changelog.

3.0.5 (2023-07-06)

Bug Fixes

  • On windows, delete() will now delete recursively like on the other platforms. Note that the current implementation may consume a lot of memory as it will traverse the entire directory structure once while storing each path for later trashing.

Commit Statistics

  • 8 commits contributed to the release over the course of 1 calendar day.
  • 4 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Upgrade serial-test crate (0354d36)
    • On windows, delete() will now delete recursively like on the other platforms. (c1feece)
    • Refactor (41edcdf)
    • Removed self as parameter only used in recurssion. (a7619c1)
    • Reorganized code for cross-platform compatibility. (1c09e48)
    • Use recursive deletion on Windows by default. (46e0697)
    • Removed Windows only restriction for recursive deletion test. (d363dd8)
    • Merge branch 'Byron:master' into bug/windows_nonempty_folder (0f4b2c8)
Commits
  • 4655a07 Release trash v3.0.5
  • 0354d36 upgrade serial-test crate
  • c1feece fix: On windows, delete() will now delete recursively like on the other...
  • 41edcdf refactor
  • a7619c1 Removed self as parameter only used in recurssion.
  • 1c09e48 Reorganized code for cross-platform compatibility.
  • 46e0697 Use recursive deletion on Windows by default.
  • d363dd8 Removed Windows only restriction for recursive deletion test.
  • 0f4b2c8 Merge branch 'Byron:master' into bug/windows_nonempty_folder
  • 05e0cf4 Fix issue #70.Added recursive removal on Windows.
  • See full diff 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 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 added the dependencies Changes to the project's dependencies label Jul 7, 2023
@ericcornelissen ericcornelissen self-assigned this Jul 7, 2023
@ericcornelissen
Copy link
Owner

Regarding the failing CI pipelines:

Bumps [trash](https://github.com/ArturKovacs/trash) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/ArturKovacs/trash/releases)
- [Changelog](https://github.com/Byron/trash-rs/blob/master/CHANGELOG.md)
- [Commits](Byron/trash-rs@v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: trash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Due to the changes in this release of the trash crate, one additional
symlink test is now ignored on Windows due to compatibility issues.

Following warnings about a yanked crate, this also updates all other
dependencies using `cargo update`.

_This commit was originally authored by Dependabot_
@ericcornelissen ericcornelissen changed the title Bump trash from 3.0.4 to 3.0.5 Bump trash from 3.0.4 to 3.0.5 as well as all other dependencies Jul 7, 2023
@ericcornelissen ericcornelissen enabled auto-merge (rebase) July 7, 2023 22:15
@ericcornelissen ericcornelissen merged commit 3c36ed0 into main Jul 7, 2023
21 checks passed
@ericcornelissen ericcornelissen deleted the dependabot/cargo/trash-3.0.5 branch July 7, 2023 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes to the project's dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant