mab / dotfiles

Manage my dotfiles with chezmoi
MIT License
2 stars 0 forks source link

Update dependency jdx/mise to v2024.9.13 #261

Closed renovate[bot] closed 7 hours ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
jdx/mise minor v2024.8.11 -> v2024.9.13

Release Notes

jdx/mise (jdx/mise) ### [`v2024.9.13`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.13) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.12...v2024.9.13) ##### ๐Ÿš€ Features - enable Java core plugin on Windows by [@​TobiX](https://redirect.github.com/TobiX) in [#​2684](https://redirect.github.com/jdx/mise/pull/2684) ##### ๐Ÿ› Bug Fixes - logic with displaying hints by [@​jdx](https://redirect.github.com/jdx) in [#​2686](https://redirect.github.com/jdx/mise/pull/2686) - tools installed via cargo:a/b@rev:012 immediately pruned by [@​roele](https://redirect.github.com/roele) in [#​2685](https://redirect.github.com/jdx/mise/pull/2685) ##### ๐Ÿ“š Documentation - added links for topic commands by [@​jdx](https://redirect.github.com/jdx) in [15e4da5](https://redirect.github.com/jdx/mise/commit/15e4da578275a4aca26b5bdca20e066c4428f07e) - improve CLI documentation by [@​jdx](https://redirect.github.com/jdx) in [dacb5a3](https://redirect.github.com/jdx/mise/commit/dacb5a3a0a1f461bbc1f387d888da5f0b816a9ea) - updated task list by [@​jdx](https://redirect.github.com/jdx) in [031a7d0](https://redirect.github.com/jdx/mise/commit/031a7d0788971f1e2a1af22511c92483aad91743) ##### ๐Ÿงช Testing - fix snapshots by [@​jdx](https://redirect.github.com/jdx) in [d5a90c0](https://redirect.github.com/jdx/mise/commit/d5a90c037332606a212c9ed36d497c3452e0e4a7) ##### ๐Ÿ” Other Changes - updated usage by [@​jdx](https://redirect.github.com/jdx) in [1764c8b](https://redirect.github.com/jdx/mise/commit/1764c8bba912b59d61f87bd0f10e488a918e12ca) - updated usage by [@​jdx](https://redirect.github.com/jdx) in [9c18637](https://redirect.github.com/jdx/mise/commit/9c18637c52cbdabd81ab84167f94d4578662a995) ##### New Contributors - [@​TobiX](https://redirect.github.com/TobiX) made their first contribution in [#​2684](https://redirect.github.com/jdx/mise/pull/2684) ### [`v2024.9.12`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.12) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.11...v2024.9.12) ##### ๐Ÿš€ Features - offer to chmod non-executable tasks by [@​jdx](https://redirect.github.com/jdx) in [#​2675](https://redirect.github.com/jdx/mise/pull/2675) - added basic task markdown generation by [@​jdx](https://redirect.github.com/jdx) in [#​2677](https://redirect.github.com/jdx/mise/pull/2677) - Lazily evaluated env template variables in path entries by [@​josb](https://redirect.github.com/josb) in [#​2310](https://redirect.github.com/jdx/mise/pull/2310) - improving task docs and cli reference docs by [@​jdx](https://redirect.github.com/jdx) in [#​2678](https://redirect.github.com/jdx/mise/pull/2678) ##### ๐Ÿ› Bug Fixes - do not load symlinked config files more than once by [@​jdx](https://redirect.github.com/jdx) in [eb53099](https://redirect.github.com/jdx/mise/commit/eb530995e5126787187ef221f814ebbe3cb64824) - minor bugs with incomplete python-build by [@​jdx](https://redirect.github.com/jdx) in [b56ff50](https://redirect.github.com/jdx/mise/commit/b56ff50728bea6a82ec700f89b4f348f52e3a67e) - don't show use override warning if symlink file by [@​jdx](https://redirect.github.com/jdx) in [face79b](https://redirect.github.com/jdx/mise/commit/face79bbb30aba064caf123e1da6993cd203490a) ##### ๐Ÿšœ Refactor - use wrap_err instead of map_err by [@​jdx](https://redirect.github.com/jdx) in [3ef8e78](https://redirect.github.com/jdx/mise/commit/3ef8e78fbd12ee4de398c36e4093f6c9b9e8d49f) ##### ๐Ÿ“š Documentation - link to task argument docs by [@​jdx](https://redirect.github.com/jdx) in [04776a9](https://redirect.github.com/jdx/mise/commit/04776a95db65319ee9fd38ffa9c4bf88ecb78033) - Update cargo.md by [@​Shobhit0109](https://redirect.github.com/Shobhit0109) in [#​2680](https://redirect.github.com/jdx/mise/pull/2680) ##### ๐Ÿ” Other Changes - use wrap_err instead of suggestions to display in non-debug by [@​jdx](https://redirect.github.com/jdx) in [71937c8](https://redirect.github.com/jdx/mise/commit/71937c854272367775d63faf60d19994ad6841e7) ##### New Contributors - [@​josb](https://redirect.github.com/josb) made their first contribution in [#​2310](https://redirect.github.com/jdx/mise/pull/2310) ### [`v2024.9.11`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.11) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.10...v2024.9.11) ##### ๐Ÿš€ Features - added --type option to `toml set` by [@​jdx](https://redirect.github.com/jdx) in [#​2674](https://redirect.github.com/jdx/mise/pull/2674) - added --bump option for outdated/upgrade by [@​jdx](https://redirect.github.com/jdx) in [#​2667](https://redirect.github.com/jdx/mise/pull/2667) ##### ๐Ÿ› Bug Fixes - improve task loading by [@​jdx](https://redirect.github.com/jdx) in [#​2664](https://redirect.github.com/jdx/mise/pull/2664) ##### ๐Ÿ“š Documentation - remove experimental badge from cargo and npm backends by [@​matukoto](https://redirect.github.com/matukoto) in [#​2669](https://redirect.github.com/jdx/mise/pull/2669) ##### โšก Performance - more task loading in parallel by [@​jdx](https://redirect.github.com/jdx) in [#​2673](https://redirect.github.com/jdx/mise/pull/2673) ##### ๐Ÿ” Other Changes - bump git-cliff by [@​jdx](https://redirect.github.com/jdx) in [9e82496](https://redirect.github.com/jdx/mise/commit/9e824964d1aef9eb955d64bf6a94ab767fffde11) - fix codesign by [@​jdx](https://redirect.github.com/jdx) in [7bbcda2](https://redirect.github.com/jdx/mise/commit/7bbcda29759a2ceb96a0df0e20e2354772ac2acc) ##### New Contributors - [@​matukoto](https://redirect.github.com/matukoto) made their first contribution in [#​2669](https://redirect.github.com/jdx/mise/pull/2669) ### [`v2024.9.10`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.10) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.9...v2024.9.10) ##### ๐Ÿš€ Features - add arguments to file tasks by jdx in [1b20e09](https://redirect.github.com/jdx/mise/commit/1b20e09e1f2f5435dc133788861241a879ce92bb) - added toml cli commands by jdx in [448f91c](https://redirect.github.com/jdx/mise/commit/448f91c88a785700144c1bc5287e55ceb069294b) - mount tasks args/flags via usage by jdx in [1eaa731](https://redirect.github.com/jdx/mise/commit/1eaa7316c9eb30a8bba0ef5f7f3cad525d672945) - added mise info command by jdx in [4880eb5](https://redirect.github.com/jdx/mise/commit/4880eb5df36a63d3442332574765e25c3754c2cb) ##### ๐Ÿ“š Documentation - Add tera features for the template documenation by Erick Guan in [496e964](https://redirect.github.com/jdx/mise/commit/496e96437a578fc564cde7a5e1f0e7c9731ec378) ##### ๐Ÿ” Other Changes - migrate away from deprecated git-cliff syntax by Jeff Dickey in [230897c](https://redirect.github.com/jdx/mise/commit/230897c41210502f69ed5c4270f13d6efc416f89) - pin git-cliff by Jeff Dickey in [b2603b6](https://redirect.github.com/jdx/mise/commit/b2603b685ad74adabcb613be351117f0d949635e) - upgraded usage by jdx in [443d0c7](https://redirect.github.com/jdx/mise/commit/443d0c7602e4e656fb515ad22a961ca9896cde2e) - retry windows-e2e on failure by Jeff Dickey in [fa7ec34](https://redirect.github.com/jdx/mise/commit/fa7ec34ea1cd0d8a030a7d253b6e025c04fdd47c) - retry windows-e2e on failure by Jeff Dickey in [6516f7f](https://redirect.github.com/jdx/mise/commit/6516f7ffdbaada7ccb16bdf57a423d852f97a1a1) ### [`v2024.9.9`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.9) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.8...v2024.9.9) ##### ๐Ÿš€ Features - added postinstall hook by [@​jdx](https://redirect.github.com/jdx) in [#​2654](https://redirect.github.com/jdx/mise/pull/2654) ##### ๐Ÿ› Bug Fixes - added nodejs to alpine build by [@​jdx](https://redirect.github.com/jdx) in [550f64c](https://redirect.github.com/jdx/mise/commit/550f64cb9c0377e4102be24486491a5b9d7947f3) - bug with exec on windows by [@​jdx](https://redirect.github.com/jdx) in [#​2648](https://redirect.github.com/jdx/mise/pull/2648) - only show hints once per execution by [@​jdx](https://redirect.github.com/jdx) in [#​2647](https://redirect.github.com/jdx/mise/pull/2647) - task args regression by [@​jdx](https://redirect.github.com/jdx) in [#​2651](https://redirect.github.com/jdx/mise/pull/2651) - use correct xdg paths on windows by [@​jdx](https://redirect.github.com/jdx) in [#​2653](https://redirect.github.com/jdx/mise/pull/2653) ##### ๐Ÿงช Testing - added windows e2e tests by [@​jdx](https://redirect.github.com/jdx) in [#​2643](https://redirect.github.com/jdx/mise/pull/2643) - added windows e2e tests by [@​jdx](https://redirect.github.com/jdx) in [#​2645](https://redirect.github.com/jdx/mise/pull/2645) - reset by [@​jdx](https://redirect.github.com/jdx) in [57d0223](https://redirect.github.com/jdx/mise/commit/57d0223ab2dfa731088f1634d0d12a6edd8dd8a6) - fix mise cache in CI by [@​jdx](https://redirect.github.com/jdx) in [#​2649](https://redirect.github.com/jdx/mise/pull/2649) - allow specifying full e2e test names by [@​jdx](https://redirect.github.com/jdx) in [#​2650](https://redirect.github.com/jdx/mise/pull/2650) - split windows into windows-unit and windows-e2e by [@​jdx](https://redirect.github.com/jdx) in [#​2652](https://redirect.github.com/jdx/mise/pull/2652) ##### ๐Ÿ” Other Changes - **(docs)** fix `arch()` template doc by [@​cwegener](https://redirect.github.com/cwegener) in [#​2644](https://redirect.github.com/jdx/mise/pull/2644) ##### New Contributors - [@​cwegener](https://redirect.github.com/cwegener) made their first contribution in [#​2644](https://redirect.github.com/jdx/mise/pull/2644) ### [`v2024.9.8`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.8) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.7...v2024.9.8) ##### ๐Ÿš€ Features - **(node)** allow using node unofficial build flavors by [@​jdx](https://redirect.github.com/jdx) in [#​2637](https://redirect.github.com/jdx/mise/pull/2637) - codegen settings by [@​jdx](https://redirect.github.com/jdx) in [#​2640](https://redirect.github.com/jdx/mise/pull/2640) ##### ๐Ÿ› Bug Fixes - release 2024.9.7 breaks configurations that were using v in version names with go backend by [@​roele](https://redirect.github.com/roele) in [#​2636](https://redirect.github.com/jdx/mise/pull/2636) - add node mirror/flavor to cache key by [@​jdx](https://redirect.github.com/jdx) in [#​2638](https://redirect.github.com/jdx/mise/pull/2638) ##### ๐Ÿ“š Documentation - Update faq.md by [@​jdx](https://redirect.github.com/jdx) in [9036759](https://redirect.github.com/jdx/mise/commit/903675950d3ccc7abb49a40d6794d75d52695e5e) - Update configuration.md by [@​jdx](https://redirect.github.com/jdx) in [1bc8342](https://redirect.github.com/jdx/mise/commit/1bc8342920cfb0259e35e578f68d1ec857420787) - Update configuration.md by [@​jdx](https://redirect.github.com/jdx) in [#​2630](https://redirect.github.com/jdx/mise/pull/2630) - document java shorthand and its limitations by [@​roele](https://redirect.github.com/roele) in [#​2635](https://redirect.github.com/jdx/mise/pull/2635) ##### ๐Ÿ” Other Changes - format schema by [@​jdx](https://redirect.github.com/jdx) in [418bc24](https://redirect.github.com/jdx/mise/commit/418bc24292cacdec0d643a7c93355c0dea550678) - format schema by [@​jdx](https://redirect.github.com/jdx) in [a8f7493](https://redirect.github.com/jdx/mise/commit/a8f7493cd63535ae8e46d77545acfecf9a1451b2) ### [`v2024.9.7`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.7) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.6...v2024.9.7) ##### ๐Ÿš€ Features - task argument declarations by [@​jdx](https://redirect.github.com/jdx) in [#​2612](https://redirect.github.com/jdx/mise/pull/2612) ##### ๐Ÿ› Bug Fixes - **(windows)** node bin path by [@​jdx](https://redirect.github.com/jdx) in [eed0ecf](https://redirect.github.com/jdx/mise/commit/eed0ecfb528aa1fa04efcadf44afd353db76a7c4) - **(windows)** fixed npm backend by [@​jdx](https://redirect.github.com/jdx) in [#​2617](https://redirect.github.com/jdx/mise/pull/2617) - ensure that version is not "latest" in node by [@​jdx](https://redirect.github.com/jdx) in [0e196d6](https://redirect.github.com/jdx/mise/commit/0e196d6d9c0b0851148ba9894191d766c0386356) - prevent attempting to use python-build in windows by [@​jdx](https://redirect.github.com/jdx) in [e15545b](https://redirect.github.com/jdx/mise/commit/e15545bb623da98bae72a41a57fa10ec311ee881) - skip last modified time test for nix by [@​laozc](https://redirect.github.com/laozc) in [#​2622](https://redirect.github.com/jdx/mise/pull/2622) - go backend can't install tools without 'v' prefix in git repo tags by [@​roele](https://redirect.github.com/roele) in [#​2606](https://redirect.github.com/jdx/mise/pull/2606) - use "v" prefix first for go backend by [@​jdx](https://redirect.github.com/jdx) in [8444597](https://redirect.github.com/jdx/mise/commit/8444597add58353f8fc3a84662e7a024a72104c8) ##### ๐Ÿ“š Documentation - Fix Options example in documentation by [@​gauravkumar37](https://redirect.github.com/gauravkumar37) in [#​2619](https://redirect.github.com/jdx/mise/pull/2619) - remove reference to cache duration by [@​jdx](https://redirect.github.com/jdx) in [bef6086](https://redirect.github.com/jdx/mise/commit/bef608633e814927707cd011875ce0bff28aa3d3) ##### ๐Ÿ” Other Changes - Update toml-tasks.md by [@​jdx](https://redirect.github.com/jdx) in [9d26963](https://redirect.github.com/jdx/mise/commit/9d2696366bd21be47c5a6e25586e7061c0a7838c) - change prune message to debug-level by [@​jdx](https://redirect.github.com/jdx) in [f54dd0d](https://redirect.github.com/jdx/mise/commit/f54dd0de830e0249b07cc263707530c6795d512f) ##### New Contributors - [@​gauravkumar37](https://redirect.github.com/gauravkumar37) made their first contribution in [#​2619](https://redirect.github.com/jdx/mise/pull/2619) ### [`v2024.9.6`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.6) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.5...v2024.9.6) ##### ๐Ÿš€ Features - **(tasks)** allow mise-tasks or .mise-tasks directories by [@​jdx](https://redirect.github.com/jdx) in [#​2610](https://redirect.github.com/jdx/mise/pull/2610) - **(windows)** added ruby core plugin by [@​jdx](https://redirect.github.com/jdx) in [#​2599](https://redirect.github.com/jdx/mise/pull/2599) - periodically prune old cache files by [@​jdx](https://redirect.github.com/jdx) in [#​2603](https://redirect.github.com/jdx/mise/pull/2603) - take npm/cargo backends out of experimental by [@​jdx](https://redirect.github.com/jdx) in [5496cef](https://redirect.github.com/jdx/mise/commit/5496cef30819a3998a52a8f5e6e2d91cfa3e86b0) ##### ๐Ÿ› Bug Fixes - **(ruby)** fixed MISE_RUBY_BUILD_OPTS by [@​jdx](https://redirect.github.com/jdx) in [#​2609](https://redirect.github.com/jdx/mise/pull/2609) - **(windows)** self_update by [@​jdx](https://redirect.github.com/jdx) in [#​2588](https://redirect.github.com/jdx/mise/pull/2588) - **(windows)** mise -v by [@​jdx](https://redirect.github.com/jdx) in [fcc2d35](https://redirect.github.com/jdx/mise/commit/fcc2d354b962aa4fe8cc1b422b96a7e455107adc) - **(windows)** make tasks work by [@​jdx](https://redirect.github.com/jdx) in [#​2591](https://redirect.github.com/jdx/mise/pull/2591) - **(windows)** mise doctor fixes by [@​jdx](https://redirect.github.com/jdx) in [#​2597](https://redirect.github.com/jdx/mise/pull/2597) - **(windows)** make exec work by [@​jdx](https://redirect.github.com/jdx) in [#​2598](https://redirect.github.com/jdx/mise/pull/2598) - **(windows)** fixed shims by [@​jdx](https://redirect.github.com/jdx) in [#​2600](https://redirect.github.com/jdx/mise/pull/2600) ##### ๐Ÿงช Testing - add macos to CI by [@​jdx](https://redirect.github.com/jdx) in [#​2605](https://redirect.github.com/jdx/mise/pull/2605) ##### ๐Ÿ” Other Changes - clean up console output during project linting by [@​jdx](https://redirect.github.com/jdx) in [#​2607](https://redirect.github.com/jdx/mise/pull/2607) ### [`v2024.9.5`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.5) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.4...v2024.9.5) ##### ๐Ÿ” Other Changes - change win -> windows by [@​jdx](https://redirect.github.com/jdx) in [e45623c](https://redirect.github.com/jdx/mise/commit/e45623c88662a11f08db93068ac765efb3813855) ### [`v2024.9.4`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.4) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.3...v2024.9.4) ##### ๐Ÿš€ Features - support for global configuration profiles by [@​roele](https://redirect.github.com/roele) in [#​2575](https://redirect.github.com/jdx/mise/pull/2575) - add Atmos by [@​mtweeman](https://redirect.github.com/mtweeman) in [#​2577](https://redirect.github.com/jdx/mise/pull/2577) - add semver matching in mise templates by [@​erickguan](https://redirect.github.com/erickguan) in [#​2578](https://redirect.github.com/jdx/mise/pull/2578) - add rest of tera features for templates by [@​erickguan](https://redirect.github.com/erickguan) in [#​2582](https://redirect.github.com/jdx/mise/pull/2582) ##### ๐Ÿ› Bug Fixes - fix a few tera filter error messages by [@​erickguan](https://redirect.github.com/erickguan) in [#​2574](https://redirect.github.com/jdx/mise/pull/2574) - use "windows" instead of "win" by [@​jdx](https://redirect.github.com/jdx) in [3327e8c](https://redirect.github.com/jdx/mise/commit/3327e8c5eca4dc39529790c4b830fdcca57ebe65) - fixed release-plz by [@​jdx](https://redirect.github.com/jdx) in [bc4fae3](https://redirect.github.com/jdx/mise/commit/bc4fae3f1acefdf0fb05f8b97a0ec1703a216f57) - cannot install truffelruby by [@​roele](https://redirect.github.com/roele) in [#​2581](https://redirect.github.com/jdx/mise/pull/2581) ##### ๐Ÿ“š Documentation - wrong version in the README example when install specific version by [@​roele](https://redirect.github.com/roele) in [#​2579](https://redirect.github.com/jdx/mise/pull/2579) ##### ๐Ÿ” Other Changes - fix nightly lint warning by [@​jdx](https://redirect.github.com/jdx) in [0a41dc6](https://redirect.github.com/jdx/mise/commit/0a41dc67aa7b1faf6301a67386eabb3ebd31ed4d) ##### New Contributors - [@​mtweeman](https://redirect.github.com/mtweeman) made their first contribution in [#​2577](https://redirect.github.com/jdx/mise/pull/2577) ### [`v2024.9.3`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.3) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.2...v2024.9.3) ##### ๐Ÿ› Bug Fixes - Look for `-P` or `--profile` to get mise environment. by [@​fiadliel](https://redirect.github.com/fiadliel) in [#​2566](https://redirect.github.com/jdx/mise/pull/2566) - use consistent names for tera platform information by [@​jdx](https://redirect.github.com/jdx) in [#​2569](https://redirect.github.com/jdx/mise/pull/2569) ##### ๐Ÿ“š Documentation - added contributors to readme by [@​jdx](https://redirect.github.com/jdx) in [16cccdd](https://redirect.github.com/jdx/mise/commit/16cccdd821a2b78f6a2144ea82ea16f09cacf84f) - pdate getting-started.md by [@​fesplugas](https://redirect.github.com/fesplugas) in [#​2570](https://redirect.github.com/jdx/mise/pull/2570) ##### New Contributors - [@​fesplugas](https://redirect.github.com/fesplugas) made their first contribution in [#​2570](https://redirect.github.com/jdx/mise/pull/2570) ### [`v2024.9.2`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.2) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.1...v2024.9.2) ##### ๐Ÿš€ Features - implement a few tera functions for mise toml config by [@​erickguan](https://redirect.github.com/erickguan) in [#​2561](https://redirect.github.com/jdx/mise/pull/2561) ##### ๐Ÿ› Bug Fixes - ruby ls-remote not showing alternative implementations by [@​roele](https://redirect.github.com/roele) in [#​2555](https://redirect.github.com/jdx/mise/pull/2555) - cannot disable hints during Zsh completion by [@​roele](https://redirect.github.com/roele) in [#​2559](https://redirect.github.com/jdx/mise/pull/2559) ##### ๐Ÿ“š Documentation - Create zig.md by [@​MustCodeAl](https://redirect.github.com/MustCodeAl) in [#​2563](https://redirect.github.com/jdx/mise/pull/2563) ### [`v2024.9.1`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.1) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.9.0...v2024.9.1) ##### ๐Ÿš€ Features - add global --env argument by [@​roele](https://redirect.github.com/roele) in [#​2553](https://redirect.github.com/jdx/mise/pull/2553) ##### ๐Ÿ› Bug Fixes - mise plugins ls command should ignore .DS_Store file on macOS by [@​roele](https://redirect.github.com/roele) in [#​2549](https://redirect.github.com/jdx/mise/pull/2549) - mise deactivate zsh does not work, but mise deactivate does by [@​roele](https://redirect.github.com/roele) in [#​2550](https://redirect.github.com/jdx/mise/pull/2550) ##### ๐Ÿ” Other Changes - ignore RUSTSEC-2024-0370 by [@​jdx](https://redirect.github.com/jdx) in [2de83b1](https://redirect.github.com/jdx/mise/commit/2de83b1af9e4c408886e8d756e734fa70f62e477) ### [`v2024.9.0`](https://redirect.github.com/jdx/mise/releases/tag/v2024.9.0) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.8.15...v2024.9.0) ##### ๐Ÿš€ Features - **(pipx)** add support for specifying package extras by [@​antoniomdk](https://redirect.github.com/antoniomdk) in [#​2510](https://redirect.github.com/jdx/mise/pull/2510) - mise hints by [@​roele](https://redirect.github.com/roele) in [#​2479](https://redirect.github.com/jdx/mise/pull/2479) ##### ๐Ÿ› Bug Fixes - **(asdf)** handle plugin URLs with trailing slash by [@​jdx](https://redirect.github.com/jdx) in [4541fbe](https://redirect.github.com/jdx/mise/commit/4541fbe92700d6598a03479aa77278bfbc7035c0) - ls-remote doesn't support [@​sub-X](https://redirect.github.com/sub-X) style versions by [@​roele](https://redirect.github.com/roele) in [#​2525](https://redirect.github.com/jdx/mise/pull/2525) - ensure `mise install` installs missing runtimes listed in `mise ls` by [@​stanhu](https://redirect.github.com/stanhu) in [#​2524](https://redirect.github.com/jdx/mise/pull/2524) - Ensure dependencies are available for alternative backends by [@​xavdid](https://redirect.github.com/xavdid) in [#​2532](https://redirect.github.com/jdx/mise/pull/2532) - tweak hints by [@​jdx](https://redirect.github.com/jdx) in [732fc58](https://redirect.github.com/jdx/mise/commit/732fc58deda43339e5dd0e5136c5b71dab275232) - Update fish.rs for activation of mise by [@​Shobhit0109](https://redirect.github.com/Shobhit0109) in [#​2542](https://redirect.github.com/jdx/mise/pull/2542) - resolve issue with prefixed dependencies by [@​jdx](https://redirect.github.com/jdx) in [#​2541](https://redirect.github.com/jdx/mise/pull/2541) ##### ๐Ÿงช Testing - added e2e env vars by [@​jdx](https://redirect.github.com/jdx) in [585024f](https://redirect.github.com/jdx/mise/commit/585024fc882559beeef65c5a9772f40c8e1b5235) ##### New Contributors - [@​Shobhit0109](https://redirect.github.com/Shobhit0109) made their first contribution in [#​2542](https://redirect.github.com/jdx/mise/pull/2542) - [@​xavdid](https://redirect.github.com/xavdid) made their first contribution in [#​2532](https://redirect.github.com/jdx/mise/pull/2532) - [@​stanhu](https://redirect.github.com/stanhu) made their first contribution in [#​2524](https://redirect.github.com/jdx/mise/pull/2524) ### [`v2024.8.15`](https://redirect.github.com/jdx/mise/releases/tag/v2024.8.15) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.8.14...v2024.8.15) ##### ๐Ÿš€ Features - **(vfox)** added aliases like vfox:cmake -> vfox:version-fox/vfox-cmake by [@​jdx](https://redirect.github.com/jdx) in [0654f6c](https://redirect.github.com/jdx/mise/commit/0654f6c3a4b15640fa64d5cee6cfec3f2f08a580) - use https-only in paranoid by [@​jdx](https://redirect.github.com/jdx) in [ad9f959](https://redirect.github.com/jdx/mise/commit/ad9f959ee0c7659596d8c3dc4e9ca33e82fec041) - make use_versions_host a setting by [@​jdx](https://redirect.github.com/jdx) in [d9d4d23](https://redirect.github.com/jdx/mise/commit/d9d4d23c56d1181c2ed5b7ce62475b9c469b9da4) ##### ๐Ÿ› Bug Fixes - **(pipx)** allow using uv provided by mise by [@​jdx](https://redirect.github.com/jdx) in [b608a73](https://redirect.github.com/jdx/mise/commit/b608a736d94f3a97c4cd06226b194bef41b15d9d) - **(pipx)** order pipx github releases correctly by [@​jdx](https://redirect.github.com/jdx) in [054ff85](https://redirect.github.com/jdx/mise/commit/054ff85609d385ac0cd07dd9014a7bd6fe376271) - **(vfox)** ensure plugin is installed before listing env vars by [@​jdx](https://redirect.github.com/jdx) in [914d0b4](https://redirect.github.com/jdx/mise/commit/914d0b4ca78ef8144158ecde6158f7276879f4d8) - correct aur fish completion directory by [@​jdx](https://redirect.github.com/jdx) in [ff2f652](https://redirect.github.com/jdx/mise/commit/ff2f652a1419ccc7be2fd212a3275491e7f5cd49) ##### ๐Ÿ“š Documentation - **(readme)** remove failing green color by [@​duhow](https://redirect.github.com/duhow) in [#​2477](https://redirect.github.com/jdx/mise/pull/2477) - document vfox by [@​jdx](https://redirect.github.com/jdx) in [1084fc4](https://redirect.github.com/jdx/mise/commit/1084fc4896eec08921481ba24e263cda0b760875) - render registry with asdf and not vfox by [@​jdx](https://redirect.github.com/jdx) in [cc6876e](https://redirect.github.com/jdx/mise/commit/cc6876e51534d24a485c9f07568d11954bc87f90) - document python_venv_auto_create by [@​jdx](https://redirect.github.com/jdx) in [7fc7bd8](https://redirect.github.com/jdx/mise/commit/7fc7bd8c479e23242ce9afa071a99870cda40270) - removed some references to rtx by [@​jdx](https://redirect.github.com/jdx) in [44a7d2e](https://redirect.github.com/jdx/mise/commit/44a7d2e4558f1756677785b2afe2917cff8dfe63) ##### ๐Ÿงช Testing - set RUST_BACKTRACE in e2e tests by [@​jdx](https://redirect.github.com/jdx) in [e1efb7f](https://redirect.github.com/jdx/mise/commit/e1efb7fd8dca45c8a337def418f48862ef63e1c6) - added cargo_features test by [@​jdx](https://redirect.github.com/jdx) in [3aa5f57](https://redirect.github.com/jdx/mise/commit/3aa5f5784ec63ec04f0ffeb5c1d2246687a65314) - reset test by [@​jdx](https://redirect.github.com/jdx) in [131cb0a](https://redirect.github.com/jdx/mise/commit/131cb0ada079efb7865e6666a12e6bf99e4d8150) ##### ๐Ÿ” Other Changes - set DEBUG=1 for alpine to find out why it is not creating MRs by [@​jdx](https://redirect.github.com/jdx) in [313a2a0](https://redirect.github.com/jdx/mise/commit/313a2a062d08128c2d04484135ce3c2a9adb41f3) - bump vfox.rs by [@​jdx](https://redirect.github.com/jdx) in [9fbc562](https://redirect.github.com/jdx/mise/commit/9fbc56274ef134ddb8e1d400fc72765868981fb5) - apply code lint fixes by [@​jdx](https://redirect.github.com/jdx) in [c18dbc2](https://redirect.github.com/jdx/mise/commit/c18dbc2428ae2e585ecf5860a5577f7f93e30fdd) ### [`v2024.8.14`](https://redirect.github.com/jdx/mise/releases/tag/v2024.8.14) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.8.13...v2024.8.14) ##### ๐Ÿš€ Features - **(cargo)** allow specifying features via tool options by [@​jdx](https://redirect.github.com/jdx) in [#​2515](https://redirect.github.com/jdx/mise/pull/2515) - **(zig)** make dev builds installable by [@​jdx](https://redirect.github.com/jdx) in [#​2514](https://redirect.github.com/jdx/mise/pull/2514) - add support for using `uv tool` as a replacement for pipx by [@​antoniomdk](https://redirect.github.com/antoniomdk) in [#​2509](https://redirect.github.com/jdx/mise/pull/2509) ##### ๐Ÿ› Bug Fixes - **(src/path_env.rs)** Issue 2504: Fix for JoinPathsError by [@​mcallaway](https://redirect.github.com/mcallaway) in [#​2511](https://redirect.github.com/jdx/mise/pull/2511) - block remote versions which are not simple versions by [@​jdx](https://redirect.github.com/jdx) in [ba90c3b](https://redirect.github.com/jdx/mise/commit/ba90c3bbe71bd33d628df607326da9f0cf363af1) - npm backend not finding updates by [@​roele](https://redirect.github.com/roele) in [#​2512](https://redirect.github.com/jdx/mise/pull/2512) ##### ๐Ÿ” Other Changes - Update contributing.md by [@​jdx](https://redirect.github.com/jdx) in [e9cc129](https://redirect.github.com/jdx/mise/commit/e9cc129f703ac2949900307a3b828c3a095644ca) - fix nightly lint warning by [@​jdx](https://redirect.github.com/jdx) in [6796a46](https://redirect.github.com/jdx/mise/commit/6796a46f95227286f3337bce374e7447536e9503) ##### New Contributors - [@​mcallaway](https://redirect.github.com/mcallaway) made their first contribution in [#​2511](https://redirect.github.com/jdx/mise/pull/2511) - [@​antoniomdk](https://redirect.github.com/antoniomdk) made their first contribution in [#​2509](https://redirect.github.com/jdx/mise/pull/2509) ### [`v2024.8.13`](https://redirect.github.com/jdx/mise/releases/tag/v2024.8.13) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.8.12...v2024.8.13) ##### ๐Ÿ› Bug Fixes - add suggestion for invalid use of repo_url by [@​jdx](https://redirect.github.com/jdx) in [#​2501](https://redirect.github.com/jdx/mise/pull/2501) ##### ๐Ÿ“š Documentation - add individual page for every CLI command by [@​jdx](https://redirect.github.com/jdx) in [acea81c](https://redirect.github.com/jdx/mise/commit/acea81ca090fab76c4974a77a25c9557822d6263) - add individual page for every CLI command by [@​jdx](https://redirect.github.com/jdx) in [e379df7](https://redirect.github.com/jdx/mise/commit/e379df732bd85d77faead4fce650e388993f5999) - add experimental badges to cli commands by [@​jdx](https://redirect.github.com/jdx) in [4e50f33](https://redirect.github.com/jdx/mise/commit/4e50f330968b93b1af2ad4c93a78e82f9514324b) - lint by [@​jdx](https://redirect.github.com/jdx) in [26ebdec](https://redirect.github.com/jdx/mise/commit/26ebdec2765416c26adc1001451abb6a2ce71978) ##### ๐Ÿงช Testing - fixed render_help test by [@​jdx](https://redirect.github.com/jdx) in [d39d861](https://redirect.github.com/jdx/mise/commit/d39d86152814e1f24ec8b648e79235a2e1f2bba5) ##### ๐Ÿ” Other Changes - make some gh workflows only run on jdx/mise by [@​CharString](https://redirect.github.com/CharString) in [#​2489](https://redirect.github.com/jdx/mise/pull/2489) - Update index.md by [@​jdx](https://redirect.github.com/jdx) in [b2c25f3](https://redirect.github.com/jdx/mise/commit/b2c25f39cd736c02174462d2e94cc0605d6c8e22) ##### ๐Ÿ“ฆ๏ธ Dependency Updates - update dependency vitepress to v1.3.4 by [@​renovate\[bot\]](https://redirect.github.com/renovate\[bot]) in [#​2499](https://redirect.github.com/jdx/mise/pull/2499) ### [`v2024.8.12`](https://redirect.github.com/jdx/mise/releases/tag/v2024.8.12) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2024.8.11...v2024.8.12) ##### ๐Ÿ› Bug Fixes - vendor git2 openssl by [@​jdx](https://redirect.github.com/jdx) in [#​2481](https://redirect.github.com/jdx/mise/pull/2481) - python-compile setting by [@​jdx](https://redirect.github.com/jdx) in [#​2482](https://redirect.github.com/jdx/mise/pull/2482) ##### ๐Ÿงช Testing - reset test by [@​jdx](https://redirect.github.com/jdx) in [000fdb8](https://redirect.github.com/jdx/mise/commit/000fdb8560b9994e7678924978cf1866bd58e623) - reset test by [@​jdx](https://redirect.github.com/jdx) in [2deb6ce](https://redirect.github.com/jdx/mise/commit/2deb6cef5bca37a5bb8e769293e4a665f533209e) - reset test by [@​jdx](https://redirect.github.com/jdx) in [385c09b](https://redirect.github.com/jdx/mise/commit/385c09b88013281af6a5adc9706a9d85e951ff61) ##### ๐Ÿ“ฆ๏ธ Dependency Updates - update dependency vitepress to v1.3.3 by [@​renovate\[bot\]](https://redirect.github.com/renovate\[bot]) in [#​2478](https://redirect.github.com/jdx/mise/pull/2478)

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), 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.

๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.



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