[Refactor] bump alpha package versions#857
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (26)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Code Review
This pull request updates the version of koishi-plugin-chatluna to 1.4.0-alpha.14 and synchronizes the peerDependencies across multiple packages in the monorepo. Feedback was provided regarding the need to also increment the version numbers of the packages where peerDependencies were modified to ensure consistent registry updates and avoid installation issues.
| "name": "koishi-plugin-chatluna", | ||
| "description": "chatluna for koishi", | ||
| "version": "1.4.0-alpha.13", | ||
| "version": "1.4.0-alpha.14", |
There was a problem hiding this comment.
The pull request title and description indicate a bump in package versions across the repository. However, while the peerDependencies ranges have been updated in 25 other packages to require ^1.4.0-alpha.14, the version field in those packages remains unchanged.
In a monorepo, any change to a package's metadata (like peerDependencies) should be accompanied by a version increment for that package. This ensures that the new requirements are correctly reflected in the registry and prevents potential publishing conflicts or installation issues for users. Please ensure that all modified packages have their versions bumped appropriately.
This pr bumps ChatLuna package versions and peer dependency ranges for the next alpha release.
New Features
None
Bug fixes
None
Other Changes
koishi-plugin-chatlunafrom1.4.0-alpha.13to1.4.0-alpha.14.