feat(vite-plugin-angular): add Vite Plugin Registry compatibility#2314
Conversation
Closes #2175 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for analog-blog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for analog-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for analog-app ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PR adds Vite Plugin Registry compatibility metadata to the vite-plugin-angular package. It declares Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes The changes consist of metadata additions to package.json and a documentation badge addition across two files. All modifications are declarative and follow established patterns. Review focus should be validating that the declared version ranges (vite ^6.0.0–^8.0.0, rollup ^4.0.0, rolldown ^1.0.0) accurately reflect the plugin's actual compatibility, confirming the 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Checklist
Closes #2175
Affected scope
Recommended merge strategy for maintainer [optional]
What is the new behavior?
viteas an optional peer dependency (^6.0.0 || ^7.0.0 || ^8.0.0) so the Vite Plugin Registry can detect supported Vite versionscompatiblePackagesmetadata declaring compatibility with Vite 6/7/8, Rollup 4, and Rolldown 1Test plan
nx format:checkpnpm buildpnpm testDoes this PR introduce a breaking change?
Other information
Metadata-only change — no runtime behavior changes.
🤖 Generated with Claude Code