Skip to content

chore(deps): upgrade typedoc - #2558

Open
suveshmoza wants to merge 10 commits into
wxt-dev:mainfrom
suveshmoza:upgrade-doctype
Open

chore(deps): upgrade typedoc#2558
suveshmoza wants to merge 10 commits into
wxt-dev:mainfrom
suveshmoza:upgrade-doctype

Conversation

@suveshmoza

@suveshmoza suveshmoza commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Overview

  • Bump typedoc and matching plugins (typedoc-plugin-markdown, typedoc-vitepress-theme)
  • No more running with unsupported TypeScript version warning

Manual Testing

bun docs:gen
bun docs:build
bun docs:preview

Related Issue

#2552 (comment)

@suveshmoza
suveshmoza requested a review from aklinker1 as a code owner August 1, 2026 20:22
@netlify

netlify Bot commented Aug 1, 2026

Copy link
Copy Markdown

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit f5ca42f
🔍 Latest deploy log https://app.netlify.com/projects/creative-fairy-df92c4/deploys/6a6ec964f2904b0008ba4e55
😎 Deploy Preview https://deploy-preview-2558--creative-fairy-df92c4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

@github-actions github-actions Bot added the pkg/wxt Includes changes to the `packages/wxt` directory label Aug 1, 2026
@suveshmoza suveshmoza changed the title chore(deps): upgrade doctype chore(deps): upgrade typedoc Aug 1, 2026
@codecov

codecov Bot commented Aug 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.29%. Comparing base (1153189) to head (f77f69b).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2558      +/-   ##
==========================================
- Coverage   79.34%   79.29%   -0.06%     
==========================================
  Files         134      134              
  Lines        3994     3994              
  Branches      921      921              
==========================================
- Hits         3169     3167       -2     
- Misses        731      732       +1     
- Partials       94       95       +1     

☔ View full report in Codecov by Harness.
📢 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.

@pkg-pr-new

pkg-pr-new Bot commented Aug 1, 2026

Copy link
Copy Markdown

Open in StackBlitz

@wxt-dev/analytics

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

@wxt-dev/auto-icons

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

@wxt-dev/browser

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

@wxt-dev/i18n

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

@wxt-dev/is-background

npm i https://pkg.pr.new/@wxt-dev/is-background@2558

@wxt-dev/module-react

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

@wxt-dev/module-solid

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

@wxt-dev/module-svelte

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

@wxt-dev/module-vue

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

@wxt-dev/runner

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

@wxt-dev/storage

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

@wxt-dev/unocss

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

@wxt-dev/webextension-polyfill

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

wxt

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

commit: f77f69b

@aklinker1 aklinker1 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Something broke here. Left is main, right is this PR. There are no entries in the sidebar.

Screenshot 2026-08-01 at 7 34 22 PM

I've put off upgrading the dep for a few years now because it is so touchy. Good luck 🫡

@suveshmoza

Copy link
Copy Markdown
Contributor Author

Finally got it working. I also fixed some of the existing warnings that appeared when running the docs-related scripts, and it looks like a few of the existing bugs have been resolved as well.

Some of the noticeable changes

  1. At module level, On this page sidebar correctly shows content. Earlier it was showing Index
Before After
old-1 new-1
  1. Correclty renders functions Returns value
Before After
old-5 new-5
  1. Adds strikethrough styling to deprecated headings
Before After
old-6 new-6

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

Labels

pkg/wxt Includes changes to the `packages/wxt` directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants