Chore: switch Dependabot ecosystem from npm to bun#196
Merged
Conversation
Dependabot's bun ecosystem went GA in Feb 2025 and supports the text-based bun.lock format used by all three workspaces. The previous npm config left bun.lock unchanged on each update, which broke `bun install --frozen-lockfile` in CI for every dev-deps PR.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
package-ecosystemfromnpmtobunfor the/extension,/demo-site, and/docsentries in.github/dependabot.yml.Why
Dependabot's npm updater rewrites
package.jsonbut leavesbun.lockalone, so every dev-deps PR breaks CI onbun install --frozen-lockfile(currently affecting #190, #191, #192, #194). Dependabot'sbunecosystem went GA in Feb 2025 and supports the text-basedbun.lockv1 format already in use across all three workspaces — no workspaces config means we avoid the known dependabot-core#14223 edge case, and the prior bun.lock update bug (#11602) is closed. Caveat: bun security updates aren't supported yet — version updates (what we use) are GA.Test plan
package.jsonandbun.lock, and CI is green.🤖 Generated with Claude Code