Skip to content

chore: pin bun 1.3.11 via .tool-versions - #202

Open
mohammed-io wants to merge 2 commits into
BunnyWay:mainfrom
mohammed-io:chore/tool-versions-support
Open

chore: pin bun 1.3.11 via .tool-versions#202
mohammed-io wants to merge 2 commits into
BunnyWay:mainfrom
mohammed-io:chore/tool-versions-support

Conversation

@mohammed-io

@mohammed-io mohammed-io commented Sep 1, 2026

Copy link
Copy Markdown

Context

When I first cloned the repo and looked up bun.lock I knew that it uses bun, however, when I installed the deps, I got another bun.lockb because I was on the wrong version of bun.

Because at bunny you use asdf, I added .tool-versions file to confirm what version it is and works with asdf and mise too (this is what I use).

One downside, is that: asdf doesn't support version ranges, wild cards, or minor version, the version has to be exact. Therefore I pined the version to 1.3.11 as it's the same used in the CI for a minimum change. I tested it it works on asdf.

sandbox-asdf()
{
  local bin_dir="${${(%):-%x}:A:h}/sandbox-bin"
  export PATH="$bin_dir:${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
  rehash

This is my sandbox for testing asdf, since I use mise. The binary of asdf (https://github.com/asdf-vm/asdf/releases/download/v0.20.0/asdf-v0.20.0-darwin-arm64.tar.gz) was inside that directory.

@bunnynet-devops

Copy link
Copy Markdown

@codex review

@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8b96d04

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T12:54:39.354606Z 913f727 Manual request
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 913f727bf7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .tool-versions Outdated
@mohammed-io mohammed-io changed the title chore: pin bun 1.4.0 via .tool-versions chore: pin bun 1.3.11 via .tool-versions Sep 1, 2026
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.

2 participants