Skip to content

Conversation

@aklinker1
Copy link
Member

@aklinker1 aklinker1 commented Sep 3, 2025

Overview

Was having problems with taze not respecting union version ranges (1.0.0 || 2.0.0) and other rules, so I wrote a custom script to upgrade dependencies without breaking anything.

$ pnpm tsx scripts/upgrade-deps.ts -p
◐ Fetching 55 dependencies...                                                                                                              4:01:10 PM
✔ Done!                                                                                                                                   4:01:14 PM
ℹ Found 16 upgrades:                                                                                                                      4:01:14 PM

    1. @vitejs/plugin-react  ^4.4.1    →  ^4.7.0   (5.0.2 available)
    2. c12                   ^3.0.3    →  ^3.2.0
    3. ci-info               ^4.2.0    →  ^4.3.0
    4. dotenv-expand         ^12.0.2   →  ^12.0.3
    5. get-port-please       ^3.1.2    →  ^3.2.0
    6. import-meta-resolve   ^4.1.0    →  ^4.2.0
    7. linkedom              ^0.18.10  →  ^0.18.12
    8. minimatch             ^10.0.1   →  ^10.0.3
    9. nypm                  ^0.6.0    →  ^0.6.1
   10. open                  ^10.1.2   →  ^10.2.0
   11. react                 ^19.1.0   →  ^19.1.1
   12. react-dom             ^19.1.0   →  ^19.1.1
   13. sharp                 ^0.34.1   →  ^0.34.3
   14. solid-js              ^1.9.6    →  ^1.9.9
   15. vite-plugin-solid     ^2.11.6   →  ^2.11.8
   16. vue                   ^3.5.13   →  ^3.5.21

ℹ Run with -w to write changes to package.json files                                                                                      4:01:14 PM

This PR also syncs some packages with multiple versions listed in different package.json files.

Dependabot also sucks at upgrading, so I've been manually upgrading all deps when dependabot opens PRs.

@aklinker1 aklinker1 self-assigned this Sep 3, 2025
@aklinker1 aklinker1 requested a review from Timeraa as a code owner September 3, 2025 20:58
@netlify
Copy link

netlify bot commented Sep 3, 2025

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit d0af7cc
🔍 Latest deploy log https://app.netlify.com/projects/creative-fairy-df92c4/deploys/68b8ad5de1aa050008d0ebf8
😎 Deploy Preview https://deploy-preview-1875--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.

@aklinker1 aklinker1 changed the title chore: Write script for checking for dependency upgrades chore: Write script for managing dependency upgrades Sep 3, 2025
@aklinker1 aklinker1 changed the title chore: Write script for managing dependency upgrades chore: Create script for managing dependency upgrades Sep 3, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Sep 3, 2025

Open in StackBlitz

@wxt-dev/analytics

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

@wxt-dev/auto-icons

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

@wxt-dev/browser

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

@wxt-dev/i18n

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

@wxt-dev/module-react

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

@wxt-dev/module-solid

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

@wxt-dev/module-svelte

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

@wxt-dev/module-vue

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

@wxt-dev/runner

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

@wxt-dev/storage

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

@wxt-dev/unocss

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

@wxt-dev/webextension-polyfill

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

wxt

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

commit: d0af7cc

@codecov
Copy link

codecov bot commented Sep 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.13%. Comparing base (459f73f) to head (d0af7cc).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1875      +/-   ##
==========================================
- Coverage   81.42%   81.13%   -0.29%     
==========================================
  Files         131      131              
  Lines        6680     6680              
  Branches     1098     1095       -3     
==========================================
- Hits         5439     5420      -19     
- Misses       1230     1249      +19     
  Partials       11       11              

☔ 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.

@aklinker1 aklinker1 merged commit 9399d8d into main Sep 3, 2025
18 checks passed
@aklinker1 aklinker1 deleted the upgrade-script branch September 3, 2025 21:09
@github-actions
Copy link
Contributor

github-actions bot commented Sep 3, 2025

Thanks for helping make WXT better!

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.

2 participants