Migrate to Bun 1.4 and MIT - #8
Merged
Merged
Conversation
Greptile SummaryThe PR consistently migrates development, CI, release, and container builds to Bun 1.4.0 while adopting the MIT License.
Confidence Score: 5/5The PR appears safe to merge with no concrete blocking or non-blocking defects identified. The changed runtime declarations are consistent across supported build targets, the reported frozen install covers the migrated lockfile, and repository-facing licensing references consistently identify MIT.
|
| Filename | Overview |
|---|---|
| package.json | Adds the Bun package-manager pin, raises the minimum Bun version, and changes package licensing metadata to MIT. |
| bun.lock | Updates the lockfile format marker from version 1 to version 2 without changing dependency resolutions. |
| Dockerfile | Pins the build-stage image to Bun 1.4.0 while leaving runtime image construction unchanged. |
| .github/workflows/ci.yml | Makes CI installation, checks, compilation, and smoke testing run with Bun 1.4.0. |
| .github/workflows/release.yml | Pins release verification and installation steps to Bun 1.4.0. |
| LICENSE.md | Replaces the former FSL terms with standard MIT License text. |
| README.md | Raises the documented Bun requirement and updates the project license description. |
| CHANGELOG.md | Records the Bun 1.4 toolchain migration and MIT relicensing. |
Reviews (1): Last reviewed commit: "Migrate to Bun 1.4 and MIT" | Re-trigger Greptile
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
Verification