Fix malformed migrate output for renamed rules (
5f837df)
biome migrate now preserves separator state correctly when a renamed rule is the last item in a group, preventing an invalid trailing comma from being emitted. That matters because the bad output could abort migrations of strict-JSON biome.json files with a parse error.
Other misc changes
- Added a regression test and snapshot for
renamedRuleLastInGroup. - Changelog entry for the patch release.