Skip to content

fix(deps): update dependency wxt to v0.21.3 - #1538

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/wxt-0.x
Open

fix(deps): update dependency wxt to v0.21.3#1538
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/wxt-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
wxt (source) 0.20.270.21.3 age confidence

Release Notes

wxt-dev/wxt (wxt)

v0.21.3: wxt v0.21.3

Compare Source

compare changes

🚀 Features
  • rolldown: Provide experimental.escapeUnicode option to escape some unicode characters (#​2537)
📖 Documentation
  • Update bundle size for 0.21 (574c3bd)
  • Remove dangling "Remote Code" sidebar link (#​2532)
🏡 Chore
  • Add support for publish-browser-extension v6 (8dc8fa6)
  • deps: Drop import-meta-resolve (#​2526)
  • deps: Replace open with tiny-open (#​2527)
  • deps: Replace prompts with @topcli/prompts (#​2528)
  • deps: Replace async-mutex with superlock (#​2529)
  • Use Vite 8 for WXT development (#​2540)
  • deps: Replace ci-info with custom isCI function (#​2543)
  • deps: Replace jszip with @aklinker1/zero-zip (#​2538)
❤️ Contributors

v0.21.2: wxt v0.21.2

Compare Source

compare changes

🩹 Fixes
  • Remove web-ext-run, it's unused now (859d654)
📖 Documentation
  • Fix typos and wording of upgrade guide (d1ab2d9)
  • Fix heading level (466ae8a)
  • Update package size links (925e97d)
❤️ Contributors

v0.21.1: wxt v0.21.1

Compare Source

compare changes

v0.21.0: wxt v0.21.0

Compare Source

upgrade guidecompare changes

🚀 Features
  • Add prepare:tsconfig hook for updating .wxt/tsconfig.json file (#​2450)
  • Add watch options config (#​2439)
  • Export getEntrypointBundlePath from wxt (#​2463)
  • Add {{modeSuffix}} to zip templates and update defaults (#​1623)
  • Change default behavior of getUnimportEslintOptions true flag (#​2296)
  • New template variable {{versionName}} and change of the behaviour of {{version}} (#​1612)
  • Firefox: List files in sources zip (#​2513)
🩹 Fixes
  • wxt clean removes .wxt/ directory at project root (#​2415)
  • Handle spread content script configs (#​2448)
  • Avoid deprecated Rollup asset name access (#​2453)
  • init: Allow entering an empty directory for project path (#​2458)
  • Opening the browser issue in windows. (#​2436)
  • File reloading mechanism and add profile watch ignores (#​2112)
  • Docs sidebar header, background color issue (#​2504)
  • Deprecated useAppConfig in favour of getAppConfig (#​2487)
  • Make web-ext a peer dependency (#​2079)
  • Handle edge case where eslint version cannot be found (ab679ba)
  • Remove url: import feature (#​2456)
  • zip: Make includeSources/excludeSources follow standard allowlist behavior (#​2114)
  • Remove console.log (0b352f6)
  • Loosen version of @webext-core/isolated-element (7d6caad)
  • Update content and unlisted script globalName default to false (#​2511)
  • TS: Update .wxt/tsconfig.json compiler options, require TS >=5.4 (#​2512)
💅 Refactors
📖 Documentation
  • Move Bun tabs to first position in installation (#​2428)
  • Added package manager tab group synchronization across the entire installation page (#​2421)
  • Make vitepress components css files more readable and simply (#​2272)
  • Use bright green for example hover and link colors (d7f8ebe)
  • Document PerBrowser options for entrypoints (#​2304) (#​2403)
  • Show Edge Add-ons in showcase (#​2452)
  • Don't underline the comma when hovering over showcase item store links (#​2454)
  • Fix undefined issue for ExampleSearch.vue (#​2370)
  • Update extension-showcase.yml (#​2457)
  • Added "NiceTab" Edge Addons (edgeId) to extension showcase (#​2455)
  • Prioritize Bun in package manager options (#​2425)
  • Update BlogLayout.vue useData to correctly type (#​2369)
  • Revert #​2380 - locationWatcher (#​2416)
  • Added "Teams Chat Exporter" Edge Addons (edgeId) to extension showcase (#​2472)
  • Cleanup the "extension APIs" page (#​2473)
  • Add MindSnap to showcase (#​2499)
  • Use consola's fancy reporter in init demo GIF (#​2485)
  • Update wxt init GIF (13be7c5)
  • Update wxt init GIF (299b0ad)
  • Cleanup v0.21 migration guide (885f8f0)
  • Finalize migration guide for wxt v0.21 (#​2516)
  • Add section about install footprint (d8a86e7)
🏡 Chore
  • Skip package manager tests when binaries are missing (#​2441)
  • deps: Bump actions/setup-go from 6.4.0 to 6.5.0 (#​2432)
  • Bump minimum supported Node version to >=22 (008f5a6)
  • deps: Remove esbuild dependency (#​2506)
  • Upgrade @webext-core/isolated-element v1 → v3 (#​2098)
  • Remove deprecated APIs (#​2488)
  • deps: Upgrade major dependencies (#​2508)
🤖 CI
  • Fix VHS action (#​2459)
  • Use @aklinker1/zero-changelog for release notes (#​2515)
⚠️ Breaking Changes
  • Add {{modeSuffix}} to zip templates and update defaults
  • Change default behavior of getUnimportEslintOptions true flag
  • New template variable {{versionName}} and change of the behaviour of {{version}}
  • Make web-ext a peer dependency
  • Remove url: import feature
  • zip: Make includeSources/excludeSources follow standard allowlist behavior
  • #​2511: If your script needs to return a value, like for browser.scripting.executeScript, set globalName: true to maintain the old behavior.
  • #​2512: Updates .wxt/tsconfig.json defaults to latest recommended settings for vite projects and requires Typescript 5.4 or later. See #​2512 for details on what compiler options were changed.
  • Move to module-runner
  • Bump minimum supported Node version to >=22
  • Upgrade @webext-core/isolated-element v1 → v3
  • Remove deprecated APIs
  • deps: Upgrade major dependencies
❤️ Contributors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/wxt-0.x branch 2 times, most recently from b91e736 to bbfee19 Compare July 31, 2026 14:15
@renovate renovate Bot changed the title fix(deps): update dependency wxt to v0.21.1 fix(deps): update dependency wxt to v0.21.2 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate/wxt-0.x branch 5 times, most recently from f96524b to c662790 Compare August 3, 2026 20:59
@renovate renovate Bot changed the title fix(deps): update dependency wxt to v0.21.2 fix(deps): update dependency wxt to v0.21.3 Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/wxt-0.x branch from c662790 to d0e6553 Compare August 4, 2026 11:16
@renovate
renovate Bot force-pushed the renovate/wxt-0.x branch from d0e6553 to 64b318a Compare August 5, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants