Skip to content
New issue

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

Add support for bun.lock #1245

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

djobbo
Copy link
Contributor

@djobbo djobbo commented Dec 20, 2024

This PR adds support for Bun's new text lockfile bun.lock.

Bun v1.39 added a new text based lockfile format, without this change, apps using this new format will be detected as using npm instead of bun.

PR: oven-sh/bun#11863
More info: https://bun.sh/blog/bun-lock-text-lockfile

Copy link
Contributor

This pull request is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the stale The pull request is stale label Dec 31, 2024
@djobbo
Copy link
Contributor Author

djobbo commented Jan 1, 2025

I'm commenting here so the PR is not marked as stale.
This is an important issue since this lockfile format will become new the default in upcoming Bun versions.

@brody192
Copy link
Contributor

brody192 commented Jan 1, 2025

Thank you for the PR!

Railway is currently on a Christmas / New Years break, we will review this PR once we are back at work!

@Milo123459 Milo123459 added the release/patch Author patch release label Jan 1, 2025
@github-actions github-actions bot removed the stale The pull request is stale label Jan 2, 2025
@coffee-cup coffee-cup merged commit 38c42fa into railwayapp:main Jan 6, 2025
102 of 103 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release/patch Author patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants