Skip to content

chore: release 2026.5.13#9998

Merged
mise-en-dev merged 1 commit into
mainfrom
release
May 21, 2026
Merged

chore: release 2026.5.13#9998
mise-en-dev merged 1 commit into
mainfrom
release

Conversation

@mise-en-dev

@mise-en-dev mise-en-dev commented May 19, 2026

Copy link
Copy Markdown
Collaborator

🚀 Features

  • (npm) disable npm lifecycle scripts by default by @risu729 in #9913

🐛 Bug Fixes

🚜 Refactor

  • (dotnet) parse backend tool options locally by @risu729 in #9962

📚 Documentation

  • remove how i use mise article by @jdx in #9996

🧪 Testing

  • (s3) cover current config over install manifest opts by @risu729 in #9917

📦️ Dependency Updates

📦 Registry

📦 Aqua Registry Updates

New Packages (2)

Updated Packages (4)

@greptile-apps

greptile-apps Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is a routine release PR bumping mise to version 2026.5.13, incorporating bug fixes, a new feature (disabling npm lifecycle scripts by default), refactors, and aqua registry updates. All packaging manifests, completion scripts, and changelogs are updated consistently.

  • Version bumps: Cargo.toml, crates/vfox/Cargo.toml, default.nix, snapcraft.yaml, packaging/rpm/mise.spec, completion spec filenames, and README.md all updated to 2026.5.13.
  • Aqua registry: Tag advanced to v4.514.0; two new packages added (google.com/antigravity-cli, sholdee/crd-schema-publisher) and four existing packages updated with refined version constraints.
  • vfox Lua plugins: Two regressions in the embedded Groovy and Scala hooks — a nil-concatenation crash in the error path and an unconditional debug print statement — were flagged in prior review threads and remain unaddressed in this merge.

Confidence Score: 3/5

The release itself is straightforward, but two regressions in the embedded vfox Lua hooks are unresolved: the Groovy plugin will crash with a Lua runtime error whenever a non-200 HTTP response is received, and the Scala plugin unconditionally prints debug output on every version fetch.

The vfox-groovy hook will raise "attempt to concatenate a nil value" whenever the HTTP call succeeds but returns a non-200 status, completely replacing the intended error message with a confusing Lua runtime error. The vfox-scala hook prints "nil" to stdout on every successful invocation. Both regressions affect end-user-visible behavior and were introduced by this release's vendored plugin changes.

crates/vfox/embedded-plugins/vfox-groovy/hooks/available.lua and crates/vfox/embedded-plugins/vfox-scala/hooks/available.lua

Important Files Changed

Filename Overview
crates/vfox/embedded-plugins/vfox-groovy/hooks/available.lua Error path regressed: typo ("paring") and nil-concatenation crash when HTTP returns non-200 (already flagged in prior thread)
crates/vfox/embedded-plugins/vfox-scala/hooks/available.lua Debug print(err) left in; unconditionally prints "nil" to stdout on every successful version fetch (already flagged in prior thread)
Cargo.toml Version bump 2026.5.12 → 2026.5.13
crates/vfox/Cargo.toml vfox crate version bump 2026.3.0 → 2026.5.0
vendor/aqua-registry/registry.yml Adds new packages (antigravity-cli, crd-schema-publisher) and refines version constraints for pluto, bigquery-emulator, jsonschema, and wasmCloud/wash
vendor/aqua-registry/metadata.json Aqua registry tag bump v4.513.0 → v4.514.0
completions/_mise Spec file path updated to reflect new version (2026_5_13)
CHANGELOG.md Added changelog entry for 2026.5.13 release

Reviews (11): Last reviewed commit: "chore: release 2026.5.13" | Re-trigger Greptile

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the project version to 2026.5.13 across the changelog, package manifests, shell completion scripts, and documentation. It also includes an update to the Aqua Registry metadata and the documentation star count. I have no feedback to provide.

@github-actions

github-actions Bot commented May 19, 2026

Copy link
Copy Markdown

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.5.12 x -- echo 19.1 ± 1.0 17.2 23.9 1.00
mise x -- echo 19.2 ± 1.1 17.3 23.5 1.00 ± 0.08

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.5.12 env 19.8 ± 1.2 16.8 25.1 1.00
mise env 20.9 ± 1.3 17.4 25.2 1.06 ± 0.09

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.5.12 hook-env 22.6 ± 1.0 19.6 25.9 1.00
mise hook-env 23.4 ± 0.9 20.6 27.8 1.04 ± 0.06

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.5.12 ls 17.4 ± 1.3 14.6 25.6 1.07 ± 0.09
mise ls 16.3 ± 0.7 14.8 19.2 1.00

xtasks/test/perf

Command mise-2026.5.12 mise Variance
install (cached) 136ms 137ms +0%
ls (cached) 61ms 62ms -1%
bin-paths (cached) 67ms 68ms -1%
task-ls (cached) 126ms 128ms -1%

@mise-en-dev mise-en-dev force-pushed the release branch 3 times, most recently from 2399b4d to 16c0f0e Compare May 20, 2026 02:26
@mise-en-dev mise-en-dev enabled auto-merge (squash) May 20, 2026 11:07
@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from 5ca95c6 to 5ab8c1d Compare May 20, 2026 11:43
Comment thread crates/vfox/embedded-plugins/vfox-groovy/hooks/available.lua
Comment thread crates/vfox/embedded-plugins/vfox-scala/hooks/available.lua
@mise-en-dev mise-en-dev force-pushed the release branch 3 times, most recently from 8c5c7da to 5f67e25 Compare May 21, 2026 02:23
@jdx jdx disabled auto-merge May 21, 2026 02:46
@mise-en-dev mise-en-dev merged commit d9a7dbd into main May 21, 2026
63 checks passed
@mise-en-dev mise-en-dev deleted the release branch May 21, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant