Skip to content

chore(deps): bump communique to 1.1.2#9402

Merged
jdx merged 1 commit intomainfrom
codex/bump-communique-1.1.2
Apr 26, 2026
Merged

chore(deps): bump communique to 1.1.2#9402
jdx merged 1 commit intomainfrom
codex/bump-communique-1.1.2

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented Apr 26, 2026

Summary

  • update the communique mise lock entry to v1.1.2
  • refresh release asset URLs and checksums, including musl assets

Validation

  • monitored jdx/communique release workflow 24960017639 to success
  • mise install --locked communique
  • mise pre-commit lint hook ran during commit

Note

Low Risk
Low risk: only updates the mise.lock entry for the communique tool, changing pinned version plus release asset URLs/checksums with no runtime code changes.

Overview
Bumps the pinned communique tool in mise.lock from v1.0.4 to v1.1.2.

Refreshes the per-platform release asset metadata (URLs, url_api, and checksums), including switching the Linux ARM64 musl entry to the correct musl artifact.

Reviewed by Cursor Bugbot for commit c51648f. Bugbot is set up for automated code reviews on this repo. Configure here.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 26, 2026

No reviewable files after applying ignore patterns.

@jdx jdx enabled auto-merge (squash) April 26, 2026 15:36
Copy link
Copy Markdown
Contributor

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

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 communique tool in mise.lock from version 1.0.4 to 1.1.2 across various platforms. A review comment points out that the linux-x64-musl-baseline entry incorrectly references the gnu build instead of the musl build, which could lead to runtime compatibility issues on musl-based systems.

Comment thread mise.lock
Comment on lines +310 to +312
checksum = "sha256:5e74ead7037f42940c7dba4f6aa4ed968920cbb55a047aa0d291b0c675c65676"
url = "https://github.com/jdx/communique/releases/download/v1.1.2/communique-x86_64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/jdx/communique/releases/assets/405963914"
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.

high

The linux-x64-musl-baseline platform entry is incorrectly pointing to the gnu asset instead of the musl asset. Since this is a musl-based platform, it should use the musl binary to ensure compatibility and avoid runtime issues related to missing glibc dependencies. This is inconsistent with the updates made to linux-x64-musl and linux-arm64-musl in this same pull request.

checksum = "sha256:01a6a8b49e635a5a209fdaf6c7b2e976374debc2db1c846c033f567fdba0d86c"
url = "https://github.com/jdx/communique/releases/download/v1.1.2/communique-x86_64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/jdx/communique/releases/assets/405964691"

@jdx jdx merged commit 47a71fd into main Apr 26, 2026
37 checks passed
@jdx jdx deleted the codex/bump-communique-1.1.2 branch April 26, 2026 15:49
@github-actions
Copy link
Copy Markdown

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.22 x -- echo 24.6 ± 0.4 23.7 27.1 1.00
mise x -- echo 24.9 ± 0.7 24.0 32.2 1.01 ± 0.03

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.22 env 24.3 ± 0.8 22.9 33.2 1.01 ± 0.03
mise env 24.1 ± 0.3 23.5 25.4 1.00

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.22 hook-env 24.4 ± 0.3 23.7 25.7 1.00
mise hook-env 25.4 ± 0.4 24.4 27.5 1.04 ± 0.02

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.22 ls 25.2 ± 0.6 24.4 32.8 1.00
mise ls 25.7 ± 0.4 24.6 27.0 1.02 ± 0.03

xtasks/test/perf

Command mise-2026.4.22 mise Variance
install (cached) 170ms 178ms -4%
ls (cached) 82ms 86ms -4%
bin-paths (cached) 84ms 86ms -2%
task-ls (cached) 789ms 789ms +0%

jdx pushed a commit that referenced this pull request Apr 26, 2026
### 🚀 Features

- **(backend)** add global libc preference by @jdx in
[#9404](#9404)
- opt-in to pre-release versions for github and aqua backends by
@jakedgy in [#9329](#9329)

### 🐛 Bug Fixes

- **(backend)** allow unresolved latest opt-in by @jdx in
[#9401](#9401)
- **(install)** stop rewriting healthy runtime symlinks by @jdx in
[#9410](#9410)
- **(node)** route musl tarball URLs to unofficial-builds by @jdx in
[#9409](#9409)
- **(prune)** skip remote version resolution for tracked configs by @jdx
in [#9406](#9406)
- **(schema)** allow array values in tool additionalProperties by
@JP-Ellis in [#9400](#9400)

### 📦️ Dependency Updates

- bump communique to 1.1.2 by @jdx in
[#9402](#9402)

### 📦 Registry

- use aqua for rumdl by @scop in
[#9397](#9397)

### Chore

- **(ci)** improve pr-closer workflow by @jdx in
[#9403](#9403)
- **(release)** stop appending sponsor blurb when communique succeeds by
@jdx in [#9395](#9395)

### New Contributors

- @JP-Ellis made their first contribution in
[#9400](#9400)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant