Skip to content

chore(deps): update minor and patch updates - #3297

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/minor-and-patch-updates
Open

chore(deps): update minor and patch updates#3297
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/minor-and-patch-updates

Conversation

@renovate

@renovate renovate Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
jdx/mise-action action patch v4.2.3v4.2.4 v4.2.5
uv tools patch 0.12.00.12.3 0.12.5 (+1)

Release Notes

jdx/mise-action (jdx/mise-action)

v4.2.4: : Reliable locking detection under forced color

Compare Source

A small patch release that fixes locking-support detection when workflows force colored output.

Fixed
Detect mise install --locked reliably under forced color (#​580 by @​scop)

When colored output was forced globally (for example via CLICOLOR_FORCE=1), ANSI escape codes in mise install --help prevented the action from matching --locked in the help text, so locking support was reported as unavailable even on versions of mise that supported it.

The help probe now runs with NO_COLOR=1 in its environment, which overrides CLICOLOR_FORCE and guarantees plain-text output for the feature detection — regardless of the surrounding workflow's color settings.

Full Changelog: jdx/mise-action@v4.2.3...v4.2.4

astral-sh/uv (uv)

v0.12.3

Compare Source

Released on 2026-08-07.

Python
Preview features
  • Add --output-format to select automatic, human-readable, or raw-byte output for uv cache size (#​20992)
  • Preserve JSON output from uv workspace metadata --quiet while suppressing diagnostics (#​20991)
  • Reduce memory usage for large workspaces by streaming uv workspace metadata JSON output (#​20990)
Performance
  • Reduce Linux startup latency by initializing the workspace cache before spawning another thread (#​20989)
  • Reuse compiled workspace exclusion patterns during workspace discovery (#​20988)
  • Speed up conflict-heavy resolutions by avoiding materialized range complements (#​20982)
  • Avoid slow procfs reads during Python interpreter discovery on Linux (#​20987)
Documentation
  • Add PEP 740 attestations to the GitHub Actions publishing example (#​20986)
  • Restrict the GitHub Actions publishing example to Python version tags (#​20973)
  • Correct --python-pin to --pin-python in the uv init --bare example (#​20876)

v0.12.2

Compare Source

Released on 2026-08-05.

Python
Enhancements
  • Ensure diagnostic hints end with a newline to prevent malformed terminal output (#​20959)
Preview features
  • Audit one or all installed tools with uv tool audit (#​20921)
  • Report physically reclaimed disk space during cache cleanup with the cache-physical-space preview feature (#​20925)
Configuration
  • Add UV_RUN_RLIMIT_NOFILE to set the open-file limit for commands launched by uv run (#​20926)
Performance
  • Speed up uv.lock parsing for wheel entries (#​20881)
  • Speed up uv.lock parsing for source distribution entries (#​20882)
  • Speed up filename extraction from distribution URLs (#​20879)
  • Reduce filesystem metadata lookups during bytecode compilation (#​20928)
  • Reuse file metadata when building source distributions (#​20927)
Bug fixes
  • Preserve compatibility with older uv versions when recording artifact sizes in cached wheels and source distributions (#​20963)
  • Avoid including workspace-root default dependency groups when syncing or exporting a selected workspace member unless explicitly requested (#​20930)
Documentation
  • Separate build and publish jobs in the GitHub Actions publishing guide (#​20946)
  • Ensure the GitHub Actions publishing example waits for the build job to finish (#​20957)
  • Correct typos in the Docker integration guide (#​20970)

v0.12.1

Compare Source

Released on 2026-07-31.

Enhancements
  • Add package-specific pre-release policies with --prerelease-package (#​20837)
  • Support local HTML files as flat indexes (#​20802)
  • Add Xonsh virtual environment activation scripts (activate.xsh) (#​19740)
  • Preserve filesystem paths passed to uv add --index when updating pyproject.toml (#​20817)
Preview features
  • Add automatic fixes to uv check with --fix (#​20793)
  • Avoid rejecting unchanged metadata-free lockfiles when workspace dependencies share direct sources (#​20847)
  • Honor direct URL constraints when validating metadata-free lockfiles (#​20796)
  • Ignore malformed PEP 723 scripts discovered during project checks (#​20784)
  • Use ty's native script exclusion in uv check (#​20742)
Performance
  • Parse canonical uv lockfiles directly, with a fallback for other valid TOML syntax (#​20648)
  • Accelerate SHA-256 hashing on non-Windows ARM64 platforms (#​20805)
Bug fixes
  • Flush shell startup file updates before uv tool update-shell and uv python update-shell exit (#​20842)
  • Make workspace-root dependency groups available to commands run from workspace members (#​20840)
  • Resolve --find-links paths in requirements files relative to the containing file (#​20832)
  • Respect configured indexes in uv tool list --outdated (#​20770)
Documentation
  • Document Astral GPU indexes in the PyTorch guide (#​20785)
  • Use consistent dependency-group argument descriptions throughout the CLI documentation (#​20823)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9pm on friday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 requested a review from lervag August 21, 2026 01:34
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-updates branch from cdea0e9 to 067e63a Compare August 21, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant