chore(bun): update bun lockfile#1146
Open
squiggler-legacy[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Contributor
Coverage Report
File CoverageNo changed files found. |
squiggler-legacy
Bot
force-pushed
the
actions/maintain-bun-lock
branch
3 times, most recently
from
November 6, 2025 18:49
f9bbdc1 to
1b113d9
Compare
squiggler-legacy
Bot
force-pushed
the
actions/maintain-bun-lock
branch
from
November 18, 2025 15:06
1b113d9 to
2f6a2a3
Compare
squiggler-legacy
Bot
force-pushed
the
actions/maintain-bun-lock
branch
2 times, most recently
from
November 26, 2025 19:58
736c36c to
9e5d0ca
Compare
squiggler-legacy
Bot
force-pushed
the
actions/maintain-bun-lock
branch
3 times, most recently
from
December 10, 2025 23:16
5513e4a to
0c98872
Compare
squiggler-legacy
Bot
force-pushed
the
actions/maintain-bun-lock
branch
from
December 17, 2025 16:42
0c98872 to
d36a6c8
Compare
squiggler-legacy
Bot
force-pushed
the
actions/maintain-bun-lock
branch
from
January 6, 2026 10:47
d36a6c8 to
0164ca4
Compare
squiggler-legacy
Bot
force-pushed
the
actions/maintain-bun-lock
branch
from
January 23, 2026 16:23
0164ca4 to
15674c6
Compare
squiggler-legacy
Bot
force-pushed
the
actions/maintain-bun-lock
branch
from
February 3, 2026 00:20
15674c6 to
490c687
Compare
squiggler-legacy
Bot
force-pushed
the
actions/maintain-bun-lock
branch
from
February 16, 2026 10:38
490c687 to
b2b125f
Compare
squiggler-legacy
Bot
force-pushed
the
actions/maintain-bun-lock
branch
2 times, most recently
from
February 27, 2026 20:59
c80589e to
33a2f9d
Compare
squiggler-app
Bot
force-pushed
the
actions/maintain-bun-lock
branch
from
March 10, 2026 03:08
33a2f9d to
caa5ed5
Compare
squiggler-app
Bot
force-pushed
the
actions/maintain-bun-lock
branch
4 times, most recently
from
March 20, 2026 18:01
32b88ca to
cd3a4b6
Compare
squiggler-app
Bot
force-pushed
the
actions/maintain-bun-lock
branch
2 times, most recently
from
April 13, 2026 11:35
d3bced2 to
f82cc15
Compare
squiggler-app
Bot
force-pushed
the
actions/maintain-bun-lock
branch
from
April 24, 2026 10:51
f82cc15 to
709b43e
Compare
squiggler-app
Bot
force-pushed
the
actions/maintain-bun-lock
branch
from
May 28, 2026 01:21
709b43e to
aa95b53
Compare
squiggler-app
Bot
force-pushed
the
actions/maintain-bun-lock
branch
2 times, most recently
from
June 17, 2026 09:53
c0660db to
f6a8a4d
Compare
squiggler-app
Bot
force-pushed
the
actions/maintain-bun-lock
branch
3 times, most recently
from
July 20, 2026 08:33
4440efb to
7259948
Compare
squiggler-app
Bot
force-pushed
the
actions/maintain-bun-lock
branch
from
July 24, 2026 17:06
7259948 to
5234c16
Compare
squiggler-app
Bot
force-pushed
the
actions/maintain-bun-lock
branch
from
July 24, 2026 20:33
5234c16 to
d891f57
Compare
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.
I ran
bun install🧑💻Note
Low Risk
Lockfile-only maintenance with no direct changes to product code; residual risk is limited to unexpected transitive version shifts if the lockfile diff is large.
Overview
Regenerates the Bun lockfile (
bun.lockb) by runningbun install, keeping Bun’s dependency graph aligned with the repo after npm lockfile or manifest changes (often opened by the “Maintain bun.lockb” workflow whenpackage-lock.jsonchanges onmain).No application source, runtime behavior, or API surface is intended to change—only lockfile metadata and resolved package versions for Bun installs.
Reviewed by Cursor Bugbot for commit d891f57. Bugbot is set up for automated code reviews on this repo. Configure here.