Likely to cause new Flow errors:
- Deleted the
implicit-inexact-objectlint, it no longer does anything sinceexact_by_default=falsewas deprecated. exact_by_default=falseis now deprecated in.flowconfig. Read this blog post on how to migrate, and our docs on objects for more.exact_by_default=trueis the default (since 2023) so simply delete the option when migrating.
Notable bug fixes:
- Fixed incorrect enum cast suggestion when using an enum as a type argument