-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
build: Update vite and other related dependencies #9772
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://discord-js-guide-git-build-update-vite-discordjs.vercel.app/guide/home/introduction |
Codecov Report
@@ Coverage Diff @@
## main #9772 +/- ##
==========================================
+ Coverage 57.43% 59.58% +2.14%
==========================================
Files 232 234 +2
Lines 15050 15862 +812
Branches 1126 1195 +69
==========================================
+ Hits 8644 9451 +807
Misses 6366 6366
- Partials 40 45 +5
Flags with carried forward coverage won't be shown. Click here to find out more. see 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
6e33a02
to
42a6092
Compare
42a6092
to
454a7cb
Compare
* build: update vite and other related dependencies * chore: use `"errors-only"`
Please describe the changes this PR makes and why it should be merged:
@vitest/coverage-c8 was deprecated in favour of @vitest/coverage-v8.
This also resolves the CI errors (caused by a deprecation
warningerror) in packages/ui/vite.config.ts."outputMode": "full"
was specified in turbo.json to see better debug logs which has since been changed to"errors-only"
.Status and versioning classification: