Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency wxt to ^0.19.27 #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wxt (source) ^0.16.6 -> ^0.19.27 age adoption passing confidence

Release Notes

wxt-dev/wxt (wxt)

v0.19.27: wxt v0.19.27

Compare Source

compare changes

🩹 Fixes
  • Allow vite-node@^3.0.0 (#​1378)
  • Use path triple slash directive for types that are referenced via path (#​1407)
  • Support publish-browser-extension v3.0.0 (ac92d40)
  • Respect inlineConfig.mode when setting NODE_ENV (#​1416)
  • Auto-import does not work when using @vitejs/plugin-vue alone (#​1412)
❤️ Contributors

v0.19.26: wxt v0.19.26

Compare Source

compare changes

🩹 Fixes
  • context: Deduplicate wxt:content-script-started (#​1364)
❤️ Contributors

v0.19.25: wxt v0.19.25

Compare Source

compare changes

🩹 Fixes
  • Drop support for vite 6.0.9+ until websocket fix is finished (8e2badc)
❤️ Contributors

v0.19.24: wxt v0.19.24

Compare Source

compare changes

🩹 Fixes
  • init: Remove "experimental" from bun package manager (b150a52)
  • web-ext: Correctly pass browserConsole option to open devtools in Firefox (#​1308)
  • autoMount not working if anchor is already present (#​1350)
🏡 Chore
❤️ Contributors

v0.19.23: wxt v0.19.23

Compare Source

compare changes

🚀 Enhancements
  • hooks: Move entrypoints:resolved before debug logs and add entrypoints:found (#​1292)
🩹 Fixes
  • Allow runtime registered content scripts to not have matches (#​1306)
  • Properly close readline instance on close (#​1278)
📖 Documentation
🏡 Chore
  • Simplify keyboard shortcuts (#​1284)
❤️ Contributors

v0.19.22: wxt v0.19.22

Compare Source

compare changes

🩹 Fixes
  • Exclude entire import.meta.env object from content script output (#​1267)
❤️ Contributors

v0.19.21: wxt v0.19.21

Compare Source

compare changes

🩹 Fixes
  • Exclude skipped entrypoints from manifest (#​1265)
❤️ Contributors

v0.19.20: wxt v0.19.20

Compare Source

compare changes

🚀 Enhancements
  • autoMount content script UIs (#​1210)
🩹 Fixes
  • Only show reopen browser shortcut when it can be done (#​1263)
  • Import entrypoint improvements (#​1207)
❤️ Contributors

v0.19.19: wxt v0.19.19

Compare Source

compare changes

🚀 Enhancements
  • Keyboard shortcut to reopen the browser without restarting the dev command (#​1211)
🩹 Fixes
  • Prevent changing dev server port when reloading config (#​1241)
  • Ensure content scripts are registered immediately in dev mode (#​1253)
  • Exclude skipped entrypoints from Firefox sources zip (#​1238)
❤️ Contributors

v0.19.18: wxt v0.19.18

Compare Source

compare changes

🩹 Fixes
  • Correct dev.reloadCommand restriction to consider only commands with suggested keys (#​1226)
🌊 Types
  • Add overloads to ContentScriptContext#addEventListener for different targets (#​1245)
🏡 Chore
  • Refactor findEntrypoints to return all entrypoints with skipped set properly (#​1244)
❤️ Contributors

v0.19.17: wxt v0.19.17

Compare Source

compare changes

🚀 Enhancements
  • New server:created, server:started, and server:closed hooks (#​1179)
🩹 Fixes
  • Re-initialize WXT modules correctly during development (#​1176)
  • ESLint config being generated when ESLint is not installed. (#​1198)
  • Update vite dependency range to support v6 (#​1215)
  • Automatically convert MV3 content_security_policy to MV2 (#​1168)
  • Correctly remove child elements with integrated UI remove (#​1219)
  • Make content script matches optional (#​1220)
📖 Documentation
❤️ Contributors

v0.19.16: wxt v0.19.16

Compare Source

compare changes

🚀 Enhancements
  • hooks: Add new config:resolved hook (#​1177)
❤️ Contributors

v0.19.15: wxt v0.19.15

Compare Source

compare changes

🚀 Enhancements
  • Extract wxt/storage to its own package, @wxt-dev/storage (#​1129)
🩹 Fixes
  • Add "/" to PublicPath and browser.runtime.getURL (#​1171)
  • Add extension ID to event used to invalidate ContentScriptContext (#​1175)
❤️ Contributors

v0.19.14: wxt v0.19.14

Compare Source

compare changes

🚀 Enhancements
  • storage: Support storage items in batch functions (#​990)
  • Automatically disable 'Show warning about Self-XSS when pasing code' in new chrome (#​1159)
🩹 Fixes
  • Throw when config file does not exist (#​1156)
📖 Documentation
  • Cleanup typos and broken links (bb5ea34)
  • Fix typo in popup and options EntrypointOptions (#​1121)
🏡 Chore
  • deps: Upgrade all non-major dependencies (#​1164)
  • deps: Bump dev and non-breaking major dependencies (#​1167)
❤️ Contributors

v0.19.13: wxt v0.19.13

Compare Source

compare changes

🚀 Enhancements
  • env: Load env from .env.[browser] variants (#​1078)
🩹 Fixes
  • Don't use #private member variables in ContentScriptContext (#​1103)
❤️ Contributors

v0.19.12: wxt v0.19.12

Compare Source

compare changes

🚀 Enhancements
  • Add support for WXT_ environment variable prefix (#​1076)
  • config: Add outDirTemplate for customizing output directory structure (#​1074)
🔥 Performance
  • Replace execa with nano-spawn for smaller package size (#​1042)
  • Downgrade esbuild so a single version is shared between sub-dependencies (#​1045)
🩹 Fixes
  • Use directory name when zip.name and package.json#name are not provided (#​1028)
  • Ensure consistent hook execution order and add docs (#​1081)
📖 Documentation
  • Rewrite and restructure the documentation website (#​933)
🏡 Chore
  • Remove email from changelog (#​1027)
  • deps: Bump magicast from 0.3.4 to 0.3.5 (#​1017)
  • deps: Bump esbuild from 0.23.0 to 0.24.0 (#​1018)
  • deps: Bump linkedom from 0.18.4 to 0.18.5 (#​1034)
  • deps: Bump execa from 9.3.1 to 9.4.0 (#​1031)
  • Upgrade all non-major dependencies (#​1040)
  • Shrink down on dependencies (#​1050)
  • Enable extensionApi: chrome in template projects (#​1083)
❤️ Contributors

v0.19.11: wxt v0.19.11

Compare Source

compare changes

🚀 Enhancements
  • zip: Hooks (#​993)
  • zip: wxt zip --sources and auto sources for opera (#​1014)
🩹 Fixes
🏡 Chore
❤️ Contributors

v0.19.10: wxt v0.19.10

Compare Source

compare changes

🔥 Performance
  • Reduce hypersensitive onChange of watcher (#​978)
🩹 Fixes
  • Fix config manifest type (#​973)
📖 Documentation
  • Examples reference outDir vs. outputDir (#​982)
  • Improved docs and links (#​970)
🌊 Types
  • Fix ExtensionRunnerConfig.chromiumPref type (fda1e18)
❤️ Contributors

v0.19.9: wxt v0.19.9

Compare Source

compare changes

🚀 Enhancements
  • modules: Add wxt.hook alias for wxt.hooks.hook (c5f78d0)
  • Use @types/chrome for config manifest type (#​969)
🩹 Fixes
  • Allow adding multiple hyphens in an entrypoint name (#​949)
  • Duplicate BuildOutput.publicAssets (#​951)
  • Properly overload import.meta.env with WXT's own environment globals (#​966)
📖 Documentation
  • Add docs around importEntrypoint to relevant functions (143b5ac)
🌊 Types
  • modules: Use NestedHooks instead of Partial for hooks object (0ebb013)
🏡 Chore
  • Fix type error (#​946)
  • Add oxlint for linting (#​947)
  • deps: Bump ora from 8.0.1 to 8.1.0 (#​961)
  • deps: Bump unimport from 3.9.1 to 3.11.1 (#​960)
  • deps: Bump execa from 9.3.0 to 9.3.1 (#​957)
  • Cleanup leftover E2E test artifacts (#​968)
❤️ Contributors

v0.19.8: wxt v0.19.8

Compare Source

compare changes

🔥 Performance
  • Ignore output directories for all vite.watcher (#​924)
🩹 Fixes
  • Fallback to GitHub API for listing templates when ungh is down (#​944)
🏡 Chore
  • types: Cleanup types in wxt/browser/chrome (#​932)
❤️ Contributors
  • 1natsu

v0.19.7: wxt v0.19.7

Compare Source

compare changes

🚀 Enhancements
  • testing: Run WXT modules when setting up test environment (#​926)
  • modules: Add addAlias helper (#​928)
🩹 Fixes
  • testing: Stub chrome and browser globals with fakeBrowser automatically (#​925)
  • Ensure TSConfig paths start with ../ or ./ so they are valid (#​927)
📖 Documentation
  • Fix module name for wxt/browser/chrome (751706d)
🏡 Chore
  • Remove warning log for missing public directory (5f2e1c3)

v0.19.6: wxt v0.19.6

Compare Source

compare changes

🔥 Performance
  • Ignore non-source code from the file watcher (#​919)
🩹 Fixes
  • Typo in sidepanel options (browse_stylebrowser_style) (#​914)
  • types: Don't report type errors when using string templates with browser.i18n.getMessage (#​916)
❤️ Contributors

v0.19.5: wxt v0.19.5

Compare Source

compare changes

🚀 Enhancements
  • Allow zipping hidden files by listing them explicitly in includeSources (#​902)
  • Allow excluding files when zipping (#​906)
🩹 Fixes
  • #​907 move wxt devDeps execa to dependencies (#​908, #​907)
  • Update chromium setting for enabling content script sourcemaps (e6529e6)
❤️ Contributors

v0.19.4: wxt v0.19.4

Compare Source

compare changes

🚀 Enhancements
  • Add injectScript helper (#​900)
🩹 Fixes
  • Do not clear .wxt/tsconfig.json in findEntrypoints if it exists (#​898)
  • types: PublicPath type resolution with extensionApi: "chrome" (#​901)
  • Fix createIframeUi page option types (3a8e613)
❤️ Contributors

v0.19.3: wxt v0.19.3

Compare Source

compare changes

🩹 Fixes
  • Add consola to wxt dependencies (#​892)
  • content-script-context: Fix initialization logic for Firefox (#​895)
📖 Documentation
  • Improve prepare:types hook JSDoc (#​886)
❤️ Contributors

v0.19.2: wxt v0.19.2

Compare Source

compare changes

🩹 Fixes
  • Remove unused top-level functions and variables when loading entrypoints with the vite-node loader (#​875)
  • Don't default to dev mode for production builds when using vite-node loader (#​877)
📖 Documentation
  • Update README and homepage features with WXT modules (ed07a49)
🏡 Chore
  • deps: Upgrade all dependencies (#​869)

v0.19.1: wxt v0.19.1

Compare Source

compare changes

🚀 Enhancements
🔥 Performance
  • Tree-shake unrelated code inside vite-node entrypoint loader (#​867)
🩹 Fixes
  • Define web globals when importing entrypoints (#​865)
❤️ Contributors

v0.19.0: wxt v0.19.0

Compare Source

⚠️ breaking changescompare changes

🚀 Enhancements
  • experimental: First-class support for excluding webextension-polyfill (#​847)
  • storage: init option and rename defaultValue to fallback (#​827)
  • hooks: Add prepare:publicPaths hook (#​858)
  • ⚠️ Use vite-node to load entrypoints by default (#​859)
🔥 Performance
  • size: ⚠️ Switch from tsup to unbuild for building WXT (#​848)
🩹 Fixes
📖 Documentation
  • Update labels in content script UI positioning screenshot (2b6ff8d)
  • Add upgrade guide and breaking changes (#​860)
🏡 Chore
  • deps: Bump all non-major dependencies (#​834)
  • dev-deps: Upgrade vitest from 1.6 to 2.0 (#​836)
  • deps: Upgrade async-mutex from 0.4.1 to 0.5.0 (#​837)
  • deps: Upgrade esbuild from 0.19.12 to 0.23.0 (#​838)
  • deps: Upgrade vite-node from 1.6 to 2.0 (#​839)
  • deps: Upgrade ora from 7 to 8 (#​841)
  • deps: Upgrade webextension-polyfill from 0.10 to 0.12 (#​842)
  • deps: Upgrade minimatch from 9 to 10 (#​840)
  • dev-deps: Upgrade happy-dom from 13 to 14 (#​843)
❤️ Contributors

v0.18.15: wxt v0.18.15

Compare Source

compare changes

🩹 Fixes
  • Don't throw error if localization file is missing (#​832)
  • Build latest version of package before packing (88a1244)
  • Externalize app config during dependency optimization (#​833)
📖 Documentation
  • Fix links to Guide pages (#​821)
❤️ Contributors

v0.18.14: wxt v0.18.14

Compare Source

compare changes

🩹 Fixes
  • modules: Add types from all wxt node_modules, not just ones with config (#​817)

v0.18.13: wxt v0.18.13

Compare Source

compare changes

🚀 Enhancements
  • config: dev.server.hostname (#​807)
  • Add XPath support to getAnchor() (#​813)
🩹 Fixes
  • Add debug logs for vite builder (#​816)
❤️ Contributors

v0.18.12: wxt v0.18.12

Compare Source

compare changes

🚀 Enhancements
  • Support runtime config in app.config.ts (#​792)
🔥 Performance
  • Create zip using streams (#​793)
🩹 Fixes
  • Add missing name to ESLint v9 autoImports config (#​801)
📖 Documentation
🏡 Chore
  • deps: Upgrade web-ext-run (0.2.0 to 0.2.1) (#​804)
❤️ Contributors

v0.18.11: wxt v0.18.11

Compare Source

compare changes

🚀 Enhancements
  • Add eslint 9 config support (#​762)
🩹 Fixes
  • Respect custom outDir when cleaning and zipping (#​774)
  • dev: Catch error when attempting to reload a tab in a saved tab group (#​786)
🏡 Chore
  • Replace consola with wxt.logger (#​776)
  • deps: Upgrade non-major deps (#​778)
❤️ Contributors

v0.18.10: wxt v0.18.10

Compare Source

compare changes

🚀 Enhancements
  • Add prepare:types hook to extend .wxt/ directory generation (#​767)
  • modules: Allow adding generated public files (#​769)
🩹 Fixes
  • Await prepare:types hook (b29d49c)
🏡 Chore
  • Refactor package manager test fixtures (39f6c29)
  • Consolidate unimport code into a built-in module (#​771)

v0.18.9: wxt v0.18.9

Compare Source

compare changes

🚀 Enhancements
  • experimental: Replace viteRuntime option with entrypointImporter option, and implement vite-node importer (#​761)

v0.18.8: wxt v0.18.8

Compare Source

compare changes

🚀 Enhancements
  • dev: Reload extension when public files change (#​752)
🩹 Fixes
  • Don't load plugins twice in HTML pages (#​746)
  • Ignore .wxt file changes in dev (#​755)
  • modules: addViteConfig ignored user vite config (#​760)
🏡 Chore
  • Refactor client web socket util (#​753)
  • Add E2E test for addImportPreset (9fc6408)

v0.18.7: wxt v0.18.7

Compare Source

compare changes

🩹 Fixes
  • dev: Fix CSP error loading HTML plugins (#​723)
  • Generalize react-refresh preamble logic to virtualize all inline scripts (#​728)
  • zip: Revert dotfile changes from #​674 (#​742, #​674)
🏡 Chore
  • deps: Upgrade and sync all dependencies (#​725)
  • Extract build cache script to NPM package (#​737)

v0.18.6: wxt v0.18.6

Compare Source

compare changes

🚀 Enhancements
  • modules: Add new addImportPreset helper function (#​720)
🩹 Fixes
  • types: Module options param is optional, but types did not reflect that (#​719)
  • modules: Re-export WxtModule type from wxt/modules to prevent TS2742 (#​721)
  • modules: Add modules to TS project so type augmentation works (#​722)
🏡 Chore
  • dev-deps: Upgrade typescript to 5.4 (#​718)

v0.18.5: wxt v0.18.5

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • To fix the issue with Entrypoint Side Effects link errors (#​705)
  • storage: Add storage area typing for storage keys (#​708)
📖 Documentation
  • Restructure wxt.dev (#​701)
  • Add eslintrc info to auto-imports page (454b076)
🏡 Chore
  • deps: Bump linkedom from 0.16.8 to 0.18.2 (#​690)
  • deps: Bump nypm from 0.3.6 to 0.3.8 (#​692)
  • deps-dev: Bump tsx from 4.7.0 to 4.11.2 (#​699)
  • deps-dev: Bump execa from 8.0.1 to 9.1.0 (#​691)
  • Fix flakey TS config (a257217)
  • Remove log in tests (eb3b9bc)
  • deps: Upgrade braces to 3.0.3 (#​711)
🤖 CI
  • Add support for managing multiple changelogs (#​712)
❤️ Contributors

v0.18.4

Compare Source

compare changes

🩹 Fixes
  • Allow zipping hidden files in sources by listing them explicitly in includeSources (#​674)
  • Properly invalidate content script context (#​683)
📖 Documentation
  • Update contributing guidelines (8125d74)
❤️ Contributors

v0.18.3

Compare Source

compare changes

🩹 Fixes
  • Automatically add dev server to sandbox CSP (#​663)
  • Remove import * as imports from entrypoints during build (#​671)
  • security: Upgrade tar to 6.2.1 (215def7)
📖 Documentation
  • Add YTBlock to homepage (#​666)
🏡 Chore
  • Add missing tests for dev mode CSP (#​662)
  • Upgrade templates to v0.18 (3b954cc)
🤖 CI
  • Fix sync-releases workflow trigger (5d8efef)
❤️ Contributors

v0.18.2

compare changes

🚀 Enhancements
  • runner: Add keepProfileChanges option (#​655)
🩹 Fixes
  • Automatically detect and add "sidePanel" permission (5fcaf7c)
📖 Documentation
  • Fix wxt-vitest-plugin reference (#​650)
  • Fix spelling mistake in remote-code.md (#​652)
  • Correct event handler name in handling-updates.md (#​653)
  • Fix iframe typos (c74e530)
❤️ Contributors

v0.18.1

compare changes

🩹 Fixes
  • _background is not defined (#​649)
🏡 Chore
🤖 CI
  • Fix sync releases workflow (dc5b55b)

v0.18.0

Compare Source

compare changes

🚀 Enhancements
  • Add zip compression settings (#​605)
  • Support returning values from scripts executed with the scripting API (#​624)
  • experimental: Load entrypoint options with Vite Runtime API (#​648)
🩹 Fixes
  • ⚠️ Automatically move host_permissions to permissions for MV2 (#​626)
  • dep: Upgrade @webext-core/isolated-element to v1.1.2 (#​625)
📖 Documentation
  • Add Fluent Read to homepage (#​600)
  • Fix typo on example for wxt.config.ts. (#​609)
  • Tix typo in entrypoints.md (#​614)
  • Add Facebook Video Controls to homepage (#​615)
  • Fix typo in assets page (a94d673)
  • Add ElemSnap to homepage (#​621)
  • Update content script registration JSDoc (e47519f)
  • Add docs about handling updates (acb7554)
  • Add MS Edge TTS to homepage (#​647)
  • Document required permission for storage API (#​632)
🏡 Chore
  • Update vue template config (#​607)
  • deps-dev: Bump lint-staged from 15.2.1 to 15.2.2 (#​637)
  • deps-dev: Bump publint from 0.2.6 to 0.2.7 (#​639)
  • deps-dev: Bump simple-git-hooks from 2.9.0 to 2.11.1 (#​640)
  • Refactor repo to a standard monorepo (#​646)
  • Fix formatting after monorepo refactor (6ca3767)
⚠️ Breaking Changes
  • ⚠️ Automatically move host_permissions to permissions for MV2 (#​626)

    Out of an abundance of caution, I've marked this as a breaking change because permission generation has changed. If you list host_permissions in your wxt.config.ts's manifest and have released your extension, double check that your permissions and host_permissions have not changed for all browsers you target in your .output/*/manifest.json files. Permission changes can cause the extension to be disabled on update, and can cause a drop in users, so be sure to double check for differences compared to the previous manifest version.

❤️ Contributors

v0.17.12

Compare Source

compare changes

🚀 Enhancements
  • Add hooks for extending vite config (#​599)
🩹 Fixes
  • content-script-ui: Properly assign and unassign mounted value (#​598)
📖 Documentation
  • Add discord server link (#​593)
🏡 Chore

v0.17.11

Compare Source

compare changes

🩹 Fixes
  • Resolve absolute paths from the public directory properly (#​583)
📖 Documentation
  • Fix zip.includeSources example (16fc584)
  • Add "GitHub Custom Notifier" to homepage (#​580)
🏡 Chore
  • Simplify virtual module setup (#​581)
  • Add some array utils (#​582)
  • Extract helper function (d3b14af)
❤️ Contributors

v0.17.10

Compare Source

compare changes

🚀 Enhancements
  • Add dev.server.port config (#​577)
🏡 Chore
  • Use @aklinker1/check to simplify checks setup (#​550)
  • Refactor order of config resolution (#​578)
❤️ Contributors

v0.17.9

Compare Source

compare changes

🚀 Enhancements
  • Add {{mode}} Template Variable (#​566)
🩹 Fixes
  • Don't override wxt.config.ts options when CLI flags are not passed (#​567)
🏡 Chore
  • Merge user config using defu (#​568)
❤️ Contributors

v0.17.8

Compare Source

compare changes

🚀 Enhancements
  • analysis: Open stats.html file automatically (#​564)
🩹 Fixes
  • init: Better error logging when templates fail to load (b47c150)
  • Remove deprecated extension from Vue template (#​534)
  • Append option description error (#​546)
  • init: Don't overwrite existing files when initializing a new project (#​556)
  • dev: Don't crash dev mode when rebuild fails (#​565)
📖 Documentation
  • Replace pnpx with pnpm dlx (#​527)
  • Update homepage demo video (35269da)
  • Update README demo video (#​539)
  • Add Plex skipper to "Using WXT" section (#​541)
  • Add documentation for Bun.sh (#​543)
  • Mention adding unlisted scripts and pages to web_accessible_resources (121b521)
  • Add examples for GitHub Actions (#​540)
  • Fixed "Reload the Extension" section (#​559)
🏡 Chore
  • Increase unit test timeout (d9cba55)
  • Increase hook timeout for Windows/NPM tests (56b7149)
  • Switch to seed plugin for testing (#​547)
  • vue-template: Upgrade to vue-tsc v2 (#​549)
  • Add a test covering wxt init in a non-empty directory (#​563)
❤️ Contributors

v0.17.7

Compare Source

compare changes

🩹 Fixes
  • zip: List .wxt/local_modules overrides relative to the package.json they're added to (#​526)
🏡 Chore
  • Bump templates to v0.17 (#​524)
  • Increase test timeout for windows NPM tests (#​525)

v0.17.6

Compare Source

compare changes

🚀 Enhancements
  • Add warnings when important directories are missing (#​516)
  • Automatically remove top-level MV2-only or MV3-only keys (#​518)
  • Automatically generate browser_action based on action for MV2 (#​519)
🩹 Fixes
  • zip: List all private packages correctly in a PNPM workspace (#​520)
📖 Documentation
  • Mentions moving folders into srcDir (9cd4e83)
🏡 Chore

v0.17.5

Compare Source

compare changes

🚀 Enhancements
  • Expose package management utils under wxt.pm (#​502)
  • Download and override private packages for Firefox code review (#​507)
📖 Documentation
  • Fix typos (#​503)
  • Add docs about configuring the manifest as a function (195d2cc)
  • Fix CLI generation (b754435)
🏡 Chore
  • Use JSZip for wxt zip, enabling future features (#​501)
❤️ Contributors

v0.17.4

Compare Source

compare changes

🚀 Enhancements
  • Add basic content script to templates (#​495)

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 is behind base branch, 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 changed the title chore(deps): update dependency wxt to ^0.16.7 chore(deps): update dependency wxt to ^0.16.8 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/wxt-0.x branch 4 times, most recently from e087dd4 to e98e41e Compare February 20, 2024 15:17
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.16.8 chore(deps): update dependency wxt to ^0.16.9 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/wxt-0.x branch from e98e41e to 1ea2fe6 Compare February 20, 2024 21:53
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.16.9 chore(deps): update dependency wxt to ^0.16.10 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/wxt-0.x branch from 1ea2fe6 to d26963e Compare February 21, 2024 15:52
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.16.10 chore(deps): update dependency wxt to ^0.16.11 Feb 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.16.11 chore(deps): update dependency wxt to ^0.17.0 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/wxt-0.x branch 3 times, most recently from 374a118 to 1a98867 Compare February 23, 2024 19:28
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.17.0 chore(deps): update dependency wxt to ^0.17.1 Feb 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.17.1 chore(deps): update dependency wxt to ^0.17.2 Feb 24, 2024
@renovate renovate bot force-pushed the renovate/wxt-0.x branch 3 times, most recently from 0a97a2d to 8ff9c33 Compare February 24, 2024 18:06
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.17.2 chore(deps): update dependency wxt to ^0.17.3 Feb 24, 2024
@renovate renovate bot force-pushed the renovate/wxt-0.x branch 5 times, most recently from f95add7 to 3ed7041 Compare February 28, 2024 19:15
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.17.3 chore(deps): update dependency wxt to ^0.17.4 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/wxt-0.x branch 4 times, most recently from b497d51 to 54627f6 Compare March 2, 2024 11:51
@renovate renovate bot force-pushed the renovate/wxt-0.x branch from f712045 to 8ef57a9 Compare December 9, 2024 23:10
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.19.19 chore(deps): update dependency wxt to ^0.19.20 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/wxt-0.x branch 2 times, most recently from 6b739d9 to 5d6dd18 Compare December 10, 2024 19:44
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.19.20 chore(deps): update dependency wxt to ^0.19.21 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/wxt-0.x branch from 5d6dd18 to 9475d9c Compare December 11, 2024 01:36
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.19.21 chore(deps): update dependency wxt to ^0.19.22 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/wxt-0.x branch from 9475d9c to 14a64cd Compare December 11, 2024 13:15
@renovate renovate bot force-pushed the renovate/wxt-0.x branch from 14a64cd to 157a6f6 Compare December 25, 2024 16:00
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.19.22 chore(deps): update dependency wxt to ^0.19.23 Dec 25, 2024
@renovate renovate bot force-pushed the renovate/wxt-0.x branch from 157a6f6 to add6e52 Compare January 13, 2025 02:06
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.19.23 chore(deps): update dependency wxt to ^0.19.24 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/wxt-0.x branch from add6e52 to e1cb3c4 Compare January 22, 2025 15:05
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.19.24 chore(deps): update dependency wxt to ^0.19.25 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/wxt-0.x branch 9 times, most recently from 1aba625 to c187453 Compare January 28, 2025 10:37
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.19.25 chore(deps): update dependency wxt to ^0.19.26 Jan 28, 2025
@renovate renovate bot force-pushed the renovate/wxt-0.x branch 3 times, most recently from 141c1cd to 13786a9 Compare February 4, 2025 10:23
@renovate renovate bot force-pushed the renovate/wxt-0.x branch from 13786a9 to 3bc176a Compare February 12, 2025 10:56
@renovate renovate bot changed the title chore(deps): update dependency wxt to ^0.19.26 chore(deps): update dependency wxt to ^0.19.27 Feb 12, 2025
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