mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
dddbf46100
Bump packages/angular build-time devDeps (@angular/* + ng-packagr) ^19 to ^21, TypeScript to ~5.9, zone.js to ~0.15, and @analogjs vite/vitest plugins to ^2.6 for Angular 21 test support. peerDependencies unchanged (^19 || ^20 || ^21). Add a "types" condition to the package exports map (and fix the top-level "types" path) so Angular 21 consumers under node16/bundler resolution resolve the emitted .d.ts. Minimal source fixes required by the new toolchain: a Tailwind v4 CSS-escape in copilot-chat-input, and markForCheck() before detectChanges() in the agent-context spec for Angular 21 change detection.