Skip to content

chore(deps): Update compatible #1244

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2025

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.37 -> 4.5.39
clap-verbosity-flag dependencies patch 3.0.2 -> 3.0.3
flate2 dependencies patch 1.1.1 -> 1.1.1
liquid dependencies patch 0.26.9 -> 0.26.11
liquid-core dependencies patch 0.26.9 -> 0.26.11
liquid-lib dependencies patch 0.26.9 -> 0.26.11
tempfile (source) dependencies minor 3.19.1 -> 3.20.0

Release Notes

clap-rs/clap (clap)

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -
clap-rs/clap-verbosity-flag (clap-verbosity-flag)

v3.0.3

Compare Source

cobalt-org/liquid-rust (liquid)

v0.26.11

Compare Source

Features
  • Implicitly convert timestamps to date-times

v0.26.10

Compare Source

Internal
  • Remove some dependencies
Stebalien/tempfile (tempfile)

v3.20.0

Compare Source

This release mostly unifies the behavior/capabilities around "keeping" temporary files:

  • Rename Builder::keep(bool) (via deprecation) to Builder::disable_cleanup(bool) to make it clear that behaves differently from NamedTempFile::keep(). The former disables automatic cleanup while the latter consumes the NamedTempFile object entirely and unsets the "temporary file" attribute (on Windows).
  • Rename TempDir::into_path (via deprecation) to TempDir::keep to mirror NamedTempFile::keep.
  • Add TempDir::disable_cleanup, NamedTempFile::disable_cleanup, and TempPath::disable_cleanup making it possible to disable automatic cleanup in-place after creating a temporary file/directory (equivalent to calling Builder::disable_cleanup before creating the file/directory).

Additionally, it adds a few spooled temporary file features:

  • Add SpooledTempFile::into_file for turning a SpooledTempFile into a regular unnamed temporary file, writing it to the backing storage ("rolling" it) if it was still stored in-memory.
  • Add spooled_tempfile_in and SpooledTempFile::new_in methods for creating spooled temporary files in a specific directory. This makes it possible to choose the backing device for your spooled temporary file which is rather important on Linux where the default temporary directory is likely backed by memory (defeating the entire point of having a spooled temporary file).

Finally, this release improves documentation, especially the top-level documentation explaining which temporary file type to use.

BREAKING for those with deny(warnings):

  • Builder::keep deprecated in favor of Builder::disable_cleanup.
  • TempDir::into_path is deprecated in favor of TempDir::keep.

BREAKING:


Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) May 1, 2025 03:22
@renovate renovate bot force-pushed the renovate/compatible branch from c8167d5 to e37f594 Compare May 1, 2025 15:25
@renovate renovate bot changed the title chore(deps): Update compatible chore(deps): Update compatible to v0.26.11 May 1, 2025
@renovate renovate bot force-pushed the renovate/compatible branch from e37f594 to 3ddccc8 Compare May 11, 2025 01:27
@renovate renovate bot changed the title chore(deps): Update compatible to v0.26.11 chore(deps): Update compatible May 11, 2025
@renovate renovate bot force-pushed the renovate/compatible branch 2 times, most recently from df2d302 to b29fa12 Compare May 15, 2025 22:46
@renovate renovate bot force-pushed the renovate/compatible branch from b29fa12 to d18f73d Compare May 21, 2025 21:00
@renovate renovate bot force-pushed the renovate/compatible branch from d18f73d to c8a9d30 Compare June 1, 2025 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants