Conversation
✅ Deploy Preview for verax-tutorial ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1065 +/- ##
=======================================
Coverage 51.41% 51.41%
=======================================
Files 26 26
Lines 776 776
Branches 111 106 -5
=======================================
Hits 399 399
Misses 377 377 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
J'ai reproduit la preview noire sur le deploy Netlify : le bundle production lançait Cause : avec Vite 8/Rolldown, le tutorial découpait la stack wallet/web3 en chunks circulaires. Le chunk Fix poussé en Validé localement : build tutorial, lint tutorial, Prettier ciblé, |
Summary
8.0.10.vite-plugin-svgrto v5 where used.vite-tsconfig-pathsfrom the explorer config and use Vite 8 nativeresolve.tsconfigPathsinstead.web3chunk for the wallet stack so Rolldown does not splitvieminto a runtime cycle.Impact
viemacross a circularindex <-> _esmchunk relationship, leavingBaseErrorundefined at module evaluation time.vite-plugin-radarremains on0.10.1because it is the latest available release. It builds with Vite 8, but its peer dependency range only declares Vite up to 7, so reviewers should keep that compatibility risk in mind.Validation
pnpm --filter verax-explorer run buildpnpm --filter @verax-attestation-registry/verax-tutorial run buildpnpm --filter verax-explorer run lintpnpm --filter @verax-attestation-registry/verax-tutorial run lintvite preview: noUncaught/TypeError/ReferenceError/SyntaxError, and the page rendersConnect your wallet.199tests passed). Solhint emitted existing import-path warnings only; no errors.Refs #1056