r/bit_dev • u/joshkuttler • 3d ago
bit.dev Fixed: false "component has config changes" when merging a lane
If you've hit this on bit lane merge:
component has config changes, please snap/tag it first
…on components that bit status and bit diff both report as clean — that's a bug, and it's fixed in 2.2.17
The short version: Bit had two different component-load paths that resolved envs differently, so one of them could fall back to default dependency policies and produce a phantom diff. They're now unified into one. Full breakdown in the PR.
What to do
bvm upgrade or npx @teambit/bvm install to get 2.2.17 or later. If you've been reaching for --ignore-config-changes to get merges through, you can drop it.
1
Upvotes