You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set BIT_DISABLE_CONSOLE=true BIT_DISABLE_SPINNER=true to get more focused CI logs (#8765)
bit login --refresh-token to generate a new token, instead of bit logout && bit login, also added prompt when running bit login when token is already set (#8760, #8758)
Enforce cases where component should import it's own files, not it's module (for example, for component @teambit/design.button use import { Button } from "./button" instead of import { Button } from "@teambit/design.button") (#8757)
Component dependencies in workspace.jsonc entries to update during bit import (#8761)
Performance
50% faster compile step during bit build when using @teambit/typescript.typescript-compiler@^2.0.27 (#8755, #8773, #8774)
bit compile and bit link are about 60% faster, each (#8734)
Tarball from bit doctor --archive is much smaller (#8767)