chore(deps): bump aube to 1.16.1#10143
Merged
Merged
Conversation
Contributor
|
No reviewable files after applying ignore patterns. |
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the tools.aube dependency in mise.lock from version 1.16.0 to 1.16.1, updating the corresponding checksums and download URLs across all supported platforms. There are no review comments, and I have no feedback to provide.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.16 x -- echo |
21.5 ± 1.6 | 18.8 | 27.5 | 1.00 |
mise x -- echo |
22.3 ± 2.4 | 19.0 | 38.1 | 1.04 ± 0.13 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.16 env |
21.0 ± 1.5 | 18.2 | 25.7 | 1.00 |
mise env |
21.8 ± 1.6 | 19.2 | 28.5 | 1.03 ± 0.10 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.16 hook-env |
21.7 ± 1.6 | 18.8 | 28.0 | 1.00 |
mise hook-env |
22.4 ± 1.6 | 19.7 | 29.1 | 1.03 ± 0.11 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.16 ls |
18.5 ± 1.2 | 16.2 | 23.5 | 1.00 |
mise ls |
19.3 ± 1.5 | 16.9 | 26.1 | 1.04 ± 0.10 |
xtasks/test/perf
| Command | mise-2026.5.16 | mise | Variance |
|---|---|---|---|
| install (cached) | 151ms | 153ms | -1% |
| ls (cached) | 68ms | 73ms | -6% |
| bin-paths (cached) | 76ms | 75ms | +1% |
| task-ls (cached) | 150ms | 147ms | +2% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
env -u GITHUB_TOKEN -u GH_TOKEN -u GITHUB_API_TOKEN -u GITHUB_OAUTH_TOKEN mise install --locked --dry-run aube@1.16.1Note
Low Risk
Lockfile-only dependency bump with pinned checksums and attestations; no runtime or auth logic changes in this repo.
Overview
Bumps the locked
aubetool from 1.16.0 to 1.16.1 inmise.lockonly. Every supported platform entry is updated with new download URLs, SHA-256 checksums, and GitHub release asseturl_apiIDs forgithub:endevco/aube; provenance stays ongithub-attestations.That pin is what CI and local
mise install --lockeduse for npm publishing (mise install aube/mise x aubein the npm release workflow), so merges refresh the binary everyone gets without application code changes.Reviewed by Cursor Bugbot for commit aa45e39. Bugbot is set up for automated code reviews on this repo. Configure here.