Open
Description
openedon Jul 18, 2024
#186437 upgrades upgrade typescript into v5.1.6
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.
There is a list below with the files (and teams those belong to) where the annotations were added. If each team could provide help of fixing the ones under their domain it would be fantastic. It can be done in this PR or in subsequent ones.
Below are list of @ts-expect-error upgrade typescript v5.1.6
that need to be resolved once #186437 is merged
@elastic/security-solution
- x-pack/plugins/security_solution/common/api/detection_engine/rule_management/import_rules/rule_to_import.test.ts
- x-pack/plugins/security_solution/common/endpoint/generate_data.ts
- x-pack/plugins/security_solution/public/common/components/guided_onboarding_tour/tour.test.tsx
- x-pack/plugins/security_solution/public/common/components/matrix_histogram/index.tsx
- x-pack/plugins/security_solution/public/common/components/ml/links/create_explorer_link.tsx
- x-pack/plugins/security_solution/public/entity_analytics/components/asset_criticality_file_uploader/reducer.test.ts
- x-pack/plugins/security_solution/public/explore/users/pages/details/breadcrumbs.ts
- x-pack/plugins/security_solution/public/management/services/exceptions_list/check_artifact_has_data.ts
- x-pack/plugins/security_solution/scripts/run_cypress/parallel.ts
@elastic/security-threat-hunting-investigations
- x-pack/plugins/security_solution/common/utils/field_formatters.ts
- x-pack/plugins/timelines/common/utils/field_formatters.ts
- x-pack/plugins/security_solution/public/timelines/containers/index.tsx
- x-pack/plugins/security_solution/server/lib/timeline/utils/compare_timelines_status.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment