Back to Bit

V1.6.73

releases-docs/releases/v1.6.73.md

14.8.9-server.12.4 KB
Original Source

title: v1.6.73 tag: v1.6.73 draft: false prerelease: false immutable: false author: GiladShoham created: 2024-03-03T12:54:25Z published: 2024-03-03T12:55:17Z url: https://github.com/teambit/bit/releases/tag/v1.6.73

New Features

  • Navigate from components to their dependencies from the code viewer (#8556)
  • Mark a component to be a peerDependency when installed to a workspace with bit set-peer <comp> [range] (#8591, #8561)
  • Introduce "--skip-tasks" flag to filter out specific tasks from a build pipeline (#8611)

Changes

  • Update base component templates (#8574, #8573, #8588, #8614)
  • Generate package.json with type:module on bit init (#8572)
  • Improve various CLI outputs and errors (#8605, #8603, #8602, #8592, #8585, #8532, #8578, #8593, #8595)

Performance

  • Avoid calculating whether a component ID belong to a lane if all objects exist (#8607)

Bug Fixes

  • Fix various bugs in @exports for automated API schema; remove duplicate values and allow more types of nodes to export (#8552, #8553)
  • Remove redundant dependencies from basic starter workspace policy (#8555)
  • Fix output when importing artifacts from a lane (#8545)
  • Fix and issue where after creating a component an error message for tsconfig not found appeared (#8562)
  • Fix an issue where comparing for modifications was against the head of the lane, not what is current in workspace (#8554)
  • Fix an issue where components marked as peerDependencies are missing many "component dependencies" features, like being presented on the dependency graph, and not triggering auto-tag (#6375)
  • During update-dependents ensure dependency versions are set according to the lane (#8566)
  • Fix an issue where peerDependencies changes weren't listed on bit diff (#8586)
  • Fix an issue where EOF char showed as change in bit diff (#8610)
  • Fix an issue where prints to terminal on windows lost pretty colors (#8601)
  • Enable running bit move after manually moving a component on the file system (#8599)
  • Sort list of dependencies by name (#8594)
  • Fix an issue where snap-hash wasn't converted to semver before checking for workspace.jsonc conflicts (#8590)
  • Convert mainFile to linux format before saving into component objects (#8608)

Internal

  • Ability for envs to manipulate generated API schema (#8559)
  • Improve ESM support (#8548)
  • Various cleanup and code refactors (#8547, #8613, #8606, #8568, #8579, #8569, #8598, #8596, #8604)