Breaking: cva 1.0 upgrade removes cvaMerge from @trackunit/css-class-variance-utilities
@trackunit/css-class-variance-utilities (from 2.0.0) has upgraded to the upstream cva@1.0.0-beta.8 package. cvaMerge is removed with no compatibility shim — if any of your code calls it, bumping this dependency without running the migration is a compile failure, not a deprecation warning. Repos that never called cvaMerge are unaffected.
Run these two commands in the consuming repo after bumping the dependency:
nx g @trackunit/migrations:migrate
nx g @trackunit/migrations:run-migrations