-
-
Notifications
You must be signed in to change notification settings - Fork 441
chore: Create script for managing dependency upgrades #1875
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
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@wxt-dev/analytics
@wxt-dev/auto-icons
@wxt-dev/browser
@wxt-dev/i18n
@wxt-dev/module-react
@wxt-dev/module-solid
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/runner
@wxt-dev/storage
@wxt-dev/unocss
@wxt-dev/webextension-polyfill
wxt
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
|
Thanks for helping make WXT better! |
Overview
Was having problems with
tazenot 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.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.