From 94914dd1ad6294cbf1ce118355806cf04969f6b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Sep 2025 22:55:34 +0000 Subject: [PATCH] chore(release): wxt v0.20.9 --- packages/wxt/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/wxt/package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 3808e63d..29ffa101 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v0.20.9 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.8...wxt-v0.20.9) + +### 🩹 Fixes + +- **types:** Use TType for DocumentEventMap key in ctx.addEventListener ([#1863](https://github.com/wxt-dev/wxt/pull/1863)) +- Prevent Unlisted CSS from being excluded in the build when using CSS preprocessor ([#1590](https://github.com/wxt-dev/wxt/pull/1590)) + +### 🏡 Chore + +- **deps:** Upgrade oxlint from 0.16.8 to 1.14.0 ([a01928e0](https://github.com/wxt-dev/wxt/commit/a01928e0)) +- **deps:** Upgrade typescript from 5.8.3 to 5.9.2 ([a6eef643](https://github.com/wxt-dev/wxt/commit/a6eef643)) +- Upgrade nano-spawn to v1 ([5fefd8e0](https://github.com/wxt-dev/wxt/commit/5fefd8e0)) +- Upgrade faker to v10 ([984568e0](https://github.com/wxt-dev/wxt/commit/984568e0)) +- Upgrade dotenv to v17.2.2 ([380a9630](https://github.com/wxt-dev/wxt/commit/380a9630)) +- Upgrade happy-dom to v18.0.1 ([c1c3d3b7](https://github.com/wxt-dev/wxt/commit/c1c3d3b7)) +- Create script for managing dependency upgrades ([#1875](https://github.com/wxt-dev/wxt/pull/1875)) +- **deps:** Upgrade all dev dependencies ([#1876](https://github.com/wxt-dev/wxt/pull/1876)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Kim Gyeongjae ([@PortalCube](https://github.com/PortalCube)) +- Atomie CHEN + ## v0.20.8 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.7...wxt-v0.20.8) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 11eefa37..b59c91aa 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.8", + "version": "0.20.9", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": {