| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-08 | 1.4 kB | |
| v2.0.11 source code.tar.gz | 2026-07-08 | 4.9 MB | |
| v2.0.11 source code.zip | 2026-07-08 | 6.4 MB | |
| Totals: 3 Items | 11.3 MB | 0 | |
Features
bit import --write-to-empty-dir— instead of failing when the target directory is occupied,bit importwrites the component into the next available empty directory (e.g.renderers/class→renderers/class_1). Aimed at non-interactive clients like the IDE plugin that can't prompt for--override; without the flag, behavior is unchanged (#10471)
Bug Fixes
bit ci pr --keep-laneconfig sync — env migrations made on main now propagate to the PR lane with their version, instead of crashing the snap withExternalEnvWithoutVersionor keeping the stale env (#10469)bit ci pr --keep-laneon fresh runners — config sync from main now pre-fetches each component's common-ancestor object, so the 3-way merge actually lands instead of silently no-op'ing with… was not found on the filesystem(#10464)
Improvements
- Core environments on TypeScript 6 —
core-aspect-env,node-babel-mocha, andnode-typescript-mochaupdated to their TS6 releases (1.0.0), and@teambit/typescript.typescript-compilerto^3.0.0. The new toolchain compiles with TypeScript 6.0.3, pins the ambient@typesthe mocha envs need (TS6 no longer auto-includesnode_modules/@types), and publishes dist-pointingexports. Also bumps@teambit/harmonyto0.4.12and migrates remaining components off the legacy core envs (#10473, [#10466], [#10463], [#10470])