Skip to content

refactor: migrate memoization to Respo - #24

Merged
tiye merged 7 commits into
mainfrom
codex/upgrade-calcit-0.13.19
Aug 17, 2026
Merged

refactor: migrate memoization to Respo#24
tiye merged 7 commits into
mainfrom
codex/upgrade-calcit-0.13.19

Conversation

@tiye

@tiye tiye commented Aug 17, 2026

Copy link
Copy Markdown
Member

Summary

  • upgrade the project to Calcit 0.13.19
  • remove the obsolete memof dependency, imports, module entry, and Vite chunk rule
  • use Respo render-with! and memo-comp-by for component memoization
  • update @google/genai and its lockfile

Verification

  • cr --check-only
  • cr test
  • cr js
  • yarn vite build

Copilot AI lite review requested due to automatic review settings August 17, 2026 07:06

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades the project’s Calcit toolchain/runtime version and synchronizes the Node-side @calcit/procs dependency so the JS build pipeline aligns with the updated Calcit release.

Changes:

  • Bump :calcit-version in deps.cirru to 0.13.19.
  • Upgrade @calcit/procs to ^0.13.19 in package.json and update yarn.lock accordingly.
  • Remove the calcit-lang/memof entry from deps.cirru (currently appears to be accidental/breaking).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
yarn.lock Updates lockfile resolution/checksum for @calcit/procs@^0.13.19.
package.json Bumps @calcit/procs dependency to ^0.13.19.
deps.cirru Updates Calcit version to 0.13.19 but also removes calcit-lang/memof (problematic given current codebase usage).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread deps.cirru
Comment on lines +2 to 4
{} (:calcit-version |0.13.19)
:version |0.0.1
:dependencies $ {} (|Respo/alerts.calcit |0.10.17)
@tiye tiye changed the title chore: upgrade calcit to 0.13.19 refactor: migrate memoization to Respo Aug 17, 2026
@tiye
tiye merged commit 258fdd8 into main Aug 17, 2026
1 check passed
@tiye
tiye deleted the codex/upgrade-calcit-0.13.19 branch August 17, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants