runner-v0.1.3
supercorp-ai/superinterfacerunner-v0.1.3Aug 11, 2026by github-actions[bot]
AI Summary
This release focuses on improving the WXT runner package by adding support for the Brave browser, migrating the monorepo build system from PNPM to Bun, and switching to the `tsdown` bundler for improved performance.
Key Highlights
- Added Brave browser support to the `KnownTarget` type
- Migrated monorepo to use Bun instead of PNPM
- Switched to `tsdown` for building packages
- Standardized file existence checks using `pathExists`
New Features
- Added Brave browser support
- Added `prepack` script to all packages
- Added `prettier-plugin-jsdoc`
- Added cspell and fixed typos
Full Release Notes
[compare changes](https://github.com/wxt-dev/wxt/compare/runner-v0.1.2...runner-v0.1.3) ### 🚀 Features - Add Brave browser to `KnownTarget` type ([#2247](https://github.com/wxt-dev/wxt/pull/2247)) ### 🩹 Fixes - Use `obug` for debug logs in runner ([#2281](https://github.com/wxt-dev/wxt/pull/2281)) ### 💅 Refactors - Standardize file existence checks to `pathExists` ([#2083](https://github.com/wxt-dev/wxt/pull/2083)) ### 🏡 Chore - Upgrade dev and non-major prod dependencies ([#2000](https://github.com/wxt-dev/wxt/pull/2000)) - Use `tsdown` to build packages ([#2006](https://github.com/wxt-dev/wxt/pull/2006)) - Move script-only dev dependencies to top-level `package.json` ([#2007](https://github.com/wxt-dev/wxt/pull/2007)) - Update dependencies ([#2069](https://github.com/wxt-dev/wxt/pull/2069)) - Add `prettier-plugin-jsdoc` to project ([#2171](https://github.com/wxt-dev/wxt/pull/2171)) - **deps**: Upgrade deps ([#2175](https://github.com/wxt-dev/wxt/pull/2175)) - Add prepack script to all packages ([`032f793`](https://github.com/wxt-dev/wxt/commit/032f7931e843ad4a3a08e84089f80c144dc11495)) - Add cspell and fix all typos ([`6621aaf`](https://github.com/wxt-dev/wxt/commit/6621aaf8776bcb33f9fbeb6d0d11d60302249d2c)) - Migrate monorepo to use Bun instead of PNPM ([#2009](https://github.com/wxt-dev/wxt/pull/2009)) - Update browser fallbacks ([#2280](https://github.com/wxt-dev/wxt/pull/2280)) - Simplify tests ([#2279](https://github.com/wxt-dev/wxt/pull/2279)) - **deps-dev**: Bump typescript from 5.9.3 to 6.0.3 ([#2325](https://github.com/wxt-dev/wxt/pull/2325)) - **deps-dev**: Bump oxlint from 1.59.0 to 1.63.0 ([#2356](https://github.com/wxt-dev/wxt/pull/2356)) - Use `catalog:` for dev dependencies ([#2357](https://github.com/wxt-dev/wxt/pull/2357)) ### ❤️ Contributors - [@PatrykKuniczak](https://github.com/PatrykKuniczak) - [@okineadev](https://github.com/okineadev) - [@aklinker1](https://github.com/aklinker1) - [@dependabot[bot]](https://github.com/dependabot[bot])