fallow 3.9.1 → 3.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -442,7 +442,10 @@ fallow migrate
442
442
 
443
443
  Creates `.fallowrc.json` with mapped settings:
444
444
  - knip `rules`/`exclude`/`include` → fallow `rules` (error/warn/off)
445
- - knip `ignore` → fallow `ignorePatterns`
445
+ - knip `ignore` → fallow `ignoreFindings` (matching dead-code findings are
446
+ hidden, but matching files remain in the module graph; leading `!` exceptions
447
+ are preserved; multi-source findings stay visible unless every source owner
448
+ matches)
446
449
  - knip `ignoreDependencies` → fallow `ignoreDependencies`
447
450
  - knip `ignoreExportsUsedInFile` → fallow `ignoreExportsUsedInFile` (boolean and `{ type, interface }` object form both supported; fallow groups type aliases and interfaces under one issue, so the two type-kind fields behave identically)
448
451
  - Unmappable fields generate warnings with suggestions