Remote procedure call for client-server communication in Vite plugins.
by antfuTypeScript
Last 12 weeks · 5 commits
Describe the bug Problem The package currently limits peer dependency up to version 7. This triggers warnings when using the latest Vite 8.x releases. Reproduction Run in a project where is installed alongside or . Suggested Change Modify : Supporting the latest major version ensures compatibility with modern build pipelines. package.json file: Reproduction https://stackblitz.com/edit/vitejs-vite-eoafza47?file=package.json&terminal=dev System Info Used Package Manager npm Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Clear and concise description of the problem Vite 8 officially not supported Suggested solution Make the plugin compatible with Vite 8 :) Alternative _No response_ Additional context _No response_ Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Repository: antfu/vite-dev-rpc. Description: Remote procedure call for client-server communication in Vite plugins. Stars: 75, Forks: 5. Primary language: TypeScript. License: MIT. Open PRs: 0, open issues: 0. Last activity: 2mo ago. Top contributors: antfu, zyyv, ocavue, webfansplz.