Merged
Merged
Conversation
Walkthrough
The pull request updates the peerDependencies version constraint for @inertiajs/vue3 in package.json. The version range is expanded from ^2.0.7 to ^2.0.7 || ^3.0.0, allowing the package to be compatible with both version 2.x and version 3.x releases of the dependency, while maintaining compatibility with previously supported versions.
Estimated code review effort
๐ฏ 1 (Trivial) | โฑ๏ธ ~3 minutes
๐ฅ Pre-merge checks | โ 3 โ Passed checks (3 passed)| Check name | Status | Explanation |
|---|---|---|
| Title check | โ Passed | The title 'feat: support Inertia v3' clearly summarizes the main change of adding support for Inertia v3 in the peer dependencies. |
| Docstring Coverage | โ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. |
| Description check | โ Passed | The pull request description clearly explains the change: updating @inertiajs/vue3 peer dependency to support both ^2.0.7 and ^3.0.0 for Inertia.js v3 compatibility. |
โ๏ธ Tip: You can configure your own custom pre-merge checks in the settings.
โจ Finishing Touches ๐งช Generate unit tests (beta)- Create PR with unit tests
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.
โค๏ธ ShareComment @coderabbitai help to get the list of available commands and usage tips.
benjamincanac
changed the title
feat: support Inertia v3
chore(deps): update @inertiajs/vue3 peer dependency