Move the toolchain to bun 1.4, and cut 2.7.7 - #77
Merged
Conversation
setup-bun follows packageManager when no bun-version is given, so this one line is what moves CI, and it is the only thing that does. Bun 1.4 does not rewrite a v1 lockfile: a plain install and a frozen install both report no changes against the committed lock, so nothing here migrates to lockfileVersion 2 and older bun can still read it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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
Bumps
packageManagertobun@1.4.0and cuts 2.7.7.oven-sh/setup-bunfollowspackageManagerwhen nobun-versionis given, so this one line is what moves CI, and it is the only thing that does.Bun 1.4 does not rewrite a v1 lockfile: a plain install and a frozen install both report
no changesagainst the committed lock, so nothing migrates tolockfileVersion2 and older bun can still read it.Dependency sweep for this repo: the only rows outstanding are
eslint/@eslint/js10 andtypescript7, all three held majors in the registry. Nothing else is behind. Audited, nothing further to take.Type of change
Public API
None. No exported type, signature, or wire format changes. The version moves so the published package records the toolchain it was built with.
Test plan
Ran the full gate set locally under bun 1.4.0:
lint,typecheck,test(166 passed, 9 skipped),knip, andbuild. No test changes, because nothing about the package's behavior changed.Checklist