Skip to content

fix: MaxListenersExceededWarning#2058

Merged
aklinker1 merged 1 commit intowxt-dev:mainfrom
darekadareka:patch-1
Feb 5, 2026
Merged

fix: MaxListenersExceededWarning#2058
aklinker1 merged 1 commit intowxt-dev:mainfrom
darekadareka:patch-1

Conversation

@darekadareka
Copy link
Copy Markdown
Contributor

@darekadareka darekadareka commented Jan 30, 2026

Overview

Fixed the bug described in the related issue.

Related Issue

#2052

This PR closes #2052

@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 30, 2026

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit d2d05c7
🔍 Latest deploy log https://app.netlify.com/projects/creative-fairy-df92c4/deploys/697d40c7f843020008f9ca10
😎 Deploy Preview https://deploy-preview-2058--creative-fairy-df92c4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@darekadareka darekadareka marked this pull request as ready for review January 30, 2026 23:43
@aklinker1
Copy link
Copy Markdown
Member

Good find, thanks!

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Feb 5, 2026

Open in StackBlitz

@wxt-dev/analytics

npm i https://pkg.pr.new/@wxt-dev/analytics@2058

@wxt-dev/auto-icons

npm i https://pkg.pr.new/@wxt-dev/auto-icons@2058

@wxt-dev/browser

npm i https://pkg.pr.new/@wxt-dev/browser@2058

@wxt-dev/i18n

npm i https://pkg.pr.new/@wxt-dev/i18n@2058

@wxt-dev/module-react

npm i https://pkg.pr.new/@wxt-dev/module-react@2058

@wxt-dev/module-solid

npm i https://pkg.pr.new/@wxt-dev/module-solid@2058

@wxt-dev/module-svelte

npm i https://pkg.pr.new/@wxt-dev/module-svelte@2058

@wxt-dev/module-vue

npm i https://pkg.pr.new/@wxt-dev/module-vue@2058

@wxt-dev/runner

npm i https://pkg.pr.new/@wxt-dev/runner@2058

@wxt-dev/storage

npm i https://pkg.pr.new/@wxt-dev/storage@2058

@wxt-dev/unocss

npm i https://pkg.pr.new/@wxt-dev/unocss@2058

@wxt-dev/webextension-polyfill

npm i https://pkg.pr.new/@wxt-dev/webextension-polyfill@2058

wxt

npm i https://pkg.pr.new/wxt@2058

commit: d2d05c7

@aklinker1 aklinker1 merged commit cdf8611 into wxt-dev:main Feb 5, 2026
18 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 5, 2026

Thanks for helping make WXT better!

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 5, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 75.83%. Comparing base (83decf7) to head (d2d05c7).
⚠️ Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
packages/wxt/src/core/keyboard-shortcuts.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2058      +/-   ##
==========================================
- Coverage   76.25%   75.83%   -0.42%     
==========================================
  Files         113      113              
  Lines        3049     3050       +1     
  Branches      686      686              
==========================================
- Hits         2325     2313      -12     
- Misses        642      652      +10     
- Partials       82       85       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

MaxListenersExceededWarning: line listeners accumulate on readline Interface during dev reloads

2 participants