chore: bump bun to 1.3.14#110
Merged
Merged
Conversation
Update the pinned Bun version from 1.3.11 to 1.3.14 in two places: - package.json: packageManager field updated to bun@1.3.14 - .github/workflows/release.yml: setup-bun action bun-version updated to 1.3.14 This keeps the local development environment and CI release pipeline in sync on the same Bun release.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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 the pinned Bun version from 1.3.11 to 1.3.14 across the repository.
Changes
package.json: UpdatedpackageManagerfield frombun@1.3.11tobun@1.3.14.github/workflows/release.yml: Updatedbun-versionin thesetup-bunstep from1.3.11to1.3.14Why
Keeps the local development environment and the CI release pipeline pinned to the same Bun release, picking up bug fixes and improvements shipped in 1.3.12–1.3.14.
Summary by cubic
Pins
bunto 1.3.14 across the repo to keep local dev and CI aligned and pick up bug fixes from 1.3.12–1.3.14. UpdatespackageManagerin package.json andbun-versionin the release workflow.Written for commit 314a660. Summary will update on new commits.