Path to this page:
Subject: CVS commit: pkgsrc/devel/mise
From: pin
Date: 2024-12-08 18:23:04
Message id: 20241208172304.8A149FC1C@cvs.NetBSD.org
Log Message:
devel/mise: update to 2024.12.2
## [2024.12.2](https://github.com/jdx/mise/compare/v2024.12.1..v2024.12.2) - \
2024-12-07
### ๐ Features
- **(registry)** add zls to registry by [@hverlin](https://github.com/hverlin) \
in [#3392](https://github.com/jdx/mise/pull/3392)
- Add --json-extended option to mise env by \
[@hverlin](https://github.com/hverlin) in \
[#3389](https://github.com/jdx/mise/pull/3389)
### ๐ Bug Fixes
- **(config)** set config_root for tasks defined in included toml files by \
[@risu729](https://github.com/risu729) in \
[#3388](https://github.com/jdx/mise/pull/3388)
- global hooks by [@jdx](https://github.com/jdx) in \
[#3393](https://github.com/jdx/mise/pull/3393)
- only run watch_file hook when it has changed file by \
[@jdx](https://github.com/jdx) in [#3394](https://github.com/jdx/mise/pull/3394)
- bug with aliasing core tools by [@jdx](https://github.com/jdx) in \
[#3395](https://github.com/jdx/mise/pull/3395)
- remove shims directory before activating by [@jdx](https://github.com/jdx) in \
[#3396](https://github.com/jdx/mise/pull/3396)
### ๐ Refactor
- use github crate to list zig releases by \
[@risu729](https://github.com/risu729) in \
[#3386](https://github.com/jdx/mise/pull/3386)
### ๐ Documentation
- add zig to core tools by [@risu729](https://github.com/risu729) in \
[#3385](https://github.com/jdx/mise/pull/3385)
### ๐ Other Changes
- debug log by [@jdx](https://github.com/jdx) in \
[0075db0](https://github.com/jdx/mise/commit/0075db05a24a9bc2e3015b8a48bcfe730fe80d07)
## [2024.12.1](https://github.com/jdx/mise/compare/v2024.12.0..v2024.12.1) - \
2024-12-06
### ๐ Features
- **(registry)** use aqua for some tools by \
[@risu729](https://github.com/risu729) in \
[#3375](https://github.com/jdx/mise/pull/3375)
- allow filtering `mise bin-paths` on tools by [@jdx](https://github.com/jdx) in \
[#3367](https://github.com/jdx/mise/pull/3367)
- added aws-cli from aqua by [@jdx](https://github.com/jdx) in \
[#3370](https://github.com/jdx/mise/pull/3370)
- multiple MISE_ENV environments by [@jdx](https://github.com/jdx) in \
[#3371](https://github.com/jdx/mise/pull/3371)
- add mise-task.json schema by [@hverlin](https://github.com/hverlin) in \
[#3374](https://github.com/jdx/mise/pull/3374)
- automatically call `hook-env` by [@jdx](https://github.com/jdx) in \
[#3373](https://github.com/jdx/mise/pull/3373)
### ๐ Bug Fixes
- **(docs)** correct syntax error in IDE integration examples by \
[@EricGusmao](https://github.com/EricGusmao) in \
[#3360](https://github.com/jdx/mise/pull/3360)
- ensure version check message is displayed by [@jdx](https://github.com/jdx) in \
[#3358](https://github.com/jdx/mise/pull/3358)
- show warning if no precompiled pythons found by [@jdx](https://github.com/jdx) \
in [#3359](https://github.com/jdx/mise/pull/3359)
- allow compilation not on macOS, Linux, or Windows by \
[@avysk](https://github.com/avysk) in \
[#3363](https://github.com/jdx/mise/pull/3363)
- make hook-env compatible with zsh auto_name_dirs by \
[@jdx](https://github.com/jdx) in [#3366](https://github.com/jdx/mise/pull/3366)
- skip optional env._.file files by [@jdx](https://github.com/jdx) in \
[#3381](https://github.com/jdx/mise/pull/3381)
- .terraform-version by [@jdx](https://github.com/jdx) in \
[#3380](https://github.com/jdx/mise/pull/3380)
### ๐ Documentation
- update auto-completion docs by [@hverlin](https://github.com/hverlin) in \
[#3355](https://github.com/jdx/mise/pull/3355)
- fix `Environment variables passed to tasks` section by \
[@hverlin](https://github.com/hverlin) in \
[#3378](https://github.com/jdx/mise/pull/3378)
### ๐งช Testing
- try to fix coverage rate limits by [@jdx](https://github.com/jdx) in \
[#3384](https://github.com/jdx/mise/pull/3384)
### ๐ Other Changes
- Update shims.md by [@jdx](https://github.com/jdx) in \
[2d48109](https://github.com/jdx/mise/commit/2d48109a77ae4432b0fd6cede3196a0819710186)
- Update hooks.md by [@jdx](https://github.com/jdx) in \
[2693f94](https://github.com/jdx/mise/commit/2693f946f7cbb2819a4d4df37b6314759e38e9f3)
### New Contributors
- @avysk made their first contribution in \
[#3363](https://github.com/jdx/mise/pull/3363)
- @EricGusmao made their first contribution in \
[#3360](https://github.com/jdx/mise/pull/3360)
## [2024.12.0](https://github.com/jdx/mise/compare/v2024.11.37..v2024.12.0) - \
2024-12-04
### ๐ Features
- **(erlang)** use precompiled binaries for macos by \
[@jdx](https://github.com/jdx) in [#3353](https://github.com/jdx/mise/pull/3353)
- add upctl by [@scop](https://github.com/scop) in \
[#3309](https://github.com/jdx/mise/pull/3309)
- Add `json-with-sources` option to settings ls by \
[@hverlin](https://github.com/hverlin) in \
[#3307](https://github.com/jdx/mise/pull/3307)
- add ripsecrets to registry.toml by \
[@boris-smidt-klarrio](https://github.com/boris-smidt-klarrio) in \
[#3334](https://github.com/jdx/mise/pull/3334)
- Add kyverno-cli by \
[@boris-smidt-klarrio](https://github.com/boris-smidt-klarrio) in \
[#3336](https://github.com/jdx/mise/pull/3336)
### ๐ Bug Fixes
- add exec to `mise g git-pre-commit` by [@jdx](https://github.com/jdx) in \
[27a3aef](https://github.com/jdx/mise/commit/27a3aefa767c8ef142009dd54c4d7dcc19c235b2)
- bake gpg keys in by [@jdx](https://github.com/jdx) in \
[#3318](https://github.com/jdx/mise/pull/3318)
- deprecate `mise local|global` by [@jdx](https://github.com/jdx) in \
[#3350](https://github.com/jdx/mise/pull/3350)
### ๐ Refactor
- use aqua for ruff by [@scop](https://github.com/scop) in \
[#3316](https://github.com/jdx/mise/pull/3316)
### ๐ Documentation
- add terraform recipe to the cookbook by \
[@AliSajid](https://github.com/AliSajid) in \
[#3305](https://github.com/jdx/mise/pull/3305)
- fix git examples for cargo backend by [@tmeijn](https://github.com/tmeijn) in \
[#3335](https://github.com/jdx/mise/pull/3335)
### ๐งช Testing
- remove non-working maven test by [@jdx](https://github.com/jdx) in \
[5a3ed16](https://github.com/jdx/mise/commit/5a3ed16efb29dbf80f5ac251eec39e3a462d2219)
- remove gleam by [@jdx](https://github.com/jdx) in \
[fdfe20b](https://github.com/jdx/mise/commit/fdfe20b32b16b835655551d3f12b5d6e90856b2e)
- use latest golang in e2e test by [@jdx](https://github.com/jdx) in \
[#3349](https://github.com/jdx/mise/pull/3349)
### ๐ Other Changes
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \
[5071419](https://github.com/jdx/mise/commit/5071419b988d3655b87e7413a4577fab2684ddf8)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \
[fcc6b59](https://github.com/jdx/mise/commit/fcc6b59740306ee2065f365d230b30abbefcc7d2)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \
[039b19d](https://github.com/jdx/mise/commit/039b19dd9dc68e3047b23127483af2f9efd11e1b)
- Update configuration.md by [@jdx](https://github.com/jdx) in \
[b0cac9e](https://github.com/jdx/mise/commit/b0cac9e7573ccb5dd70c3b3b1e53a0a7911c2e18)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \
[9347be8](https://github.com/jdx/mise/commit/9347be89a9a86c0bde40c3986c01b98e4f8d68b8)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \
[1cfc822](https://github.com/jdx/mise/commit/1cfc8228541c98111c36c5470323f9fe52d2125f)
- Update registry.toml by [@jdx](https://github.com/jdx) in \
[5a28860](https://github.com/jdx/mise/commit/5a28860ac7f8d81194926d6b14eb394ecbe7dc0d)
- upgrade usage-lib by [@jdx](https://github.com/jdx) in \
[554d533](https://github.com/jdx/mise/commit/554d533a253a137c27c5cdac6da2ae09629029dc)
- add rust to core tools list by [@gurgelio](https://github.com/gurgelio) in \
[#3341](https://github.com/jdx/mise/pull/3341)
- use asdf:mise-plugins/mise-nim by [@jdx](https://github.com/jdx) in \
[#3352](https://github.com/jdx/mise/pull/3352)
### New Contributors
- @gurgelio made their first contribution in \
[#3341](https://github.com/jdx/mise/pull/3341)
- @tmeijn made their first contribution in \
[#3335](https://github.com/jdx/mise/pull/3335)
- @boris-smidt-klarrio made their first contribution in \
[#3336](https://github.com/jdx/mise/pull/3336)
- @AliSajid made their first contribution in \
[#3305](https://github.com/jdx/mise/pull/3305)
## [2024.11.37](https://github.com/jdx/mise/compare/v2024.11.36..v2024.11.37) - \
2024-11-30
### ๐ Features
- add black by [@scop](https://github.com/scop) in \
[#3292](https://github.com/jdx/mise/pull/3292)
- migrate more tools away from asdf by [@jdx](https://github.com/jdx) in \
[40f92c6](https://github.com/jdx/mise/commit/40f92c6b0e1fefd171dd44ee9f62f1f597ee352c)
### ๐ Bug Fixes
- handle General/Complex Versioning in --bump by \
[@liskin](https://github.com/liskin) in \
[#2889](https://github.com/jdx/mise/pull/2889)
- broken path example by [@minddust](https://github.com/minddust) in \
[#3296](https://github.com/jdx/mise/pull/3296)
- swift path on macos by [@jdx](https://github.com/jdx) in \
[#3299](https://github.com/jdx/mise/pull/3299)
- do not auto-install on `mise x` if some tools are passed by \
[@jdx](https://github.com/jdx) in \
[35d31a1](https://github.com/jdx/mise/commit/35d31a1baf96fe6f0e764e26228c1b03ba24ddce)
- fix: also make certain we are not auto installing inside shims by checking by \
[@jdx](https://github.com/jdx) in \
[b0c4a74](https://github.com/jdx/mise/commit/b0c4a749309064825852041d8d72c7eac9fb116c)
- cache github release information for 24 hours by \
[@jdx](https://github.com/jdx) in [#3300](https://github.com/jdx/mise/pull/3300)
### ๐ Refactor
- use aqua for snyk by [@scop](https://github.com/scop) in \
[#3290](https://github.com/jdx/mise/pull/3290)
### ๐ Other Changes
- Revert "fix: always prefer glibc to musl in mise run " by \
[@jdx](https://github.com/jdx) in [#3298](https://github.com/jdx/mise/pull/3298)
- bump expr-lang by [@jdx](https://github.com/jdx) in \
[#3297](https://github.com/jdx/mise/pull/3297)
- mise up --bump by [@jdx](https://github.com/jdx) in \
[6872b54](https://github.com/jdx/mise/commit/6872b5469622140335a12131dfa4acf310fc0c2a)
- update mise.lock by [@jdx](https://github.com/jdx) in \
[4c12502](https://github.com/jdx/mise/commit/4c12502c459ba2e214689c3f55d964b8f75966af)
- disable tool tests until I can sort out gh rate limit issues by \
[@jdx](https://github.com/jdx) in \
[f42f010](https://github.com/jdx/mise/commit/f42f010f03a57cab128290c0b9d936fd7a90c785)
### New Contributors
- @minddust made their first contribution in \
[#3296](https://github.com/jdx/mise/pull/3296)
## [2024.11.36](https://github.com/jdx/mise/compare/v2024.11.35..v2024.11.36) - \
2024-11-29
### ๐ Other Changes
- mise i by [@jdx](https://github.com/jdx) in \
[8150732](https://github.com/jdx/mise/commit/81507327e7f1c9f2137b3dadcf35a8245d43a8ba)
## [2024.11.35](https://github.com/jdx/mise/compare/v2024.11.34..v2024.11.35) - \
2024-11-29
### ๐ Features
- migrate more tools away from asdf by [@jdx](https://github.com/jdx) in \
[#3279](https://github.com/jdx/mise/pull/3279)
### ๐ Bug Fixes
- remove conflicting MISE_SHELL setting by [@jdx](https://github.com/jdx) in \
[#3284](https://github.com/jdx/mise/pull/3284)
### ๐ Refactor
- simplify __MISE_WATCH variable to only contain the most recent timestamp by \
[@jdx](https://github.com/jdx) in [#3282](https://github.com/jdx/mise/pull/3282)
### ๐งช Testing
- remove unnecessary cargo-binstall test by [@jdx](https://github.com/jdx) in \
[0a4da7a](https://github.com/jdx/mise/commit/0a4da7a023b1cb969b732afd3ad4b3cf02c42530)
### ๐ Other Changes
- dont require build-windows before unit-windows by \
[@jdx](https://github.com/jdx) in \
[c85e2ec](https://github.com/jdx/mise/commit/c85e2ec77193d73ff20d4ce8fb7e3787a6db223d)
Files: