chore: version packages#223
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Reviewer's Guide此拉取请求(PR)是一次自动化的 Changesets 发布:提升 onebots 核心以及所有相关的适配器 / 协议 / 开发包的版本,更新它们的变更日志,并在修复 CLI 依赖解析问题后删除已消费的 changeset 文件。 已修复的 onebots CLI 依赖解析的序列图sequenceDiagram
actor Developer
participant pnpm
participant onebots_cli as onebots_CLI
participant node_resolver
participant inkjs_ui as inkjs_ui
participant react
Developer->>pnpm: pnpm add -g onebots
pnpm-->>Developer: onebots@1.2.3 installed
Developer->>onebots_cli: onebots -h
onebots_cli->>inkjs_ui: require inkjs_ui
inkjs_ui->>node_resolver: resolve react
alt [react dependency missing]
node_resolver-->>onebots_cli: Cannot find package react
onebots_cli-->>Developer: CLI fails to start
else [react dependency declared in onebots]
node_resolver-->>react: load react
react-->>inkjs_ui: initialized
inkjs_ui-->>onebots_cli: render help UI
onebots_cli-->>Developer: CLI help displayed
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your Experience访问你的 dashboard 以:
Getting HelpOriginal review guide in EnglishReviewer's GuideThis PR is an automated Changesets release that bumps onebots core and all related adapter/protocol/dev packages, updates their changelogs, and removes the consumed changeset file after fixing a CLI dependency resolution issue. Sequence diagram for fixed onebots CLI dependency resolutionsequenceDiagram
actor Developer
participant pnpm
participant onebots_cli as onebots_CLI
participant node_resolver
participant inkjs_ui as inkjs_ui
participant react
Developer->>pnpm: pnpm add -g onebots
pnpm-->>Developer: onebots@1.2.3 installed
Developer->>onebots_cli: onebots -h
onebots_cli->>inkjs_ui: require inkjs_ui
inkjs_ui->>node_resolver: resolve react
alt [react dependency missing]
node_resolver-->>onebots_cli: Cannot find package react
onebots_cli-->>Developer: CLI fails to start
else [react dependency declared in onebots]
node_resolver-->>react: load react
react-->>inkjs_ui: initialized
inkjs_ui-->>onebots_cli: render help UI
onebots_cli-->>Developer: CLI help displayed
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - 我发现了 1 个问题,并留下了一些整体反馈:
- Satori 协议的变更日志标题为
# @onebots/protocol-satori-v1-v1,而对应的包名是@onebots/protocol-satori-v1;建议修正标题以保持整个仓库中的命名一致。
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The changelog header for the Satori protocol is `# @onebots/protocol-satori-v1-v1` while the package is `@onebots/protocol-satori-v1`; consider correcting the header to keep the naming consistent across the repo.
## Individual Comments
### Comment 1
<location path="protocols/satori-v1/protocol/CHANGELOG.md" line_range="1" />
<code_context>
# @onebots/protocol-satori-v1-v1
+## 3.0.3
</code_context>
<issue_to_address>
**suggestion (typo):** Header likely has a redundant "-v1" suffix compared to other protocol package names.
In this changelog the header is `# @onebots/protocol-satori-v1-v1`, which appears to duplicate `-v1`. If the package is actually `@onebots/protocol-satori-v1`, please update the header for consistency with the other protocol changelog names.
```suggestion
# @onebots/protocol-satori-v1
```
</issue_to_address>Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Original comment in English
Hey - I've found 1 issue, and left some high level feedback:
- The changelog header for the Satori protocol is
# @onebots/protocol-satori-v1-v1while the package is@onebots/protocol-satori-v1; consider correcting the header to keep the naming consistent across the repo.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The changelog header for the Satori protocol is `# @onebots/protocol-satori-v1-v1` while the package is `@onebots/protocol-satori-v1`; consider correcting the header to keep the naming consistent across the repo.
## Individual Comments
### Comment 1
<location path="protocols/satori-v1/protocol/CHANGELOG.md" line_range="1" />
<code_context>
# @onebots/protocol-satori-v1-v1
+## 3.0.3
</code_context>
<issue_to_address>
**suggestion (typo):** Header likely has a redundant "-v1" suffix compared to other protocol package names.
In this changelog the header is `# @onebots/protocol-satori-v1-v1`, which appears to duplicate `-v1`. If the package is actually `@onebots/protocol-satori-v1`, please update the header for consistency with the other protocol changelog names.
```suggestion
# @onebots/protocol-satori-v1
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Deploying onebots with
|
| Latest commit: |
66f288d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://561f0ae6.onebots.pages.dev |
| Branch Preview URL: | https://changeset-release-master.onebots.pages.dev |
github-actions
Bot
force-pushed
the
changeset-release/master
branch
from
July 24, 2026 01:58
64f5dc1 to
66f288d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@onebots/adapter-dingtalk@3.0.3
Patch Changes
@onebots/adapter-discord@3.0.3
Patch Changes
@onebots/adapter-email@3.0.3
Patch Changes
@onebots/adapter-feishu@3.0.3
Patch Changes
@onebots/adapter-heychat@4.0.2
Patch Changes
@onebots/adapter-icqq@3.0.3
Patch Changes
@onebots/adapter-kook@3.0.3
Patch Changes
@onebots/adapter-line@3.0.3
Patch Changes
@onebots/adapter-mock@1.0.12
Patch Changes
@onebots/adapter-qq@3.0.3
Patch Changes
@onebots/adapter-slack@3.0.3
Patch Changes
@onebots/adapter-teams@3.0.3
Patch Changes
@onebots/adapter-telegram@3.0.3
Patch Changes
@onebots/adapter-wechat@3.0.3
Patch Changes
@onebots/adapter-wechat-clawbot@3.0.3
Patch Changes
@onebots/adapter-wecom@3.0.3
Patch Changes
@onebots/adapter-wecom-kf@2.0.3
Patch Changes
@onebots/adapter-whatsapp@3.0.3
Patch Changes
@onebots/adapter-zulip@3.0.3
Patch Changes
onebots@1.2.3
Patch Changes
@inkjs/ui未声明react依赖而报Cannot find package 'react'(onebots -h等命令无法启动)。@onebots/protocol-milky-v1@3.0.3
Patch Changes
@onebots/protocol-onebot-v11@3.0.3
Patch Changes
@onebots/protocol-onebot-v12@3.0.3
Patch Changes
@onebots/protocol-satori-v1@3.0.3
Patch Changes
onebots-dev@1.1.15
Patch Changes