fix(nx/js): support's bun text lock file in nx release#30389
Closed
patlux wants to merge 1 commit intonrwl:masterfrom
Closed
fix(nx/js): support's bun text lock file in nx release#30389patlux wants to merge 1 commit intonrwl:masterfrom
patlux wants to merge 1 commit intonrwl:masterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
5c0abeb to
bfc9973
Compare
patlux
commented
Mar 15, 2025
| // In version 1.2.0, bun switched to a text based lockfile format by default | ||
| return gte(bunVersion, '1.2.0'); | ||
| } catch { | ||
| return false; |
Author
There was a problem hiding this comment.
I'm not quite sure which is the better default setting.
There was a problem hiding this comment.
In versions above 1.2.0 you can still tell bun to use old format. Probably would make more sense to just look for either file
Collaborator
Contributor
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 fixes an error when running
nx release:Current Behavior
NX Updating bun lock file NX Staging changed files with git NX fatal: pathspec 'bun.lockb' did not match any filesExpected Behavior
Related Issue(s)
#30064