Skip to content

Commit 0d227f9

Browse files
chore(deps): update dependency mise to v2026.1.4 (#1785)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mise](https://redirect.github.com/jdx/mise) | patch | `v2026.1.1` → `v2026.1.4` | --- > [!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.4`](https://redirect.github.com/jdx/mise/releases/tag/v2026.1.4) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2026.1.3...v2026.1.4) This release brings significant improvements to dependency management, task execution, and backend flexibility, with a focus on reproducibility and performance. The Conda backend now supports dependency locking for reproducible installations, ensuring your environments remain consistent across machines and time. The HTTP backend has been enhanced with JSON filtering and Tera templating for more flexible version extraction from web sources. Task execution sees improvements in monorepo support and performance, while several bug fixes address deadlocks and path resolution issues. ##### Highlights **Reproducible Conda Environments** - The [Conda backend](https://mise.jdx.dev/dev-tools/backends/conda.html) now supports dependency locking ([#&#8203;7708](https://redirect.github.com/jdx/mise/pull/7708)), allowing you to freeze exact package versions for reproducible installations. This ensures your conda environments remain identical across different machines and over time, crucial for scientific computing and data analysis workflows. **Enhanced HTTP Backend** - The [HTTP backend](https://mise.jdx.dev/dev-tools/backends/http.html) gains powerful new features for version extraction ([#&#8203;7707](https://redirect.github.com/jdx/mise/pull/7707), [#&#8203;7723](https://redirect.github.com/jdx/mise/pull/7723)). You can now use JSON filter syntax to extract versions from complex API responses, and Tera templating provides flexible string manipulation. This makes it easier to integrate tools that don't follow standard versioning patterns. **Better Monorepo Task Support** - [Task execution](https://mise.jdx.dev/tasks/) in monorepos is now more flexible with explicit config root listing via `[monorepo].config_roots` ([#&#8203;7705](https://redirect.github.com/jdx/mise/pull/7705)). Task dependencies can now use environment variables ([#&#8203;7724](https://redirect.github.com/jdx/mise/pull/7724)), and path resolution for dependencies works correctly across monorepo boundaries ([#&#8203;7698](https://redirect.github.com/jdx/mise/pull/7698), [#&#8203;7699](https://redirect.github.com/jdx/mise/pull/7699)). ##### Bug Fixes - Fixed a deadlock that could occur when using venv/go backends during environment resolution ([@&#8203;stk0vrfl0w](https://redirect.github.com/stk0vrfl0w) in [#&#8203;7696](https://redirect.github.com/jdx/mise/pull/7696)) - Resolved hardcoded library paths in conda packages that prevented proper relocation ([#&#8203;7713](https://redirect.github.com/jdx/mise/pull/7713)) - Tool stubs are now properly exempted from lockfile requirements ([#&#8203;7729](https://redirect.github.com/jdx/mise/pull/7729)) - Python's `ls-remote` command now correctly sorts CPython versions at the end of the output ([#&#8203;7721](https://redirect.github.com/jdx/mise/pull/7721)) - Remote task files are now resolved before display and validation commands ([@&#8203;yannrouillard](https://redirect.github.com/yannrouillard) in [#&#8203;7681](https://redirect.github.com/jdx/mise/pull/7681)) ##### Performance Task listing performance has been restored to previous levels by fixing a caching regression ([#&#8203;7716](https://redirect.github.com/jdx/mise/pull/7716)). Users with many tasks should notice significantly faster `mise tasks` commands. ##### Registry Updates Several tools have been migrated to more reliable backends: - **Dotnet**, **Lua**, **Redis**, and **Postgres** now use vfox backends by default for better cross-platform support - **Kotlin** and **Crystal** moved to GitHub backends for direct releases - **SQLite** and **Make** now use the conda backend - **Meson** uses pipx for Python-based installation - Added Smithy support via aqua backend ([#&#8203;7661](https://redirect.github.com/jdx/mise/pull/7661)) Low-usage ASDF plugins have been removed to streamline the registry ([#&#8203;7701](https://redirect.github.com/jdx/mise/pull/7701)). ##### New Contributors Welcome to [@&#8203;yannrouillard](https://redirect.github.com/yannrouillard) and [@&#8203;stk0vrfl0w](https://redirect.github.com/stk0vrfl0w) who made their first contributions to mise! ### [`v2026.1.3`](https://redirect.github.com/jdx/mise/releases/tag/v2026.1.3) [Compare Source](https://redirect.github.com/jdx/mise/compare/vfox-v2026.1.2...v2026.1.3) This release introduces several powerful new features for mise, including private artifact storage via S3, enhanced upgrade controls, and improved hook management. We've also fixed important bugs affecting npm dependencies, GitHub authentication, and task inheritance in monorepos. ##### Highlights **S3 Backend Support** - You can now use Amazon S3 for private artifact storage, enabling secure distribution of internal tools and binaries. This is particularly useful for enterprise environments that need to host proprietary tools. See the [S3 backend documentation](https://mise.jdx.dev/backends/s3.html) for setup instructions. ([@&#8203;jdx](https://redirect.github.com/jdx), [#&#8203;7668](https://redirect.github.com/jdx/mise/pull/7668)) **Enhanced Upgrade Command** - The `mise upgrade` command now includes an `--exclude` flag to skip specific tools during bulk upgrades, and benefits from improved tab completion that shows only installed tools. This gives you more control when updating your development environment. Learn more in the [upgrade command documentation](https://mise.jdx.dev/cli/upgrade.html). ([@&#8203;jdx](https://redirect.github.com/jdx), [#&#8203;7669](https://redirect.github.com/jdx/mise/pull/7669), [#&#8203;7670](https://redirect.github.com/jdx/mise/pull/7670)) **Hook and Environment Control** - New `--no-hooks` and `--no-env` flags provide fine-grained control over mise's behavior, allowing you to skip hooks or environment variable loading when needed. This is helpful for debugging or when you need to run mise in isolation. ([@&#8203;aacebedo](https://redirect.github.com/aacebedo), [#&#8203;7560](https://redirect.github.com/jdx/mise/pull/7560)) ##### Bug Fixes - **npm circular dependencies** - Fixed an issue where mise could get stuck in a loop when npm itself was listed as a dependency ([@&#8203;AprilNEA](https://redirect.github.com/AprilNEA), [#&#8203;7644](https://redirect.github.com/jdx/mise/pull/7644)) - **GitHub authentication** - Improved token handling to properly fall back to `GITHUB_TOKEN` when accessing github.com, resolving authentication issues for private repositories ([@&#8203;subdigital](https://redirect.github.com/subdigital), [#&#8203;7667](https://redirect.github.com/jdx/mise/pull/7667), [#&#8203;7673](https://redirect.github.com/jdx/mise/pull/7673)) - **Task inheritance** - Tasks defined in parent directories are now properly inherited in monorepo setups, making it easier to share common tasks across projects ([@&#8203;chadxz](https://redirect.github.com/chadxz), [#&#8203;7643](https://redirect.github.com/jdx/mise/pull/7643)) - **vfox backend upgrades** - Fixed upgrading tools that use symlinked installations in the vfox backend ([@&#8203;TyceHerrman](https://redirect.github.com/TyceHerrman), [#&#8203;7012](https://redirect.github.com/jdx/mise/pull/7012)) - **Architecture validation** - mise now properly rejects tool downloads when the architecture doesn't match your system, preventing installation of incompatible binaries ([@&#8203;jdx](https://redirect.github.com/jdx), [#&#8203;7672](https://redirect.github.com/jdx/mise/pull/7672)) - **Self-update efficiency** - The self-update command now skips unnecessary operations when you're already on the latest version ([@&#8203;jdx](https://redirect.github.com/jdx), [#&#8203;7666](https://redirect.github.com/jdx/mise/pull/7666)) ##### Registry Updates Added support for new tools: - **oh-my-posh** - The popular cross-shell prompt theme engine ([@&#8203;scop](https://redirect.github.com/scop), [#&#8203;7659](https://redirect.github.com/jdx/mise/pull/7659)) - **bibtex-tidy** - A BibTeX file formatter and cleaner ([@&#8203;3w36zj6](https://redirect.github.com/3w36zj6), [#&#8203;7677](https://redirect.github.com/jdx/mise/pull/7677)) Also fixed the kscript configuration by removing an incorrect bin\_path option ([@&#8203;risu729](https://redirect.github.com/risu729), [#&#8203;7693](https://redirect.github.com/jdx/mise/pull/7693)). ##### New Contributors Welcome to [@&#8203;AprilNEA](https://redirect.github.com/AprilNEA), [@&#8203;opswole](https://redirect.github.com/opswole), [@&#8203;subdigital](https://redirect.github.com/subdigital), and [@&#8203;aacebedo](https://redirect.github.com/aacebedo) who made their first contributions to mise! ### [`v2026.1.2`](https://redirect.github.com/jdx/mise/releases/tag/v2026.1.2) [Compare Source](https://redirect.github.com/jdx/mise/compare/vfox-v2026.1.1...vfox-v2026.1.2) mise v2026.1.2 includes several important bug fixes and security improvements, particularly addressing version management edge cases and enhancing the tool's reliability across different scenarios. This release also strengthens our GitHub workflow security to prevent potential code execution from untrusted sources, ensuring the safety of our development process and community contributions. ##### Bug Fixes **Version Management Improvements** - Fixed an issue where pre-release versions were incorrectly included when using `latest` with `install_before` ([#&#8203;7631](https://redirect.github.com/jdx/mise/pull/7631)) - thanks to [@&#8203;koh-sh](https://redirect.github.com/koh-sh) - Enhanced version filtering to properly exclude test versions (e.g., `1.0.0-test`) from stable version lists ([#&#8203;7647](https://redirect.github.com/jdx/mise/pull/7647)) - thanks to [@&#8203;belgio99](https://redirect.github.com/belgio99) - Resolved a year-boundary bug that caused `mise self-update` to fail when crossing into a new year ([#&#8203;7611](https://redirect.github.com/jdx/mise/pull/7611)) **Backend and Asset Detection** - Added support for `.artifactbundle.zip` files in asset selection, improving compatibility with certain tool distributions ([#&#8203;7657](https://redirect.github.com/jdx/mise/pull/7657)) - thanks to [@&#8203;swizzlr](https://redirect.github.com/swizzlr) - Fixed HTTP backend to properly fallback to configuration when fetching tool options ([#&#8203;7655](https://redirect.github.com/jdx/mise/pull/7655)) - thanks to [@&#8203;roele](https://redirect.github.com/roele) **Task System** - Corrected tool inheritance behavior in [tasks](https://mise.jdx.dev/tasks/) when using intermediate parent configurations ([#&#8203;7637](https://redirect.github.com/jdx/mise/pull/7637)) - thanks to [@&#8203;chadxz](https://redirect.github.com/chadxz) ##### Security - Implemented safeguards in our GitHub workflows to prevent potential code execution from untrusted forks, enhancing the security of our development process ##### New Tools - Added support for [oha](https://redirect.github.com/hatoo/oha), a modern HTTP load testing tool ([#&#8203;7633](https://redirect.github.com/jdx/mise/pull/7633)) - thanks to [@&#8203;jylenhof](https://redirect.github.com/jylenhof) ##### New Contributors Welcome to our first-time contributors! - [@&#8203;swizzlr](https://redirect.github.com/swizzlr), [@&#8203;belgio99](https://redirect.github.com/belgio99), [@&#8203;gmalinowski](https://redirect.github.com/gmalinowski), [@&#8203;chadxz](https://redirect.github.com/chadxz), [@&#8203;shina1024](https://redirect.github.com/shina1024), [@&#8203;jonathanagustin](https://redirect.github.com/jonathanagustin), and [@&#8203;turbocrime](https://redirect.github.com/turbocrime) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent efd7b18 commit 0d227f9

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@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
1717
with:
18-
version: v2026.1.1
19-
sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57
18+
version: v2026.1.4
19+
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
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@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
1616
with:
17-
version: v2026.1.1
18-
sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57
17+
version: v2026.1.4
18+
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
1919
- name: Cache local Maven repository
2020
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
4141
with:
42-
version: v2026.1.1
43-
sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57
42+
version: v2026.1.4
43+
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
1717
with:
18-
version: v2026.1.1
19-
sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57
18+
version: v2026.1.4
19+
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
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@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
1717
with:
18-
version: v2026.1.1
19-
sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57
18+
version: v2026.1.4
19+
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
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@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
2828
with:
29-
version: v2026.1.1
30-
sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57
29+
version: v2026.1.4
30+
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
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@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
2020
with:
21-
version: v2026.1.1
22-
sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57
21+
version: v2026.1.4
22+
sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002
2323
- name: Cache local Maven repository
2424
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2525
with:

0 commit comments

Comments
 (0)