Skip to content

v1.12.158

Latest

Choose a tag to compare

@GiladShoham GiladShoham released this 15 Oct 12:05
· 33 commits to master since this release

New Features

  • New bit validate command to run a complete test, lint, compile and typecheck for a project to use before snapping to CI (#10022)
  • New Bit Scripts for simple shell commands or function execution for components (#10028)
  • Supports minimumReleaseAge and minimumReleaseAgeExclude from pnpm, for better software supply chain security (#10002)
  • externalPackageManager:true configuration for workspace.jsonc to have Bit externalize dependency management to package.jsonc (#9821)

Improvements

Performance

  • Don't read and parse the lockfile multiple times for calculating deps graph (#10019)

Bug Fixes

  • Fix an issue where test duration had incorrect format (#9940)
  • Fix an issue where component count on component liabilities was miscalculated (#10021)
  • Fix an issue where package.json aliases didn't register as dependencies (#10011, #9975, #9955)
  • Fix an issue where + for dependencies in env.jsonc didn't register correctly (#10037)
  • Fix an issue where bit new wasn't resolving a remote env (#9981)
  • Fix an issue where pattern exclusion not working correctly with negation patterns (#10031)
  • Fix an issue where broken junctions created on Windows (#10030)

Internal