Skip to content

Release: Hallmark redesign + dependency upgrades - #146

Merged
sumitsahoo merged 8 commits into
mainfrom
dev
Jul 18, 2026
Merged

Release: Hallmark redesign + dependency upgrades#146
sumitsahoo merged 8 commits into
mainfrom
dev

Conversation

@sumitsahoo

Copy link
Copy Markdown
Collaborator

Overview

Release PR promoting the dev line to main (production). Bundles the Hallmark redesign, an experience-refinement pass, and a dependency upgrade. 120 files changed (+8,546 / −6,617).

⚠️ Merging to main triggers a production deploy via Cloudflare Workers Builds.

What's included

Hallmark redesign (3870bc5)

  • Adopts the Cloakyard typography family (Archivo + JetBrains Mono) and a Workbench macrostructure across the landing, standalone tools, and editor shell.
  • Introduces tokens.css as the portable design-token source of truth, self-hosted woff2 fonts, and a functional-uploader hero with technical proof ledgers.
  • Preserves the Ocean Blue primary, the one-accent invariant, slate hairline borders, light/dark modes, and all editor/standalone tool behavior.
  • Adds AGENTS.md (Codex guidance mirror of CLAUDE.md).

Experience refinement (34ef7b5)

  • Refines the CloakPDF experience across every surface.

Dependency upgrades (cd11822)

  • @langchain/core 1.2.2 → 1.2.3, @langchain/langgraph 1.4.7 → 1.4.8
  • @llamaindex/liteparse-wasm 2.5.0 → 2.6.0
  • lucide-react 1.23.0 → 1.25.0
  • tailwindcss + @tailwindcss/vite 4.3.2 → 4.3.3
  • vite-plus + @voidzero-dev/vite-plus-core 0.2.4 → 0.2.5 (incl. the vite override)
  • @langchain/community held at 1.1.29 — deprecated upstream but still its latest-stable dist-tag (only a 1.0.0-alpha prerelease exists); used solely for BM25Retriever.

Also carries the dependabot voidzero-dev/setup-vp 1.12.0 → 1.15.0 CI bump already on main, so the branches stay in lockstep.

Verification

All green before promotion:

  • vp check — format + lint + type-check clean
  • vp build — tsc + production build + PWA service worker
  • vp test — 322 unit tests pass
  • e2e — UI tools suite, AI/RAG Ask PDF (cold+warm index, exact phone/email/address extraction, model swap), and extended editor render flows (compress, signature pen, font embedding, drag-resize) all pass

Notes

  • A separate dependabot alert (1 high, npm advisory — #7) is still open on the repo and is unrelated to the setup-vp bump; not yet triaged against this branch.

…oakDrop family signature

Adopt the Cloakyard typography family (Archivo + JetBrains Mono) and a
Workbench macrostructure across the landing, standalone tools, and editor
shell. Introduces tokens.css as the portable design-token source of truth,
self-hosted woff2 fonts, and a functional-uploader hero with technical
proof ledgers.

Preserves the Ocean Blue primary, one-accent invariant, slate hairline
borders, light/dark modes, and all editor/standalone tool behavior. Also
adds AGENTS.md (Codex guidance mirror of CLAUDE.md).
… tailwind)

- @langchain/core 1.2.2 → 1.2.3
- @langchain/langgraph 1.4.7 → 1.4.8
- @llamaindex/liteparse-wasm 2.5.0 → 2.6.0
- lucide-react 1.23.0 → 1.25.0
- tailwindcss + @tailwindcss/vite 4.3.2 → 4.3.3
- vite-plus + @voidzero-dev/vite-plus-core 0.2.4 → 0.2.5 (vite override too)

@langchain/community held at 1.1.29: the package is deprecated upstream but
1.1.29 is still its latest-stable dist-tag and there is no drop-in replacement
(only a 1.0.0-alpha prerelease). Used solely for BM25Retriever.

Verified: vp check, vp build, 322 unit tests, and the full e2e suite
(UI tools, AI/RAG Ask PDF, extended editor render flows) all pass.
Redesign: unified Hallmark landing/tools/editor + dependency upgrades
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 18, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
cloakpdf c3efa1a Commit Preview URL

Branch Preview URL
Jul 18 2026, 01:04 PM

Pins the transitive adm-zip (via onnxruntime-node → @huggingface/transformers,
Node-only — never in the browser bundle) past the High path-traversal advisory
that the CI osv-scanner Dependency Audit flags, unblocking the dev → main release.

Verified: osv-scanner --lockfile=pnpm-lock.yaml → "No issues found";
vp check, vp build, and 322 unit tests pass.
@sumitsahoo
sumitsahoo merged commit 035a7e9 into main Jul 18, 2026
5 checks passed
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.

1 participant