Skip to content

Commit fe352a1

Browse files
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 &amp; 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 [@&#8203;smorimoto](https://redirect.github.com/smorimoto) for this fix in their first contribution! [#&#8203;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. [#&#8203;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. [#&#8203;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. [#&#8203;7816](https://redirect.github.com/jdx/mise/pull/7816) ##### Registry Additions - **claude-powerline**: A powerline prompt theme - added by [@&#8203;TyceHerrman](https://redirect.github.com/TyceHerrman) [#&#8203;7798](https://redirect.github.com/jdx/mise/pull/7798) - **rpk**: Redpanda CLI tool - added by [@&#8203;artemklevtsov](https://redirect.github.com/artemklevtsov) [#&#8203;7802](https://redirect.github.com/jdx/mise/pull/7802) ##### New Contributors Welcome to our new contributors! 🎉 - [@&#8203;smorimoto](https://redirect.github.com/smorimoto) - [@&#8203;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! [#&#8203;7764](https://redirect.github.com/jdx/mise/pull/7764) by [@&#8203;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. [#&#8203;7761](https://redirect.github.com/jdx/mise/pull/7761) by [@&#8203;jdx](https://redirect.github.com/jdx) ##### Bug Fixes - **Auto-created venvs** now properly handle freshness checks during the prepare phase, preventing unnecessary rebuilds [#&#8203;7770](https://redirect.github.com/jdx/mise/pull/7770) by [@&#8203;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 [#&#8203;7786](https://redirect.github.com/jdx/mise/pull/7786) by [@&#8203;jdx](https://redirect.github.com/jdx) - **Tool stubs** now include dependency toolset paths, fixing issues where tools couldn't find their dependencies [#&#8203;7777](https://redirect.github.com/jdx/mise/pull/7777) by [@&#8203;thejcannon](https://redirect.github.com/thejcannon) - Fixed rust lockfile inconsistency [#&#8203;7780](https://redirect.github.com/jdx/mise/pull/7780) by [@&#8203;vadimpiven](https://redirect.github.com/vadimpiven) ##### Registry Updates - Added **miller** - a powerful CSV/JSON/etc data processing tool [#&#8203;7782](https://redirect.github.com/jdx/mise/pull/7782) by [@&#8203;kit494way](https://redirect.github.com/kit494way) - Added **atlas-community** - the community edition of the Atlas database schema management tool [#&#8203;7784](https://redirect.github.com/jdx/mise/pull/7784) by [@&#8203;akanter](https://redirect.github.com/akanter) - Switched **zprint** to use the aqua backend [#&#8203;7767](https://redirect.github.com/jdx/mise/pull/7767) by [@&#8203;scop](https://redirect.github.com/scop) ##### Security - Removed an insecure registry-comment workflow from CI [#&#8203;7769](https://redirect.github.com/jdx/mise/pull/7769) by [@&#8203;jdx](https://redirect.github.com/jdx) ##### Other Changes - Improved file task field parsing with better test coverage [#&#8203;7751](https://redirect.github.com/jdx/mise/pull/7751) by [@&#8203;makp0](https://redirect.github.com/makp0) - Dropped Fedora 41 from COPR builds as it has reached end-of-life [#&#8203;7771](https://redirect.github.com/jdx/mise/pull/7771) by [@&#8203;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. ([#&#8203;7746](https://redirect.github.com/jdx/mise/pull/7746)) by [@&#8203;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. ([#&#8203;7757](https://redirect.github.com/jdx/mise/pull/7757), [#&#8203;7739](https://redirect.github.com/jdx/mise/pull/7739)) by [@&#8203;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. ([#&#8203;7738](https://redirect.github.com/jdx/mise/pull/7738), [#&#8203;7733](https://redirect.github.com/jdx/mise/pull/7733)) by [@&#8203;makp0](https://redirect.github.com/makp0) ##### Bug Fixes - Fixed schema missing the required string variant for environment variables ([#&#8203;7734](https://redirect.github.com/jdx/mise/pull/7734)) by [@&#8203;vadimpiven](https://redirect.github.com/vadimpiven) - Fixed double forward slashes appearing in task list paths ([#&#8203;7744](https://redirect.github.com/jdx/mise/pull/7744)) by [@&#8203;collinstevens](https://redirect.github.com/collinstevens) - Fixed `{{ version }}` template variables being incorrectly processed during config load instead of being preserved for runtime evaluation ([#&#8203;7755](https://redirect.github.com/jdx/mise/pull/7755)) by [@&#8203;jdx](https://redirect.github.com/jdx) ##### New Contributors Welcome to our new contributors! 🎉 - [@&#8203;collinstevens](https://redirect.github.com/collinstevens) made their first contribution in [#&#8203;7744](https://redirect.github.com/jdx/mise/pull/7744) - [@&#8203;makp0](https://redirect.github.com/makp0) made their first contribution in [#&#8203;7738](https://redirect.github.com/jdx/mise/pull/7738) - [@&#8203;vadimpiven](https://redirect.github.com/vadimpiven) made their first contribution in [#&#8203;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

7 files changed

+14
-14
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
1717
with:
18-
version: v2026.1.4
19-
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
18+
version: v2026.1.7
19+
sha256: d98523f15392ab17909a55560244667aa81122766209b816d9a9b9585109bfea
2020
- name: Run acceptance tests
2121
run: mise run acceptance-test

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
persist-credentials: false
1515
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
1616
with:
17-
version: v2026.1.4
18-
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
17+
version: v2026.1.7
18+
sha256: d98523f15392ab17909a55560244667aa81122766209b816d9a9b9585109bfea
1919
- name: Cache local Maven repository
2020
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2121
with:

.github/workflows/github-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
fetch-depth: 0
4040
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
4141
with:
42-
version: v2026.1.4
43-
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
42+
version: v2026.1.7
43+
sha256: d98523f15392ab17909a55560244667aa81122766209b816d9a9b9585109bfea
4444
cache: "false"
4545
- name: Setup Pages
4646
id: pages

.github/workflows/lint-rest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
1717
with:
18-
version: v2026.1.4
19-
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
18+
version: v2026.1.7
19+
sha256: d98523f15392ab17909a55560244667aa81122766209b816d9a9b9585109bfea
2020
- name: Lint
2121
run: mise run lint:rest

.github/workflows/native-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
1717
with:
18-
version: v2026.1.4
19-
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
18+
version: v2026.1.7
19+
sha256: d98523f15392ab17909a55560244667aa81122766209b816d9a9b9585109bfea
2020
working_directory: .mise/envs/native
2121
- name: Run native tests
2222
working-directory: .mise/envs/native

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626

2727
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
2828
with:
29-
version: v2026.1.4
30-
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
29+
version: v2026.1.7
30+
sha256: d98523f15392ab17909a55560244667aa81122766209b816d9a9b9585109bfea
3131
cache: false
3232

3333
- name: Build release version

.github/workflows/test-release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
persist-credentials: false
1919
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
2020
with:
21-
version: v2026.1.4
22-
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
21+
version: v2026.1.7
22+
sha256: d98523f15392ab17909a55560244667aa81122766209b816d9a9b9585109bfea
2323
- name: Cache local Maven repository
2424
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2525
with:

0 commit comments

Comments
 (0)