chore(deps): update dependency wxt to ^0.20.0 #7

Open
Renovate wants to merge 1 commit from renovate/wxt-0.x into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
wxt (source) ^0.19.24^0.20.0 age confidence

Release Notes

wxt-dev/wxt (wxt)

v0.20.13: wxt v0.20.13

Compare Source

compare changes

🚀 Enhancements
  • Remove script element immediately in injectScript (#​1761)
  • Add modifyScript option to injectScript (#​1762)
  • Make injectScript return the created script element (#​1838)
  • Support .wxtrc config file (#​1833)
🩹 Fixes
  • Make injectScript wait until script is actually loaded (#​1763)
  • Don't return promises from unlisted scripts that do not have an async main function (#​1907)
💅 Refactors
  • Use script.text instead of innerHTML in injectScript (#​1764)
❤️ Contributors

v0.20.12: wxt v0.20.12

Compare Source

compare changes

🚀 Enhancements
  • Remove data-wxt-* attributes (#​1913)
  • Default to using use_dynamic_url: true for content script css files (#​1993)
🩹 Fixes
  • Wxt normal logs are drowned by dotenv@17.0.0 ads (#​1883)
  • Optimize splitShadowRootCss (#​1934)
  • wxt prepare fails with the error "vite_ssr_exportName is not defined" when using Vite 7 (#​1884)
🏡 Chore
  • Use linkedom a test instead of happy-dom (#​1957)
  • Add support for vite-node v5 (#​2001)
  • Upgrade dev and non-major prod dependencies (#​2000)
  • dev-deps: Upgrade happy-dom to address CVE-2025-61927 (#​2002)
❤️ Contributors

v0.20.11: wxt v0.20.11

Compare Source

compare changes

🩹 Fixes
  • Split wxt/testing into separate modules to fix issues with jsdom and happy-dom (#​1844)
  • input_components is supported by mv3 (#​1881)
🏡 Chore
  • deps: Upgrade project subdependencies (#​1882)
❤️ Contributors

v0.20.10: wxt v0.20.10

Compare Source

compare changes

🏡 Chore
  • deps: Upgrade non-breaking production dependencies (#​1877)
  • deps: Upgrade web-ext-run to support CDP (#​1879)
  • deps: publish-browser-extension upgrade (#​1880)
❤️ Contributors

v0.20.9: wxt v0.20.9

Compare Source

compare changes

🩹 Fixes
  • types: Use TType for DocumentEventMap key in ctx.addEventListener (#​1863)
  • Prevent Unlisted CSS from being excluded in the build when using CSS preprocessor (#​1590)
🏡 Chore
  • deps: Upgrade oxlint from 0.16.8 to 1.14.0 (a01928e0)
  • deps: Upgrade typescript from 5.8.3 to 5.9.2 (a6eef643)
  • Upgrade nano-spawn to v1 (5fefd8e0)
  • Upgrade faker to v10 (984568e0)
  • Upgrade dotenv to v17.2.2 (380a9630)
  • Upgrade happy-dom to v18.0.1 (c1c3d3b7)
  • Create script for managing dependency upgrades (#​1875)
  • deps: Upgrade all dev dependencies (#​1876)
❤️ Contributors

v0.20.8: wxt v0.20.8

Compare Source

compare changes

🩹 Fixes
  • Support http server websocket inside containers (#​1707)
  • Recreating keyboardShortcuts interface on file changes. (#​1465)
  • Fix bad regex from #​1707 (#​1712, #​1707)
  • Fix bundle variable assignment error with rolldown-vite (#​1715)
  • Support negation patterns when including/excluding files from ZIP files (#​1517)
  • rolldown-compat: Only apply footer to content and unlisted scripts via plugin (#​1793)
  • Init project should allow the .git folder to exist (#​1731)
  • Adding missing chromiumPort parameter in web-ext.ts to enable fixed port debugging (#​1818)
📖 Documentation
  • Fix API reference sidebar by naming new module (eb0bffb5)
  • Update JSDoc with ways to cancel timeouts and intervals set by content script context (030f23d2)
🏡 Chore
🤖 CI
❤️ Contributors

v0.20.7: wxt v0.20.7

Compare Source

compare changes

🚀 Enhancements
  • Add @font-face to be processed by splitShadowRootCss (#​1635)
  • Add DisableLoadExtensionCommandLineSwitch flag to Chromium runner (#​1698)
🩹 Fixes
  • Improve CSS reset inside shadow roots (da5cd325)
🏡 Chore
  • Stop using PNPM catalog (#​1644)
  • Upgrade @aklinker1/check to v2 (#​1647)
  • deps: Update all dependencies (#​1648)
  • Change browser workspace dependency to ^ (c7335add)
❤️ Contributors

v0.20.6: wxt v0.20.6

Compare Source

compare changes

v0.20.5: wxt v0.20.5

Compare Source

compare changes

🩹 Fixes
  • Don't use crypto.randUUID for shadow root UIs (3577c0b)
❤️ Contributors

v0.20.4: wxt v0.20.4

Compare Source

compare changes

🚀 Enhancements
  • Ignore popup/index.ts instead of erroring (#​1520)
  • Ignore elements with a vite-ignore or wxt-ignore attribute (#​1603)
  • Add {{packageVersion}} as template variable (#​1604)
🩹 Fixes
  • Adding missing "" to PublicPath and browser.runtime.getUrl (#​1597)
  • Fix CORS error in Firefox (#​1607)
📖 Documentation
  • Content Script UI: Add additional details about when onRemove is called (656a9b3)
❤️ Contributors

v0.20.3: wxt v0.20.3

Compare Source

compare changes

🚀 Enhancements
  • Automatically place document-level CSS outside shadow root (#​1594)
🩹 Fixes
  • Fix double hashing of inline script keys (b0f4ac8)
❤️ Contributors

v0.20.2: wxt v0.20.2

Compare Source

compare changes

🩹 Fixes
  • Fix hashing issue with inline scripts (#​1591)
📖 Documentation
❤️ Contributors

v0.20.1: wxt v0.20.1

Compare Source

compare changes

🚀 Enhancements
  • Enable wxt usage inside of devcontainers (#​1406)
  • Type-safe import.meta.env.BROWSER with new targetBrowsers config (#​1574)
🩹 Fixes
  • Don't remove top-level destructured variable definitions when importing entrypoints (#​1561)
  • Add JSDoc type annotation to auto-imports for ESlint (#​1558)
📖 Documentation
  • Fix knowledge file generation (#​1550)
🏡 Chore
❤️ Contributors

v0.20.0: wxt v0.20.0

Compare Source

Excited to release the next major version of WXT! Follow the Upgrade guide to update!


⚠️ breaking changescompare changes

🚀 Enhancements
  • ⚠️ Remove webextension-polyfill (#​1084)
  • ⚠️ Individual exports and introduce the #imports module (#​1258)
  • ⚠️ Reset inherited styles inside shadow root (#​1269)
  • ⚠️ Auto-import types (#​1315)
🩹 Fixes
  • ⚠️ Add suffix to non-production output directories (#​1086)
  • ⚠️ Remove deprecated jiti entrypoint loader (#​1087)
  • ⚠️ Rename runner to webExt (#​1180)
  • ⚠️ Remove transformManfiest option (#​1181)
  • Remove unnecessary VITE_CJS_IGNORE_WARNING flag (b0ef178)
  • ⚠️ Make publicDir and modulesDir relative to project root (#​1216)
  • ⚠️ Move wxt/storage to wxt/utils/storage (#​1271)
  • Add back ExtensionRunnerConfig as deprecated (#​1311)
  • Missing browser in shadow-root file (#​1317)
📖 Documentation
  • Fix api reference for wxt/utils/storage (99b5076)
  • Fix broken links (82d8024)
🏡 Chore
❤️ Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [wxt](https://wxt.dev) ([source](https://github.com/wxt-dev/wxt)) | [`^0.19.24` → `^0.20.0`](https://renovatebot.com/diffs/npm/wxt/0.19.29/0.20.13) | ![age](https://developer.mend.io/api/mc/badges/age/npm/wxt/0.20.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/wxt/0.19.29/0.20.13?slim=true) | --- ### Release Notes <details> <summary>wxt-dev/wxt (wxt)</summary> ### [`v0.20.13`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.13): wxt v0.20.13 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.12...wxt-v0.20.13) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.12...wxt-v0.20.13) ##### 🚀 Enhancements - Remove script element immediately in injectScript ([#&#8203;1761](https://github.com/wxt-dev/wxt/pull/1761)) - Add `modifyScript` option to `injectScript` ([#&#8203;1762](https://github.com/wxt-dev/wxt/pull/1762)) - Make `injectScript` return the created script element ([#&#8203;1838](https://github.com/wxt-dev/wxt/pull/1838)) - Support `.wxtrc` config file ([#&#8203;1833](https://github.com/wxt-dev/wxt/pull/1833)) ##### 🩹 Fixes - Make `injectScript` wait until script is actually loaded ([#&#8203;1763](https://github.com/wxt-dev/wxt/pull/1763)) - Don't return promises from unlisted scripts that do not have an async `main` function ([#&#8203;1907](https://github.com/wxt-dev/wxt/pull/1907)) ##### 💅 Refactors - Use `script.text` instead of `innerHTML` in `injectScript` ([#&#8203;1764](https://github.com/wxt-dev/wxt/pull/1764)) ##### ❤️ Contributors - Rxliuli ([@&#8203;rxliuli](https://github.com/rxliuli)) - Sebastian Landwehr <info@sebastianlandwehr.com> - Johan Kiviniemi ([@&#8203;ion1](https://github.com/ion1)) ### [`v0.20.12`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.12): wxt v0.20.12 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.11...wxt-v0.20.12) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.11...wxt-v0.20.12) ##### 🚀 Enhancements - Remove `data-wxt-*` attributes ([#&#8203;1913](https://github.com/wxt-dev/wxt/pull/1913)) - Default to using `use_dynamic_url: true` for content script css files ([#&#8203;1993](https://github.com/wxt-dev/wxt/pull/1993)) ##### 🩹 Fixes - Wxt normal logs are drowned by `dotenv@17.0.0` ads ([#&#8203;1883](https://github.com/wxt-dev/wxt/pull/1883)) - Optimize `splitShadowRootCss` ([#&#8203;1934](https://github.com/wxt-dev/wxt/pull/1934)) - `wxt prepare` fails with the error "**vite\_ssr\_exportName** is not defined" when using Vite 7 ([#&#8203;1884](https://github.com/wxt-dev/wxt/pull/1884)) ##### 🏡 Chore - Use `linkedom` a test instead of `happy-dom` ([#&#8203;1957](https://github.com/wxt-dev/wxt/pull/1957)) - Add support for `vite-node` v5 ([#&#8203;2001](https://github.com/wxt-dev/wxt/pull/2001)) - Upgrade dev and non-major prod dependencies ([#&#8203;2000](https://github.com/wxt-dev/wxt/pull/2000)) - **dev-deps:** Upgrade `happy-dom` to address CVE-2025-61927 ([#&#8203;2002](https://github.com/wxt-dev/wxt/pull/2002)) ##### ❤️ Contributors - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) - Jaguar Zhou ([@&#8203;aiktb](https://github.com/aiktb)) - Alexander Harding <noreply@harding.dev> - Florian Kühne ([@&#8203;ZerGo0](https://github.com/ZerGo0)) ### [`v0.20.11`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.11): wxt v0.20.11 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.10...wxt-v0.20.11) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.10...wxt-v0.20.11) ##### 🩹 Fixes - Split `wxt/testing` into separate modules to fix issues with `jsdom` and `happy-dom` ([#&#8203;1844](https://github.com/wxt-dev/wxt/pull/1844)) - `input_components` is supported by mv3 ([#&#8203;1881](https://github.com/wxt-dev/wxt/pull/1881)) ##### 🏡 Chore - **deps:** Upgrade project subdependencies ([#&#8203;1882](https://github.com/wxt-dev/wxt/pull/1882)) ##### ❤️ Contributors - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) - Qijia Liu <liumeo@pku.edu.cn> - Marcellino Ornelas ([@&#8203;marcellino-ornelas](https://github.com/marcellino-ornelas)) ### [`v0.20.10`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.10): wxt v0.20.10 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.9...wxt-v0.20.10) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.9...wxt-v0.20.10) ##### 🏡 Chore - **deps:** Upgrade non-breaking production dependencies ([#&#8203;1877](https://github.com/wxt-dev/wxt/pull/1877)) - **deps:** Upgrade web-ext-run to support CDP ([#&#8203;1879](https://github.com/wxt-dev/wxt/pull/1879)) - **deps:** `publish-browser-extension` upgrade ([#&#8203;1880](https://github.com/wxt-dev/wxt/pull/1880)) ##### ❤️ Contributors - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) ### [`v0.20.9`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.9): wxt v0.20.9 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.8...wxt-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 ([#&#8203;1863](https://github.com/wxt-dev/wxt/pull/1863)) - Prevent Unlisted CSS from being excluded in the build when using CSS preprocessor ([#&#8203;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 ([#&#8203;1875](https://github.com/wxt-dev/wxt/pull/1875)) - **deps:** Upgrade all dev dependencies ([#&#8203;1876](https://github.com/wxt-dev/wxt/pull/1876)) ##### ❤️ Contributors - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) - Kim Gyeongjae ([@&#8203;PortalCube](https://github.com/PortalCube)) - Atomie CHEN <atomic_cwh@163.com> ### [`v0.20.8`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.8): wxt v0.20.8 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.7...wxt-v0.20.8) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.7...wxt-v0.20.8) ##### 🩹 Fixes - Support http server websocket inside containers ([#&#8203;1707](https://github.com/wxt-dev/wxt/pull/1707)) - Recreating keyboardShortcuts interface on file changes. ([#&#8203;1465](https://github.com/wxt-dev/wxt/pull/1465)) - Fix bad regex from [#&#8203;1707](https://github.com/wxt-dev/wxt/issues/1707) ([#&#8203;1712](https://github.com/wxt-dev/wxt/pull/1712), [#&#8203;1707](https://github.com/wxt-dev/wxt/issues/1707)) - Fix bundle variable assignment error with `rolldown-vite` ([#&#8203;1715](https://github.com/wxt-dev/wxt/pull/1715)) - Support negation patterns when including/excluding files from ZIP files ([#&#8203;1517](https://github.com/wxt-dev/wxt/pull/1517)) - **rolldown-compat:** Only apply footer to content and unlisted scripts via plugin ([#&#8203;1793](https://github.com/wxt-dev/wxt/pull/1793)) - Init project should allow the .git folder to exist ([#&#8203;1731](https://github.com/wxt-dev/wxt/pull/1731)) - Adding missing chromiumPort parameter in web-ext.ts to enable fixed port debugging ([#&#8203;1818](https://github.com/wxt-dev/wxt/pull/1818)) ##### 📖 Documentation - Fix API reference sidebar by naming new module ([eb0bffb5](https://github.com/wxt-dev/wxt/commit/eb0bffb5)) - Update JSDoc with ways to cancel timeouts and intervals set by content script context ([030f23d2](https://github.com/wxt-dev/wxt/commit/030f23d2)) ##### 🏡 Chore - Fix auto-fixable `markdownlint` errors ([#&#8203;1710](https://github.com/wxt-dev/wxt/pull/1710)) - Remove automd ([7d25110a](https://github.com/wxt-dev/wxt/commit/7d25110a)) - Wxt & [@&#8203;wxt-dev/module-vue](https://github.com/wxt-dev/module-vue) support Vite 7 ([#&#8203;1771](https://github.com/wxt-dev/wxt/pull/1771)) - Fix type error ([0333ce5c](https://github.com/wxt-dev/wxt/commit/0333ce5c)) ##### 🤖 CI - Use matrix for test jobs ([#&#8203;1708](https://github.com/wxt-dev/wxt/pull/1708)) ##### ❤️ Contributors - Sylva <sylvain.lavabre@live.fr> - Btea ([@&#8203;btea](https://github.com/btea)) - Patryk Kuniczak ([@&#8203;PatrykKuniczak](https://github.com/PatrykKuniczak)) - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) - Ayu ([@&#8203;ayu-exorcist](https://github.com/ayu-exorcist)) - Nishu ([@&#8203;nishu-murmu](https://github.com/nishu-murmu)) ### [`v0.20.7`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.7): wxt v0.20.7 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.6...wxt-v0.20.7) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.6...wxt-v0.20.7) ##### 🚀 Enhancements - Add `@font-face` to be processed by `splitShadowRootCss` ([#&#8203;1635](https://github.com/wxt-dev/wxt/pull/1635)) - Add DisableLoadExtensionCommandLineSwitch flag to Chromium runner ([#&#8203;1698](https://github.com/wxt-dev/wxt/pull/1698)) ##### 🩹 Fixes - Improve CSS reset inside shadow roots ([da5cd325](https://github.com/wxt-dev/wxt/commit/da5cd325)) ##### 🏡 Chore - Stop using PNPM catalog ([#&#8203;1644](https://github.com/wxt-dev/wxt/pull/1644)) - Upgrade `@aklinker1/check` to v2 ([#&#8203;1647](https://github.com/wxt-dev/wxt/pull/1647)) - **deps:** Update all dependencies ([#&#8203;1648](https://github.com/wxt-dev/wxt/pull/1648)) - Change browser workspace dependency to `^` ([c7335add](https://github.com/wxt-dev/wxt/commit/c7335add)) ##### ❤️ Contributors - Richard Lee ([@&#8203;dlackty](https://github.com/dlackty)) - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) - Seaders ([@&#8203;seaders](https://github.com/seaders)) ### [`v0.20.6`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.6): wxt v0.20.6 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.5...wxt-v0.20.6) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.5...wxt-v0.20.6) ### [`v0.20.5`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.5): wxt v0.20.5 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.4...wxt-v0.20.5) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.4...wxt-v0.20.5) ##### 🩹 Fixes - Don't use crypto.randUUID for shadow root UIs ([3577c0b](https://github.com/wxt-dev/wxt/commit/3577c0b)) ##### ❤️ Contributors - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) ### [`v0.20.4`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.4): wxt v0.20.4 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.3...wxt-v0.20.4) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.3...wxt-v0.20.4) ##### 🚀 Enhancements - Ignore popup/index.ts instead of erroring ([#&#8203;1520](https://github.com/wxt-dev/wxt/pull/1520)) - Ignore elements with a `vite-ignore` or `wxt-ignore` attribute ([#&#8203;1603](https://github.com/wxt-dev/wxt/pull/1603)) - Add `{{packageVersion}}` as template variable ([#&#8203;1604](https://github.com/wxt-dev/wxt/pull/1604)) ##### 🩹 Fixes - Adding missing `""` to `PublicPath` and `browser.runtime.getUrl` ([#&#8203;1597](https://github.com/wxt-dev/wxt/pull/1597)) - Fix CORS error in Firefox ([#&#8203;1607](https://github.com/wxt-dev/wxt/pull/1607)) ##### 📖 Documentation - **Content Script UI:** Add additional details about when `onRemove` is called ([656a9b3](https://github.com/wxt-dev/wxt/commit/656a9b3)) ##### ❤️ Contributors - Yunsup Sim <pedogunu@gmail.com> - ТΞNSΛI <tensai@gmx.net> - Nishu ([@&#8203;nishu-murmu](https://github.com/nishu-murmu)) - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) ### [`v0.20.3`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.3): wxt v0.20.3 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.2...wxt-v0.20.3) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.2...wxt-v0.20.3) ##### 🚀 Enhancements - Automatically place document-level CSS outside shadow root ([#&#8203;1594](https://github.com/wxt-dev/wxt/pull/1594)) ##### 🩹 Fixes - Fix double hashing of inline script keys ([b0f4ac8](https://github.com/wxt-dev/wxt/commit/b0f4ac8)) ##### ❤️ Contributors - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) ### [`v0.20.2`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.2): wxt v0.20.2 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.1...wxt-v0.20.2) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.1...wxt-v0.20.2) ##### 🩹 Fixes - Fix hashing issue with inline scripts ([#&#8203;1591](https://github.com/wxt-dev/wxt/pull/1591)) ##### 📖 Documentation - Fix typo in changelog ([acb6cd1](https://github.com/wxt-dev/wxt/commit/acb6cd1)) ##### ❤️ Contributors - Yunsup Sim ([@&#8203;SimYunSup](https://github.com/SimYunSup)) - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) ### [`v0.20.1`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.1): wxt v0.20.1 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.0...wxt-v0.20.1) [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.0...wxt-v0.20.1) ##### 🚀 Enhancements - Enable wxt usage inside of devcontainers ([#&#8203;1406](https://github.com/wxt-dev/wxt/pull/1406)) - Type-safe `import.meta.env.BROWSER` with new `targetBrowsers` config ([#&#8203;1574](https://github.com/wxt-dev/wxt/pull/1574)) ##### 🩹 Fixes - Don't remove top-level destructured variable definitions when importing entrypoints ([#&#8203;1561](https://github.com/wxt-dev/wxt/pull/1561)) - Add JSDoc type annotation to auto-imports for ESlint ([#&#8203;1558](https://github.com/wxt-dev/wxt/pull/1558)) ##### 📖 Documentation - Fix knowledge file generation ([#&#8203;1550](https://github.com/wxt-dev/wxt/pull/1550)) ##### 🏡 Chore - **deps:** Update all dependencies ([#&#8203;1568](https://github.com/wxt-dev/wxt/pull/1568)) - Update comment ([61b42ef](https://github.com/wxt-dev/wxt/commit/61b42ef)) ##### ❤️ Contributors - 7sDream ([@&#8203;7sDream](https://github.com/7sDream)) - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) - Nostro ([@&#8203;nostrorom](https://github.com/nostrorom)) - Khalil Yao ([@&#8203;yyz945947732](https://github.com/yyz945947732)) - Alec WM ([@&#8203;alecdwm](https://github.com/alecdwm)) ### [`v0.20.0`](https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.20.0): wxt v0.20.0 [Compare Source](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.29...wxt-v0.20.0) Excited to release the next major version of WXT! Follow the [Upgrade guide](https://wxt.dev/guide/resources/upgrading.html) to update! *** [⚠️ breaking changes](https://wxt.dev/guide/resources/upgrading.html) • [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.29...wxt-v0.20.0) ##### 🚀 Enhancements - ⚠️ Remove `webextension-polyfill` ([#&#8203;1084](https://github.com/wxt-dev/wxt/pull/1084)) - ⚠️ Individual exports and introduce the `#imports` module ([#&#8203;1258](https://github.com/wxt-dev/wxt/pull/1258)) - ⚠️ Reset inherited styles inside shadow root ([#&#8203;1269](https://github.com/wxt-dev/wxt/pull/1269)) - ⚠️ Auto-import types ([#&#8203;1315](https://github.com/wxt-dev/wxt/pull/1315)) ##### 🩹 Fixes - ⚠️ Add suffix to non-production output directories ([#&#8203;1086](https://github.com/wxt-dev/wxt/pull/1086)) - ⚠️ Remove deprecated `jiti` entrypoint loader ([#&#8203;1087](https://github.com/wxt-dev/wxt/pull/1087)) - ⚠️ Rename `runner` to `webExt` ([#&#8203;1180](https://github.com/wxt-dev/wxt/pull/1180)) - ⚠️ Remove `transformManfiest` option ([#&#8203;1181](https://github.com/wxt-dev/wxt/pull/1181)) - Remove unnecessary `VITE_CJS_IGNORE_WARNING` flag ([b0ef178](https://github.com/wxt-dev/wxt/commit/b0ef178)) - ⚠️ Make `publicDir` and `modulesDir` relative to project root ([#&#8203;1216](https://github.com/wxt-dev/wxt/pull/1216)) - ⚠️ Move `wxt/storage` to `wxt/utils/storage` ([#&#8203;1271](https://github.com/wxt-dev/wxt/pull/1271)) - Add back `ExtensionRunnerConfig` as deprecated ([#&#8203;1311](https://github.com/wxt-dev/wxt/pull/1311)) - Missing browser in shadow-root file ([#&#8203;1317](https://github.com/wxt-dev/wxt/pull/1317)) ##### 📖 Documentation - Fix api reference for `wxt/utils/storage` ([99b5076](https://github.com/wxt-dev/wxt/commit/99b5076)) - Fix broken links ([82d8024](https://github.com/wxt-dev/wxt/commit/82d8024)) ##### 🏡 Chore - Fix type errors ([aad17c8](https://github.com/wxt-dev/wxt/commit/aad17c8)) - Remove duplicate test ([e54df0a](https://github.com/wxt-dev/wxt/commit/e54df0a)) ##### ❤️ Contributors - Aaron ([@&#8203;aklinker1](https://github.com/aklinker1)) - 1natsu ([@&#8203;1natsu172](https://github.com/1natsu172)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTIuMCIsInVwZGF0ZWRJblZlciI6IjQyLjY4LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
Renovate force-pushed renovate/wxt-0.x from 0e1915cd56 to 3393ee5f2e 2025-04-23 05:00:26 +00:00 Compare
Renovate force-pushed renovate/wxt-0.x from 3393ee5f2e to 7a1807f695 2025-04-25 00:00:33 +00:00 Compare
Renovate force-pushed renovate/wxt-0.x from 7a1807f695 to afc0df7f70 2025-05-01 19:00:36 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/wxt-0.x:renovate/wxt-0.x
git switch renovate/wxt-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/wxt-0.x
git switch renovate/wxt-0.x
git rebase master
git switch master
git merge --ff-only renovate/wxt-0.x
git switch renovate/wxt-0.x
git rebase master
git switch master
git merge --no-ff renovate/wxt-0.x
git switch master
git merge --squash renovate/wxt-0.x
git switch master
git merge --ff-only renovate/wxt-0.x
git switch master
git merge renovate/wxt-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LazyList/extension!7
No description provided.