chore(packages): bump context compression versions#876
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (27)
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 core version of koishi-plugin-chatluna to 1.4.0-alpha.19 and koishi-plugin-chatluna-usage to 1.0.1, while also updating the peerDependencies for various adapter and service packages. A reviewer noted that the sub-packages themselves require version bumps to ensure that the updated peerDependencies are published to the registry.
| "peerDependencies": { | ||
| "koishi": "^4.18.9", | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.18" | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.19" |
There was a problem hiding this comment.
Updating the peerDependencies range without bumping the package's own version means this change won't be published to the registry until the next time this package is released. To ensure that users of this adapter are required to use the new version of koishi-plugin-chatluna (which contains the context compression changes), you should also bump the version of this package (e.g., to 1.4.0-alpha.3). This observation applies to all other adapter and service packages in this PR where only the peerDependencies were updated.
This pr bumps package versions after PR #874.
New Features
None
Bug fixes
None
Other Changes
koishi-plugin-chatlunafor the context compression changes from PR [Refactor] improve context compression budgeting #874.koishi-plugin-chatluna-usagebecause PR [Refactor] improve context compression budgeting #874 touched its dashboard chart file.yarn bump core extension-usage.yarn lint-fix;yarn fast-build core extension-usage.