Development#442
Conversation
- fix lint - migrate to vite 8
There was a problem hiding this comment.
Code Review
This pull request migrates the project's ESLint configuration to the flat config format (eslint.config.mjs), updates dependency versions in package.json, and introduces a pnpm-workspace.yaml file. Feedback on these changes highlights that the new resolve.tsconfigPaths configuration in vite.config.ts is invalid and the vite-tsconfig-paths plugin should be restored. Additionally, the pnpm-workspace.yaml file is incorrectly used for configuring allowed builds and should be removed in favor of package.json configurations. Finally, the onClose handler in Unlock.tsx is unnecessarily marked as async and should be kept synchronous.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
- updated @multiversx packages
Updated Documentation
Uh oh!
There was an error while loading. Please reload this page.