Skip to content

chore: upgrade calcit to 0.13.27 - #28

Merged
tiye merged 5 commits into
mainfrom
codex/upgrade-calcit-0.13.19
Aug 19, 2026
Merged

chore: upgrade calcit to 0.13.27#28
tiye merged 5 commits into
mainfrom
codex/upgrade-calcit-0.13.19

Conversation

@tiye

@tiyetiye commented Aug 17, 2026

Copy link
Copy Markdown
Member

Per cr docs read upgrade:

  • caps upgrade --all: :calcit-version -> 0.13.19; pinned deps bumped to latest tags
  • @calcit/procs synced to ^0.13.19 in package.json / yarn.lock
  • modules re-synced via caps

deps.cirru audit: uses |main branch refs (kept as-is); no :dev-dependencies section.

CopilotAI lite review requested due to automatic review settings August 17, 2026 07:04

CopilotAI 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

This PR upgrades the project’s Calcit toolchain and related dependencies, updating both the Calcit runtime version in deps.cirru and the Node dependency @calcit/procs, with a regenerated yarn.lock.

Changes:

  • Bumped :calcit-version to 0.13.19 and updated several Respo module versions in deps.cirru.
  • Upgraded @calcit/procs in package.json to ^0.13.19.
  • Regenerated yarn.lock, which is now in modern Yarn (Berry) lockfile format (__metadata.version: 8).

Reviewed changes

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

FileDescription
yarn.lockLockfile regenerated; now uses modern Yarn lockfile format and updated transitive resolutions.
package.jsonBumps @calcit/procs to ^0.13.19 (and removes an empty scripts field).
deps.cirruUpdates :calcit-version and bumps pinned Calcit module versions.

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

Comment threadpackage.json
Comment on lines 2 to 6
"name": "calcit-workflow",
"version": "0.1.0",
"description": "ClojureScript workflow using Calcit Editor",
"main": "index.js",
"scripts": {},
"repository": {
@tiyetiye changed the title chore: upgrade calcit to 0.13.19chore: upgrade calcit to 0.13.27Aug 19, 2026
@tiye
tiye merged commit 7dd95ba into mainAug 19, 2026
1 check passed
@tiye
tiye deleted the codex/upgrade-calcit-0.13.19 branch August 19, 2026 17:28
Sign up for freeto 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

@tiye