Likely to cause new Flow errors: We've changed how Flow lint severity is calculated. We used to look at every location mentioned by a lint and we'd use the lowest severity, where Off < Warn < Error. Now we just use the severity at the lint's first location. Flow suppression comments (e.g. // $FlowFixMe) can still suppress a lint at any mentioned location. Depending on your setup, this change may e