From 1e3482a878852300a9102023d9a0df6ddd7afc88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Feb 2026 15:56:04 +0000 Subject: [PATCH] chore(release): wxt v0.20.14 --- 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 524707e8..88dc98d1 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## v0.20.14 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.13...wxt-v0.20.14) + +### 🚀 Enhancements + +- Add `onBeforeMount` callback to `createIframeUi` options ([#1899](https://github.com/wxt-dev/wxt/pull/1899)) + +### 🩹 Fixes + +- Remove failing test ([6fb4cee4](https://github.com/wxt-dev/wxt/commit/6fb4cee4)) +- Rename and make firefoxPrefs in web-ext.config.ts work ([#2068](https://github.com/wxt-dev/wxt/pull/2068)) +- **content-script-context:** Handle undefined browser.runtime ([#2042](https://github.com/wxt-dev/wxt/pull/2042)) +- `MaxListenersExceededWarning` ([#2058](https://github.com/wxt-dev/wxt/pull/2058)) + +### 📖 Documentation + +- Fix alignment of 2 last comments of regex patterns ([#2012](https://github.com/wxt-dev/wxt/pull/2012)) + +### 🏡 Chore + +- 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)) +- Upgrade major deps ([#2070](https://github.com/wxt-dev/wxt/pull/2070)) +- Refresh lockfile and upgrade subdependencies ([#2071](https://github.com/wxt-dev/wxt/pull/2071)) + +### ❤️ Contributors + +- Dareka ([@darekadareka](https://github.com/darekadareka)) +- Mark ([@mjfaga](https://github.com/mjfaga)) +- Ariasuni +- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Patryk Kuniczak ([@PatrykKuniczak](https://github.com/PatrykKuniczak)) +- Bohuslavsemenov ([@bohuslavsemenov](https://github.com/bohuslavsemenov)) + ## v0.20.13 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.12...wxt-v0.20.13) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 83726bde..41ac274f 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.13", + "version": "0.20.14", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": { diff --git a/templates/react/package.json b/templates/react/package.json index 32adcd5a..c0b3e602 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.13" + "wxt": "^0.20.14" } } diff --git a/templates/solid/package.json b/templates/solid/package.json index 5eeaa24e..364f8d9b 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.13" + "wxt": "^0.20.14" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index 276f45a9..481ce11e 100644 --- a/templates/svelte/package.json +++ b/templates/svelte/package.json @@ -21,6 +21,6 @@ "svelte-check": "^4.3.6", "tslib": "^2.8.1", "typescript": "^5.9.3", - "wxt": "^0.20.13" + "wxt": "^0.20.14" } } diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index 4725e481..f0d5b8c5 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "typescript": "^5.9.3", - "wxt": "^0.20.13" + "wxt": "^0.20.14" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index 7779b73e..7e211e78 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.4", - "wxt": "^0.20.13" + "wxt": "^0.20.14" } }