[Refactor] bump package versions for 1.4.0-alpha.0#814
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 core package version to 1.4.0-alpha.0 and synchronizes dependency and peer dependency versions across multiple adapter and extension packages. Specifically, @chatluna/v1-shared-adapter is updated to 1.0.32. One issue was identified in packages/adapter-rwkv/package.json where the shared adapter dependency is pinned to a specific version instead of using a caret range, which is inconsistent with the rest of the monorepo.
| ], | ||
| "dependencies": { | ||
| "@chatluna/v1-shared-adapter": "1.0.31", | ||
| "@chatluna/v1-shared-adapter": "1.0.32", |
There was a problem hiding this comment.
The dependency @chatluna/v1-shared-adapter is pinned to a specific version here, while other adapter packages in this PR use a caret range (^1.0.32). For consistency across the monorepo and to allow for compatible patch updates, it is recommended to use the caret range unless there is a specific reason for pinning.
| "@chatluna/v1-shared-adapter": "1.0.32", | |
| "@chatluna/v1-shared-adapter": "^1.0.32", |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ccfbe841f5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "peerDependencies": { | ||
| "koishi": "^4.18.9", | ||
| "koishi-plugin-chatluna": "^1.3.36" | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.0" |
There was a problem hiding this comment.
Bump package version for peer/dependency metadata changes
This package’s dependency metadata changed (@chatluna/v1-shared-adapter and koishi-plugin-chatluna ranges), but the package version stayed 1.3.11; if 1.3.11 is already published, npm will not allow republishing that version, so consumers cannot receive this compatibility update and release automation can fail on publish. Please increment the package version (and similarly for other touched packages with metadata-only changes) whenever package.json dependency or peerDependency constraints are modified.
Useful? React with 👍 / 👎.
description: |-
This pr updates the ChatLuna core package to 1.4.0-alpha.0 and aligns dependent package versions and peer dependency ranges across the monorepo for the alpha release.
New Features
List new features here
Bug fixes
See the list of fixed issues below
Other Changes
koishi-plugin-chatlunato1.4.0-alpha.0