We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
>1.2.0
Related to #30302 and #30362
Bun allows for the following configuration to be set, which does not use the new text based lockfile format.
[install] saveTextLockfile = false
nx does not look for the older bun.lockb file if the read bun version is higher than 1.2.0.
nx
bun.lockb
nx should respect either bun.lock or bun.lockb depending on which is installed, currently there is no such check.
bun.lock
No response
bun
1.2.0
n.a.
bun 1.2.8
1.2.8
The text was updated successfully, but these errors were encountered:
Adding to this, the @nx/dependency-checks rule does not work when using the text based lockfile, because deps are not properly recognized.
@nx/dependency-checks
Sorry, something went wrong.
No branches or pull requests
Current Behavior
Related to #30302 and #30362
Bun allows for the following configuration to be set, which does not use the new text based lockfile format.
nx
does not look for the olderbun.lockb
file if the read bun version is higher than 1.2.0.Expected Behavior
nx
should respect eitherbun.lock
orbun.lockb
depending on which is installed, currently there is no such check.GitHub Repo
No response
Steps to Reproduce
bun
1.2.0
or newernx
Nx Report
Failure Logs
Package Manager Version
bun
1.2.8
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: