diff --git a/.github/workflows/upload.yaml b/.github/workflows/upload.yaml index 32efb97..7e72593 100644 --- a/.github/workflows/upload.yaml +++ b/.github/workflows/upload.yaml @@ -22,7 +22,9 @@ jobs: corepack prepare yarn@4.12.0 --activate yarn --version - - uses: calcit-lang/setup-calcit@v1 + - uses: calcit-lang/setup-calcit@v1.3.0 + with: + tools: calcit,caps - name: Resolve Calcit dependencies run: caps --ci diff --git a/calcit.cirru b/calcit.cirru index 3fa05a7..35e14d9 100644 --- a/calcit.cirru +++ b/calcit.cirru @@ -1828,7 +1828,7 @@ :code $ quote defstruct Site (:storage-key 'String) (:archive-key 'String) :examples $ [] - :schema $ :: 'StructDef + :schema $ :: 'Enum |chrome-extension? $ %{} 'CodeEntry (:doc |) :code $ quote def chrome-extension? $ let @@ -2048,7 +2048,7 @@ :code $ quote defstruct ChatMessage (:role 'Tag) (:content 'String) (:thinking 'String) :examples $ [] - :schema $ :: 'StructDef + :schema $ :: 'Enum |ChatSession $ %{} 'CodeEntry (:doc |) :code $ quote defstruct ChatSession (:id 'String) (:created-at 'Number) @@ -2057,7 +2057,7 @@ :preview 'String :is-history? 'Bool :examples $ [] - :schema $ :: 'StructDef + :schema $ :: 'Enum |ChatState $ %{} 'CodeEntry (:doc |) :code $ quote defstruct ChatState (:answer 'Dynamic) (:loading? 'Bool) (:done? 'Bool) @@ -2065,12 +2065,12 @@ :model 'Dynamic :thinking 'Dynamic :examples $ [] - :schema $ :: 'StructDef + :schema $ :: 'Enum |MessageBoxState $ %{} 'CodeEntry (:doc |) :code $ quote defstruct MessageBoxState (:content 'String) (:search? 'Bool) (:think? 'Bool) (:focus-mode? 'Bool) :examples $ [] - :schema $ :: 'StructDef + :schema $ :: 'Enum |Store $ %{} 'CodeEntry (:doc |) :code $ quote defstruct Store (:states 'Map) @@ -2079,7 +2079,7 @@ :model 'Dynamic :archived-count 'Number :examples $ [] - :schema $ :: 'StructDef + :schema $ :: 'Enum |store $ %{} 'CodeEntry (:doc |) :code $ quote def store $ {} diff --git a/deps.cirru b/deps.cirru index 13622bc..08b73a4 100644 --- a/deps.cirru +++ b/deps.cirru @@ -1,9 +1,9 @@ -{} (:calcit-version |0.13.29) - :version |0.0.1 +{} (:calcit-version |0.13.33) + :version |0.0.2 :dependencies $ {} (|Respo/alerts.calcit |0.10.19) - |Respo/reel.calcit |0.6.6 + |Respo/reel.calcit |0.6.7 |Respo/respo-feather.calcit |0.4.4 - |Respo/respo-markdown.calcit |0.4.22 - |Respo/respo-ui.calcit |0.7.7 - |Respo/respo.calcit |0.16.72 + |Respo/respo-markdown.calcit |0.4.23 + |Respo/respo-ui.calcit |0.7.10 + |Respo/respo.calcit |0.16.83 diff --git a/history/2026082304-upgrade-calcit-01333.md b/history/2026082304-upgrade-calcit-01333.md new file mode 100644 index 0000000..bf49585 --- /dev/null +++ b/history/2026082304-upgrade-calcit-01333.md @@ -0,0 +1,6 @@ +# 2026-08-23 Calcit 0.13.33 upgrade + +- Updated the Calcit runtime, `@calcit/procs`, and released Respo dependencies. +- Bumped the module version to 0.0.2 for the next stable release. +- Pinned setup-calcit to `v1.3.0` and requested the current `calcit,caps` tools. +- Revalidated the canonical `calcit.cirru` snapshot, quality baseline, and JavaScript build path. diff --git a/package.json b/package.json index a39cdcd..506d304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@calcit/procs": "^0.13.29", + "@calcit/procs": "^0.13.33", "@google/genai": "^2.13.0", "@tiye/main-fonts": "0.0.1", "axios": "^1.15.0", @@ -17,6 +17,6 @@ "scripts": { "build": "rm -rfv dist && calcit calcit.cirru js && yarn vite build --base ./ && rm -rfv extension/dist && cp -vr dist extension/" }, - "version": "0.0.1", + "version": "0.0.2", "packageManager": "yarn@4.12.0" } diff --git a/yarn.lock b/yarn.lock index 4ce37ef..3235152 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,14 +5,14 @@ __metadata: version: 8 cacheKey: 10c0 -"@calcit/procs@npm:^0.13.29": - version: 0.13.29 - resolution: "@calcit/procs@npm:0.13.29" +"@calcit/procs@npm:^0.13.33": + version: 0.13.33 + resolution: "@calcit/procs@npm:0.13.33" dependencies: "@calcit/ternary-tree": "npm:0.0.26" "@cirru/parser.ts": "npm:^0.0.9" "@cirru/writer.ts": "npm:^0.1.9" - checksum: 10c0/d8db7c62054dda827557f1bd8c8d7a777c17b40bd43f51fb3b39c57386d1c1a41dad449b641201daa05ad14c38a423601c803b5d9eb3557ae0173ae1a03f570a + checksum: 10c0/132fa43ee4b5edb12bbdb04b11f528e73842752d2b7ec8dd716357129aa6e35f80fac35da87b8d09a17f0ad5f78572d8359bf7a9b7aa0c2cbc4e313569cdab6e languageName: node linkType: hard @@ -1573,7 +1573,7 @@ __metadata: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@calcit/procs": "npm:^0.13.29" + "@calcit/procs": "npm:^0.13.33" "@google/genai": "npm:^2.13.0" "@tiye/main-fonts": "npm:0.0.1" axios: "npm:^1.15.0"