Skip to content

chore: use bun lock text file#1778

Merged
edgurgel merged 2 commits intomainfrom
chore/use-bun-lock-text-file
Apr 13, 2026
Merged

chore: use bun lock text file#1778
edgurgel merged 2 commits intomainfrom
chore/use-bun-lock-text-file

Conversation

@edgurgel
Copy link
Copy Markdown
Member

Bun >= 1.2 uses the lock text file instead of the binary file.

  • Run bun install to get the text lockfile updated
  • Remove binary lockfile
  • Update bun on CI

Copilot AI review requested due to automatic review settings March 31, 2026 01:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the e2e Bun dependency management to align with Bun ≥ 1.2’s text lockfile, and adjusts automation to use a newer Bun version when regenerating the e2e lockfile.

Changes:

  • Update test/e2e/bun.lock (text lockfile) and pin @supabase/supabase-js to 2.101.0.
  • Remove the binary Bun lockfile (test/e2e/bun.lockb).
  • Update the GitHub Actions workflow to install Bun 1.3.x before regenerating test/e2e/bun.lock.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.

File Description
test/e2e/bun.lock Updated lockfile content for Bun text lockfile; dependency versions shifted (notably @supabase/*).
test/e2e/bun.lockb Removed binary lockfile in favor of text lockfile.
.github/workflows/update-supabase-js.yml Updates CI/automation Bun version used to regenerate the e2e lockfile.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/update-supabase-js.yml
@edgurgel edgurgel force-pushed the chore/use-bun-lock-text-file branch from 3fe6bc2 to 674de56 Compare April 13, 2026 23:00
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage is 91.88%chore/use-bun-lock-text-file into main. No base build found for main.

@edgurgel edgurgel merged commit 1b6175a into main Apr 13, 2026
8 checks passed
@edgurgel edgurgel deleted the chore/use-bun-lock-text-file branch April 13, 2026 23:06
@realtime-release-bot
Copy link
Copy Markdown

🎉 This PR is included in version 2.83.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants