Back to Bit

V1.9.124

releases-docs/releases/v1.9.124.md

14.8.9-server.11.3 KB
Original Source

title: v1.9.124 tag: v1.9.124 draft: false prerelease: false immutable: false author: GiladShoham created: 2025-04-15T18:51:58Z published: 2025-04-15T18:54:54Z url: https://github.com/teambit/bit/releases/tag/v1.9.124

Improvements

  • Add test coverage report to test results (in supporting versions of the testers) (#9657)
  • Add support for + policy in env.jsonc for version to be resolved from the workspace (#9641)
  • bit install --add-missing-deps supports skipping unavailable packages with the --skip-unavailable flag (#9667) (#9667)

Performance

  • bit start faster at handling many changes in components (#9668, #9651, #9655, #9642, #9670)

Bug Fixes

  • Fix an issue where Bit mis-fired componentNotFound issue (#9671)
  • Fix an issue where an API type wasn't named correctly in API Reference (#9673)
  • Fix an issue where in some cases component size wasn't calculated (#9659)
  • Fix an issue where bit env replace failed when env wasn't loaded (#9632)

Internal

  • Update dependencies (#9664, #9666, #9660, #9637)
  • Refactoring legacy code (#9640, #9639, #9638, #9636, #9635, #9654, #9658, #9559, #9650, #9644, #9665)
  • Add integrities to dependency graph (#9574)
  • Add trackMany API (#9661)
  • Add more validations to deps-resolver aspect data before saving (#9648)