[Refactor] bump alpha package versions#863
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 peerDependencies for koishi-plugin-chatluna to version ^1.4.0-alpha.15 across multiple packages, including various adapters, extensions, and services. It also increments the version of the core koishi-plugin-chatluna package and the koishi-plugin-chatluna-agent extension. Feedback was provided regarding the need to increment the version numbers of all modified packages to ensure the updated peer dependency requirements are correctly published and enforced.
| "peerDependencies": { | ||
| "koishi": "^4.18.9", | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.14" | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.15" |
There was a problem hiding this comment.
The peerDependencies for koishi-plugin-chatluna have been updated to ^1.4.0-alpha.15, but the version of this package (1.0.37) has not been bumped. To ensure this change is published and the new requirement is enforced for users, you should increment the version of this package. This issue applies to all other adapters, extensions, and services modified in this PR where peerDependencies were updated but the package version remained unchanged. Furthermore, once this package (@chatluna/v1-shared-adapter) is bumped, all adapters depending on it should update their dependency version to match the new release.
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.14to1.4.0-alpha.15.koishi-plugin-chatluna-agentfrom1.0.27to1.0.28.