From db5c22809c4a6c2e62305c2f3e76b76676b84091 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Mar 2026 23:43:04 +0000 Subject: [PATCH] chore(release): wxt v0.20.19 --- packages/wxt/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++ packages/wxt/package.json | 2 +- templates/react/package.json | 2 +- templates/solid/package.json | 2 +- templates/svelte/package.json | 2 +- templates/vanilla/package.json | 2 +- templates/vue/package.json | 2 +- 7 files changed, 42 insertions(+), 6 deletions(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index c7bdb558..40058c24 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## v0.20.19 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.18...wxt-v0.20.19) + +### 🚀 Enhancements + +- Vite 8 support ([bfd4af5d](https://github.com/wxt-dev/wxt/commit/bfd4af5d)) + +### 🔥 Performance + +- Use filter to improve plugin performance with rolldown ([#1787](https://github.com/wxt-dev/wxt/pull/1787)) + +### 🩹 Fixes + +- List eslint 10 as supported ([55dc263d](https://github.com/wxt-dev/wxt/commit/55dc263d)) + +### 📖 Documentation + +- Added "Scrape Similar" to the homepage ([#2158](https://github.com/wxt-dev/wxt/pull/2158)) +- Added "isTrust" to the homepage ([#2161](https://github.com/wxt-dev/wxt/pull/2161)) + +### 🏡 Chore + +- Add `prettier-plugin-jsdoc` to project ([#2171](https://github.com/wxt-dev/wxt/pull/2171)) +- Replace fast-glob and ora with lighter alternatives ([#2173](https://github.com/wxt-dev/wxt/pull/2173)) +- **deps:** Upgrade deps ([#2175](https://github.com/wxt-dev/wxt/pull/2175)) +- Replace `fs-extra` with `node:fs/promises` ([#2174](https://github.com/wxt-dev/wxt/pull/2174)) + +### ❤️ Contributors + +- Florian Metz ([@Timeraa](https://github.com/Timeraa)) +- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Patryk Kuniczak ([@PatrykKuniczak](https://github.com/PatrykKuniczak)) +- Etoome ([@etoome](https://github.com/etoome)) +- Kuba ([@zizzfizzix](https://github.com/zizzfizzix)) + ## v0.20.18 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.17...wxt-v0.20.18) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index df65f7cc..92105606 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.18", + "version": "0.20.19", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": { diff --git a/templates/react/package.json b/templates/react/package.json index 4ead16b0..4505effe 100644 --- a/templates/react/package.json +++ b/templates/react/package.json @@ -23,6 +23,6 @@ "@types/react-dom": "^19.2.3", "@wxt-dev/module-react": "^1.1.5", "typescript": "^5.9.3", - "wxt": "^0.20.18" + "wxt": "^0.20.19" } } diff --git a/templates/solid/package.json b/templates/solid/package.json index 3ec2768f..d68736bd 100644 --- a/templates/solid/package.json +++ b/templates/solid/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@wxt-dev/module-solid": "^1.1.4", "typescript": "^5.9.3", - "wxt": "^0.20.18" + "wxt": "^0.20.19" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index b1c17441..78c1cd7c 100644 --- a/templates/svelte/package.json +++ b/templates/svelte/package.json @@ -21,6 +21,6 @@ "svelte-check": "^4.4.4", "tslib": "^2.8.1", "typescript": "^5.9.3", - "wxt": "^0.20.18" + "wxt": "^0.20.19" } } diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index 34b88beb..c6646326 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "typescript": "^5.9.3", - "wxt": "^0.20.18" + "wxt": "^0.20.19" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index c65fcc57..7e6abe1e 100644 --- a/templates/vue/package.json +++ b/templates/vue/package.json @@ -21,6 +21,6 @@ "@wxt-dev/module-vue": "^1.0.3", "typescript": "^5.9.3", "vue-tsc": "^3.2.5", - "wxt": "^0.20.18" + "wxt": "^0.20.19" } }