analytics-v0.5.5
vercel/chatbotanalytics-v0.5.5Jun 30, 2026by github-actions[bot]
AI Summary
This release introduces a new analytics provider integration and improves type safety by changing method return types to Promises. It also includes standard dependency updates and configuration changes to use `deps.neverBundle` and migrate to Bun.
Key Highlights
- Added Moderok analytics provider
- Changed method return types from void to Promise<void>
- Migrated monorepo to use Bun instead of PNPM
- Upgraded TypeScript from 5.9.3 to 6.0.3
- Updated configuration to use `deps.neverBundle` instead of `external`
New Features
- Moderok analytics provider
Full Release Notes
[compare changes](https://github.com/wxt-dev/wxt/compare/analytics-v0.5.4...analytics-v0.5.5) ### 🚀 Enhancements - **analytics:** Add Moderok analytics provider ([#2393](https://github.com/wxt-dev/wxt/pull/2393)) ### 🩹 Fixes - **analytics:** Change method return types from void to Promise<void> ([#2409](https://github.com/wxt-dev/wxt/pull/2409)) ### 🏡 Chore - 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 ([032f7931](https://github.com/wxt-dev/wxt/commit/032f7931)) - Use `deps.neverBundle` instead of `external` ([8f71e174](https://github.com/wxt-dev/wxt/commit/8f71e174)) - Migrate monorepo to use Bun instead of PNPM ([#2009](https://github.com/wxt-dev/wxt/pull/2009)) - **deps-dev:** Bump typescript from 5.9.3 to 6.0.3 ([#2325](https://github.com/wxt-dev/wxt/pull/2325)) - Use `catalog:` for dev dependencies ([#2357](https://github.com/wxt-dev/wxt/pull/2357)) ### ❤️ Contributors - Muhammed Mustafa AKŞAM ([@muhammedaksam](https://github.com/muhammedaksam)) - Vaughn Bosu ([@VaughnBosu](https://github.com/VaughnBosu)) - Aaron ([@aklinker1](https://github.com/aklinker1))