[PR #9834] chore: update dependencies #13234

Open
opened 2026-02-16 18:18:06 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9834

State: open
Merged: No


What does this PR do?

  • Update cargo dependencies and GitHub Actions (use pinning to improve supply chain security)
  • Let dependabot update bun, cargo, npm and github-actions (use cooldown to improve supply chain security)
  • Bump opencode-ai 1.0.169 to 1.1.28 in publish (renovatebot could automate that)

How did you verify your code works?

There is no Justfile to build all packages, cargo build fails with

resource path `sidecars/opencode-cli-aarch64-apple-darwin` doesn't exist

the same as the many documentation commands with bun install && bun run --cwd packages/desktop tauri build and workflow jobs like nix build .#desktop -L 🤷

Running phase: installPhase
       > ERROR: installShellCompletion: installShellCompletion: installed shell completion file `/nix/store/z5bjjx0sf3ifbhj4g78d52z5ninr6lih-opencode-1.1.28-3d47dae/share/bash-completion/completions/opencode.bash' does not exist or has zero size
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9834 **State:** open **Merged:** No --- ### What does this PR do? - Update cargo dependencies and GitHub Actions (use pinning to improve supply chain security) - Let dependabot update bun, cargo, npm and github-actions (use cooldown to improve supply chain security) - Bump opencode-ai 1.0.169 to 1.1.28 in publish (renovatebot could automate that) ### How did you verify your code works? There is no Justfile to build all packages, `cargo build` fails with ``` resource path `sidecars/opencode-cli-aarch64-apple-darwin` doesn't exist ``` the same as the many documentation commands with `bun install && bun run --cwd packages/desktop tauri build` and workflow jobs like `nix build .#desktop -L` 🤷 ``` Running phase: installPhase > ERROR: installShellCompletion: installShellCompletion: installed shell completion file `/nix/store/z5bjjx0sf3ifbhj4g78d52z5ninr6lih-opencode-1.1.28-3d47dae/share/bash-completion/completions/opencode.bash' does not exist or has zero size ```
yindo added the pull-request label 2026-02-16 18:18:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13234