feat(v1.1.1): SQL highlight fix, autocomplete ext, dev tag + CI PR-trigger #4
Loading…
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Four-item patch on the v1.1 line (architect design in docs/architecture/v1.1.1-design.md; ADRs #34 + #35 appended).
Restore SQL syntax highlighting — @codemirror/view de-duplicated to a single instance via a pnpm override (6.7.1 pin + 6.43.8 transitive -> one 6.43.8); ADR #34. Pin bumped, release-age exclude updated, new check-codemirror-dedupe.mjs CI guard, Playwright token-class assertion, stale dual-view comments cleaned. State left unsplit (6.7.1 is latest + satisfies view); only view overridden.
Vendor the duckdb-wasm autocomplete extension (extends ADR #32): added to fetch + check scripts, manifest + 2 wasm binaries committed. Coordinator unchanged (lazy custom_extension_repository autoload).
Drop the pull_request trigger from ci.yml (temporary, re-enable is a follow-up); push + concurrency intact, release.yml untouched.
Rolling dev image tag on dev pushes (ADR #35 extends #21): dev push now publishes dev (moving) + dev- + sha-; main/v* unchanged; release.yml header comment updated in lockstep.
Also: sql-query.md flips the highlighting deferral to shipped (analyst); ARCHITECTURE/COMPONENTS/ci-cd-design living docs updated; v1.1.1.md Plan layer appended.
v1.1.2: scope opened to a second item — investigate bumping pnpm off 11.20.0 (minimumReleaseAge 'Invalid time value' crash). Framed as investigate-then-decide; preliminary finding: latest pnpm 11.21.0 changelog does NOT list a fix, so a bump is not evidence-based until reproduced.
Co-Authored-By: Xavier's assistant assistant@gijoe88.com