Skip to content

chore(deps-dev): bump wxt from 0.20.27 to 0.21.3 - #127

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wxt-0.21.3
Closed

chore(deps-dev): bump wxt from 0.20.27 to 0.21.3#127
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wxt-0.21.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps wxt from 0.20.27 to 0.21.3.

Release notes

Sourced from wxt's releases.

wxt v0.21.3

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

wxt v0.21.1

compare changes

wxt v0.21.2

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

wxt v0.21.0

... (truncated)

Commits
  • c9520b6 chore(release): wxt v0.21.3
  • 4e5cecd chore(deps): Replace jszip with @aklinker1/zero-zip (#2538)
  • 1f71a34 chore(deps): Replace ci-info with custom isCI function (#2543)
  • 5a1a5a1 chore(deps)!: Drop vite 5 support
  • 04277f3 ci: Add caching to github actions (#2541)
  • f47f2db feat(rolldown): Provide experimental.escapeUnicode option to escape some un...
  • 1c86d6a chore: Use Vite 8 for WXT development (#2540)
  • d9653d7 chore(deps): Inline dequal (#2530)
  • ebe1f9d docs: Remove dangling "Remote Code" sidebar link (#2532)
  • acc4cde chore(deps): Replace async-mutex with superlock (#2529)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, triage. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from lamemustafa as a code owner August 4, 2026 00:24

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a719941b00

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread package.json
"typescript-eslint": "^8.65.0",
"vitest": "^4.1.10",
"wxt": "^0.20.27"
"wxt": "^0.21.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Declare Vite as WXT's peer dependency

With WXT 0.21, Vite is no longer bundled by wxt and is a required peer; the lockfile shows vite only being satisfied implicitly via autoInstallPeers, while package.json still declares only wxt. In install contexts that do not auto-install missing peers, or when this lockfile is regenerated under stricter peer settings, pnpm exec wxt build can fail before the package verification gates run. Please add an explicit vite devDependency matching the WXT 0.21 requirement from the upgrade guide, instead of relying on the lockfile's implicit peer resolution.

Useful? React with 👍 / 👎.

Bumps [wxt](https://github.com/wxt-dev/wxt) from 0.20.27 to 0.21.3.
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.20.27...wxt-v0.21.3)

---
updated-dependencies:
- dependency-name: wxt
  dependency-version: 0.21.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wxt-0.21.3 branch from a719941 to ea021be Compare August 4, 2026 14:29
@lamemustafa

Copy link
Copy Markdown
Owner

Holding this update. WXT 0.21 requires an explicit Vite peer dependency, and Pack policy requires approval before adding a dependency. The existing MV3/package, generated-manifest, recovery/download, and dependency-provenance evidence remains incomplete, so this PR must not merge on its current dependency-only diff.

@lamemustafa lamemustafa closed this Aug 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/wxt-0.21.3 branch August 5, 2026 06:06
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.

1 participant