elastic / kibana

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

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

Open lukasolson opened 1 month ago

lukasolson commented 1 month 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 1 month ago

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