Skip to content

docs: prioritize Bun in package manager options#2425

Open
ded-furby wants to merge 1 commit into
wxt-dev:mainfrom
ded-furby:chore/move-bun-first
Open

docs: prioritize Bun in package manager options#2425
ded-furby wants to merge 1 commit into
wxt-dev:mainfrom
ded-furby:chore/move-bun-first

Conversation

@ded-furby

@ded-furby ded-furby commented Jun 18, 2026

Copy link
Copy Markdown

Overview

This PR updates Bun to be the first package-manager option in WXT’s package-manager command tabs on the installation page and in the CLI wxt init package manager prompt.

Manual Testing

  • Updated install docs order in docs/guide/installation.md.
  • Updated CLI prompt order in packages/wxt/src/core/initialize.ts so Bun is listed first.
  • Ran bun run check in the fork: workspace check fails in unrelated pre-existing wxt-demo TypeScript errors and .wxt/tsconfig.json-related workspace build errors (@wxt-dev/analytics, plus others). Changes in this PR are not implicated by these failures.

Related Issue

Closes #2423

@netlify

netlify Bot commented Jun 18, 2026

Copy link
Copy Markdown

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit 5fa1e3f
🔍 Latest deploy log https://app.netlify.com/projects/creative-fairy-df92c4/deploys/6a3481a9cce9570007c269d4
😎 Deploy Preview https://deploy-preview-2425--creative-fairy-df92c4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the pkg/wxt Includes changes to the `packages/wxt` directory label Jun 18, 2026

@PatrykKuniczak PatrykKuniczak left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM, but sadly because of the change in /core, my approval have no power here 😆

@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.49%. Comparing base (8cb973c) to head (5fa1e3f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2425      +/-   ##
==========================================
+ Coverage   78.41%   78.49%   +0.07%     
==========================================
  Files         133      133              
  Lines        3882     3882              
  Branches      875      875              
==========================================
+ Hits         3044     3047       +3     
+ Misses        749      748       -1     
+ Partials       89       87       -2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pkg-pr-new

pkg-pr-new Bot commented Jun 19, 2026

Copy link
Copy Markdown

Open in StackBlitz

@wxt-dev/analytics

npm i https://pkg.pr.new/@wxt-dev/analytics@2425

@wxt-dev/auto-icons

npm i https://pkg.pr.new/@wxt-dev/auto-icons@2425

@wxt-dev/browser

npm i https://pkg.pr.new/@wxt-dev/browser@2425

@wxt-dev/i18n

npm i https://pkg.pr.new/@wxt-dev/i18n@2425

@wxt-dev/is-background

npm i https://pkg.pr.new/@wxt-dev/is-background@2425

@wxt-dev/module-react

npm i https://pkg.pr.new/@wxt-dev/module-react@2425

@wxt-dev/module-solid

npm i https://pkg.pr.new/@wxt-dev/module-solid@2425

@wxt-dev/module-svelte

npm i https://pkg.pr.new/@wxt-dev/module-svelte@2425

@wxt-dev/module-vue

npm i https://pkg.pr.new/@wxt-dev/module-vue@2425

@wxt-dev/runner

npm i https://pkg.pr.new/@wxt-dev/runner@2425

@wxt-dev/storage

npm i https://pkg.pr.new/@wxt-dev/storage@2425

@wxt-dev/unocss

npm i https://pkg.pr.new/@wxt-dev/unocss@2425

@wxt-dev/webextension-polyfill

npm i https://pkg.pr.new/@wxt-dev/webextension-polyfill@2425

wxt

npm i https://pkg.pr.new/wxt@2425

commit: 5fa1e3f

@PatrykKuniczak PatrykKuniczak left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Nah, let's wait
We need to record new video for demo.

Image

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

Labels

pkg/wxt Includes changes to the `packages/wxt` directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Move Bun to the first place in tabs on Installation page

2 participants