Skip to content

Conversation

@ppat-self-hosted-renovate-bot
Copy link
Contributor

@ppat-self-hosted-renovate-bot ppat-self-hosted-renovate-bot bot commented Nov 21, 2025

This PR contains the following updates:

Package Update Change Pending
bitwarden/clients minor v2025.10.0 -> v2025.11.0 v2025.12.0
jdx/mise minor v2025.10.14 -> v2025.12.0 v2025.12.2 (+1)
starship/starship minor v1.23.0 -> v1.24.1
twpayne/chezmoi minor v2.66.1 -> v2.68.0 v2.68.1

Release Notes

bitwarden/clients (bitwarden/clients)

v2025.11.0: CLI v2025.11.0

Compare Source

  • Bug Fixes
jdx/mise (jdx/mise)

v2025.12.0

Compare Source

🚀 Features
🐛 Bug Fixes
📦️ Dependency Updates
📦 Registry
Chore
New Contributors

v2025.11.11

Compare Source

🚀 Features
  • (backend) add filter_bins option to github/gitlab backends by @​risu729 in #​7105
  • (ci) auto-close PRs from non-maintainers by @​jdx in #​7108
  • (conda) add conda backend for installing packages from conda-forge by @​jdx in #​7139
  • (github) add rename_exe option and switch elm, opam, yt-dlp from ubi by @​jdx in #​7140
  • (install) add --locked flag for strict lockfile mode by @​jdx in #​7098
  • (lock) implement cross-platform lockfile generation by @​jdx in #​7091
  • (lockfile) add options field for tool artifact identity by @​jdx in #​7092
  • (lockfile) add env field and local lockfile support by @​jdx in #​7099
  • (lockfile) add URL support for deno, go, and zig backends by @​jdx in #​7112
  • (lockfile) add URL support for vfox backend by @​jdx in #​7114
  • (lockfile) add multi-platform checksums without downloading tarballs by @​jdx in #​7113
🐛 Bug Fixes
  • (backend) allow platform-specific strip_components by @​risu729 in #​7106
  • (backend) prefer path root for bin path if it contains an executable by @​risu729 in #​7151
  • (bash) avoid deactivate error on (no)unset PROMPT_COMMAND by @​scop in #​7096
  • (ci) use updatedAt instead of createdAt for stale PR detection by @​jdx in #​7109
  • (config) increase fetch_remote_versions_timeout default to 20s by @​jdx in #​7157
  • (github) search subdirectories for executables in discover_bin_paths by @​jdx in #​7138
  • (lockfile) combine api_url with asset_pattern for GitHub release URLs by @​jdx in #​7111
🚜 Refactor
📚 Documentation
📦️ Dependency Updates
📦 Registry
Chore

v2025.11.10

Compare Source

📦 Registry
🐛 Bug Fixes
🚜 Refactor
New Contributors

v2025.11.9

Compare Source

📦 Registry
🚀 Features
  • (aqua) add symlink_bins option to filter exposed binaries by @​jdx in #​7076
🐛 Bug Fixes
📚 Documentation
⚡ Performance
  • (hook-env) add fast-path to skip initialization when nothing changed by @​jdx in #​7073
New Contributors

v2025.11.8

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
Chore
New Contributors

v2025.11.7

Compare Source

📦 Registry
🚀 Features
  • (exec) ensure MISE_ENV is set in spawned shell when specified via -E flag by @​ceelian in #​7007
🐛 Bug Fixes
Chore
New Contributors

v2025.11.6

Compare Source

📦 Registry
🐛 Bug Fixes
📚 Documentation
🧪 Testing
  • (aqua) remove biome test due to version incompatibility by @​jdx in #​7000
📦️ Dependency Updates
New Contributors

v2025.11.5

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
New Contributors

v2025.11.4

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
Chore
New Contributors

v2025.11.3

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
📚 Documentation
  • (security) use long-form GPG key fingerprint in installation docs by @​jdx in #​6885
Chore
New Contributors

v2025.11.2

Compare Source

📦 Registry
🚀 Features
  • (cli) switch manpage generation from clap_mangen to usage by @​jdx in #​6868
  • (task) add selective stream suppression for silent configuration by @​jdx in #​6851
🐛 Bug Fixes
🚜 Refactor
  • (task) split run.rs into modular task execution pipeline by @​jdx in #​6852
📚 Documentation
  • (cli) integrate clap-sort to validate subcommand ordering by @​jdx in #​6865
📦️ Dependency Updates
New Contributors

v2025.11.1

Compare Source

📦 Registry
🚀 Features
  • (age) add strict mode for non-strict decryption mode by @​iamkroot in #​6838
  • (vfox) add support for specifying attestation metadata in the preinstall return value by @​malept in #​6839
🐛 Bug Fixes
  • (activate) prevent hash table errors during deactivation by @​jdx in #​6846
  • (install) error on non-existent tools in mise install by @​jdx in #​6844

v2025.11.0

Compare Source

🐛 Bug Fixes
  • (activate) reset PATH when activate is called multiple times by @​jdx in #​6829
  • (env) preserve user-configured PATH entries from env._.path by @​jdx in #​6835
  • store tool options for all backends in metadata by @​roele in #​6807
📚 Documentation
📦️ Dependency Updates

v2025.10.21

Compare Source

🐛 Bug Fixes
Chore
New Contributors

v2025.10.20

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
  • (cache) exclude http backend tarballs from autoprune by @​jdx in #​6806
  • (ci) prevent release job from running when dependencies fail by @​jdx in #​6804
  • (fish) remove --move flag from fish_add_path to prevent PATH corruption by @​jdx in #​6800
  • (tasks) support local .config/mise/conf.d/*.toml tasks by @​syhol in #​6792
📚 Documentation
New Contributors

v2025.10.19

Compare Source

📦 Registry
🚀 Features
  • (zig) Download zig tarballs from vetted community mirrors when available. by @​Maarrk in #​6670
🐛 Bug Fixes
📚 Documentation
🧪 Testing
  • (perf) add warmup calls for benchmarks to fix incorrect numbers by @​jdx in #​6789
📦️ Dependency Updates

v2025.10.18

Compare Source

🚀 Features
  • (task) make leading colon optional for monorepo task references by @​jdx in #​6763
🐛 Bug Fixes
  • (task) resolve monorepo task dependencies with colons in task names by @​jdx in #​6761
  • Add clang and libs to nix nativeBuildInputs by @​laozc in #​6760
📚 Documentation
  • (task) deprecate Tera template functions for task arguments by @​jdx in #​6764

v2025.10.17

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
📚 Documentation
◀️ Revert
  • fix(shell): prevent infinite loop in zsh command-not-found handler by @​jdx in #​6758
📦️ Dependency Updates
New Contributors

v2025.10.16

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
New Contributors

v2025.10.15

Compare Source

🚀 Features
  • (aqua) use GitHub API digests for release asset checksums by @​jdx in #​6720
  • (github) use GitHub API digests for release asset checksums by @​jdx in #​6721
  • (plugins) automatically install backend plugins by @​roele in #​6696
  • (tasks) add choices to flag() and enable naked runs with task flags by @​jdx in #​6707
🐛 Bug Fixes
📦️ Dependency Updates
New Contributors
starship/starship (starship/starship)

v1.24.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

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