- Detect CSS-only updates via existing
moduleInfodefault-export signals. - Swap the updated
knightedCssstring into liveCSSStyleSheetinstances without rerendering component trees. - Expose helper hooks (e.g., via
asKnightedCssCombinedModule) so framework adapters can opt in incrementally.
- Remove the triple-slash references from
types.d.tsfor v2.0, replacing them with standard ESM import/export wiring. - Ensure the new pipeline preserves the current downstream behavior for 1.x users via a documented migration path.
- Add a CLI
--excludeoption to skip directories/files during type generation scans.
- Evaluate promoting
lightningcssto a peer dependency so consumers can align with their own upgrade cadence. - Document fallbacks for specificity workflows if teams opt to satisfy the peer via compatible forks or alternative transformers.
- Allow configuring conditionNames for
pkg:resolution (e.g., opt intosassor custom priority ordering). - Allow opting into explicit
tsconfigselection instead oftsconfig: autowhen resolvingpkg:specifiers.