Skip to content

chore(deps): update dependency wxt to v0.21.3 - #110

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
wxt (source) 0.20.260.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

v0.20.27: wxt v0.20.27

Compare Source

compare changes

🚀 Enhancements
  • Add warning for missing Firefox extension ID in manifest (#​2293)
🩹 Fixes
  • Correct broken link at react router in createhashrouter (#​2411)
  • Rename ManifestPermissions to ManifestPermission of types.ts in wxt package (#​2430)
📖 Documentation
  • Add Telsia extension to Showcase (#​2368)
  • Add warning about rem unit inheritance in Shadow Root UI (#​2330)
  • Added "Sound Booster & Equalizer" to showcase (#​2381)
  • Clarify SPA navigation setup with locationWatcher.run() (#​2380)
  • Self-host Netlify footer badge (#​2386)
  • Added "Link Later" to showcase" (#​2392)
  • Added Property Track to showcase (#​2404)
  • Added "WageSlav3" to showcase (#​2405)
  • Added "LinkedIn Games Solver" to showcase (#​2410)
  • Added NiceTab firefoxslug to extension showcase (#​2417)
  • Added 4 extensions to the homepage (#​2419)
  • Added Hayami to showcase (#​2422)
  • Added anylang translator to showcase (#​2426)
🏡 Chore
  • deps: Bump c12 from 3.3.3 to 3.3.4 (#​2364)
  • deps: Bump filesize from 11.0.15 to 11.0.17 (#​2363)
  • deps: Bump tinyglobby from 0.2.15 to 0.2.16 (#​2366)
  • Add Google Cloud Skills Boost - Helper extension to showcase (#​2401)
❤️ Contributors

Configuration

📅 Schedule: (UTC)

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

@renovate renovate Bot added the dependencies label Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/wxt-0.x branch from 58fdce8 to fdc8a3d Compare August 4, 2026 15:53
@renovate renovate Bot changed the title chore(deps): update dependency wxt to v0.21.1 chore(deps): update dependency wxt to v0.21.2 Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/wxt-0.x branch from fdc8a3d to b1727c2 Compare August 7, 2026 18:14
@renovate renovate Bot changed the title chore(deps): update dependency wxt to v0.21.2 chore(deps): update dependency wxt to v0.21.3 Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants