When running the CLI, downloads will show their progress,
e.g. `1.12 MB/ 3 MB`, showing only significant digits.
As the output is constantly updated, the length of the line in the
output might constantly change (2.99 -> 3 -> 3.3 -> 3.33), leading
to a visually very noisy display.
close#6901
---------
Co-authored-by: Zoltan Kochan <z@kochan.io>
In order to filter out packages from the installation summary,
a filter function may be passed to the reporter: filterPkgsDiff.
This feature is only useful for Bit CLI currently.
Related PR: https://github.com/teambit/bit/pull/7176