Skip to content

Commit ebafdfd

Browse files
renovate[bot]jaydeluca
authored andcommitted
chore(deps): update dependency mise to v2026.5.5 (#2107)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mise](https://redirect.github.com/jdx/mise) | patch | `v2026.5.0` → `v2026.5.5` | --- ### Release Notes <details> <summary>jdx/mise (mise)</summary> ### [`v2026.5.5`](https://redirect.github.com/jdx/mise/releases/tag/v2026.5.5): : Inactive upgrades, Windows bash and bunx fixes [Compare Source](https://redirect.github.com/jdx/mise/compare/v2026.5.4...v2026.5.5) A grab-bag release: a new `--inactive` flag for catching installed-but-unconfigured tools, several Windows fixes around `bunx` and the `bash` task shell, and correctness fixes for the npm shim, aqua bin-path resolution, and dotnet prereleases. #### Added - **(outdated/upgrade)** New `--inactive` flag on `mise outdated` and `mise upgrade` that includes installed-but-inactive tools — versions you have installed but that aren't referenced by the current config ([#&#8203;9640](https://redirect.github.com/jdx/mise/pull/9640)) by [@&#8203;roele](https://redirect.github.com/roele). Useful for cleaning up or upgrading old tool installs: ```sh # show every installed tool that has a newer version, even if it's not in mise.toml mise outdated --inactive # upgrade an installed-but-inactive tool to its current latest mise upgrade tiny --inactive ``` When a tool has no config source, `--inactive` resolves against the backend's latest version rather than the pinned installed version. #### Fixed - **(node)** The generated npm shim now invokes `<this-install>/bin/node` directly instead of `node` from `PATH`. Previously, running one Node install's `npm` while a different Node version was active could let npm derive its global prefix from the other install, sending default packages to the wrong place ([#&#8203;9749](https://redirect.github.com/jdx/mise/pull/9749)) by [@&#8203;jdx](https://redirect.github.com/jdx). - **(bun, Windows)** `mise install bun` on Windows now creates a `bunx` entry alongside `bun.exe`, matching what the upstream PowerShell installer does. mise tries a `bunx.exe -> bun.exe` hardlink first (bun switches to bunx mode based on argv\[0]) and falls back to a `bunx.cmd` shim. `reshim` picks it up automatically, so `bunx <pkg>` finally works under mise-managed bun on Windows ([#&#8203;9732](https://redirect.github.com/jdx/mise/pull/9732)) by [@&#8203;JamBalaya56562](https://redirect.github.com/JamBalaya56562). - **(task, Windows)** When a task uses `shell = "bash -c"` and mise is invoked from PowerShell, `C:\Windows\System32\bash.exe` (the WSL launcher) used to win the `PATH` search, silently running the task body inside a WSL Linux user-space where mise-managed Windows tools aren't visible. mise now resolves bash in this order: `MISE_BASH_PATH`, common Git Bash install locations (`C:\Program Files\Git\bin\bash.exe`, the x86 variant, `%LOCALAPPDATA%\Programs\Git\bin\bash.exe`), the existing PATH search, and finally an explicit reject of the WSL launcher with a warning ([#&#8203;9750](https://redirect.github.com/jdx/mise/pull/9750)) by [@&#8203;JamBalaya56562](https://redirect.github.com/JamBalaya56562). `sh`/`zsh`/`fish`/`ksh`/`dash` and non-Windows builds are unaffected. - **(aqua)** Aqua `list_bin_paths()` correctly handles packages whose actual git tags add an extra `v` after a version prefix (e.g. `tool-v1.2.3` for canonical `1.2.3`), without putting remote resolution back on the bin-path hot path that was reverted in [#&#8203;5574](https://redirect.github.com/jdx/mise/issues/5574). Install passes the already-resolved tag/version directly into file-link creation instead of recomputing it ([#&#8203;9759](https://redirect.github.com/jdx/mise/pull/9759)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(dotnet)** The dotnet backend now uses the shared `prerelease = true` tool option used by aqua/github, fetches the NuGet prerelease superset, and skips the latest fast paths when prereleases are enabled. The global `prereleases` setting and the deprecated `dotnet.package_flags = ["prerelease"]` continue to work ([#&#8203;9720](https://redirect.github.com/jdx/mise/pull/9720)) by [@&#8203;risu729](https://redirect.github.com/risu729): ```sh MISE_EXPERIMENTAL=1 mise ls-remote 'dotnet:GitVersion.Tool[prerelease=true]' ``` #### Registry - Added `scalafmt` ([github:scalameta/scalafmt](https://redirect.github.com/scalameta/scalafmt)) — the official Scala formatter ([#&#8203;9757](https://redirect.github.com/jdx/mise/pull/9757)) by [@&#8203;pokir](https://redirect.github.com/pokir). - Removed `flarectl`: upstream `cloudflare/cloudflare-go` no longer ships release binaries (the existing registry test was already commented out) ([#&#8203;9756](https://redirect.github.com/jdx/mise/pull/9756)) by [@&#8203;risu729](https://redirect.github.com/risu729). - Removed 49 registry shorthands with zero recorded users (bbr, brig, btrace, carp, clarinet, cli53, concourse, conduit, copper, credhub, datree, djinni, dome, draft, dtm, envcli, esy, glen, grain, inlets, kcctl, ki, kp, krab, kube-credential-cache, kubefedctl, kubefirst, kubemqctl, kwt, lab, lane, levant, melt, opsgenie-lamp, pachctl, psc-package, purerl, redo, rke, sinker, soracom, starboard, sver, terradozer, titan, uaa-cli, wasm4, wren-cli, zbctl) ([#&#8203;9725](https://redirect.github.com/jdx/mise/pull/9725)) by [@&#8203;jdx](https://redirect.github.com/jdx). Tools added in 2026 were skipped, and any of these can still be installed with explicit backend syntax (e.g. `mise use aqua:cloudfoundry/uaa-cli`). #### Documentation - **(secrets)** Document that direct age encryption requires experimental mode, that age decryption is strict by default, and that `age.strict=false` skips undecryptable values and keeps resolving the environment ([#&#8203;9737](https://redirect.github.com/jdx/mise/pull/9737)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(tasks)** Add a bash shebang to the conditional-dependencies example ([#&#8203;9747](https://redirect.github.com/jdx/mise/pull/9747)) by [@&#8203;JamBalaya56562](https://redirect.github.com/JamBalaya56562). - Backend tool option docs: document S3 support for `size`, `strip_components`, `bin`, and `rename_exe`; add `no_app` to GitLab and Forgejo; clarify that GitHub-family `api_url` covers release lookup and private/self-hosted API downloads, not just version listing ([#&#8203;9738](https://redirect.github.com/jdx/mise/pull/9738)) by [@&#8203;risu729](https://redirect.github.com/risu729). #### New Contributors - [@&#8203;pokir](https://redirect.github.com/pokir) made their first contribution in [#&#8203;9757](https://redirect.github.com/jdx/mise/pull/9757) **Full Changelog**: <jdx/mise@v2026.5.4...v2026.5.5> #### 💚 Sponsor mise mise is built by [@&#8203;jdx](https://redirect.github.com/jdx) under [**en.dev**](https://en.dev) — an independent studio making developer tooling (mise, [aube](https://aube.en.dev/), and more). Development is funded by sponsors. If mise saves you or your team time, please consider sponsoring at [en.dev](https://en.dev). Individual and company sponsorships keep mise fast, free, and independent. ### [`v2026.5.4`](https://redirect.github.com/jdx/mise/releases/tag/v2026.5.4): : Java on Alpine, faster pwsh exits [Compare Source](https://redirect.github.com/jdx/mise/compare/v2026.5.3...v2026.5.4) A small release that smooths out Java installs on Alpine, makes pwsh shell activation noticeably snappier, and cleans up `ibmcloud`'s `$PATH` footprint. #### Added - **(java)** Automatic musl detection on Alpine Linux ([#&#8203;9688](https://redirect.github.com/jdx/mise/pull/9688)) by [@&#8203;roele](https://redirect.github.com/roele). Java versions on Alpine no longer require an explicit `-musl` feature suffix — `mise-java` now exposes an `alpine-linux` OS containing the musl builds, and mise selects it automatically when running on a musl libc. So this: ```sh mise use java@corretto-25 ``` picks the Alpine/musl Corretto build on Alpine, and `-musl`-suffixed versions (e.g. `corretto-musl-25`) continue to resolve for backwards compatibility. #### Fixed - **(registry)** `ibmcloud` now uses `symlink_bins`, so only the `ibmcloud` binary is placed on `$PATH` instead of the entire install directory. This prevents the bundled `install` binary from shadowing `/usr/bin/install` ([#&#8203;9685](https://redirect.github.com/jdx/mise/pull/9685)) by [@&#8203;dnwe](https://redirect.github.com/dnwe). #### Performance - **(pwsh)** Activation no longer spawns a fresh `pwsh -NoProfile -Command exit $status` (or `powershell` on PS 5) after every hook just to propagate mise's exit code — it now assigns `$global:LASTEXITCODE = $status` directly. On a typical machine that's \~270ms (`pwsh`) or \~185ms (`powershell`) shaved off every prompt ([#&#8203;9723](https://redirect.github.com/jdx/mise/pull/9723)) by [@&#8203;vemoo](https://redirect.github.com/vemoo). #### Changed - **(schema)** `xtasks/render/schema.ts` no longer overwrites `$defs.task_template` and the trailing `$defs.task.oneOf` branch on every `mise run render:schema`; those shapes already live in `schema/mise.json`, with lightweight guard checks remaining ([#&#8203;9680](https://redirect.github.com/jdx/mise/pull/9680)) by [@&#8203;risu729](https://redirect.github.com/risu729). #### Aqua Registry Updates New packages: - [`DataDog/managed-kubernetes-auditing-toolkit`](https://redirect.github.com/DataDog/managed-kubernetes-auditing-toolkit) - `oracle.com/sqlcl` Updated packages: - [`alltuner/mise-completions-sync`](https://redirect.github.com/alltuner/mise-completions-sync) - [`iann0036/iamlive`](https://redirect.github.com/iann0036/iamlive) - [`pnpm/pnpm`](https://redirect.github.com/pnpm/pnpm) **Full Changelog**: <jdx/mise@v2026.5.3...v2026.5.4> #### 💚 Sponsor mise mise is built by [@&#8203;jdx](https://redirect.github.com/jdx) under [**en.dev**](https://en.dev) — an independent studio making developer tooling (mise, [aube](https://aube.en.dev/), and more). Development is funded by sponsors. If mise saves you or your team time, please consider sponsoring at [en.dev](https://en.dev). Individual and company sponsorships keep mise fast, free, and independent. ### [`v2026.5.3`](https://redirect.github.com/jdx/mise/releases/tag/v2026.5.3): : Aqua latest from GitHub releases [Compare Source](https://redirect.github.com/jdx/mise/compare/vfox-v2026.5.2...v2026.5.3) A small patch release that fixes how the aqua backend resolves `latest` for tools backed by GitHub releases. #### Fixed - **(aqua)** Resolve `latest` via GitHub's latest-release endpoint instead of walking the chronological tag list, so `mise use <tool>@&#8203;latest` and similar requests pick the upstream "latest" release rather than the newest tag. Packages using `version_source = github_tag` continue to use the existing tag-based fallback, and `before_date` / `minimum_release_age` settings still bypass the fast path. Tag-to-version normalization (version prefixes, leading `v`, asset checks) is now shared across remote listing, install lookup, and latest resolution ([#&#8203;9277](https://redirect.github.com/jdx/mise/pull/9277)) by [@&#8203;risu729](https://redirect.github.com/risu729). **Full Changelog**: <jdx/mise@v2026.5.2...v2026.5.3> #### 💚 Sponsor mise mise is built by [@&#8203;jdx](https://redirect.github.com/jdx) under [**en.dev**](https://en.dev) — an independent studio making developer tooling (mise, [aube](https://aube.en.dev/), and more). Development is funded by sponsors. If mise saves you or your team time, please consider sponsoring at [en.dev](https://en.dev). Individual and company sponsorships keep mise fast, free, and independent. ### [`v2026.5.2`](https://redirect.github.com/jdx/mise/releases/tag/v2026.5.2): : Stable monorepo task roots, fail-fast parallel tasks, and curated lockfiles [Compare Source](https://redirect.github.com/jdx/mise/compare/vfox-v2026.5.1...vfox-v2026.5.2) #### Added - **(aqua)** Support registry libc variants (`gnu` vs `musl`) when resolving package overrides on Linux, including cross-platform lock targets like `linux-x64-musl` ([#&#8203;9652](https://redirect.github.com/jdx/mise/pull/9652)) by [@&#8203;jdx](https://redirect.github.com/jdx). - **(aqua)** Honor aqua registry `files[].link` and `files[].hard` entries, creating relative symlink (or hard link) aliases next to extracted binaries so tools that inspect `$0`/`argv[0]` (e.g. `granted`/`assumego`, newer `pnpm`) launch correctly ([#&#8203;9610](https://redirect.github.com/jdx/mise/pull/9610)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(bin-paths)** New `mise bin-paths --bin-names` flag prints executable names from active bin directories, and `--json` now emits structured entries with `name`, `path`, and `symlink` ([#&#8203;9617](https://redirect.github.com/jdx/mise/pull/9617)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(task)** Added `MISE_MONOREPO_ROOT` env var pointing at the directory of the config with `experimental_monorepo_root = true` ([#&#8203;9657](https://redirect.github.com/jdx/mise/pull/9657)) by [@&#8203;jdx](https://redirect.github.com/jdx). - **(registry)** Added `code-review-graph` via `pipx:code-review-graph` ([#&#8203;9673](https://redirect.github.com/jdx/mise/pull/9673)) by [@&#8203;chautruonglong](https://redirect.github.com/chautruonglong). #### Fixed - **(task)** Parallel `mise run --jobs N` siblings now terminate promptly when one task fails, via per-task process groups and `killpg`, with a 10s pipe-drain timeout ([#&#8203;9655](https://redirect.github.com/jdx/mise/pull/9655)) by [@&#8203;jdx](https://redirect.github.com/jdx). - **(task)** `MISE_PROJECT_ROOT` for monorepo subproject tasks is now stable regardless of invocation cwd ([#&#8203;9657](https://redirect.github.com/jdx/mise/pull/9657)) by [@&#8203;jdx](https://redirect.github.com/jdx). - **(install)** Don't force a remote-versions cache refresh in `prefer_offline` mode; fixes a v2026.5.0 regression with shim auto-install of `prefix:` requests ([#&#8203;9627](https://redirect.github.com/jdx/mise/pull/9627)) by [@&#8203;jdx](https://redirect.github.com/jdx). - **(lockfile)** Auto-lock during `mise install` now respects user-curated lockfiles — removed platforms stay removed ([#&#8203;9621](https://redirect.github.com/jdx/mise/pull/9621)) by [@&#8203;jdx](https://redirect.github.com/jdx). - **(lock)** `mise lock` from a nested project scopes targets to the active project root and stops churning parent lockfiles; `--global` is now exclusive ([#&#8203;9319](https://redirect.github.com/jdx/mise/pull/9319)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(deps)** Fall through to source-hash freshness when a provider returns no outputs, so `bundle install`, `pip install`, `go mod download`, `poetry install`, and `uv sync` stop rerunning on every invocation ([#&#8203;9622](https://redirect.github.com/jdx/mise/pull/9622)) by [@&#8203;jdx](https://redirect.github.com/jdx). - **(backend)** Inline tool option overrides (e.g. `tool[asset_pattern=...]`) are now applied consistently across all backends, with backend alias `[...]` options as a distinct overlay layer ([#&#8203;9306](https://redirect.github.com/jdx/mise/pull/9306)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(backend)** Skip the `mise-versions` host when locally overridden tool options affect remote version listing ([#&#8203;9568](https://redirect.github.com/jdx/mise/pull/9568)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(backend)** Reject bare package-backend names like `cargo` and `gem` as implicit `cargo:cargo`/`gem:gem` tools ([#&#8203;9608](https://redirect.github.com/jdx/mise/pull/9608)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(aqua)** Preserve configured file extensions (e.g. `.bat` scripts) on Windows; avoid doubling `version_prefix` ([#&#8203;9611](https://redirect.github.com/jdx/mise/pull/9611)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(github)** Chmod only the explicitly configured `bin` target instead of every archive file ([#&#8203;9609](https://redirect.github.com/jdx/mise/pull/9609)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(pipx)** Filter yanked PyPI releases from fuzzy/`latest` resolution while keeping exact pinned installs available ([#&#8203;9607](https://redirect.github.com/jdx/mise/pull/9607)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(pipx)** Declare `python` as a backend dependency so `pipx.pyz` resolves to mise-managed Python ([#&#8203;9678](https://redirect.github.com/jdx/mise/pull/9678)) by [@&#8203;jdx](https://redirect.github.com/jdx). - **(trust)** Run `enter` hooks after `mise trust` newly trusts a config for the current directory ([#&#8203;9634](https://redirect.github.com/jdx/mise/pull/9634)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(ui)** Stop clearing the screen for confirmation prompts like `mise prune` ([#&#8203;9619](https://redirect.github.com/jdx/mise/pull/9619)) by [@&#8203;jdx](https://redirect.github.com/jdx). - Use `/bin/cp` on macOS for `mise sync` so it doesn't break when GNU `cp` from Homebrew shadows it on `PATH` ([#&#8203;9656](https://redirect.github.com/jdx/mise/pull/9656)) by [@&#8203;pdehlke](https://redirect.github.com/pdehlke). - **(schema)** Update refs to `$defs` in `mise-registry-tool.json` ([#&#8203;9671](https://redirect.github.com/jdx/mise/pull/9671)) by [@&#8203;risu729](https://redirect.github.com/risu729). #### Changed - **(registry)** Removed registry-level `depends` from generated registry tools and added `test.tools` for tools whose dependencies are only needed by `mise test-tool` ([#&#8203;9571](https://redirect.github.com/jdx/mise/pull/9571)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(config)** Registry backend options now accept full TOML values (booleans, integers, arrays, tables) instead of strings only ([#&#8203;9584](https://redirect.github.com/jdx/mise/pull/9584)) by [@&#8203;risu729](https://redirect.github.com/risu729). #### Documentation - **(node)** Added tips for enabling node idiomatic version files ([#&#8203;9675](https://redirect.github.com/jdx/mise/pull/9675)) by [@&#8203;fu050409](https://redirect.github.com/fu050409). #### New Contributors - [@&#8203;chautruonglong](https://redirect.github.com/chautruonglong) made their first contribution in [#&#8203;9673](https://redirect.github.com/jdx/mise/pull/9673) - [@&#8203;pdehlke](https://redirect.github.com/pdehlke) made their first contribution in [#&#8203;9656](https://redirect.github.com/jdx/mise/pull/9656) #### 💚 Sponsor mise mise is built by [@&#8203;jdx](https://redirect.github.com/jdx) under [**en.dev**](https://en.dev) — an independent studio making developer tooling (mise, [aube](https://aube.en.dev/), and more). Development is funded by sponsors. If mise saves you or your team time, please consider sponsoring at [en.dev](https://en.dev). Individual and company sponsorships keep mise fast, free, and independent. ### [`v2026.5.1`](https://redirect.github.com/jdx/mise/releases/tag/v2026.5.1): : Aqua cosign and a reshim rescue [Compare Source](https://redirect.github.com/jdx/mise/compare/vfox-v2026.5.0...vfox-v2026.5.1) A small follow-up to v2026.5.0 that lands top-level cosign verification for the aqua backend, fixes a `mise reshim` failure caused by stale `latest` install directories, and tightens schema validation. #### Added - **(backend)** The aqua backend now honors top-level `cosign` metadata when verifying packages, covering both checksum and artifact flows and reusing the existing native sigstore path. Lockfiles record top-level cosign provenance, with new e2e and lockfile regression coverage ([#&#8203;9111](https://redirect.github.com/jdx/mise/pull/9111)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(registry)** Added `wasm-tools` via `aqua:bytecodealliance/wasm-tools` for working with the WebAssembly Component Model ([#&#8203;9596](https://redirect.github.com/jdx/mise/pull/9596)) by [@&#8203;2xdevv](https://redirect.github.com/2xdevv). #### Fixed - **(shim)** `mise reshim` no longer aborts with `failed to rebuild shims: no versions found for <tool>` when an install directory literally named `latest` (or any other non-resolvable name) is left on disk. `Toolset::list_installed_versions` already reads concrete version directory names, so it now constructs `ToolVersion` directly instead of calling `.resolve()` (no network), and per-tool `ToolRequest::new` failures are warned-and-skipped instead of aborting the entire rebuild ([#&#8203;9599](https://redirect.github.com/jdx/mise/pull/9599)) by [@&#8203;jdx](https://redirect.github.com/jdx). Repro: ```sh mkdir -p ~/.mise/installs/buck2/latest/bin touch ~/.mise/installs/buck2/latest/bin/buck2 mise reshim # previously failed; now succeeds ``` - **(schema)** All files under `schema/` are now validated against `draft/2020-12` in strict mode. Hand-written schemas and the `BoolOrString` renderer in `schema.ts` use `oneOf` instead of union type arrays so AJV's `strictTypes` no longer rejects them; the bogus `--strict-schema` flag is replaced with `--strict-types=true --strict-tuples=true` ([#&#8203;9594](https://redirect.github.com/jdx/mise/pull/9594)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(registry)** `elixir-ls` re-enables `symlink_bins` so the move to the aqua backend stops exposing internal binaries that aren't meant to be called directly ([#&#8203;9592](https://redirect.github.com/jdx/mise/pull/9592)) by [@&#8203;AlternateRT](https://redirect.github.com/AlternateRT). #### Changed - **(registry)** `rebar` now installs from the GitHub backend (`erlang/rebar3`) since rebar3 is just an `escript`; the asdf plugin fallback is removed. Versions before rebar 3 are no longer supported, and the installed executable remains `rebar3` to match upstream docs ([#&#8203;9576](https://redirect.github.com/jdx/mise/pull/9576)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(registry)** `bashly` drops the `asdf:mise-plugins/mise-bashly` fallback and the redundant explicit `ruby` dependency, since the `gem` backend already pulls in Ruby ([#&#8203;9578](https://redirect.github.com/jdx/mise/pull/9578)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(release)** Restored the "Sponsor mise" block on every successful GitHub release. It had been accidentally scoped to the communique-failure fallback in [#&#8203;9395](https://redirect.github.com/jdx/mise/pull/9395), so normal releases since v2026.4.22 lost it ([#&#8203;9580](https://redirect.github.com/jdx/mise/pull/9580)) by [@&#8203;jdx](https://redirect.github.com/jdx). #### Documentation - **(dev-tools)** Clarified that vfox metadata `depends` runs install hooks for the listed dependency tools ([#&#8203;9573](https://redirect.github.com/jdx/mise/pull/9573)) by [@&#8203;risu729](https://redirect.github.com/risu729). - **(plugins)** Removed outdated registry submission guidance from the plugins docs ([#&#8203;9577](https://redirect.github.com/jdx/mise/pull/9577)) by [@&#8203;risu729](https://redirect.github.com/risu729). #### Aqua Registry Updates New packages: - [`salesforce/reactive-grpc/protoc-gen-reactor-grpc`](https://redirect.github.com/salesforce/reactive-grpc) - [`spinframework/spin`](https://redirect.github.com/spinframework/spin) Updated: - [`pnpm/pnpm`](https://redirect.github.com/pnpm/pnpm) **Full Changelog**: <jdx/mise@v2026.5.0...v2026.5.1> #### 💚 Sponsor mise mise is built by [@&#8203;jdx](https://redirect.github.com/jdx) under [**en.dev**](https://en.dev) — an independent studio making developer tooling (mise, [aube](https://aube.en.dev/), and more). Development is funded by sponsors. If mise saves you or your team time, please consider sponsoring at [en.dev](https://en.dev). Individual and company sponsorships keep mise fast, free, and independent. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 4am on Monday" - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Jay DeLuca <jaydeluca4@gmail.com>
1 parent 75abc58 commit ebafdfd

10 files changed

Lines changed: 20 additions & 20 deletions

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
1717
with:
18-
version: v2026.5.0
19-
sha256: 7db5db7a36d28203eb8329140d98fb26b41f5efea32d762f69a1e4b369e1e1a8
18+
version: v2026.5.5
19+
sha256: 3aaab5c05a8a94a93b42b4f581779bbd5c44ddb251e7f3639fc671ec5c6aab8a
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@1648a7812b9aeae629881980618f079932869151 # v4.0.1
1616
with:
17-
version: v2026.5.0
18-
sha256: 7db5db7a36d28203eb8329140d98fb26b41f5efea32d762f69a1e4b369e1e1a8
17+
version: v2026.5.5
18+
sha256: 3aaab5c05a8a94a93b42b4f581779bbd5c44ddb251e7f3639fc671ec5c6aab8a
1919
- name: Cache local Maven repository
2020
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2121
with:

.github/workflows/generate-protobuf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
persist-credentials: true
2222
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
2323
with:
24-
version: v2026.5.0
25-
sha256: 7db5db7a36d28203eb8329140d98fb26b41f5efea32d762f69a1e4b369e1e1a8
24+
version: v2026.5.5
25+
sha256: 3aaab5c05a8a94a93b42b4f581779bbd5c44ddb251e7f3639fc671ec5c6aab8a
2626
- name: Cache local Maven repository
2727
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2828
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@1648a7812b9aeae629881980618f079932869151 # v4.0.1
4141
with:
42-
version: v2026.5.0
43-
sha256: 7db5db7a36d28203eb8329140d98fb26b41f5efea32d762f69a1e4b369e1e1a8
42+
version: v2026.5.5
43+
sha256: 3aaab5c05a8a94a93b42b4f581779bbd5c44ddb251e7f3639fc671ec5c6aab8a
4444
cache: "false"
4545
- name: Setup Pages
4646
id: pages

.github/workflows/java-version-matrix-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Set up mise
3434
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
3535
with:
36-
version: v2026.5.0
37-
sha256: 7db5db7a36d28203eb8329140d98fb26b41f5efea32d762f69a1e4b369e1e1a8
36+
version: v2026.5.5
37+
sha256: 3aaab5c05a8a94a93b42b4f581779bbd5c44ddb251e7f3639fc671ec5c6aab8a
3838

3939
- name: Cache local Maven repository
4040
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Setup mise
2424
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
2525
with:
26-
version: v2026.5.0
27-
sha256: 7db5db7a36d28203eb8329140d98fb26b41f5efea32d762f69a1e4b369e1e1a8
26+
version: v2026.5.5
27+
sha256: 3aaab5c05a8a94a93b42b4f581779bbd5c44ddb251e7f3639fc671ec5c6aab8a
2828

2929
- name: Lint
3030
env:

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
1717
with:
18-
version: v2026.5.0
19-
sha256: 7db5db7a36d28203eb8329140d98fb26b41f5efea32d762f69a1e4b369e1e1a8
18+
version: v2026.5.5
19+
sha256: 3aaab5c05a8a94a93b42b4f581779bbd5c44ddb251e7f3639fc671ec5c6aab8a
2020
working_directory: .mise/envs/native
2121
- name: Run native tests
2222
working-directory: .mise/envs/native

.github/workflows/nightly-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Setup mise
3737
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
3838
with:
39-
version: v2026.5.0
40-
sha256: 7db5db7a36d28203eb8329140d98fb26b41f5efea32d762f69a1e4b369e1e1a8
39+
version: v2026.5.5
40+
sha256: 3aaab5c05a8a94a93b42b4f581779bbd5c44ddb251e7f3639fc671ec5c6aab8a
4141

4242
- name: Cache local Maven repository
4343
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5

.github/workflows/release.yml

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

3030
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
3131
with:
32-
version: v2026.5.0
33-
sha256: 7db5db7a36d28203eb8329140d98fb26b41f5efea32d762f69a1e4b369e1e1a8
32+
version: v2026.5.5
33+
sha256: 3aaab5c05a8a94a93b42b4f581779bbd5c44ddb251e7f3639fc671ec5c6aab8a
3434
cache: false
3535

3636
- name: Build release version

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
fetch-depth: 0
2121
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
2222
with:
23-
version: v2026.5.0
24-
sha256: 7db5db7a36d28203eb8329140d98fb26b41f5efea32d762f69a1e4b369e1e1a8
23+
version: v2026.5.5
24+
sha256: 3aaab5c05a8a94a93b42b4f581779bbd5c44ddb251e7f3639fc671ec5c6aab8a
2525
- name: Cache local Maven repository
2626
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2727
with:

0 commit comments

Comments
 (0)