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 5.2.0 to 5.2.1 #333

Open
wants to merge 1 commit into
base: v0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps trash from 5.2.0 to 5.2.1.

Release notes

Sourced from trash's releases.

v5.2.1

Bug Fixes

  • Escape quoted paths when deleting with AppleScript
  • Support for non-UTF8 paths on HFS+ on MacOS Now illegal UTF8 is percent-encoded. Previously this code would have panicked.

Other

  • add an overview table to DeleteMethod on Mac
  • move macos deps behind macos cfg target
  • add simdutf8 for fast utf8 validation
  • add percent encoding support
  • replace create with create_new to avoid potentially nulling existing files

Test

  • new delete illegal bytes via Finder Disabled since only works on older FS, but tested manually to work on a USB HFS drive
  • new delete illegal bytes Disabled since only works on older FS, but tested manually to work on a USB HFS drive
  • add for from_utf8_lossy_pc
  • replace create with create_new to avoid potentially nulling existing files

Commit Statistics

  • 25 commits contributed to the release.
  • 11 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Escape quoted paths when deleting with AppleScript (e1bb697)
    • Support for non-UTF8 paths on HFS+ on MacOS (6f0b737)
    • Various refactors (d23a591)
    • Merge pull request #125 from eugenesvk/fr-doc-deletemethod (47ed29d)
    • Add an overview table to DeleteMethod on Mac (415c87d)
    • Clippy (b147384)
    • Cargo fmt (e499a0e)
    • New delete illegal bytes via Finder (175d6f5)
    • Fix Finder path generation for AS (0359a4d)
    • Cargo fmt (5d17879)
    • Fix finder extra escaping (d7295e8)
    • Cargo fmt (ab5c49b)
    • New delete illegal bytes (bfbc394)

... (truncated)

Changelog

Sourced from trash's changelog.

5.2.1 (2024-12-07)

Bug Fixes

  • Escape quoted paths when deleting with AppleScript
  • Support for non-UTF8 paths on HFS+ on MacOS Now illegal UTF8 is percent-encoded. Previously this code would have panicked.

Other

  • add an overview table to DeleteMethod on Mac
  • move macos deps behind macos cfg target
  • add simdutf8 for fast utf8 validation
  • add percent encoding support
  • replace create with create_new to avoid potentially nulling existing files

Test

  • new delete illegal bytes via Finder Disabled since only works on older FS, but tested manually to work on a USB HFS drive
  • new delete illegal bytes Disabled since only works on older FS, but tested manually to work on a USB HFS drive
  • add for from_utf8_lossy_pc
  • replace create with create_new to avoid potentially nulling existing files

Commit Statistics

  • 25 commits contributed to the release.
  • 11 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Escape quoted paths when deleting with AppleScript (e1bb697)
    • Support for non-UTF8 paths on HFS+ on MacOS (6f0b737)
    • Various refactors (d23a591)
    • Merge pull request #125 from eugenesvk/fr-doc-deletemethod (47ed29d)
    • Add an overview table to DeleteMethod on Mac (415c87d)
    • Clippy (b147384)
    • Cargo fmt (e499a0e)
    • New delete illegal bytes via Finder (175d6f5)
    • Fix Finder path generation for AS (0359a4d)
    • Cargo fmt (5d17879)

... (truncated)

Commits
  • 59b0a8a Release trash v5.2.1
  • e1bb697 fix: Escape quoted paths when deleting with AppleScript
  • 6f0b737 fix: Support for non-UTF8 paths on HFS+ on MacOS
  • d23a591 various refactors
  • 47ed29d Merge pull request #125 from eugenesvk/fr-doc-deletemethod
  • 415c87d doc: add an overview table to DeleteMethod on Mac
  • b147384 clippy
  • e499a0e cargo fmt
  • 175d6f5 test: new delete illegal bytes via Finder
  • 0359a4d fix Finder path generation for AS
  • 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 [trash](https://github.com/ArturKovacs/trash) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/ArturKovacs/trash/releases)
- [Changelog](https://github.com/Byron/trash-rs/blob/master/CHANGELOG.md)
- [Commits](Byron/trash-rs@v5.2.0...v5.2.1)

---
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 Dec 9, 2024
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.

0 participants