chore: upgrade Calcit 0.13.73 and Respo 0.16.88 / 升级依赖链 - #35
Merged
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
deps.cirru and package.json currently disagree on the application/project version, which should be aligned or explicitly justified to avoid confusing release/version expectations.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Upgrades the msg-buffer dependency chain to the latest Calcit runtime/compiler pairing and Respo release, and records the rationale in history/ to support the deployment workflow that tracks main.
Changes:
- Bump Calcit runtime
@calcit/procsto 0.13.73 and update the Yarn lockfile accordingly. - Update
deps.cirruto Calcit 0.13.73 and Respo 0.16.88. - Add a history entry documenting the upgrade and validation steps.
File summaries
| File | Description |
|---|---|
| yarn.lock | Updates the lockfile resolution for @calcit/procs 0.13.73. |
| package.json | Bumps @calcit/procs dependency to 0.13.73. |
| deps.cirru | Updates Calcit and Respo versions for the Calcit dependency graph. |
| history/202609012330-upgrade-calcit-01373-respo-01688.md | Records upgrade rationale and validation notes. |
Review details
- Files reviewed: 3/4 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+2
to
3
| {} (:calcit-version |0.13.73) | ||
| :version |0.0.4 |
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.
English
Upgrade the deployed msg-buffer application to the freshly released typed-boundary dependency chain:
@calcit/procs: 0.13.72 → 0.13.73;calcit-capstool;yarn.lockand record the upgrade rationale inhistory/.The msg-buffer application version remains unchanged because
mainis deployed directly and this PR does not cut a tagged application release.中文
将线上 msg-buffer 应用升级到刚发布的严格类型边界依赖链:
@calcit/procs:0.13.72 → 0.13.73;calcit-caps;yarn.lock,并在history/记录升级依据。msg-buffer 自身版本号保持不变,因为项目通过
main直接部署,本 PR 不创建带 tag 的应用版本。Validation / 验证
caps --cicaps verify --toolchaincalcit calcit.cirru --check-onlycalcit calcit.cirru analyze quality --baseline config/calcit-quality.jsoncalcit calcit.cirru jsyarn vite build --base=./An additional opt-in
--strict-typesaudit reaches both entries but reports the repository's existing dynamic-method and untyped FFI warning debt; this flag is not enabled by the current CI and no baseline/source expansion is included in this dependency-only PR.额外运行的 opt-in
--strict-types审计可完成两个入口的预处理,但会报告仓库现有的动态方法与未类型化 FFI 告警债务;当前 CI 未启用该选项,本次纯依赖升级不扩大源码或 baseline 范围。