Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
Updates Vite to use the rolldown bundler (via rolldown-vite npm alias) and makes associated TypeScript and code changes to support the migration.
- Replaces Vite with rolldown-vite and updates related dependencies
- Adds TypeScript compiler option
erasableSyntaxOnlyfor compatibility - Refactors class constructors to use private fields instead of parameter properties
Reviewed Changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/zudoku/package.json | Updates Vite to rolldown-vite alias and bumps React plugin version |
| packages/zudoku/tsconfig.*.json | Adds erasableSyntaxOnly compiler option |
| packages/zudoku/src/vite/plugin-theme.test.ts | Removes rollup type imports and uses any type |
| packages/zudoku/src/vite/dev-server.ts | Refactors class to use private fields |
| packages/zudoku/src/lib/plugins/openapi/client/GraphQLClient.tsx | Refactors constructor to use private fields |
| packages/zudoku/src/lib/authentication/errors.ts | Refactors constructor to use private fields |
| packages/zudoku/src/config/loader.ts | Updates type imports for rolldown compatibility |
| packages/zudoku/src/vite/config.ts | Removes esbuild target configuration |
| packages/zudoku/src/vite/plugin-metadata.ts | Removes isExternal check |
| packages/zudoku/cli.js | Updates Node.js version requirement |
| package.json | Updates Node.js version requirement and package manager |
| docs/src/LandingPage.css | Fixes duplicate CSS selector |
| docs/pages/docs/quickstart.md | Updates Node.js version in documentation |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Preview build of published Zudoku package for commit d66c4f2. See the deployment at: https://328fcd9b.cosmocargo-public-package.pages.dev Note This is a preview of the Cosmo Cargo example using the Zudoku package published to a local registry to ensure it'll be working when published to the public NPM registry. Last updated: 2026-02-12T17:07:03.485Z |
d8bc717 to
fb6fabb
Compare
10d289b to
6a476d5
Compare
125b725 to
94f8f17
Compare
47e70e0 to
de7beaf
Compare
75ccdb6 to
65f6443
Compare
65f6443 to
c3bfe94
Compare
569ad6e to
464c1e4
Compare
464c1e4 to
0c4070a
Compare
…not internal PRs
0c4070a to
d66c4f2
Compare
Update
vite@8integration for faster Vite builds: https://vite.dev/guide/rolldownBreaking changes:
See: