[PR #9773] chore(opencode): Use Bun.semver instead of node-semver #13222

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

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

State: closed
Merged: Yes


What does this PR do?

Use Bun.semver instead of node-semver in Bun contexts (clear because there was Bun.$). Saw it when looking at #9682 and thinking that you could have a simpler dependency tree :)

https://bun.com/blog/bun-v1.0.11#bun-semver-is-a-fast-builtin-semver-parser

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9773 **State:** closed **Merged:** Yes --- ### What does this PR do? Use `Bun.semver` instead of `node-semver` in Bun contexts (clear because there was Bun.$). Saw it when looking at #9682 and thinking that you could have a simpler dependency tree :) https://bun.com/blog/bun-v1.0.11#bun-semver-is-a-fast-builtin-semver-parser
yindo added the pull-request label 2026-02-16 18:18:05 -05:00
yindo closed this issue 2026-02-16 18:18:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13222