Skip to content

chore(deps-dev): bump wxt from 0.20.18 to 0.20.20#501

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/wxt-0.20.20
Open

chore(deps-dev): bump wxt from 0.20.18 to 0.20.20#501
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/wxt-0.20.20

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Bumps wxt from 0.20.18 to 0.20.20.

Release notes

Sourced from wxt's releases.

wxt v0.20.20

compare changes

🩹 Fixes

  • Unlisted script return values broken with Vite 8 sourcemaps (#2197)

📖 Documentation

  • Add Dymo extension ID to UsingWxtSection.vue (#2187)
  • Add Extension Rank Checker to the list of extensions (#2193)

🏡 Chore

  • deps: Add vite-node 6 support (64b68671)

❤️ Contributors

wxt v0.20.19

compare changes

🚀 Enhancements

🔥 Performance

  • Use filter to improve plugin performance with rolldown (#1787)

🩹 Fixes

  • List eslint 10 as supported (55dc263d)

📖 Documentation

  • Added "Scrape Similar" to the homepage (#2158)
  • Added "isTrust" to the homepage (#2161)

🏡 Chore

  • Add prettier-plugin-jsdoc to project (#2171)
  • Replace fast-glob and ora with lighter alternatives (#2173)
  • deps: Upgrade deps (#2175)
  • Replace fs-extra with node:fs/promises (#2174)

... (truncated)

Commits
  • 65fc0fa chore(release): wxt v0.20.20
  • 64b6867 chore(deps): Add vite-node 6 support
  • 9c6d3e3 docs: Add Extension Rank Checker to the list of extensions (#2193)
  • 37abe9d docs: Add Dymo extension ID to UsingWxtSection.vue (#2187)
  • 9ebef4a chore: remove useDefineForClassFields from svelte/tsconfig.json (#2190)
  • e60f7c7 fix: unlisted script return values broken with Vite 8 sourcemaps (#2197)
  • 36aadd0 fix: Upgrade @wxt-dev/browser to latest @types/chrome version
  • e4598a5 chore(release): @​wxt-dev/module-react v1.2.2
  • db5c228 chore(release): wxt v0.20.19
  • c61fa8f fix: Add @vitejs/plugin-react v6 support
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wxt](https://github.com/wxt-dev/wxt) from 0.20.18 to 0.20.20.
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.20.18...wxt-v0.20.20)

---
updated-dependencies:
- dependency-name: wxt
  dependency-version: 0.20.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 12, 2026
@github-actions github-actions Bot added the chore label Apr 12, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 12, 2026

Greptile Summary

Routine Dependabot bump of wxt from 0.20.18 → 0.20.20 in apps/agent. The lockfile reflects expected transitive changes: ora/fast-glob/fs-extra are removed (replaced by nanospinner/tinyglobby/node:fs), @wxt-dev/browser advances to 0.1.40, and Vite 8 / vite-node 6 peer support is added. chrome-devtools-mcp also moves from 0.20.0 → 0.21.0 as an unlocked top-level dep that Bun resolved to a newer version during lockfile regeneration — worth verifying that is intentional.

Confidence Score: 5/5

Safe to merge — this is a routine dev-dependency patch bump with no production code changes.

All changes are in devDependencies (wxt is a build tool for the browser extension). The wxt 0.20.19–0.20.20 changelog covers Vite 8 support, a sourcemap fix, and lighter internal deps — no breaking changes. The only finding is a P2 observation about chrome-devtools-mcp incidentally bumping, which does not block merge.

No files require special attention.

Important Files Changed

Filename Overview
apps/agent/package.json Version specifier for wxt bumped from ^0.20.18 to ^0.20.20; no other changes.
bun.lock Lockfile updated to reflect wxt 0.20.20; transitive deps adjusted — ora/fast-glob/fs-extra removed, nanospinner/tinyglobby added, @wxt-dev/browser bumped to 0.1.40, and chrome-devtools-mcp incidentally updated from 0.20.0 to 0.21.0.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[wxt 0.20.18 to 0.20.20] --> B[Removed deps]
    A --> C[Added deps]
    A --> D[Updated deps]
    B --> B1[ora 9.3.0]
    B --> B2[fast-glob 3.x]
    B --> B3[fs-extra 11.x]
    C --> C1[nanospinner 1.2.2]
    C --> C2[tinyglobby 0.2.15]
    D --> D1[wxt-dev/browser 0.1.37 to 0.1.40]
    D --> D2[is-wsl 3.1.0 to 3.1.1]
    D --> D3[Vite 8 and vite-node 6 peer support]
    A --> E[Side-effect bump]
    E --> E1[chrome-devtools-mcp 0.20.0 to 0.21.0]
Loading

Reviews (1): Last reviewed commit: "chore(deps-dev): bump wxt from 0.20.18 t..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants