chore: upgrade Calcit to 0.13.33 - #27
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Upgrades the project’s Calcit toolchain/runtime and related dependencies to Calcit 0.13.33, updates released module dependency pins, and bumps the module version in preparation for the next stable release.
Changes:
- Bump
@calcit/procsto^0.13.33and update the Yarn lockfile accordingly. - Update Calcit/Respo module pins in
deps.cirruand bump the module version to0.0.2. - Pin
calcit-lang/setup-calcittov1.3.0in CI and add a release-history entry.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
yarn.lock |
Locks @calcit/procs upgrade to 0.13.33. |
package.json |
Updates @calcit/procs dependency and bumps module version to 0.0.2. |
deps.cirru |
Updates Calcit version and Respo module dependency pins; bumps module version. |
calcit.cirru |
Updates schema metadata on defstruct entries (needs correction). |
.github/workflows/upload.yaml |
Pins setup-calcit to v1.3.0 and requests calcit,caps tools. |
history/2026082304-upgrade-calcit-01333.md |
Adds upgrade log entry (date currently in the future). |
Suppressed comments (5)
calcit.cirru:2051
- This entry defines a struct via
defstruct ChatMessage ..., but the metadata schema is set toEnum, which is inconsistent with the definition and was previouslyStructDef. If:schemais used for docs/type metadata, this will mislabel the symbol.
:schema $ :: 'Enum
calcit.cirru:2060
- This entry defines a struct via
defstruct ChatSession ..., but the metadata schema is set toEnum, which is inconsistent with the definition and was previouslyStructDef. If:schemais used for docs/type metadata, this will mislabel the symbol.
:schema $ :: 'Enum
calcit.cirru:2068
- This entry defines a struct via
defstruct ChatState ..., but the metadata schema is set toEnum, which is inconsistent with the definition and was previouslyStructDef. If:schemais used for docs/type metadata, this will mislabel the symbol.
:schema $ :: 'Enum
calcit.cirru:2073
- This entry defines a struct via
defstruct MessageBoxState ..., but the metadata schema is set toEnum, which is inconsistent with the definition and was previouslyStructDef. If:schemais used for docs/type metadata, this will mislabel the symbol.
:schema $ :: 'Enum
calcit.cirru:2082
- This entry defines a struct via
defstruct Store ..., but the metadata schema is set toEnum, which is inconsistent with the definition and was previouslyStructDef. If:schemais used for docs/type metadata, this will mislabel the symbol.
:schema $ :: 'Enum
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Rebases the previous upgrade onto current main and addresses the failed historical Actions run. Updates deps.cirru and @calcit/procs to Calcit 0.13.33, pins setup-calcit to v1.3.0 with calcit,caps tools, refreshes released module dependencies, and prepares the next stable module version.\n\nLocal validation: calcit docs agents --full; caps upgrade --all; calcit calcit.cirru edit format; calcit calcit.cirru --check-only; yarn install --immutable. Vite build is expected to run on Node 24 in CI.