Commit fe352a1
authored
chore(deps): update dependency mise to v2026.1.7 (#1804)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [mise](https://redirect.github.com/jdx/mise) | patch | `v2026.1.4` →
`v2026.1.7` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>jdx/mise (mise)</summary>
###
[`v2026.1.7`](https://redirect.github.com/jdx/mise/releases/tag/v2026.1.7):
: Cache & Compatibility Cleanup
[Compare
Source](https://redirect.github.com/jdx/mise/compare/aqua-registry-v2026.1.6...v2026.1.7)
This release focuses on stability improvements and compatibility fixes.
The headline fix addresses a caching issue where plugin watch files
weren't being properly cached, causing unnecessary re-execution of
plugins when loading environment variables. We've also resolved several
edge cases in tool resolution and version handling.
##### Bug Fixes
- **Registry mismatch fix**: Previously installed tools now correctly
resolve against the registry, fixing cases where tools installed before
registry changes would fail to match properly. Thanks to
[@​smorimoto](https://redirect.github.com/smorimoto) for this fix
in their first contribution!
[#​7773](https://redirect.github.com/jdx/mise/pull/7773)
- **Environment caching improvement**: Fixed an issue where
`watch_files` weren't being cached properly, causing plugins to
re-execute unnecessarily when loading environment variables. This should
improve performance when using plugins with file watchers.
[#​7817](https://redirect.github.com/jdx/mise/pull/7817)
- **GitHub tag format handling**: The GitHub backend now correctly
handles tools that use the `projectname@version` tag format (e.g.,
`tool@v1.2.3`), expanding compatibility with more GitHub releases.
[#​7788](https://redirect.github.com/jdx/mise/pull/7788)
- **HashiCorp tools version detection**: Added `fromJSON` and `keys`
functions to `version_expr` for the HTTP backend, fixing version
detection for HashiCorp tools like sentinel, nomad-pack, and tfc-agent.
[#​7816](https://redirect.github.com/jdx/mise/pull/7816)
##### Registry Additions
- **claude-powerline**: A powerline prompt theme - added by
[@​TyceHerrman](https://redirect.github.com/TyceHerrman)
[#​7798](https://redirect.github.com/jdx/mise/pull/7798)
- **rpk**: Redpanda CLI tool - added by
[@​artemklevtsov](https://redirect.github.com/artemklevtsov)
[#​7802](https://redirect.github.com/jdx/mise/pull/7802)
##### New Contributors
Welcome to our new contributors! 🎉
- [@​smorimoto](https://redirect.github.com/smorimoto)
- [@​nguyenvulong](https://redirect.github.com/nguyenvulong)
##### 📦 Aqua Registry Updates
##### New Packages (5)
- [`Epistates/treemd`](https://redirect.github.com/Epistates/treemd)
-
[`anthropics/claude-code`](https://redirect.github.com/anthropics/claude-code)
- [`k1LoW/git-wt`](https://redirect.github.com/k1LoW/git-wt)
- [`odigos-io/odigos`](https://redirect.github.com/odigos-io/odigos)
- [`raskell-io/hx`](https://redirect.github.com/raskell-io/hx)
##### Updated Packages (6)
-
[`checkmake/checkmake`](https://redirect.github.com/checkmake/checkmake)
-
[`gruntwork-io/terragrunt`](https://redirect.github.com/gruntwork-io/terragrunt)
-
[`interlynk-io/sbomqs`](https://redirect.github.com/interlynk-io/sbomqs)
- [`maxpert/marmot`](https://redirect.github.com/maxpert/marmot)
- [`pranshuparmar/witr`](https://redirect.github.com/pranshuparmar/witr)
- [`skim-rs/skim`](https://redirect.github.com/skim-rs/skim)
###
[`v2026.1.6`](https://redirect.github.com/jdx/mise/releases/tag/v2026.1.6):
: Better Errors, Faster Envs
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2026.1.5...v2026.1.6)
This release brings two significant quality-of-life improvements:
enhanced error diagnostics for configuration files and a new environment
caching system. When you make a typo in your `mise.toml`, you'll now get
beautifully formatted error messages with precise line and column
information thanks to miette diagnostics. The new environment caching
feature can dramatically speed up shell activation for projects with
complex environment setups.
##### Highlights
**TOML Parsing Diagnostics** - Configuration errors now display with
clear, contextual error messages showing exactly where the problem is in
your file. No more guessing which line has the syntax error!
[#​7764](https://redirect.github.com/jdx/mise/pull/7764) by
[@​jdx](https://redirect.github.com/jdx)
**Environment Caching** - A new caching system for environment
resolution that supports module-level cacheability. This can
significantly speed up `mise activate` for projects with many tools or
complex configurations.
[#​7761](https://redirect.github.com/jdx/mise/pull/7761) by
[@​jdx](https://redirect.github.com/jdx)
##### Bug Fixes
- **Auto-created venvs** now properly handle freshness checks during the
prepare phase, preventing unnecessary rebuilds
[#​7770](https://redirect.github.com/jdx/mise/pull/7770) by
[@​jdx](https://redirect.github.com/jdx)
- **Task tools** are now included in environment resolution cache
checks, ensuring cache invalidation works correctly when task-specific
tools change
[#​7786](https://redirect.github.com/jdx/mise/pull/7786) by
[@​jdx](https://redirect.github.com/jdx)
- **Tool stubs** now include dependency toolset paths, fixing issues
where tools couldn't find their dependencies
[#​7777](https://redirect.github.com/jdx/mise/pull/7777) by
[@​thejcannon](https://redirect.github.com/thejcannon)
- Fixed rust lockfile inconsistency
[#​7780](https://redirect.github.com/jdx/mise/pull/7780) by
[@​vadimpiven](https://redirect.github.com/vadimpiven)
##### Registry Updates
- Added **miller** - a powerful CSV/JSON/etc data processing tool
[#​7782](https://redirect.github.com/jdx/mise/pull/7782) by
[@​kit494way](https://redirect.github.com/kit494way)
- Added **atlas-community** - the community edition of the Atlas
database schema management tool
[#​7784](https://redirect.github.com/jdx/mise/pull/7784) by
[@​akanter](https://redirect.github.com/akanter)
- Switched **zprint** to use the aqua backend
[#​7767](https://redirect.github.com/jdx/mise/pull/7767) by
[@​scop](https://redirect.github.com/scop)
##### Security
- Removed an insecure registry-comment workflow from CI
[#​7769](https://redirect.github.com/jdx/mise/pull/7769) by
[@​jdx](https://redirect.github.com/jdx)
##### Other Changes
- Improved file task field parsing with better test coverage
[#​7751](https://redirect.github.com/jdx/mise/pull/7751) by
[@​makp0](https://redirect.github.com/makp0)
- Dropped Fedora 41 from COPR builds as it has reached end-of-life
[#​7771](https://redirect.github.com/jdx/mise/pull/7771) by
[@​TobiX](https://redirect.github.com/TobiX)
##### 📦 Aqua Registry Updates
##### New Packages (2)
-
[`cameron-martin/bazel-lsp`](https://redirect.github.com/cameron-martin/bazel-lsp)
- [`micro-editor/micro`](https://redirect.github.com/micro-editor/micro)
###
[`v2026.1.5`](https://redirect.github.com/jdx/mise/releases/tag/v2026.1.5):
: PowerShell Joins the Party
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2026.1.4...v2026.1.5)
This release brings PowerShell users into the mise ecosystem with full
tab completion support, making mise more accessible to Windows
developers and PowerShell enthusiasts everywhere. The vfox backend also
receives significant upgrades with rolling release support and a new
semver Lua module for smarter version sorting.
File task handling gets a reliability boost with improved parsing,
validation, and better error messages when unknown fields appear in task
headers. Several schema and configuration fixes ensure your mise setup
works more predictably across different scenarios.
##### Highlights
- **PowerShell Completion Support**: Tab completion now works in
PowerShell sessions, bringing the same convenient autocomplete
experience that bash, zsh, and fish users enjoy. See the [shell
completions
documentation](https://mise.jdx.dev/installing-mise.html#shell-completions)
for setup instructions.
([#​7746](https://redirect.github.com/jdx/mise/pull/7746)) by
[@​jdx](https://redirect.github.com/jdx)
- **Vfox Rolling Releases**: The vfox backend now supports rolling
releases with checksum tracking, enabling tools that publish frequent
updates without traditional version numbers. A new semver Lua module
also improves version sorting accuracy.
([#​7757](https://redirect.github.com/jdx/mise/pull/7757),
[#​7739](https://redirect.github.com/jdx/mise/pull/7739)) by
[@​jdx](https://redirect.github.com/jdx)
- **Improved File Task Parsing**: File tasks now have DRYer parsing
logic and validate unknown fields in headers, catching configuration
mistakes earlier with clearer error messages.
([#​7738](https://redirect.github.com/jdx/mise/pull/7738),
[#​7733](https://redirect.github.com/jdx/mise/pull/7733)) by
[@​makp0](https://redirect.github.com/makp0)
##### Bug Fixes
- Fixed schema missing the required string variant for environment
variables
([#​7734](https://redirect.github.com/jdx/mise/pull/7734)) by
[@​vadimpiven](https://redirect.github.com/vadimpiven)
- Fixed double forward slashes appearing in task list paths
([#​7744](https://redirect.github.com/jdx/mise/pull/7744)) by
[@​collinstevens](https://redirect.github.com/collinstevens)
- Fixed `{{ version }}` template variables being incorrectly processed
during config load instead of being preserved for runtime evaluation
([#​7755](https://redirect.github.com/jdx/mise/pull/7755)) by
[@​jdx](https://redirect.github.com/jdx)
##### New Contributors
Welcome to our new contributors! 🎉
- [@​collinstevens](https://redirect.github.com/collinstevens)
made their first contribution in
[#​7744](https://redirect.github.com/jdx/mise/pull/7744)
- [@​makp0](https://redirect.github.com/makp0) made their first
contribution in
[#​7738](https://redirect.github.com/jdx/mise/pull/7738)
- [@​vadimpiven](https://redirect.github.com/vadimpiven) made
their first contribution in
[#​7734](https://redirect.github.com/jdx/mise/pull/7734)
##### 📦 Aqua Registry Updates
##### New Packages (2)
-
[`F1bonacc1/process-compose`](https://redirect.github.com/F1bonacc1/process-compose)
- [`kkinnear/zprint`](https://redirect.github.com/kkinnear/zprint)
##### Updated Packages (1)
-
[`theryangeary/choose`](https://redirect.github.com/theryangeary/choose)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/prometheus/client_java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent fcbb08e commit fe352a1
File tree
7 files changed
+14
-14
lines changed- .github/workflows
7 files changed
+14
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments