elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.67k stars 8.23k forks source link

[DataDiscovery] Remove Typescript 5.1.6 upgrade @ts-expect-error annotations #187926

Open lukasolson opened 4 months ago

lukasolson commented 4 months ago

Summary

From https://github.com/elastic/kibana/pull/186437:

This PR bumps the Typescript version used on Kibana into v5.1.6. The full set of changes can be found here and here.

In order to make assumptions over the codebase and all the type of errors I choose to mark the failures with @ts-expect-error and let each team decide how to handle it.

Our team's list of changes:

elasticmachine commented 4 months ago

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)