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.6 #190

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps trash from 3.0.4 to 3.0.6.

Release notes

Sourced from trash's releases.

v3.0.6

Bug Fixes

  • don't recurse into symlink when trashing a directory on windows.

Commit Statistics

  • 3 commits contributed to the release.
  • 5 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge branch 'fix-symlink-traversal' (43d44cb)
    • Don't recurse into symlink when trashing a directory on windows. (3f5e842)
    • Inform about reason for yanking v3.0.5 (112e99e)

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)

... (truncated)

Changelog

Sourced from trash's changelog.

3.0.6 (2023-07-12)

Bug Fixes

  • don't recurse into symlink when trashing a directory on windows.

Commit Statistics

  • 3 commits contributed to the release.
  • 5 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge branch 'fix-symlink-traversal' (43d44cb)
    • Don't recurse into symlink when trashing a directory on windows. (3f5e842)
    • Inform about reason for yanking v3.0.5 (112e99e)

3.0.5 (2023-07-06)

YANKED: It was discovered that symlinks aren't handled correctly, which can lead to removals of unrelated directory trees.

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

  • 9 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

... (truncated)

Commits
  • 450edc1 Release trash v3.0.6
  • 43d44cb Merge branch 'fix-symlink-traversal'
  • 3f5e842 fix: don't recurse into symlink when trashing a directory on windows.
  • 112e99e inform about reason for yanking v3.0.5
  • 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.
  • 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 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 [trash](https://github.com/ArturKovacs/trash) from 3.0.4 to 3.0.6.
- [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.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 12, 2023
@AldaronLau
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2023

Looks like trash is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 29, 2023
@dependabot dependabot bot deleted the dependabot/cargo/trash-3.0.6 branch October 29, 2023 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant