chore(deps): update dependency bun to v1.4.2 - #241
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
| - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # 2.2.0 | ||
| with: | ||
| bun-version: 1.3.14 | ||
| bun-version: 1.4.2 |
There was a problem hiding this comment.
The workflows now use Bun 1.4.2, while package.json still declares packageManager: "bun@1.3.14". This can lead developers and version-management tooling to use a different Bun release than the lint, test, and release jobs. Please update the declared package-manager version to match the new CI pin.
Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/workflows/lint.yml
Line: 29
Comment:
**Bun Versions Are Misaligned**
The workflows now use Bun 1.4.2, while `package.json` still declares `packageManager: "bun@1.3.14"`. This can lead developers and version-management tooling to use a different Bun release than the lint, test, and release jobs. Please update the declared package-manager version to match the new CI pin.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
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.
This PR contains the following updates:
1.3.14→1.4.2Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
oven-sh/bun (bun)
v1.4.2: Bun v1.4.2Compare Source
To install Bun v1.4.2
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.4.2:
Read Bun v1.4.2's release notes on Bun's blog
Thanks to 3 contributors!
v1.4.1Compare Source
v1.4.0: Bun v1.4Compare Source
To install Bun v1.4
Windows:
powershell -c "irm bun.com/install.ps1|iex"To upgrade to Bun v1.4.0:
Read the blog post:
Thank you
Bun is free, open source, and MIT-licensed. We receive a lot of contributions from the community, and we'd like to thank everyone who fixed a bug or contributed since Bun v1.3.
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.