Skip to content

[Lens] Fix ts-expect-error after TS Upgrade#241765

Closed
markov00 wants to merge 25 commits intoelastic:mainfrom
markov00:2025_11_04-fix_ts_expects
Closed

[Lens] Fix ts-expect-error after TS Upgrade#241765
markov00 wants to merge 25 commits intoelastic:mainfrom
markov00:2025_11_04-fix_ts_expects

Conversation

@markov00
Copy link
Copy Markdown
Contributor

@markov00 markov00 commented Nov 4, 2025

Summary

This fixes just the Lens/Visualization team changes after the upgrade of TS in #239670

mistic and others added 25 commits October 20, 2025 03:05
…ally, or add an exception to src/dev/yarn_deduplicate/index.ts and then commit the changes and push to your branch
@elasticmachine
Copy link
Copy Markdown
Contributor

🤖 Jobs for this PR can be triggered through checkboxes. 🚧

ℹ️ To trigger the CI, please tick the checkbox below 👇

  • Click to trigger kibana-pull-request for this PR!
  • Click to trigger kibana-deploy-project-from-pr for this PR!
  • Click to trigger kibana-deploy-cloud-from-pr for this PR!

mistic added a commit that referenced this pull request Nov 28, 2025
Closes elastic/kibana-operations#306

This PR bumps the Typescript version used on Kibana into v5.9.3. The
full set of changes can be found
[here](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/).

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.

Here it goes the list for follow up:

@elastic/kibana-core 
- [ ]
[src/core/packages/overlays/browser-internal/src/banners/user_banner_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ac50db1dac03d7f60d8cc57a56df8fa36820bcfe7d81967d0b8c279d17777696)
- [ ]
[src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf0122c4ed123e7338e58df0a5862f491212bdff8cfff6c8b8834c9211561ded)
- [ ]
[src/core/server/integration_tests/elasticsearch/user_agent.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-9094163d9e921d4d174d54a6e4dee63d054fb8efacf96b2b77a33be27dec5d1f)
- [ ]
[src/platform/packages/shared/kbn-object-utils/src/calculate_object_diff.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a24c67b387939917a45437c2f5aa89b75b76b7e9e69c5140bbd13e8d0b62537)

@elastic/response-ops 
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.ts](https://github.com/elastic/kibana/pull/239670/files#diff-44fecefafbc40329184f0d568dca54b26abfbb83807586dda18f3e746d5061bc)
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5196163e2c4b168f8d5a3d94ee91e6a10770559acc0f94aa3cd894566c138c22)
- [x]
[src/platform/packages/shared/response-ops/alerts-table/reducers/bulk_actions_reducer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d6860387f350c09260d08a9297a9f452454551b82bc0a7f98c1f80712d794d18)
- [x]
[src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_settings.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-35580259b1ef01b93daa34182f76f4fa08772e8a7a7cbbdc7cbc207193adf677)
- [x]
[x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2855db30b28d3ac7c346977cc33bab8cab40a2b2a02d7a7e0c53ec721e04a502)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5e647a92c64de04704aca03ac12aaeb742137dcf52343ae30cf15eac1039d53c)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f5c79b8506c6debc78f9f2b05628b0d9c15fde417168da57a974b87ab6f76b40)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d887ec01b6b4a30995a0463198747dc354f411e6d69db4eca8469d6fde5bdf6)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8f2ddaca234278ab131ae42bae407e7cabd425fe84a9f2d4bf7315dc466c50c1)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a69c8bc1f38240020ff832cd4480efd8b4a015b70c1f6969b524c58004e9846e)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2dad7b60caa23246de17e52adf4ce732bbb658c134c4bc7bc3aa742cc70b524a)
- [x]
[x-pack/platform/plugins/shared/task_manager/server/monitoring/workload_statistics.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2501eb1f9c620a4ac41956d89b8f41a6614f51eb9bf6c937b9fbb025545861c8)
- [x]
[x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0bedb766d1cd5982a6f0728e924711fa67f81df4b4b3ee58a8b7b889978a2edf)

@elastic/kibana-visualizations PR that will address these changes
#241765
- [ ]
[src/platform/packages/shared/kbn-coloring/src/shared_components/coloring/color_ranges/color_ranges.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c720597b7a7748c714442600b4787a58fc7b7384b3d2e87f7264ed2a6ad88840)
- [ ]
[src/platform/plugins/private/vis_default_editor/public/components/controls/time_interval.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-363ce38d4970e9c4d54723674da395f50d0177db11d63fd1abc2d437279b7390)
- [ ]
[src/platform/plugins/private/vis_types/vega/public/vega_request_handler.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b444710640e49cc569077c841ea6422e036dc0cf58822b73edf7634a5b06265)
- [ ]
[src/platform/plugins/shared/charts/public/static/components/endzones.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ac7af2740ee3ce8fd75066070fa1cf3b535fac3882f727d4f41ee84c955edaaa)
- [ ]
[src/platform/plugins/shared/expressions/common/execution/execution.ts](https://github.com/elastic/kibana/pull/239670/files#diff-31d7c4aaa34d483729f5e52fc04e9f87b3760a07cc011b22ba55fec10942ef74)
- [ ]
[src/platform/plugins/shared/expressions/common/executor/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e94e0a27b82f0432b3606f57931efd2e71bfdd9843e8b353805fc162d3c18632)
- [ ]
[src/platform/plugins/shared/expressions/public/react_expression_renderer/use_expression_renderer.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0f3a2d158c987f7656db8a2275bdbe5412c9d0efe29660277e7ee7fc2568a8e7)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/public/application/components/annotation_row.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-610447085f405a97d4450d5d9c530d3f0c4b41f07294795c8ea9a3f8a796b49f)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/server/lib/vis_data/request_processors/annotations/query.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-dcad1455161bd43d6ccdec21342ad426ff795aeb188d266b97953a1695940429)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28fe0ae5335cfc1f7f04aaaea5f91212447763243cdf8f10d1b86ff2d165453a)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/reference_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5cc1c57be57dda298c1a0738cfccf8ee0364caf293cdbbc18459a37f640f0bdb)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/definitions/terms/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e39f068397a0a59296917afd8039dc93641ec76dbcb351dc01f430c6355eddba)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/layer_helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc3da53a9218d38cbe92ad43eb6517927ed12ef1f069c9bc656368c6d2e260ca)

@elastic/kibana-data-discovery
- [x]
[src/platform/packages/shared/kbn-discover-utils/src/utils/get_field_value.ts](https://github.com/elastic/kibana/pull/239670/files#diff-db3df91932dc3f8bec752f6c15732d41e1c79ca65b19de7b005a5bdcad9efb1f)
- [x]
[src/platform/packages/shared/kbn-unified-histogram/__mocks__/data_view.ts](https://github.com/elastic/kibana/pull/239670/files#diff-58d83255e98ac6d800c6cc43471e1250a03359de39cfdb84068568ca21243354)
- [x]
[src/platform/plugins/shared/data/public/now_provider/lib/get_force_now_from_url.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-14b3e25af8d1804345fda8cc5a2bedcbb7bdf9144d528d1f673f555c5915e0cc)
- [x]
[src/platform/plugins/shared/data/public/utils/table_inspector_view/components/data_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ea9cdc715c36038df4c4a92cf11a91365e91309c9940f5ed545de38da0cdae11)
- [x]
[src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-52a45dff5bfb00da72b090f1159ce09a9de4667f6509ccaf6b836004ac2918e6)
- [x]
[src/platform/plugins/shared/discover/public/application/main/data_fetching/fetch_all.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-09a01eebf7550a167a8cc3a5b5ffa5c2219f58a006f6404df6b1247b99b268ad)
- [x]
[src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-896915d4d587cf41055945ba62ee252644e8dd90a68e8504cb22ef56c7e23e4d)
- [x]
[src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47f15c222f66673849c2542257458a490e13a1f1ef1bd5e4e8a4ac9ea7e2db2d)

@elastic/kibana-management 
- [x]
[src/platform/packages/shared/kbn-management/settings/utilities/setting/normalize_settings.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b19ef5649a80c20afc612504234a40e1674f0fbf5f89294c378dc3525145eab)
- [ ]
[x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/data_tier_allocation_field/components/default_to_data_tiers_notice.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2b2cf4d571959c038eb6333f5ed4f978473885eb5799f39346c050d3c1d8c7bb)
- [ ]
[x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_fields/get_alert_fields_by_rule_type_ids.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a621112bd4a93998231cbadf1e85b8eb8d05789cb674dbc45574f0c51bc9c05)

@elastic/kibana-presentation 
- [ ]
[src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a2e9b17841c9fb9fd90309d13245aa5a18058569492e353de3ec533010ce5522)
- [ ]
[src/platform/plugins/shared/unified_search/public/dataview_picker/mocks/dataview.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1953a1a5c0247112325d5a2837c36e83bd1d7963aa52e45a49b186fd6eed7b34)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/axis_config/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bfc3e9a1945a2b75f12042a75ac1f69f6ab28c8a6b07f2b0cec8c7fe53071250)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/date_format/date_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c5eccd5206da1eabe873072085a1cc61a7408b196596a1e28bb6fe8c777c0cf5)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/number_format/number_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-693cc0238d27a4bdb159ff4dcc49772f2ae0f1411048e54045290398282a831d)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/palette/palette.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2abc0cb043d20bb9730b027c2fe60537a0e9aa53a8b31cc9d7e0289640bf252)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-92cf2e84ee10c41220a50f9295daa3ff47aa87d70890ee11ffe718dff36085a1)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ca0344bbfab36961a2eff7873595ed2aa320fee37ee8967a52f072e9a110a9ba)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/arg_form/arg_simple_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9ec45d840f31aba4e86726b334dc226450e82d8def2fc9e6f61593f3c6ada2cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/asset_manager/asset_manager.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fdcb5934ff9a3b09c22d1f738587011679892b563ac1029c7df28415caa39f94)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_dot/color_dot.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0831d73fc90ccdcf1ea710c44e85a1b7982c687191ff9badc9d3d53ff7b38229)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_picker_popover/color_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1934edebe3902d36f308d328827cf18ad9adecafc63a56e27376b9aa9a0e460e)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/confirm_modal/confirm_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6d26952b678049ffcb5926f0fc293d00bb555b4ef67e2f1fed70bdae2758fce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/datatable/datatable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ceda5fd2b665d844ebb02641c18b22ca66d4d30e23e4331741131c2f3343ad70)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/download/download.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1b524d9fe8960c508fc8f0f377ea7972b42bd8a0a52bb68aba816ff878dd03e0)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/enhance/error_boundary.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e4c16e7f68d1e5ac2f14dcd71408d71d6ce31979f77d1d8764b54d5d68d817e2)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/export_app/export_app.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f26e9a882e6ed0e58213549ee6f3db603417094a7c5e55f43bc0134b944abb0a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f442607753df31b5a882b3aa7b96d502c67f66195e290a48ca29b45628a2e447)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/font_picker/font_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b40f8a0566f894f4e40b0fe6634f0178315e37f180d6325b67c1bb7466bdf577)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/function_form/function_unknown.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-02ccacbc6e1e8eb5d5e06c4e405d503d27e2fd1dc0a00c350d28728b2f402255)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/item_grid/item_grid.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d9eeaba977b335e0a09138d3aa6971b8cce4cc739ee61d225631bf94fc6e0d57)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/alignment_guide.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6cfef06412b1d4601b5b583d4bb607995355e07aafe3e362ba5749617df8398)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_connection.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fbd1ea9e4a55264cd7fd27ea54317b5f91f477d8ef852ac482525ad7b04aad05)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_resize_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c4e146696cbb7384252b3a5d8fd79d8041101a2df7162bc73a6f8916bb22e7eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/dragbox_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b8fc6f3d349d774d3a09caaf2638a3b410aa072daaeb24cd7adbbfaffbb76dd4)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/hover_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-debd9ea51acb14202fd2950f8fd3a2e25245fbc654aceacca7c299b5eea0db6a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/rotation_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dd20b99184a2abf5d902753ca5c65701227d7b8ecaca5ebe1ac6fa8723a806e9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/tooltip_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c1d4d22c490d7b3b36a2c971318435c69d33db327375173fe2b30737a8714944)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/paginate/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edbfbfcfd69e50061e78078d3930238aed5c9e6a03fb819a5999c04f14257bd6)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/palette_picker/palette_picker/palette_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-cf9843559460f42619e7fc94e7d62abb2020a0b58b929bfed754a709361b7092)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/positionable/positionable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-7d6df0a7843eebe311d093f43a8b0f300621a4494a8fddcdec8e44fd10eb7ef7)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker/shape_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-40f4327838c89e8fa28c8be9053a8c4d609699253001f54ba9b6c380e04487b9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker_popover/shape_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-81d611388107524f039385baed97880314a5b23123e8dfee0a5b4c41557902cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/sidebar/element_settings/element_settings.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-29c297461c0ae91fd6f0f768c8353075fccf07531bab80845d0fd8008d40d6ce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tag/tag.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-da28b1e8bf0734439a793c92c8a51710e2daa88d6844c7637e721bfa97d79521)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/text_style_picker/text_style_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-99002f8a0f02aa89984e325d071d8d34751cc2163d03577152dd0900c8be595f)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/toolbar/toolbar.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a13b09ee05224a29f86a533102714f189db0924f8ef16a9692ac5a2383b3a528)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tooltip_icon/tooltip_icon.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3f302b994c09b38c13eb16cc6e49a184c5eaa021bb5c0c8303564a5a971eb06c)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_config/workpad_config.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c6bb0fc1529a78a9136e633758b2b99b1b3c0fbd4c9453558eacc0acad6c9acc)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/edit_menu/edit_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f84dbc226487b98b79181f08fb6d06ddd338074de978e26e25fb219493590096)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/element_menu/element_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-55dc8addebf555fdb672fa2203069cb80f3a6e336aeeb8a24f2a31e9f97fc395)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/workpad_header.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-82b697769c12595dead844a6bce84270fa345e5b7bf76ad584ddbd0fe462063a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_shortcuts/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-905bf6216b745284959e2954ffc8a62badf02b0a85978318e4e4511ab23a608b)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/appearance_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bb2d2570209907cfe0e9c3b71f9240cdfcc4f033f913c3d82ef5ff0196400926)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/border_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3cbddaecf17a65f4b2104f6ae8c2c59159ac66ca5139fb18ccf9ccd0a2e84816)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8c5525f1f90752fb7d43fbebe4cf9c9880f460d5a92fd90ddb13882c76d4eca8)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47c28863b448298b1d28b5e1e70636b7a52aa73d416670d592ebf33d30867721)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-41fe27e78fb4b54a641b84d373a77f11e202f791ee40a62777e9cbad116228eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-693614dd9bec100f270be47de0d0296b3cc3b30563d54a8a8fb4cdeff2374403)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-abf04d19bb619a086fa276957220d6978a41827f123f106b859e9b728640ad47)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/resolve_dataurl.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4f1b2fcf08998b021674bc7a58bc1fcda499545fc2e47761abf0817ac399d79d)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/template_from_react_component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6351dcc24e098b50019142cc7af51110320796313ca134510c0ee9797135a4c2)
- [ ]
[x-pack/platform/plugins/shared/maps/common/elasticsearch_util/es_agg_utils.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc60033a0c3e062a73a2003ab4ebf9b012445e2a8cca361cc8f65c32017881db)
- [ ]
[x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5944e9dac64adf5b55757ca2ffe77e4fde90b9b0c751a41be1c4776d6ebb4ae2)
- [ ]
[x-pack/platform/plugins/shared/maps/public/connected_components/mb_map/transform_request.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-11ede67de5e351a72c623afa6d6f1f07f396a77e2172098af3520c766b5fda81)

@elastic/appex-sharedux
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/add_data/add_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6913f389ccc1b7bf1136c58ee0d6f79a2885a83e2ef174dc721edc13361d3d93)
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/manage_data/manage_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0daea2d5135efa7356f1db7d615a4dde99cca2e05e1f227599f6bf87862b9425)
- [ ]
[src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-13a445ceb276314c3b3439c889b097e9df8f3567a0f301dbcc41fe15b0d56e48)
- [ ]
[src/platform/plugins/shared/ui_actions/public/service/ui_actions_execution_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cd8db30eaac0f7e99b46de01d486991862b1081f80b80c16bb6ac3d0c40f1cbd)
- [ ]
[x-pack/platform/plugins/shared/global_search/server/services/search_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ab4932ddaa9a02331c342b2d56a6473e8427f22ac14c2d0b971c8722680d2656)
- [ ]
[x-pack/platform/plugins/shared/saved_objects_tagging/public/management/actions/index.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf7a5e441c3a91bb9a63db9d71a06fc64e35074dfc46acf8c89a18b90ba80d04)

@elastic/obs-ai-assistant
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-24636bc69d9eb9acb5a9ae88c8c547f783154c10debda27adeb52e3158e528e8)
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6ae996f673c49cb1e5b461807ab7f7689995b08ebacf84ba47824bdab46a231e)
- [x]
[x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/assistant_overlay/index.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28654897779c9908d069f21350741d100a15632df67a66fb4d5518a1de34963f)
- [ ]
[x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant/src/chat_client.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d0eebc629423e3e2f2586f75c219faa760211e61febaf9e846504949f8e4d3c)
- [ ]
[x-pack/solutions/observability/plugins/observability_ai_assistant_app/server/functions/query/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-37b4ff6b5fe11f89a38b7d58111c2685812942a64ed7f4b179759956e7e1c83a)
- [ ]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/openai.ts](https://github.com/elastic/kibana/pull/239670/files#diff-c3049a99b1502b0141a372106e3d0061db506862cbaf77c05657c7d77e794658)

@elastic/ml-ui
- [ ]
[x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/use_field_stats.ts](https://github.com/elastic/kibana/pull/239670/files#diff-35f0d7604b4cd9e433eaa40e8c3247440f2beec7c91cdb7c5e84865a7dddfce4)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/import_export_jobs/export_jobs_flyout/jobs_export_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5cbf2d76136f6c059ebab1ba09e212def7916e3f13fc4a837a1c8e538239511a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/scatterplot_matrix/scatterplot_matrix_vega_lite_spec.ts](https://github.com/elastic/kibana/pull/239670/files#diff-36fbda953ea911216a82af4d8660fbaf0146de5cfce3faa0a902910019eda114)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/jobs/components/job_details_flyout/job_details_context_manager.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-76a178fce975d6f2ba66be290afad9f81cb3267b6d5dec6aa2a2f782e95a334a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/model_management/model_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2cb64d61d9433fc3e26c28c8d8ca4b71342be56509f1aba46f0fe3915c2dab3)
- [ ]
[x-pack/platform/test/api_integration/apis/ml/modules/setup_module.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1e8f655c50a4ef71c953cd64f3b8c79355bd7e064724cc3eb608d58780a2b992)

@elastic/kibana-cases
- [x]
[x-pack/platform/plugins/shared/cases/public/components/app/use_available_owners.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8358df943d2ec77f1d4259a0a882d422d9657d40b82c441f2fac2b117801f6e0)
- [x]
[x-pack/platform/plugins/shared/cases/public/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c50c54f870d9c0e066c521c00e8a6ad5ae092efef3b349c9f15d73e4ed4a1587)

@elastic/obs-ux-logs-team
- [ ]
[x-pack/platform/plugins/shared/dataset_quality/public/hooks/use_integration_actions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ea5ade6d6e95dc1121b3e0ba74b6d3db9aee8b8c5ab40f59feabfb80dc36a30c)

@elastic/fleet
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/data_stream/list_page/components/data_stream_row_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-177dbb8660eaddc8e0e42d4633d96ea08149541ee6e3b175138f1ffc168ba6d9)
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/use_output_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3a4b56eea37818574756ce4a8faa3e1fe93bbf8a4627d244e37139d1e44e689f)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/integration_tests/fleet_setup.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e3fdd3331b4dd1b1f5520f0089bb29af92de4ea8ee7c87c5744cc0138adcdafd)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/epm/streams.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7df345727f70d12c56212d7889dd281c01f3d61c0e6f8f5db9a2b801ed7b03fe)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/fleet_server/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-27bad1a883be022da2b34738df065488b1910337daac5121d715bf22cff7fb46)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/preconfiguration/fleet_proxies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fd459803d4cdaa2c009a5013b31799a514c8c24643152bf066c2f281a3d46658)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/agent_policy.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ebca599b7a60f26e663183c8812fab4f890997250e0767a11c72850b477f6048)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fe39922dca0a6ad3e77b730832397b294b42af1aeefaf141afe513a0e8e66cda)

@elastic/kibana-reporting-services
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/formats/pdf/pdf_maker/worker.ts](https://github.com/elastic/kibana/pull/239670/files#diff-67b16eb0174ca8174b98ee8278d76b1731efa8e1f7dad8c7c20e7828106fb7ba)
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/screenshots/screenshots.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e25ff404e93fa263e75a0ddb315ebe4458d0d0ad30ca83739b3326989bbc2b8f)

@elastic/kibana-security
- [x]
[x-pack/platform/plugins/shared/security/public/management/roles/edit_role/privileges/es/remote_cluster_privileges_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ab30af13936b0fb4f3305996fa7f52a36785875fb980898928be3995c2d0da55)

@elastic/streams-program-team
- [ ]
[x-pack/platform/plugins/shared/streams/server/lib/content/archive.ts](https://github.com/elastic/kibana/pull/239670/files#diff-329bd08c948ad1f552cc92081997a46d505650a38545fde67e73262bbc120e84)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/content/export_flyout.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8a799e0c17d2e0b98ca38b9ff19050f34794e95fe650cabe81cfccd6c0edbabf)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_changes_review_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a30c0e16112e2392ca48f2646906786b1f28b36bd1673489b22b0d9830076563)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_editor_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f5a814d97c5e1bc9bba2ed3e0b6e87bc24276eed12089750fcd97b48a58663a4)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/stream_detail_dashboards_view/dashboard_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f87827854ade1494afe7b744647f827ea538ab0fe137d48693cd88b54b166b20)

@elastic/obs-ux-infra_services-team
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/app/storage_explorer/services_table/index_stats_per_service.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8f9f719f46ef5ea76304187dbee8ca20848256bb387a2e7f72e64161f1310fdf)
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/shared/charts/helper/timezone.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9b484352b5b154e7a7c2232946f4f4fcc92c7ba9db6ec03968a92737132274f)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/components/asset_details/hooks/use_loading_state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-04a8cc8a61688008d0116c51386e469c14a1ae6754cc160def40590041a2cd33)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/hooks/use_kibana_index_patterns.mock.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-98a4ba6a3586c74d9931e067aa67d843ba2f94af70d85a86701dd6528ab2cc71)
- [ ]
[x-pack/solutions/observability/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/get_data.ts](https://github.com/elastic/kibana/pull/239670/files#diff-75960e6bac672559b8f323dfc60f4d5b61fa15b6552c80b015fdf285db38be30)
- [ ]
[x-pack/solutions/observability/plugins/observability/server/lib/rules/register_rule_types.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5d1e3f833356d1eceb0eef8bbf33e8baa313c4acdb15a15adbb725214d580538)
- [ ]
[x-pack/solutions/observability/test/serverless/functional/test_suites/rules/rules_list.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0e39737750fb2132a8cd784e8281cf376a0c4bba83fd5c4650a80344daa6939b)

@elastic/obs-ux-management-team
- [x]
[x-pack/solutions/observability/plugins/slo/public/hooks/use_permissions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9d778d15f7141072858b4a8bff33df7659a28a5a63d34fb0073f6d613d041e3)
- [x]
[x-pack/solutions/observability/plugins/slo/server/lib/rules/slo_burn_rate/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b251ee290516fbefda616fe31b94478a36cd121a887f59ae7b9b0a549a6514c4)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7764c9c81e587bde9925feef186a327bd1808780a17a4d15bb87640a1b33d30b)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_details_breadcrumbs.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5b88aa734f153b155474d44a6f9baf944d682d9b8701252184330326cae531d1)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_browser_run_once_monitors.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4faf711e8314ff53e8734008791b9b3e4bce8533d648193156f8286f3e082818)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-719b0bcab883f162f93a18e2d048a106a5bab9c5e9929f4f2c50f47eb5fc8553)
- [x]
[x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumbs.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-298d5a9501f927cc19533a14fc7f60fc56d780901d9a095e1f9e844571a9d8ca)
- [x]
[x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-eb4dc723cca451c3acd87ccd0daa3e8ce466e81445abfc786bac2c14715a1625)
- [x]
[x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/alerting/burn_rate/consumers_and_privileges.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b9be7ae4b052002d54300eb0c78e9880bfdc7281915e77dd34c0398191d6f4ab)

@elastic/security-detection-engine
- [ ]
[x-pack/solutions/security/packages/kbn-securitysolution-exception-list-components/src/exception_item_card/conditions/entry_content/entry_content.helper.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9def652567e5d7145b42b57d551a684ba80e3c66bb94a4776feed7e7bbb0e814)
- [ ]
[x-pack/solutions/security/plugins/lists/server/routes/internal/create_exception_filter_route.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f1b2625af28bd15dabfca99cbd22a57174ea2c33809e1ffa97be9ade6267324f)
- [ ]
[x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ff39da0cfa6f4bf95b0d8abbb976b251099164671ce3ef71e74db7d9c8a2762b)

@elastic/security-solution
- [x]
[x-pack/solutions/security/plugins/security_solution/public/common/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-33b2bab053e931f5bafee59126a812e5fd1b896cd0f66450677075949ad19db4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_exceptions/components/exception_item_card/conditions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9299abea933cf7119f8f13feb606d11bd26151c013b52565a0834bbc7540c7b4)
- [x]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/rules_table/rules_table_context.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-afd8cc8fbb49bb8991547acd87d4723726250a5277b3c7f9e94c7ee20604f6af)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e251afca69fecc4f73810bde65dca23db844b04536a03b7626ee028a4cbef462)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-818f5589e5e49415006b2aefa47a5dbe295207e3346a749dcadd0387e0c678e7)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/entity_store/components/engines_status/components/engine_status_header_action.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-48217e3f8d3cef8e4d394a1c8767b9b9f018b23f6c4324d2ed25b8042cd215d5)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/privileged_user_monitoring/components/privileged_access_detection/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-4a3c362f53f94290a659ce67811017051ed7004629bf4ef7d31c0ffee4b83f5d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/artifact_card_grid/components/grid_header.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edf69399f2353b6fd1b303339b1dccaeccb67f27922d3b89e8b18342e6676728)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/formatted_error/formatted_error.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8041a352d7ff284cdff29db2dbcfc9c8b447b4f60c1e97a363fabac8f6f09a3f)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/policy_selector/policy_selector.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dbbbd49929fbbd0a568fd5d93a6777a9e6dcfeefad6c8fd59de8b0c1bcd45a66)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/onboarding/components/onboarding_body/cards/siem_migrations/ai_connector/ai_connector_card.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-353efd3251b48e0e8dfac85ad53f56483362733d7a6cb1109c327a1f1f7d3923)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/overview/containers/overview_cti_links/use_ti_data_sources.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e06e8572f6b50d5a44c31917abb95d90ecdc51fb3e00114596b1eea13fa298fa)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/value_report_exporter.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ba7b99fc4083d7196c95bf49648f925f6833b6dcab424e8195e31e14ef0126b6)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/hooks/use_value_metrics.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-901f589a5ee7891a071c6c925fea5f5423716e02b3364172a88fd288a9475da4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/resolver/models/indexed_process_tree/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3aa545eb7f2482878b153193e2a6b7906ab6a011f6f1161570f0f7a9b7c0eedf)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/actions/state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2febbd2fc55fac7ccf13fddf51b33c08b825d5f219f76d8b661edf4aac046c2b)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.create_prebuilt_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e40c2a382d7b36f798a9a757292f19bbe21bc570bab0b9732af70b09ebbfb581)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.delete_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-401002806576537b8b77aaa8b8f83d2c862097c75e1a79d97326abe2bdc5f09e)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.import_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-202eb95fb9ab19eaea066ddf4ee15c037c55577b991e5db4b3ae095912e8b420)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/ml/ml.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-93ca754ebfabc3d2f402c53e19c7650c768b65cb013d23ece850e4f2c3fad38d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/routes/timelines/export_timelines/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8a75bcbd97f89d47994fc46e7155a676e8bc9e9a4925525eb45341d3891fa3ad)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/saved_object/timelines/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-686010c407b80cdb5bdcb7553d645c0d0fe8cd23e4599816014b4bcaa1f58f71)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Justin Kambic <jk@elastic.co>
Co-authored-by: James Gowdy <jgowdy@elastic.co>
Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
Co-authored-by: adcoelho <antonio.coelho@elastic.co>
Co-authored-by: PhilippeOberti <philippe.oberti@elastic.co>
Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
Co-authored-by: Maxim Palenov <maxim.palenov@elastic.co>
Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
Co-authored-by: Davis McPhee <davis.mcphee@elastic.co>
Co-authored-by: Jan Monschke <jan.monschke@elastic.co>
mistic added a commit to mistic/kibana that referenced this pull request Nov 28, 2025
Closes elastic/kibana-operations#306

This PR bumps the Typescript version used on Kibana into v5.9.3. The
full set of changes can be found
[here](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/).

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.

Here it goes the list for follow up:

@elastic/kibana-core
- [ ]
[src/core/packages/overlays/browser-internal/src/banners/user_banner_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ac50db1dac03d7f60d8cc57a56df8fa36820bcfe7d81967d0b8c279d17777696)
- [ ]
[src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf0122c4ed123e7338e58df0a5862f491212bdff8cfff6c8b8834c9211561ded)
- [ ]
[src/core/server/integration_tests/elasticsearch/user_agent.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-9094163d9e921d4d174d54a6e4dee63d054fb8efacf96b2b77a33be27dec5d1f)
- [ ]
[src/platform/packages/shared/kbn-object-utils/src/calculate_object_diff.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a24c67b387939917a45437c2f5aa89b75b76b7e9e69c5140bbd13e8d0b62537)

@elastic/response-ops
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.ts](https://github.com/elastic/kibana/pull/239670/files#diff-44fecefafbc40329184f0d568dca54b26abfbb83807586dda18f3e746d5061bc)
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5196163e2c4b168f8d5a3d94ee91e6a10770559acc0f94aa3cd894566c138c22)
- [x]
[src/platform/packages/shared/response-ops/alerts-table/reducers/bulk_actions_reducer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d6860387f350c09260d08a9297a9f452454551b82bc0a7f98c1f80712d794d18)
- [x]
[src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_settings.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-35580259b1ef01b93daa34182f76f4fa08772e8a7a7cbbdc7cbc207193adf677)
- [x]
[x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2855db30b28d3ac7c346977cc33bab8cab40a2b2a02d7a7e0c53ec721e04a502)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5e647a92c64de04704aca03ac12aaeb742137dcf52343ae30cf15eac1039d53c)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f5c79b8506c6debc78f9f2b05628b0d9c15fde417168da57a974b87ab6f76b40)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d887ec01b6b4a30995a0463198747dc354f411e6d69db4eca8469d6fde5bdf6)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8f2ddaca234278ab131ae42bae407e7cabd425fe84a9f2d4bf7315dc466c50c1)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a69c8bc1f38240020ff832cd4480efd8b4a015b70c1f6969b524c58004e9846e)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2dad7b60caa23246de17e52adf4ce732bbb658c134c4bc7bc3aa742cc70b524a)
- [x]
[x-pack/platform/plugins/shared/task_manager/server/monitoring/workload_statistics.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2501eb1f9c620a4ac41956d89b8f41a6614f51eb9bf6c937b9fbb025545861c8)
- [x]
[x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0bedb766d1cd5982a6f0728e924711fa67f81df4b4b3ee58a8b7b889978a2edf)

@elastic/kibana-visualizations PR that will address these changes
elastic#241765
- [ ]
[src/platform/packages/shared/kbn-coloring/src/shared_components/coloring/color_ranges/color_ranges.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c720597b7a7748c714442600b4787a58fc7b7384b3d2e87f7264ed2a6ad88840)
- [ ]
[src/platform/plugins/private/vis_default_editor/public/components/controls/time_interval.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-363ce38d4970e9c4d54723674da395f50d0177db11d63fd1abc2d437279b7390)
- [ ]
[src/platform/plugins/private/vis_types/vega/public/vega_request_handler.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b444710640e49cc569077c841ea6422e036dc0cf58822b73edf7634a5b06265)
- [ ]
[src/platform/plugins/shared/charts/public/static/components/endzones.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ac7af2740ee3ce8fd75066070fa1cf3b535fac3882f727d4f41ee84c955edaaa)
- [ ]
[src/platform/plugins/shared/expressions/common/execution/execution.ts](https://github.com/elastic/kibana/pull/239670/files#diff-31d7c4aaa34d483729f5e52fc04e9f87b3760a07cc011b22ba55fec10942ef74)
- [ ]
[src/platform/plugins/shared/expressions/common/executor/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e94e0a27b82f0432b3606f57931efd2e71bfdd9843e8b353805fc162d3c18632)
- [ ]
[src/platform/plugins/shared/expressions/public/react_expression_renderer/use_expression_renderer.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0f3a2d158c987f7656db8a2275bdbe5412c9d0efe29660277e7ee7fc2568a8e7)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/public/application/components/annotation_row.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-610447085f405a97d4450d5d9c530d3f0c4b41f07294795c8ea9a3f8a796b49f)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/server/lib/vis_data/request_processors/annotations/query.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-dcad1455161bd43d6ccdec21342ad426ff795aeb188d266b97953a1695940429)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28fe0ae5335cfc1f7f04aaaea5f91212447763243cdf8f10d1b86ff2d165453a)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/reference_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5cc1c57be57dda298c1a0738cfccf8ee0364caf293cdbbc18459a37f640f0bdb)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/definitions/terms/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e39f068397a0a59296917afd8039dc93641ec76dbcb351dc01f430c6355eddba)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/layer_helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc3da53a9218d38cbe92ad43eb6517927ed12ef1f069c9bc656368c6d2e260ca)

@elastic/kibana-data-discovery
- [x]
[src/platform/packages/shared/kbn-discover-utils/src/utils/get_field_value.ts](https://github.com/elastic/kibana/pull/239670/files#diff-db3df91932dc3f8bec752f6c15732d41e1c79ca65b19de7b005a5bdcad9efb1f)
- [x]
[src/platform/packages/shared/kbn-unified-histogram/__mocks__/data_view.ts](https://github.com/elastic/kibana/pull/239670/files#diff-58d83255e98ac6d800c6cc43471e1250a03359de39cfdb84068568ca21243354)
- [x]
[src/platform/plugins/shared/data/public/now_provider/lib/get_force_now_from_url.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-14b3e25af8d1804345fda8cc5a2bedcbb7bdf9144d528d1f673f555c5915e0cc)
- [x]
[src/platform/plugins/shared/data/public/utils/table_inspector_view/components/data_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ea9cdc715c36038df4c4a92cf11a91365e91309c9940f5ed545de38da0cdae11)
- [x]
[src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-52a45dff5bfb00da72b090f1159ce09a9de4667f6509ccaf6b836004ac2918e6)
- [x]
[src/platform/plugins/shared/discover/public/application/main/data_fetching/fetch_all.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-09a01eebf7550a167a8cc3a5b5ffa5c2219f58a006f6404df6b1247b99b268ad)
- [x]
[src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-896915d4d587cf41055945ba62ee252644e8dd90a68e8504cb22ef56c7e23e4d)
- [x]
[src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47f15c222f66673849c2542257458a490e13a1f1ef1bd5e4e8a4ac9ea7e2db2d)

@elastic/kibana-management
- [x]
[src/platform/packages/shared/kbn-management/settings/utilities/setting/normalize_settings.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b19ef5649a80c20afc612504234a40e1674f0fbf5f89294c378dc3525145eab)
- [ ]
[x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/data_tier_allocation_field/components/default_to_data_tiers_notice.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2b2cf4d571959c038eb6333f5ed4f978473885eb5799f39346c050d3c1d8c7bb)
- [ ]
[x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_fields/get_alert_fields_by_rule_type_ids.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a621112bd4a93998231cbadf1e85b8eb8d05789cb674dbc45574f0c51bc9c05)

@elastic/kibana-presentation
- [ ]
[src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a2e9b17841c9fb9fd90309d13245aa5a18058569492e353de3ec533010ce5522)
- [ ]
[src/platform/plugins/shared/unified_search/public/dataview_picker/mocks/dataview.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1953a1a5c0247112325d5a2837c36e83bd1d7963aa52e45a49b186fd6eed7b34)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/axis_config/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bfc3e9a1945a2b75f12042a75ac1f69f6ab28c8a6b07f2b0cec8c7fe53071250)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/date_format/date_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c5eccd5206da1eabe873072085a1cc61a7408b196596a1e28bb6fe8c777c0cf5)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/number_format/number_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-693cc0238d27a4bdb159ff4dcc49772f2ae0f1411048e54045290398282a831d)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/palette/palette.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2abc0cb043d20bb9730b027c2fe60537a0e9aa53a8b31cc9d7e0289640bf252)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-92cf2e84ee10c41220a50f9295daa3ff47aa87d70890ee11ffe718dff36085a1)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ca0344bbfab36961a2eff7873595ed2aa320fee37ee8967a52f072e9a110a9ba)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/arg_form/arg_simple_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9ec45d840f31aba4e86726b334dc226450e82d8def2fc9e6f61593f3c6ada2cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/asset_manager/asset_manager.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fdcb5934ff9a3b09c22d1f738587011679892b563ac1029c7df28415caa39f94)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_dot/color_dot.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0831d73fc90ccdcf1ea710c44e85a1b7982c687191ff9badc9d3d53ff7b38229)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_picker_popover/color_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1934edebe3902d36f308d328827cf18ad9adecafc63a56e27376b9aa9a0e460e)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/confirm_modal/confirm_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6d26952b678049ffcb5926f0fc293d00bb555b4ef67e2f1fed70bdae2758fce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/datatable/datatable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ceda5fd2b665d844ebb02641c18b22ca66d4d30e23e4331741131c2f3343ad70)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/download/download.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1b524d9fe8960c508fc8f0f377ea7972b42bd8a0a52bb68aba816ff878dd03e0)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/enhance/error_boundary.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e4c16e7f68d1e5ac2f14dcd71408d71d6ce31979f77d1d8764b54d5d68d817e2)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/export_app/export_app.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f26e9a882e6ed0e58213549ee6f3db603417094a7c5e55f43bc0134b944abb0a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f442607753df31b5a882b3aa7b96d502c67f66195e290a48ca29b45628a2e447)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/font_picker/font_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b40f8a0566f894f4e40b0fe6634f0178315e37f180d6325b67c1bb7466bdf577)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/function_form/function_unknown.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-02ccacbc6e1e8eb5d5e06c4e405d503d27e2fd1dc0a00c350d28728b2f402255)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/item_grid/item_grid.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d9eeaba977b335e0a09138d3aa6971b8cce4cc739ee61d225631bf94fc6e0d57)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/alignment_guide.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6cfef06412b1d4601b5b583d4bb607995355e07aafe3e362ba5749617df8398)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_connection.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fbd1ea9e4a55264cd7fd27ea54317b5f91f477d8ef852ac482525ad7b04aad05)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_resize_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c4e146696cbb7384252b3a5d8fd79d8041101a2df7162bc73a6f8916bb22e7eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/dragbox_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b8fc6f3d349d774d3a09caaf2638a3b410aa072daaeb24cd7adbbfaffbb76dd4)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/hover_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-debd9ea51acb14202fd2950f8fd3a2e25245fbc654aceacca7c299b5eea0db6a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/rotation_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dd20b99184a2abf5d902753ca5c65701227d7b8ecaca5ebe1ac6fa8723a806e9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/tooltip_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c1d4d22c490d7b3b36a2c971318435c69d33db327375173fe2b30737a8714944)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/paginate/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edbfbfcfd69e50061e78078d3930238aed5c9e6a03fb819a5999c04f14257bd6)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/palette_picker/palette_picker/palette_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-cf9843559460f42619e7fc94e7d62abb2020a0b58b929bfed754a709361b7092)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/positionable/positionable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-7d6df0a7843eebe311d093f43a8b0f300621a4494a8fddcdec8e44fd10eb7ef7)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker/shape_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-40f4327838c89e8fa28c8be9053a8c4d609699253001f54ba9b6c380e04487b9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker_popover/shape_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-81d611388107524f039385baed97880314a5b23123e8dfee0a5b4c41557902cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/sidebar/element_settings/element_settings.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-29c297461c0ae91fd6f0f768c8353075fccf07531bab80845d0fd8008d40d6ce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tag/tag.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-da28b1e8bf0734439a793c92c8a51710e2daa88d6844c7637e721bfa97d79521)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/text_style_picker/text_style_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-99002f8a0f02aa89984e325d071d8d34751cc2163d03577152dd0900c8be595f)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/toolbar/toolbar.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a13b09ee05224a29f86a533102714f189db0924f8ef16a9692ac5a2383b3a528)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tooltip_icon/tooltip_icon.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3f302b994c09b38c13eb16cc6e49a184c5eaa021bb5c0c8303564a5a971eb06c)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_config/workpad_config.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c6bb0fc1529a78a9136e633758b2b99b1b3c0fbd4c9453558eacc0acad6c9acc)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/edit_menu/edit_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f84dbc226487b98b79181f08fb6d06ddd338074de978e26e25fb219493590096)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/element_menu/element_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-55dc8addebf555fdb672fa2203069cb80f3a6e336aeeb8a24f2a31e9f97fc395)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/workpad_header.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-82b697769c12595dead844a6bce84270fa345e5b7bf76ad584ddbd0fe462063a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_shortcuts/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-905bf6216b745284959e2954ffc8a62badf02b0a85978318e4e4511ab23a608b)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/appearance_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bb2d2570209907cfe0e9c3b71f9240cdfcc4f033f913c3d82ef5ff0196400926)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/border_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3cbddaecf17a65f4b2104f6ae8c2c59159ac66ca5139fb18ccf9ccd0a2e84816)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8c5525f1f90752fb7d43fbebe4cf9c9880f460d5a92fd90ddb13882c76d4eca8)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47c28863b448298b1d28b5e1e70636b7a52aa73d416670d592ebf33d30867721)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-41fe27e78fb4b54a641b84d373a77f11e202f791ee40a62777e9cbad116228eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-693614dd9bec100f270be47de0d0296b3cc3b30563d54a8a8fb4cdeff2374403)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-abf04d19bb619a086fa276957220d6978a41827f123f106b859e9b728640ad47)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/resolve_dataurl.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4f1b2fcf08998b021674bc7a58bc1fcda499545fc2e47761abf0817ac399d79d)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/template_from_react_component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6351dcc24e098b50019142cc7af51110320796313ca134510c0ee9797135a4c2)
- [ ]
[x-pack/platform/plugins/shared/maps/common/elasticsearch_util/es_agg_utils.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc60033a0c3e062a73a2003ab4ebf9b012445e2a8cca361cc8f65c32017881db)
- [ ]
[x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5944e9dac64adf5b55757ca2ffe77e4fde90b9b0c751a41be1c4776d6ebb4ae2)
- [ ]
[x-pack/platform/plugins/shared/maps/public/connected_components/mb_map/transform_request.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-11ede67de5e351a72c623afa6d6f1f07f396a77e2172098af3520c766b5fda81)

@elastic/appex-sharedux
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/add_data/add_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6913f389ccc1b7bf1136c58ee0d6f79a2885a83e2ef174dc721edc13361d3d93)
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/manage_data/manage_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0daea2d5135efa7356f1db7d615a4dde99cca2e05e1f227599f6bf87862b9425)
- [ ]
[src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-13a445ceb276314c3b3439c889b097e9df8f3567a0f301dbcc41fe15b0d56e48)
- [ ]
[src/platform/plugins/shared/ui_actions/public/service/ui_actions_execution_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cd8db30eaac0f7e99b46de01d486991862b1081f80b80c16bb6ac3d0c40f1cbd)
- [ ]
[x-pack/platform/plugins/shared/global_search/server/services/search_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ab4932ddaa9a02331c342b2d56a6473e8427f22ac14c2d0b971c8722680d2656)
- [ ]
[x-pack/platform/plugins/shared/saved_objects_tagging/public/management/actions/index.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf7a5e441c3a91bb9a63db9d71a06fc64e35074dfc46acf8c89a18b90ba80d04)

@elastic/obs-ai-assistant
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-24636bc69d9eb9acb5a9ae88c8c547f783154c10debda27adeb52e3158e528e8)
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6ae996f673c49cb1e5b461807ab7f7689995b08ebacf84ba47824bdab46a231e)
- [x]
[x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/assistant_overlay/index.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28654897779c9908d069f21350741d100a15632df67a66fb4d5518a1de34963f)
- [ ]
[x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant/src/chat_client.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d0eebc629423e3e2f2586f75c219faa760211e61febaf9e846504949f8e4d3c)
- [ ]
[x-pack/solutions/observability/plugins/observability_ai_assistant_app/server/functions/query/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-37b4ff6b5fe11f89a38b7d58111c2685812942a64ed7f4b179759956e7e1c83a)
- [ ]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/openai.ts](https://github.com/elastic/kibana/pull/239670/files#diff-c3049a99b1502b0141a372106e3d0061db506862cbaf77c05657c7d77e794658)

@elastic/ml-ui
- [ ]
[x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/use_field_stats.ts](https://github.com/elastic/kibana/pull/239670/files#diff-35f0d7604b4cd9e433eaa40e8c3247440f2beec7c91cdb7c5e84865a7dddfce4)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/import_export_jobs/export_jobs_flyout/jobs_export_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5cbf2d76136f6c059ebab1ba09e212def7916e3f13fc4a837a1c8e538239511a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/scatterplot_matrix/scatterplot_matrix_vega_lite_spec.ts](https://github.com/elastic/kibana/pull/239670/files#diff-36fbda953ea911216a82af4d8660fbaf0146de5cfce3faa0a902910019eda114)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/jobs/components/job_details_flyout/job_details_context_manager.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-76a178fce975d6f2ba66be290afad9f81cb3267b6d5dec6aa2a2f782e95a334a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/model_management/model_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2cb64d61d9433fc3e26c28c8d8ca4b71342be56509f1aba46f0fe3915c2dab3)
- [ ]
[x-pack/platform/test/api_integration/apis/ml/modules/setup_module.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1e8f655c50a4ef71c953cd64f3b8c79355bd7e064724cc3eb608d58780a2b992)

@elastic/kibana-cases
- [x]
[x-pack/platform/plugins/shared/cases/public/components/app/use_available_owners.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8358df943d2ec77f1d4259a0a882d422d9657d40b82c441f2fac2b117801f6e0)
- [x]
[x-pack/platform/plugins/shared/cases/public/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c50c54f870d9c0e066c521c00e8a6ad5ae092efef3b349c9f15d73e4ed4a1587)

@elastic/obs-ux-logs-team
- [ ]
[x-pack/platform/plugins/shared/dataset_quality/public/hooks/use_integration_actions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ea5ade6d6e95dc1121b3e0ba74b6d3db9aee8b8c5ab40f59feabfb80dc36a30c)

@elastic/fleet
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/data_stream/list_page/components/data_stream_row_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-177dbb8660eaddc8e0e42d4633d96ea08149541ee6e3b175138f1ffc168ba6d9)
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/use_output_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3a4b56eea37818574756ce4a8faa3e1fe93bbf8a4627d244e37139d1e44e689f)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/integration_tests/fleet_setup.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e3fdd3331b4dd1b1f5520f0089bb29af92de4ea8ee7c87c5744cc0138adcdafd)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/epm/streams.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7df345727f70d12c56212d7889dd281c01f3d61c0e6f8f5db9a2b801ed7b03fe)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/fleet_server/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-27bad1a883be022da2b34738df065488b1910337daac5121d715bf22cff7fb46)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/preconfiguration/fleet_proxies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fd459803d4cdaa2c009a5013b31799a514c8c24643152bf066c2f281a3d46658)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/agent_policy.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ebca599b7a60f26e663183c8812fab4f890997250e0767a11c72850b477f6048)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fe39922dca0a6ad3e77b730832397b294b42af1aeefaf141afe513a0e8e66cda)

@elastic/kibana-reporting-services
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/formats/pdf/pdf_maker/worker.ts](https://github.com/elastic/kibana/pull/239670/files#diff-67b16eb0174ca8174b98ee8278d76b1731efa8e1f7dad8c7c20e7828106fb7ba)
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/screenshots/screenshots.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e25ff404e93fa263e75a0ddb315ebe4458d0d0ad30ca83739b3326989bbc2b8f)

@elastic/kibana-security
- [x]
[x-pack/platform/plugins/shared/security/public/management/roles/edit_role/privileges/es/remote_cluster_privileges_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ab30af13936b0fb4f3305996fa7f52a36785875fb980898928be3995c2d0da55)

@elastic/streams-program-team
- [ ]
[x-pack/platform/plugins/shared/streams/server/lib/content/archive.ts](https://github.com/elastic/kibana/pull/239670/files#diff-329bd08c948ad1f552cc92081997a46d505650a38545fde67e73262bbc120e84)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/content/export_flyout.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8a799e0c17d2e0b98ca38b9ff19050f34794e95fe650cabe81cfccd6c0edbabf)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_changes_review_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a30c0e16112e2392ca48f2646906786b1f28b36bd1673489b22b0d9830076563)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_editor_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f5a814d97c5e1bc9bba2ed3e0b6e87bc24276eed12089750fcd97b48a58663a4)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/stream_detail_dashboards_view/dashboard_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f87827854ade1494afe7b744647f827ea538ab0fe137d48693cd88b54b166b20)

@elastic/obs-ux-infra_services-team
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/app/storage_explorer/services_table/index_stats_per_service.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8f9f719f46ef5ea76304187dbee8ca20848256bb387a2e7f72e64161f1310fdf)
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/shared/charts/helper/timezone.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9b484352b5b154e7a7c2232946f4f4fcc92c7ba9db6ec03968a92737132274f)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/components/asset_details/hooks/use_loading_state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-04a8cc8a61688008d0116c51386e469c14a1ae6754cc160def40590041a2cd33)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/hooks/use_kibana_index_patterns.mock.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-98a4ba6a3586c74d9931e067aa67d843ba2f94af70d85a86701dd6528ab2cc71)
- [ ]
[x-pack/solutions/observability/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/get_data.ts](https://github.com/elastic/kibana/pull/239670/files#diff-75960e6bac672559b8f323dfc60f4d5b61fa15b6552c80b015fdf285db38be30)
- [ ]
[x-pack/solutions/observability/plugins/observability/server/lib/rules/register_rule_types.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5d1e3f833356d1eceb0eef8bbf33e8baa313c4acdb15a15adbb725214d580538)
- [ ]
[x-pack/solutions/observability/test/serverless/functional/test_suites/rules/rules_list.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0e39737750fb2132a8cd784e8281cf376a0c4bba83fd5c4650a80344daa6939b)

@elastic/obs-ux-management-team
- [x]
[x-pack/solutions/observability/plugins/slo/public/hooks/use_permissions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9d778d15f7141072858b4a8bff33df7659a28a5a63d34fb0073f6d613d041e3)
- [x]
[x-pack/solutions/observability/plugins/slo/server/lib/rules/slo_burn_rate/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b251ee290516fbefda616fe31b94478a36cd121a887f59ae7b9b0a549a6514c4)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7764c9c81e587bde9925feef186a327bd1808780a17a4d15bb87640a1b33d30b)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_details_breadcrumbs.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5b88aa734f153b155474d44a6f9baf944d682d9b8701252184330326cae531d1)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_browser_run_once_monitors.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4faf711e8314ff53e8734008791b9b3e4bce8533d648193156f8286f3e082818)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-719b0bcab883f162f93a18e2d048a106a5bab9c5e9929f4f2c50f47eb5fc8553)
- [x]
[x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumbs.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-298d5a9501f927cc19533a14fc7f60fc56d780901d9a095e1f9e844571a9d8ca)
- [x]
[x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-eb4dc723cca451c3acd87ccd0daa3e8ce466e81445abfc786bac2c14715a1625)
- [x]
[x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/alerting/burn_rate/consumers_and_privileges.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b9be7ae4b052002d54300eb0c78e9880bfdc7281915e77dd34c0398191d6f4ab)

@elastic/security-detection-engine
- [ ]
[x-pack/solutions/security/packages/kbn-securitysolution-exception-list-components/src/exception_item_card/conditions/entry_content/entry_content.helper.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9def652567e5d7145b42b57d551a684ba80e3c66bb94a4776feed7e7bbb0e814)
- [ ]
[x-pack/solutions/security/plugins/lists/server/routes/internal/create_exception_filter_route.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f1b2625af28bd15dabfca99cbd22a57174ea2c33809e1ffa97be9ade6267324f)
- [ ]
[x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ff39da0cfa6f4bf95b0d8abbb976b251099164671ce3ef71e74db7d9c8a2762b)

@elastic/security-solution
- [x]
[x-pack/solutions/security/plugins/security_solution/public/common/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-33b2bab053e931f5bafee59126a812e5fd1b896cd0f66450677075949ad19db4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_exceptions/components/exception_item_card/conditions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9299abea933cf7119f8f13feb606d11bd26151c013b52565a0834bbc7540c7b4)
- [x]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/rules_table/rules_table_context.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-afd8cc8fbb49bb8991547acd87d4723726250a5277b3c7f9e94c7ee20604f6af)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e251afca69fecc4f73810bde65dca23db844b04536a03b7626ee028a4cbef462)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-818f5589e5e49415006b2aefa47a5dbe295207e3346a749dcadd0387e0c678e7)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/entity_store/components/engines_status/components/engine_status_header_action.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-48217e3f8d3cef8e4d394a1c8767b9b9f018b23f6c4324d2ed25b8042cd215d5)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/privileged_user_monitoring/components/privileged_access_detection/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-4a3c362f53f94290a659ce67811017051ed7004629bf4ef7d31c0ffee4b83f5d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/artifact_card_grid/components/grid_header.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edf69399f2353b6fd1b303339b1dccaeccb67f27922d3b89e8b18342e6676728)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/formatted_error/formatted_error.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8041a352d7ff284cdff29db2dbcfc9c8b447b4f60c1e97a363fabac8f6f09a3f)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/policy_selector/policy_selector.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dbbbd49929fbbd0a568fd5d93a6777a9e6dcfeefad6c8fd59de8b0c1bcd45a66)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/onboarding/components/onboarding_body/cards/siem_migrations/ai_connector/ai_connector_card.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-353efd3251b48e0e8dfac85ad53f56483362733d7a6cb1109c327a1f1f7d3923)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/overview/containers/overview_cti_links/use_ti_data_sources.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e06e8572f6b50d5a44c31917abb95d90ecdc51fb3e00114596b1eea13fa298fa)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/value_report_exporter.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ba7b99fc4083d7196c95bf49648f925f6833b6dcab424e8195e31e14ef0126b6)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/hooks/use_value_metrics.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-901f589a5ee7891a071c6c925fea5f5423716e02b3364172a88fd288a9475da4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/resolver/models/indexed_process_tree/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3aa545eb7f2482878b153193e2a6b7906ab6a011f6f1161570f0f7a9b7c0eedf)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/actions/state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2febbd2fc55fac7ccf13fddf51b33c08b825d5f219f76d8b661edf4aac046c2b)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.create_prebuilt_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e40c2a382d7b36f798a9a757292f19bbe21bc570bab0b9732af70b09ebbfb581)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.delete_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-401002806576537b8b77aaa8b8f83d2c862097c75e1a79d97326abe2bdc5f09e)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.import_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-202eb95fb9ab19eaea066ddf4ee15c037c55577b991e5db4b3ae095912e8b420)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/ml/ml.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-93ca754ebfabc3d2f402c53e19c7650c768b65cb013d23ece850e4f2c3fad38d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/routes/timelines/export_timelines/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8a75bcbd97f89d47994fc46e7155a676e8bc9e9a4925525eb45341d3891fa3ad)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/saved_object/timelines/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-686010c407b80cdb5bdcb7553d645c0d0fe8cd23e4599816014b4bcaa1f58f71)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Justin Kambic <jk@elastic.co>
Co-authored-by: James Gowdy <jgowdy@elastic.co>
Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
Co-authored-by: adcoelho <antonio.coelho@elastic.co>
Co-authored-by: PhilippeOberti <philippe.oberti@elastic.co>
Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
Co-authored-by: Maxim Palenov <maxim.palenov@elastic.co>
Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
Co-authored-by: Davis McPhee <davis.mcphee@elastic.co>
Co-authored-by: Jan Monschke <jan.monschke@elastic.co>
(cherry picked from commit 2d666ca)

# Conflicts:
#	package.json
#	src/platform/packages/shared/kbn-es-mappings/src/type.test.ts
#	src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/config_builder.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/schema/index.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/tests/xy/xy.test.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/transforms/charts/xy.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/transforms/utils.ts
#	src/platform/packages/shared/kbn-test/src/jest/resolver.js
#	src/platform/packages/shared/kbn-workflows-ui/src/components/workflow_selector/workflow_selector.tsx
#	src/platform/plugins/shared/discover/public/application/main/data_fetching/fetch_all.test.ts
#	src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.test.ts
#	src/platform/plugins/shared/workflows_management/public/widgets/workflow_yaml_editor/lib/autocomplete/context/parse_line_for_completion.ts
#	tsconfig.base.json
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/auto_follow_pattern_add.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/auto_follow_pattern_edit.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/auto_follow_pattern_list.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/follower_index_add.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/follower_index_edit.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/follower_index_list.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/home.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/render.js
#	x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_fields/get_alert_fields_by_rule_type_ids.test.ts
#	x-pack/platform/plugins/shared/security/public/authentication/login/components/login_form/login_form.test.tsx
#	x-pack/platform/plugins/shared/stack_connectors/public/connector_types_from_spec/register_from_spec.ts
#	x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts
#	x-pack/solutions/security/packages/kbn-cloud-security-posture/common/types/graph/v1.ts
#	x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/aws_credentials_form/aws_credentials_form_agentless.tsx
#	x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.tsx
#	x-pack/solutions/workplaceai/plugins/workplace_ai_app/public/application/hooks/use_mcp_server_url.test.ts
#	yarn.lock
mistic added a commit to mistic/kibana that referenced this pull request Nov 28, 2025
Closes elastic/kibana-operations#306

This PR bumps the Typescript version used on Kibana into v5.9.3. The
full set of changes can be found
[here](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/).

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.

Here it goes the list for follow up:

@elastic/kibana-core
- [ ]
[src/core/packages/overlays/browser-internal/src/banners/user_banner_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ac50db1dac03d7f60d8cc57a56df8fa36820bcfe7d81967d0b8c279d17777696)
- [ ]
[src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf0122c4ed123e7338e58df0a5862f491212bdff8cfff6c8b8834c9211561ded)
- [ ]
[src/core/server/integration_tests/elasticsearch/user_agent.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-9094163d9e921d4d174d54a6e4dee63d054fb8efacf96b2b77a33be27dec5d1f)
- [ ]
[src/platform/packages/shared/kbn-object-utils/src/calculate_object_diff.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a24c67b387939917a45437c2f5aa89b75b76b7e9e69c5140bbd13e8d0b62537)

@elastic/response-ops
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.ts](https://github.com/elastic/kibana/pull/239670/files#diff-44fecefafbc40329184f0d568dca54b26abfbb83807586dda18f3e746d5061bc)
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5196163e2c4b168f8d5a3d94ee91e6a10770559acc0f94aa3cd894566c138c22)
- [x]
[src/platform/packages/shared/response-ops/alerts-table/reducers/bulk_actions_reducer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d6860387f350c09260d08a9297a9f452454551b82bc0a7f98c1f80712d794d18)
- [x]
[src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_settings.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-35580259b1ef01b93daa34182f76f4fa08772e8a7a7cbbdc7cbc207193adf677)
- [x]
[x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2855db30b28d3ac7c346977cc33bab8cab40a2b2a02d7a7e0c53ec721e04a502)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5e647a92c64de04704aca03ac12aaeb742137dcf52343ae30cf15eac1039d53c)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f5c79b8506c6debc78f9f2b05628b0d9c15fde417168da57a974b87ab6f76b40)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d887ec01b6b4a30995a0463198747dc354f411e6d69db4eca8469d6fde5bdf6)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8f2ddaca234278ab131ae42bae407e7cabd425fe84a9f2d4bf7315dc466c50c1)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a69c8bc1f38240020ff832cd4480efd8b4a015b70c1f6969b524c58004e9846e)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2dad7b60caa23246de17e52adf4ce732bbb658c134c4bc7bc3aa742cc70b524a)
- [x]
[x-pack/platform/plugins/shared/task_manager/server/monitoring/workload_statistics.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2501eb1f9c620a4ac41956d89b8f41a6614f51eb9bf6c937b9fbb025545861c8)
- [x]
[x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0bedb766d1cd5982a6f0728e924711fa67f81df4b4b3ee58a8b7b889978a2edf)

@elastic/kibana-visualizations PR that will address these changes
elastic#241765
- [ ]
[src/platform/packages/shared/kbn-coloring/src/shared_components/coloring/color_ranges/color_ranges.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c720597b7a7748c714442600b4787a58fc7b7384b3d2e87f7264ed2a6ad88840)
- [ ]
[src/platform/plugins/private/vis_default_editor/public/components/controls/time_interval.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-363ce38d4970e9c4d54723674da395f50d0177db11d63fd1abc2d437279b7390)
- [ ]
[src/platform/plugins/private/vis_types/vega/public/vega_request_handler.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b444710640e49cc569077c841ea6422e036dc0cf58822b73edf7634a5b06265)
- [ ]
[src/platform/plugins/shared/charts/public/static/components/endzones.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ac7af2740ee3ce8fd75066070fa1cf3b535fac3882f727d4f41ee84c955edaaa)
- [ ]
[src/platform/plugins/shared/expressions/common/execution/execution.ts](https://github.com/elastic/kibana/pull/239670/files#diff-31d7c4aaa34d483729f5e52fc04e9f87b3760a07cc011b22ba55fec10942ef74)
- [ ]
[src/platform/plugins/shared/expressions/common/executor/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e94e0a27b82f0432b3606f57931efd2e71bfdd9843e8b353805fc162d3c18632)
- [ ]
[src/platform/plugins/shared/expressions/public/react_expression_renderer/use_expression_renderer.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0f3a2d158c987f7656db8a2275bdbe5412c9d0efe29660277e7ee7fc2568a8e7)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/public/application/components/annotation_row.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-610447085f405a97d4450d5d9c530d3f0c4b41f07294795c8ea9a3f8a796b49f)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/server/lib/vis_data/request_processors/annotations/query.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-dcad1455161bd43d6ccdec21342ad426ff795aeb188d266b97953a1695940429)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28fe0ae5335cfc1f7f04aaaea5f91212447763243cdf8f10d1b86ff2d165453a)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/reference_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5cc1c57be57dda298c1a0738cfccf8ee0364caf293cdbbc18459a37f640f0bdb)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/definitions/terms/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e39f068397a0a59296917afd8039dc93641ec76dbcb351dc01f430c6355eddba)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/layer_helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc3da53a9218d38cbe92ad43eb6517927ed12ef1f069c9bc656368c6d2e260ca)

@elastic/kibana-data-discovery
- [x]
[src/platform/packages/shared/kbn-discover-utils/src/utils/get_field_value.ts](https://github.com/elastic/kibana/pull/239670/files#diff-db3df91932dc3f8bec752f6c15732d41e1c79ca65b19de7b005a5bdcad9efb1f)
- [x]
[src/platform/packages/shared/kbn-unified-histogram/__mocks__/data_view.ts](https://github.com/elastic/kibana/pull/239670/files#diff-58d83255e98ac6d800c6cc43471e1250a03359de39cfdb84068568ca21243354)
- [x]
[src/platform/plugins/shared/data/public/now_provider/lib/get_force_now_from_url.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-14b3e25af8d1804345fda8cc5a2bedcbb7bdf9144d528d1f673f555c5915e0cc)
- [x]
[src/platform/plugins/shared/data/public/utils/table_inspector_view/components/data_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ea9cdc715c36038df4c4a92cf11a91365e91309c9940f5ed545de38da0cdae11)
- [x]
[src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-52a45dff5bfb00da72b090f1159ce09a9de4667f6509ccaf6b836004ac2918e6)
- [x]
[src/platform/plugins/shared/discover/public/application/main/data_fetching/fetch_all.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-09a01eebf7550a167a8cc3a5b5ffa5c2219f58a006f6404df6b1247b99b268ad)
- [x]
[src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-896915d4d587cf41055945ba62ee252644e8dd90a68e8504cb22ef56c7e23e4d)
- [x]
[src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47f15c222f66673849c2542257458a490e13a1f1ef1bd5e4e8a4ac9ea7e2db2d)

@elastic/kibana-management
- [x]
[src/platform/packages/shared/kbn-management/settings/utilities/setting/normalize_settings.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b19ef5649a80c20afc612504234a40e1674f0fbf5f89294c378dc3525145eab)
- [ ]
[x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/data_tier_allocation_field/components/default_to_data_tiers_notice.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2b2cf4d571959c038eb6333f5ed4f978473885eb5799f39346c050d3c1d8c7bb)
- [ ]
[x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_fields/get_alert_fields_by_rule_type_ids.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a621112bd4a93998231cbadf1e85b8eb8d05789cb674dbc45574f0c51bc9c05)

@elastic/kibana-presentation
- [ ]
[src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a2e9b17841c9fb9fd90309d13245aa5a18058569492e353de3ec533010ce5522)
- [ ]
[src/platform/plugins/shared/unified_search/public/dataview_picker/mocks/dataview.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1953a1a5c0247112325d5a2837c36e83bd1d7963aa52e45a49b186fd6eed7b34)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/axis_config/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bfc3e9a1945a2b75f12042a75ac1f69f6ab28c8a6b07f2b0cec8c7fe53071250)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/date_format/date_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c5eccd5206da1eabe873072085a1cc61a7408b196596a1e28bb6fe8c777c0cf5)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/number_format/number_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-693cc0238d27a4bdb159ff4dcc49772f2ae0f1411048e54045290398282a831d)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/palette/palette.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2abc0cb043d20bb9730b027c2fe60537a0e9aa53a8b31cc9d7e0289640bf252)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-92cf2e84ee10c41220a50f9295daa3ff47aa87d70890ee11ffe718dff36085a1)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ca0344bbfab36961a2eff7873595ed2aa320fee37ee8967a52f072e9a110a9ba)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/arg_form/arg_simple_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9ec45d840f31aba4e86726b334dc226450e82d8def2fc9e6f61593f3c6ada2cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/asset_manager/asset_manager.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fdcb5934ff9a3b09c22d1f738587011679892b563ac1029c7df28415caa39f94)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_dot/color_dot.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0831d73fc90ccdcf1ea710c44e85a1b7982c687191ff9badc9d3d53ff7b38229)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_picker_popover/color_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1934edebe3902d36f308d328827cf18ad9adecafc63a56e27376b9aa9a0e460e)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/confirm_modal/confirm_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6d26952b678049ffcb5926f0fc293d00bb555b4ef67e2f1fed70bdae2758fce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/datatable/datatable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ceda5fd2b665d844ebb02641c18b22ca66d4d30e23e4331741131c2f3343ad70)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/download/download.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1b524d9fe8960c508fc8f0f377ea7972b42bd8a0a52bb68aba816ff878dd03e0)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/enhance/error_boundary.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e4c16e7f68d1e5ac2f14dcd71408d71d6ce31979f77d1d8764b54d5d68d817e2)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/export_app/export_app.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f26e9a882e6ed0e58213549ee6f3db603417094a7c5e55f43bc0134b944abb0a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f442607753df31b5a882b3aa7b96d502c67f66195e290a48ca29b45628a2e447)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/font_picker/font_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b40f8a0566f894f4e40b0fe6634f0178315e37f180d6325b67c1bb7466bdf577)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/function_form/function_unknown.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-02ccacbc6e1e8eb5d5e06c4e405d503d27e2fd1dc0a00c350d28728b2f402255)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/item_grid/item_grid.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d9eeaba977b335e0a09138d3aa6971b8cce4cc739ee61d225631bf94fc6e0d57)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/alignment_guide.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6cfef06412b1d4601b5b583d4bb607995355e07aafe3e362ba5749617df8398)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_connection.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fbd1ea9e4a55264cd7fd27ea54317b5f91f477d8ef852ac482525ad7b04aad05)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_resize_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c4e146696cbb7384252b3a5d8fd79d8041101a2df7162bc73a6f8916bb22e7eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/dragbox_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b8fc6f3d349d774d3a09caaf2638a3b410aa072daaeb24cd7adbbfaffbb76dd4)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/hover_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-debd9ea51acb14202fd2950f8fd3a2e25245fbc654aceacca7c299b5eea0db6a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/rotation_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dd20b99184a2abf5d902753ca5c65701227d7b8ecaca5ebe1ac6fa8723a806e9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/tooltip_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c1d4d22c490d7b3b36a2c971318435c69d33db327375173fe2b30737a8714944)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/paginate/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edbfbfcfd69e50061e78078d3930238aed5c9e6a03fb819a5999c04f14257bd6)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/palette_picker/palette_picker/palette_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-cf9843559460f42619e7fc94e7d62abb2020a0b58b929bfed754a709361b7092)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/positionable/positionable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-7d6df0a7843eebe311d093f43a8b0f300621a4494a8fddcdec8e44fd10eb7ef7)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker/shape_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-40f4327838c89e8fa28c8be9053a8c4d609699253001f54ba9b6c380e04487b9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker_popover/shape_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-81d611388107524f039385baed97880314a5b23123e8dfee0a5b4c41557902cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/sidebar/element_settings/element_settings.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-29c297461c0ae91fd6f0f768c8353075fccf07531bab80845d0fd8008d40d6ce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tag/tag.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-da28b1e8bf0734439a793c92c8a51710e2daa88d6844c7637e721bfa97d79521)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/text_style_picker/text_style_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-99002f8a0f02aa89984e325d071d8d34751cc2163d03577152dd0900c8be595f)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/toolbar/toolbar.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a13b09ee05224a29f86a533102714f189db0924f8ef16a9692ac5a2383b3a528)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tooltip_icon/tooltip_icon.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3f302b994c09b38c13eb16cc6e49a184c5eaa021bb5c0c8303564a5a971eb06c)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_config/workpad_config.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c6bb0fc1529a78a9136e633758b2b99b1b3c0fbd4c9453558eacc0acad6c9acc)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/edit_menu/edit_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f84dbc226487b98b79181f08fb6d06ddd338074de978e26e25fb219493590096)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/element_menu/element_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-55dc8addebf555fdb672fa2203069cb80f3a6e336aeeb8a24f2a31e9f97fc395)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/workpad_header.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-82b697769c12595dead844a6bce84270fa345e5b7bf76ad584ddbd0fe462063a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_shortcuts/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-905bf6216b745284959e2954ffc8a62badf02b0a85978318e4e4511ab23a608b)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/appearance_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bb2d2570209907cfe0e9c3b71f9240cdfcc4f033f913c3d82ef5ff0196400926)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/border_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3cbddaecf17a65f4b2104f6ae8c2c59159ac66ca5139fb18ccf9ccd0a2e84816)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8c5525f1f90752fb7d43fbebe4cf9c9880f460d5a92fd90ddb13882c76d4eca8)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47c28863b448298b1d28b5e1e70636b7a52aa73d416670d592ebf33d30867721)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-41fe27e78fb4b54a641b84d373a77f11e202f791ee40a62777e9cbad116228eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-693614dd9bec100f270be47de0d0296b3cc3b30563d54a8a8fb4cdeff2374403)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-abf04d19bb619a086fa276957220d6978a41827f123f106b859e9b728640ad47)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/resolve_dataurl.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4f1b2fcf08998b021674bc7a58bc1fcda499545fc2e47761abf0817ac399d79d)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/template_from_react_component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6351dcc24e098b50019142cc7af51110320796313ca134510c0ee9797135a4c2)
- [ ]
[x-pack/platform/plugins/shared/maps/common/elasticsearch_util/es_agg_utils.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc60033a0c3e062a73a2003ab4ebf9b012445e2a8cca361cc8f65c32017881db)
- [ ]
[x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5944e9dac64adf5b55757ca2ffe77e4fde90b9b0c751a41be1c4776d6ebb4ae2)
- [ ]
[x-pack/platform/plugins/shared/maps/public/connected_components/mb_map/transform_request.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-11ede67de5e351a72c623afa6d6f1f07f396a77e2172098af3520c766b5fda81)

@elastic/appex-sharedux
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/add_data/add_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6913f389ccc1b7bf1136c58ee0d6f79a2885a83e2ef174dc721edc13361d3d93)
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/manage_data/manage_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0daea2d5135efa7356f1db7d615a4dde99cca2e05e1f227599f6bf87862b9425)
- [ ]
[src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-13a445ceb276314c3b3439c889b097e9df8f3567a0f301dbcc41fe15b0d56e48)
- [ ]
[src/platform/plugins/shared/ui_actions/public/service/ui_actions_execution_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cd8db30eaac0f7e99b46de01d486991862b1081f80b80c16bb6ac3d0c40f1cbd)
- [ ]
[x-pack/platform/plugins/shared/global_search/server/services/search_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ab4932ddaa9a02331c342b2d56a6473e8427f22ac14c2d0b971c8722680d2656)
- [ ]
[x-pack/platform/plugins/shared/saved_objects_tagging/public/management/actions/index.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf7a5e441c3a91bb9a63db9d71a06fc64e35074dfc46acf8c89a18b90ba80d04)

@elastic/obs-ai-assistant
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-24636bc69d9eb9acb5a9ae88c8c547f783154c10debda27adeb52e3158e528e8)
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6ae996f673c49cb1e5b461807ab7f7689995b08ebacf84ba47824bdab46a231e)
- [x]
[x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/assistant_overlay/index.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28654897779c9908d069f21350741d100a15632df67a66fb4d5518a1de34963f)
- [ ]
[x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant/src/chat_client.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d0eebc629423e3e2f2586f75c219faa760211e61febaf9e846504949f8e4d3c)
- [ ]
[x-pack/solutions/observability/plugins/observability_ai_assistant_app/server/functions/query/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-37b4ff6b5fe11f89a38b7d58111c2685812942a64ed7f4b179759956e7e1c83a)
- [ ]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/openai.ts](https://github.com/elastic/kibana/pull/239670/files#diff-c3049a99b1502b0141a372106e3d0061db506862cbaf77c05657c7d77e794658)

@elastic/ml-ui
- [ ]
[x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/use_field_stats.ts](https://github.com/elastic/kibana/pull/239670/files#diff-35f0d7604b4cd9e433eaa40e8c3247440f2beec7c91cdb7c5e84865a7dddfce4)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/import_export_jobs/export_jobs_flyout/jobs_export_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5cbf2d76136f6c059ebab1ba09e212def7916e3f13fc4a837a1c8e538239511a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/scatterplot_matrix/scatterplot_matrix_vega_lite_spec.ts](https://github.com/elastic/kibana/pull/239670/files#diff-36fbda953ea911216a82af4d8660fbaf0146de5cfce3faa0a902910019eda114)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/jobs/components/job_details_flyout/job_details_context_manager.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-76a178fce975d6f2ba66be290afad9f81cb3267b6d5dec6aa2a2f782e95a334a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/model_management/model_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2cb64d61d9433fc3e26c28c8d8ca4b71342be56509f1aba46f0fe3915c2dab3)
- [ ]
[x-pack/platform/test/api_integration/apis/ml/modules/setup_module.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1e8f655c50a4ef71c953cd64f3b8c79355bd7e064724cc3eb608d58780a2b992)

@elastic/kibana-cases
- [x]
[x-pack/platform/plugins/shared/cases/public/components/app/use_available_owners.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8358df943d2ec77f1d4259a0a882d422d9657d40b82c441f2fac2b117801f6e0)
- [x]
[x-pack/platform/plugins/shared/cases/public/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c50c54f870d9c0e066c521c00e8a6ad5ae092efef3b349c9f15d73e4ed4a1587)

@elastic/obs-ux-logs-team
- [ ]
[x-pack/platform/plugins/shared/dataset_quality/public/hooks/use_integration_actions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ea5ade6d6e95dc1121b3e0ba74b6d3db9aee8b8c5ab40f59feabfb80dc36a30c)

@elastic/fleet
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/data_stream/list_page/components/data_stream_row_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-177dbb8660eaddc8e0e42d4633d96ea08149541ee6e3b175138f1ffc168ba6d9)
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/use_output_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3a4b56eea37818574756ce4a8faa3e1fe93bbf8a4627d244e37139d1e44e689f)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/integration_tests/fleet_setup.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e3fdd3331b4dd1b1f5520f0089bb29af92de4ea8ee7c87c5744cc0138adcdafd)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/epm/streams.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7df345727f70d12c56212d7889dd281c01f3d61c0e6f8f5db9a2b801ed7b03fe)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/fleet_server/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-27bad1a883be022da2b34738df065488b1910337daac5121d715bf22cff7fb46)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/preconfiguration/fleet_proxies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fd459803d4cdaa2c009a5013b31799a514c8c24643152bf066c2f281a3d46658)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/agent_policy.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ebca599b7a60f26e663183c8812fab4f890997250e0767a11c72850b477f6048)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fe39922dca0a6ad3e77b730832397b294b42af1aeefaf141afe513a0e8e66cda)

@elastic/kibana-reporting-services
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/formats/pdf/pdf_maker/worker.ts](https://github.com/elastic/kibana/pull/239670/files#diff-67b16eb0174ca8174b98ee8278d76b1731efa8e1f7dad8c7c20e7828106fb7ba)
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/screenshots/screenshots.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e25ff404e93fa263e75a0ddb315ebe4458d0d0ad30ca83739b3326989bbc2b8f)

@elastic/kibana-security
- [x]
[x-pack/platform/plugins/shared/security/public/management/roles/edit_role/privileges/es/remote_cluster_privileges_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ab30af13936b0fb4f3305996fa7f52a36785875fb980898928be3995c2d0da55)

@elastic/streams-program-team
- [ ]
[x-pack/platform/plugins/shared/streams/server/lib/content/archive.ts](https://github.com/elastic/kibana/pull/239670/files#diff-329bd08c948ad1f552cc92081997a46d505650a38545fde67e73262bbc120e84)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/content/export_flyout.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8a799e0c17d2e0b98ca38b9ff19050f34794e95fe650cabe81cfccd6c0edbabf)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_changes_review_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a30c0e16112e2392ca48f2646906786b1f28b36bd1673489b22b0d9830076563)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_editor_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f5a814d97c5e1bc9bba2ed3e0b6e87bc24276eed12089750fcd97b48a58663a4)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/stream_detail_dashboards_view/dashboard_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f87827854ade1494afe7b744647f827ea538ab0fe137d48693cd88b54b166b20)

@elastic/obs-ux-infra_services-team
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/app/storage_explorer/services_table/index_stats_per_service.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8f9f719f46ef5ea76304187dbee8ca20848256bb387a2e7f72e64161f1310fdf)
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/shared/charts/helper/timezone.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9b484352b5b154e7a7c2232946f4f4fcc92c7ba9db6ec03968a92737132274f)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/components/asset_details/hooks/use_loading_state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-04a8cc8a61688008d0116c51386e469c14a1ae6754cc160def40590041a2cd33)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/hooks/use_kibana_index_patterns.mock.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-98a4ba6a3586c74d9931e067aa67d843ba2f94af70d85a86701dd6528ab2cc71)
- [ ]
[x-pack/solutions/observability/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/get_data.ts](https://github.com/elastic/kibana/pull/239670/files#diff-75960e6bac672559b8f323dfc60f4d5b61fa15b6552c80b015fdf285db38be30)
- [ ]
[x-pack/solutions/observability/plugins/observability/server/lib/rules/register_rule_types.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5d1e3f833356d1eceb0eef8bbf33e8baa313c4acdb15a15adbb725214d580538)
- [ ]
[x-pack/solutions/observability/test/serverless/functional/test_suites/rules/rules_list.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0e39737750fb2132a8cd784e8281cf376a0c4bba83fd5c4650a80344daa6939b)

@elastic/obs-ux-management-team
- [x]
[x-pack/solutions/observability/plugins/slo/public/hooks/use_permissions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9d778d15f7141072858b4a8bff33df7659a28a5a63d34fb0073f6d613d041e3)
- [x]
[x-pack/solutions/observability/plugins/slo/server/lib/rules/slo_burn_rate/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b251ee290516fbefda616fe31b94478a36cd121a887f59ae7b9b0a549a6514c4)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7764c9c81e587bde9925feef186a327bd1808780a17a4d15bb87640a1b33d30b)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_details_breadcrumbs.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5b88aa734f153b155474d44a6f9baf944d682d9b8701252184330326cae531d1)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_browser_run_once_monitors.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4faf711e8314ff53e8734008791b9b3e4bce8533d648193156f8286f3e082818)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-719b0bcab883f162f93a18e2d048a106a5bab9c5e9929f4f2c50f47eb5fc8553)
- [x]
[x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumbs.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-298d5a9501f927cc19533a14fc7f60fc56d780901d9a095e1f9e844571a9d8ca)
- [x]
[x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-eb4dc723cca451c3acd87ccd0daa3e8ce466e81445abfc786bac2c14715a1625)
- [x]
[x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/alerting/burn_rate/consumers_and_privileges.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b9be7ae4b052002d54300eb0c78e9880bfdc7281915e77dd34c0398191d6f4ab)

@elastic/security-detection-engine
- [ ]
[x-pack/solutions/security/packages/kbn-securitysolution-exception-list-components/src/exception_item_card/conditions/entry_content/entry_content.helper.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9def652567e5d7145b42b57d551a684ba80e3c66bb94a4776feed7e7bbb0e814)
- [ ]
[x-pack/solutions/security/plugins/lists/server/routes/internal/create_exception_filter_route.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f1b2625af28bd15dabfca99cbd22a57174ea2c33809e1ffa97be9ade6267324f)
- [ ]
[x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ff39da0cfa6f4bf95b0d8abbb976b251099164671ce3ef71e74db7d9c8a2762b)

@elastic/security-solution
- [x]
[x-pack/solutions/security/plugins/security_solution/public/common/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-33b2bab053e931f5bafee59126a812e5fd1b896cd0f66450677075949ad19db4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_exceptions/components/exception_item_card/conditions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9299abea933cf7119f8f13feb606d11bd26151c013b52565a0834bbc7540c7b4)
- [x]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/rules_table/rules_table_context.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-afd8cc8fbb49bb8991547acd87d4723726250a5277b3c7f9e94c7ee20604f6af)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e251afca69fecc4f73810bde65dca23db844b04536a03b7626ee028a4cbef462)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-818f5589e5e49415006b2aefa47a5dbe295207e3346a749dcadd0387e0c678e7)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/entity_store/components/engines_status/components/engine_status_header_action.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-48217e3f8d3cef8e4d394a1c8767b9b9f018b23f6c4324d2ed25b8042cd215d5)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/privileged_user_monitoring/components/privileged_access_detection/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-4a3c362f53f94290a659ce67811017051ed7004629bf4ef7d31c0ffee4b83f5d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/artifact_card_grid/components/grid_header.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edf69399f2353b6fd1b303339b1dccaeccb67f27922d3b89e8b18342e6676728)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/formatted_error/formatted_error.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8041a352d7ff284cdff29db2dbcfc9c8b447b4f60c1e97a363fabac8f6f09a3f)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/policy_selector/policy_selector.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dbbbd49929fbbd0a568fd5d93a6777a9e6dcfeefad6c8fd59de8b0c1bcd45a66)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/onboarding/components/onboarding_body/cards/siem_migrations/ai_connector/ai_connector_card.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-353efd3251b48e0e8dfac85ad53f56483362733d7a6cb1109c327a1f1f7d3923)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/overview/containers/overview_cti_links/use_ti_data_sources.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e06e8572f6b50d5a44c31917abb95d90ecdc51fb3e00114596b1eea13fa298fa)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/value_report_exporter.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ba7b99fc4083d7196c95bf49648f925f6833b6dcab424e8195e31e14ef0126b6)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/hooks/use_value_metrics.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-901f589a5ee7891a071c6c925fea5f5423716e02b3364172a88fd288a9475da4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/resolver/models/indexed_process_tree/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3aa545eb7f2482878b153193e2a6b7906ab6a011f6f1161570f0f7a9b7c0eedf)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/actions/state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2febbd2fc55fac7ccf13fddf51b33c08b825d5f219f76d8b661edf4aac046c2b)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.create_prebuilt_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e40c2a382d7b36f798a9a757292f19bbe21bc570bab0b9732af70b09ebbfb581)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.delete_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-401002806576537b8b77aaa8b8f83d2c862097c75e1a79d97326abe2bdc5f09e)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.import_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-202eb95fb9ab19eaea066ddf4ee15c037c55577b991e5db4b3ae095912e8b420)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/ml/ml.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-93ca754ebfabc3d2f402c53e19c7650c768b65cb013d23ece850e4f2c3fad38d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/routes/timelines/export_timelines/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8a75bcbd97f89d47994fc46e7155a676e8bc9e9a4925525eb45341d3891fa3ad)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/saved_object/timelines/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-686010c407b80cdb5bdcb7553d645c0d0fe8cd23e4599816014b4bcaa1f58f71)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Justin Kambic <jk@elastic.co>
Co-authored-by: James Gowdy <jgowdy@elastic.co>
Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
Co-authored-by: adcoelho <antonio.coelho@elastic.co>
Co-authored-by: PhilippeOberti <philippe.oberti@elastic.co>
Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
Co-authored-by: Maxim Palenov <maxim.palenov@elastic.co>
Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
Co-authored-by: Davis McPhee <davis.mcphee@elastic.co>
Co-authored-by: Jan Monschke <jan.monschke@elastic.co>
(cherry picked from commit 2d666ca)

# Conflicts:
#	package.json
#	src/platform/packages/shared/kbn-dev-utils/src/streams.ts
#	src/platform/packages/shared/kbn-es-mappings/src/type.test.ts
#	src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/config_builder.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/schema/index.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/tests/xy/xy.test.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/transforms/charts/xy.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/transforms/utils.ts
#	src/platform/packages/shared/kbn-test/src/jest/resolver.js
#	src/platform/packages/shared/kbn-workflows-ui/src/components/workflow_selector/workflow_selector.tsx
#	src/platform/plugins/shared/discover/public/application/main/data_fetching/fetch_all.test.ts
#	src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.test.ts
#	src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/traces_document_profile/document_profile/profile.ts
#	src/platform/plugins/shared/workflows_management/public/widgets/workflow_yaml_editor/lib/autocomplete/context/parse_line_for_completion.ts
#	tsconfig.base.json
#	x-pack/platform/packages/shared/kbn-cloud-security-posture/common/types/graph/v1.ts
#	x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/assistant_overlay/index.test.tsx
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/auto_follow_pattern_add.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/auto_follow_pattern_edit.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/auto_follow_pattern_list.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/follower_index_add.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/follower_index_edit.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/follower_index_list.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/home.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/render.js
#	x-pack/platform/plugins/private/file_upload/server/analyze_file.tsx
#	x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_fields/get_alert_fields_by_rule_type_ids.test.ts
#	x-pack/platform/plugins/shared/security/public/authentication/login/components/login_form/login_form.test.tsx
#	x-pack/platform/plugins/shared/stack_connectors/public/connector_types_from_spec/register_from_spec.ts
#	x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts
#	x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx
#	x-pack/platform/test/reporting_api_integration/reporting_and_security/telemetry.ts
#	x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant/src/clients/chat/obs_ai_assistant_client.ts
#	x-pack/solutions/observability/plugins/observability_ai_assistant_app/server/functions/query/index.ts
#	x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/aws_credentials_form/aws_credentials_form_agentless.tsx
#	x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.tsx
#	x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/value_report_exporter.tsx
#	x-pack/solutions/security/plugins/security_solution/public/reports/hooks/use_value_metrics.tsx
#	x-pack/solutions/workplaceai/plugins/workplace_ai_app/public/application/hooks/use_mcp_server_url.test.ts
#	yarn.lock
tkajtoch pushed a commit to tkajtoch/kibana that referenced this pull request Dec 1, 2025
Closes elastic/kibana-operations#306

This PR bumps the Typescript version used on Kibana into v5.9.3. The
full set of changes can be found
[here](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/).

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.

Here it goes the list for follow up:

@elastic/kibana-core 
- [ ]
[src/core/packages/overlays/browser-internal/src/banners/user_banner_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ac50db1dac03d7f60d8cc57a56df8fa36820bcfe7d81967d0b8c279d17777696)
- [ ]
[src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf0122c4ed123e7338e58df0a5862f491212bdff8cfff6c8b8834c9211561ded)
- [ ]
[src/core/server/integration_tests/elasticsearch/user_agent.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-9094163d9e921d4d174d54a6e4dee63d054fb8efacf96b2b77a33be27dec5d1f)
- [ ]
[src/platform/packages/shared/kbn-object-utils/src/calculate_object_diff.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a24c67b387939917a45437c2f5aa89b75b76b7e9e69c5140bbd13e8d0b62537)

@elastic/response-ops 
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.ts](https://github.com/elastic/kibana/pull/239670/files#diff-44fecefafbc40329184f0d568dca54b26abfbb83807586dda18f3e746d5061bc)
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5196163e2c4b168f8d5a3d94ee91e6a10770559acc0f94aa3cd894566c138c22)
- [x]
[src/platform/packages/shared/response-ops/alerts-table/reducers/bulk_actions_reducer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d6860387f350c09260d08a9297a9f452454551b82bc0a7f98c1f80712d794d18)
- [x]
[src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_settings.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-35580259b1ef01b93daa34182f76f4fa08772e8a7a7cbbdc7cbc207193adf677)
- [x]
[x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2855db30b28d3ac7c346977cc33bab8cab40a2b2a02d7a7e0c53ec721e04a502)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5e647a92c64de04704aca03ac12aaeb742137dcf52343ae30cf15eac1039d53c)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f5c79b8506c6debc78f9f2b05628b0d9c15fde417168da57a974b87ab6f76b40)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d887ec01b6b4a30995a0463198747dc354f411e6d69db4eca8469d6fde5bdf6)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8f2ddaca234278ab131ae42bae407e7cabd425fe84a9f2d4bf7315dc466c50c1)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a69c8bc1f38240020ff832cd4480efd8b4a015b70c1f6969b524c58004e9846e)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2dad7b60caa23246de17e52adf4ce732bbb658c134c4bc7bc3aa742cc70b524a)
- [x]
[x-pack/platform/plugins/shared/task_manager/server/monitoring/workload_statistics.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2501eb1f9c620a4ac41956d89b8f41a6614f51eb9bf6c937b9fbb025545861c8)
- [x]
[x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0bedb766d1cd5982a6f0728e924711fa67f81df4b4b3ee58a8b7b889978a2edf)

@elastic/kibana-visualizations PR that will address these changes
elastic#241765
- [ ]
[src/platform/packages/shared/kbn-coloring/src/shared_components/coloring/color_ranges/color_ranges.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c720597b7a7748c714442600b4787a58fc7b7384b3d2e87f7264ed2a6ad88840)
- [ ]
[src/platform/plugins/private/vis_default_editor/public/components/controls/time_interval.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-363ce38d4970e9c4d54723674da395f50d0177db11d63fd1abc2d437279b7390)
- [ ]
[src/platform/plugins/private/vis_types/vega/public/vega_request_handler.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b444710640e49cc569077c841ea6422e036dc0cf58822b73edf7634a5b06265)
- [ ]
[src/platform/plugins/shared/charts/public/static/components/endzones.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ac7af2740ee3ce8fd75066070fa1cf3b535fac3882f727d4f41ee84c955edaaa)
- [ ]
[src/platform/plugins/shared/expressions/common/execution/execution.ts](https://github.com/elastic/kibana/pull/239670/files#diff-31d7c4aaa34d483729f5e52fc04e9f87b3760a07cc011b22ba55fec10942ef74)
- [ ]
[src/platform/plugins/shared/expressions/common/executor/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e94e0a27b82f0432b3606f57931efd2e71bfdd9843e8b353805fc162d3c18632)
- [ ]
[src/platform/plugins/shared/expressions/public/react_expression_renderer/use_expression_renderer.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0f3a2d158c987f7656db8a2275bdbe5412c9d0efe29660277e7ee7fc2568a8e7)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/public/application/components/annotation_row.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-610447085f405a97d4450d5d9c530d3f0c4b41f07294795c8ea9a3f8a796b49f)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/server/lib/vis_data/request_processors/annotations/query.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-dcad1455161bd43d6ccdec21342ad426ff795aeb188d266b97953a1695940429)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28fe0ae5335cfc1f7f04aaaea5f91212447763243cdf8f10d1b86ff2d165453a)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/reference_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5cc1c57be57dda298c1a0738cfccf8ee0364caf293cdbbc18459a37f640f0bdb)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/definitions/terms/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e39f068397a0a59296917afd8039dc93641ec76dbcb351dc01f430c6355eddba)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/layer_helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc3da53a9218d38cbe92ad43eb6517927ed12ef1f069c9bc656368c6d2e260ca)

@elastic/kibana-data-discovery
- [x]
[src/platform/packages/shared/kbn-discover-utils/src/utils/get_field_value.ts](https://github.com/elastic/kibana/pull/239670/files#diff-db3df91932dc3f8bec752f6c15732d41e1c79ca65b19de7b005a5bdcad9efb1f)
- [x]
[src/platform/packages/shared/kbn-unified-histogram/__mocks__/data_view.ts](https://github.com/elastic/kibana/pull/239670/files#diff-58d83255e98ac6d800c6cc43471e1250a03359de39cfdb84068568ca21243354)
- [x]
[src/platform/plugins/shared/data/public/now_provider/lib/get_force_now_from_url.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-14b3e25af8d1804345fda8cc5a2bedcbb7bdf9144d528d1f673f555c5915e0cc)
- [x]
[src/platform/plugins/shared/data/public/utils/table_inspector_view/components/data_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ea9cdc715c36038df4c4a92cf11a91365e91309c9940f5ed545de38da0cdae11)
- [x]
[src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-52a45dff5bfb00da72b090f1159ce09a9de4667f6509ccaf6b836004ac2918e6)
- [x]
[src/platform/plugins/shared/discover/public/application/main/data_fetching/fetch_all.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-09a01eebf7550a167a8cc3a5b5ffa5c2219f58a006f6404df6b1247b99b268ad)
- [x]
[src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-896915d4d587cf41055945ba62ee252644e8dd90a68e8504cb22ef56c7e23e4d)
- [x]
[src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47f15c222f66673849c2542257458a490e13a1f1ef1bd5e4e8a4ac9ea7e2db2d)

@elastic/kibana-management 
- [x]
[src/platform/packages/shared/kbn-management/settings/utilities/setting/normalize_settings.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b19ef5649a80c20afc612504234a40e1674f0fbf5f89294c378dc3525145eab)
- [ ]
[x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/data_tier_allocation_field/components/default_to_data_tiers_notice.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2b2cf4d571959c038eb6333f5ed4f978473885eb5799f39346c050d3c1d8c7bb)
- [ ]
[x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_fields/get_alert_fields_by_rule_type_ids.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a621112bd4a93998231cbadf1e85b8eb8d05789cb674dbc45574f0c51bc9c05)

@elastic/kibana-presentation 
- [ ]
[src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a2e9b17841c9fb9fd90309d13245aa5a18058569492e353de3ec533010ce5522)
- [ ]
[src/platform/plugins/shared/unified_search/public/dataview_picker/mocks/dataview.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1953a1a5c0247112325d5a2837c36e83bd1d7963aa52e45a49b186fd6eed7b34)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/axis_config/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bfc3e9a1945a2b75f12042a75ac1f69f6ab28c8a6b07f2b0cec8c7fe53071250)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/date_format/date_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c5eccd5206da1eabe873072085a1cc61a7408b196596a1e28bb6fe8c777c0cf5)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/number_format/number_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-693cc0238d27a4bdb159ff4dcc49772f2ae0f1411048e54045290398282a831d)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/palette/palette.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2abc0cb043d20bb9730b027c2fe60537a0e9aa53a8b31cc9d7e0289640bf252)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-92cf2e84ee10c41220a50f9295daa3ff47aa87d70890ee11ffe718dff36085a1)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ca0344bbfab36961a2eff7873595ed2aa320fee37ee8967a52f072e9a110a9ba)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/arg_form/arg_simple_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9ec45d840f31aba4e86726b334dc226450e82d8def2fc9e6f61593f3c6ada2cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/asset_manager/asset_manager.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fdcb5934ff9a3b09c22d1f738587011679892b563ac1029c7df28415caa39f94)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_dot/color_dot.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0831d73fc90ccdcf1ea710c44e85a1b7982c687191ff9badc9d3d53ff7b38229)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_picker_popover/color_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1934edebe3902d36f308d328827cf18ad9adecafc63a56e27376b9aa9a0e460e)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/confirm_modal/confirm_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6d26952b678049ffcb5926f0fc293d00bb555b4ef67e2f1fed70bdae2758fce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/datatable/datatable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ceda5fd2b665d844ebb02641c18b22ca66d4d30e23e4331741131c2f3343ad70)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/download/download.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1b524d9fe8960c508fc8f0f377ea7972b42bd8a0a52bb68aba816ff878dd03e0)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/enhance/error_boundary.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e4c16e7f68d1e5ac2f14dcd71408d71d6ce31979f77d1d8764b54d5d68d817e2)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/export_app/export_app.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f26e9a882e6ed0e58213549ee6f3db603417094a7c5e55f43bc0134b944abb0a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f442607753df31b5a882b3aa7b96d502c67f66195e290a48ca29b45628a2e447)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/font_picker/font_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b40f8a0566f894f4e40b0fe6634f0178315e37f180d6325b67c1bb7466bdf577)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/function_form/function_unknown.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-02ccacbc6e1e8eb5d5e06c4e405d503d27e2fd1dc0a00c350d28728b2f402255)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/item_grid/item_grid.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d9eeaba977b335e0a09138d3aa6971b8cce4cc739ee61d225631bf94fc6e0d57)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/alignment_guide.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6cfef06412b1d4601b5b583d4bb607995355e07aafe3e362ba5749617df8398)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_connection.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fbd1ea9e4a55264cd7fd27ea54317b5f91f477d8ef852ac482525ad7b04aad05)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_resize_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c4e146696cbb7384252b3a5d8fd79d8041101a2df7162bc73a6f8916bb22e7eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/dragbox_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b8fc6f3d349d774d3a09caaf2638a3b410aa072daaeb24cd7adbbfaffbb76dd4)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/hover_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-debd9ea51acb14202fd2950f8fd3a2e25245fbc654aceacca7c299b5eea0db6a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/rotation_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dd20b99184a2abf5d902753ca5c65701227d7b8ecaca5ebe1ac6fa8723a806e9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/tooltip_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c1d4d22c490d7b3b36a2c971318435c69d33db327375173fe2b30737a8714944)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/paginate/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edbfbfcfd69e50061e78078d3930238aed5c9e6a03fb819a5999c04f14257bd6)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/palette_picker/palette_picker/palette_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-cf9843559460f42619e7fc94e7d62abb2020a0b58b929bfed754a709361b7092)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/positionable/positionable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-7d6df0a7843eebe311d093f43a8b0f300621a4494a8fddcdec8e44fd10eb7ef7)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker/shape_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-40f4327838c89e8fa28c8be9053a8c4d609699253001f54ba9b6c380e04487b9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker_popover/shape_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-81d611388107524f039385baed97880314a5b23123e8dfee0a5b4c41557902cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/sidebar/element_settings/element_settings.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-29c297461c0ae91fd6f0f768c8353075fccf07531bab80845d0fd8008d40d6ce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tag/tag.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-da28b1e8bf0734439a793c92c8a51710e2daa88d6844c7637e721bfa97d79521)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/text_style_picker/text_style_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-99002f8a0f02aa89984e325d071d8d34751cc2163d03577152dd0900c8be595f)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/toolbar/toolbar.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a13b09ee05224a29f86a533102714f189db0924f8ef16a9692ac5a2383b3a528)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tooltip_icon/tooltip_icon.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3f302b994c09b38c13eb16cc6e49a184c5eaa021bb5c0c8303564a5a971eb06c)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_config/workpad_config.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c6bb0fc1529a78a9136e633758b2b99b1b3c0fbd4c9453558eacc0acad6c9acc)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/edit_menu/edit_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f84dbc226487b98b79181f08fb6d06ddd338074de978e26e25fb219493590096)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/element_menu/element_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-55dc8addebf555fdb672fa2203069cb80f3a6e336aeeb8a24f2a31e9f97fc395)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/workpad_header.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-82b697769c12595dead844a6bce84270fa345e5b7bf76ad584ddbd0fe462063a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_shortcuts/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-905bf6216b745284959e2954ffc8a62badf02b0a85978318e4e4511ab23a608b)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/appearance_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bb2d2570209907cfe0e9c3b71f9240cdfcc4f033f913c3d82ef5ff0196400926)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/border_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3cbddaecf17a65f4b2104f6ae8c2c59159ac66ca5139fb18ccf9ccd0a2e84816)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8c5525f1f90752fb7d43fbebe4cf9c9880f460d5a92fd90ddb13882c76d4eca8)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47c28863b448298b1d28b5e1e70636b7a52aa73d416670d592ebf33d30867721)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-41fe27e78fb4b54a641b84d373a77f11e202f791ee40a62777e9cbad116228eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-693614dd9bec100f270be47de0d0296b3cc3b30563d54a8a8fb4cdeff2374403)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-abf04d19bb619a086fa276957220d6978a41827f123f106b859e9b728640ad47)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/resolve_dataurl.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4f1b2fcf08998b021674bc7a58bc1fcda499545fc2e47761abf0817ac399d79d)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/template_from_react_component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6351dcc24e098b50019142cc7af51110320796313ca134510c0ee9797135a4c2)
- [ ]
[x-pack/platform/plugins/shared/maps/common/elasticsearch_util/es_agg_utils.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc60033a0c3e062a73a2003ab4ebf9b012445e2a8cca361cc8f65c32017881db)
- [ ]
[x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5944e9dac64adf5b55757ca2ffe77e4fde90b9b0c751a41be1c4776d6ebb4ae2)
- [ ]
[x-pack/platform/plugins/shared/maps/public/connected_components/mb_map/transform_request.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-11ede67de5e351a72c623afa6d6f1f07f396a77e2172098af3520c766b5fda81)

@elastic/appex-sharedux
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/add_data/add_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6913f389ccc1b7bf1136c58ee0d6f79a2885a83e2ef174dc721edc13361d3d93)
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/manage_data/manage_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0daea2d5135efa7356f1db7d615a4dde99cca2e05e1f227599f6bf87862b9425)
- [ ]
[src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-13a445ceb276314c3b3439c889b097e9df8f3567a0f301dbcc41fe15b0d56e48)
- [ ]
[src/platform/plugins/shared/ui_actions/public/service/ui_actions_execution_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cd8db30eaac0f7e99b46de01d486991862b1081f80b80c16bb6ac3d0c40f1cbd)
- [ ]
[x-pack/platform/plugins/shared/global_search/server/services/search_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ab4932ddaa9a02331c342b2d56a6473e8427f22ac14c2d0b971c8722680d2656)
- [ ]
[x-pack/platform/plugins/shared/saved_objects_tagging/public/management/actions/index.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf7a5e441c3a91bb9a63db9d71a06fc64e35074dfc46acf8c89a18b90ba80d04)

@elastic/obs-ai-assistant
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-24636bc69d9eb9acb5a9ae88c8c547f783154c10debda27adeb52e3158e528e8)
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6ae996f673c49cb1e5b461807ab7f7689995b08ebacf84ba47824bdab46a231e)
- [x]
[x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/assistant_overlay/index.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28654897779c9908d069f21350741d100a15632df67a66fb4d5518a1de34963f)
- [ ]
[x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant/src/chat_client.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d0eebc629423e3e2f2586f75c219faa760211e61febaf9e846504949f8e4d3c)
- [ ]
[x-pack/solutions/observability/plugins/observability_ai_assistant_app/server/functions/query/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-37b4ff6b5fe11f89a38b7d58111c2685812942a64ed7f4b179759956e7e1c83a)
- [ ]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/openai.ts](https://github.com/elastic/kibana/pull/239670/files#diff-c3049a99b1502b0141a372106e3d0061db506862cbaf77c05657c7d77e794658)

@elastic/ml-ui
- [ ]
[x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/use_field_stats.ts](https://github.com/elastic/kibana/pull/239670/files#diff-35f0d7604b4cd9e433eaa40e8c3247440f2beec7c91cdb7c5e84865a7dddfce4)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/import_export_jobs/export_jobs_flyout/jobs_export_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5cbf2d76136f6c059ebab1ba09e212def7916e3f13fc4a837a1c8e538239511a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/scatterplot_matrix/scatterplot_matrix_vega_lite_spec.ts](https://github.com/elastic/kibana/pull/239670/files#diff-36fbda953ea911216a82af4d8660fbaf0146de5cfce3faa0a902910019eda114)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/jobs/components/job_details_flyout/job_details_context_manager.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-76a178fce975d6f2ba66be290afad9f81cb3267b6d5dec6aa2a2f782e95a334a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/model_management/model_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2cb64d61d9433fc3e26c28c8d8ca4b71342be56509f1aba46f0fe3915c2dab3)
- [ ]
[x-pack/platform/test/api_integration/apis/ml/modules/setup_module.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1e8f655c50a4ef71c953cd64f3b8c79355bd7e064724cc3eb608d58780a2b992)

@elastic/kibana-cases
- [x]
[x-pack/platform/plugins/shared/cases/public/components/app/use_available_owners.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8358df943d2ec77f1d4259a0a882d422d9657d40b82c441f2fac2b117801f6e0)
- [x]
[x-pack/platform/plugins/shared/cases/public/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c50c54f870d9c0e066c521c00e8a6ad5ae092efef3b349c9f15d73e4ed4a1587)

@elastic/obs-ux-logs-team
- [ ]
[x-pack/platform/plugins/shared/dataset_quality/public/hooks/use_integration_actions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ea5ade6d6e95dc1121b3e0ba74b6d3db9aee8b8c5ab40f59feabfb80dc36a30c)

@elastic/fleet
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/data_stream/list_page/components/data_stream_row_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-177dbb8660eaddc8e0e42d4633d96ea08149541ee6e3b175138f1ffc168ba6d9)
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/use_output_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3a4b56eea37818574756ce4a8faa3e1fe93bbf8a4627d244e37139d1e44e689f)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/integration_tests/fleet_setup.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e3fdd3331b4dd1b1f5520f0089bb29af92de4ea8ee7c87c5744cc0138adcdafd)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/epm/streams.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7df345727f70d12c56212d7889dd281c01f3d61c0e6f8f5db9a2b801ed7b03fe)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/fleet_server/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-27bad1a883be022da2b34738df065488b1910337daac5121d715bf22cff7fb46)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/preconfiguration/fleet_proxies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fd459803d4cdaa2c009a5013b31799a514c8c24643152bf066c2f281a3d46658)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/agent_policy.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ebca599b7a60f26e663183c8812fab4f890997250e0767a11c72850b477f6048)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fe39922dca0a6ad3e77b730832397b294b42af1aeefaf141afe513a0e8e66cda)

@elastic/kibana-reporting-services
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/formats/pdf/pdf_maker/worker.ts](https://github.com/elastic/kibana/pull/239670/files#diff-67b16eb0174ca8174b98ee8278d76b1731efa8e1f7dad8c7c20e7828106fb7ba)
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/screenshots/screenshots.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e25ff404e93fa263e75a0ddb315ebe4458d0d0ad30ca83739b3326989bbc2b8f)

@elastic/kibana-security
- [x]
[x-pack/platform/plugins/shared/security/public/management/roles/edit_role/privileges/es/remote_cluster_privileges_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ab30af13936b0fb4f3305996fa7f52a36785875fb980898928be3995c2d0da55)

@elastic/streams-program-team
- [ ]
[x-pack/platform/plugins/shared/streams/server/lib/content/archive.ts](https://github.com/elastic/kibana/pull/239670/files#diff-329bd08c948ad1f552cc92081997a46d505650a38545fde67e73262bbc120e84)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/content/export_flyout.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8a799e0c17d2e0b98ca38b9ff19050f34794e95fe650cabe81cfccd6c0edbabf)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_changes_review_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a30c0e16112e2392ca48f2646906786b1f28b36bd1673489b22b0d9830076563)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_editor_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f5a814d97c5e1bc9bba2ed3e0b6e87bc24276eed12089750fcd97b48a58663a4)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/stream_detail_dashboards_view/dashboard_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f87827854ade1494afe7b744647f827ea538ab0fe137d48693cd88b54b166b20)

@elastic/obs-ux-infra_services-team
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/app/storage_explorer/services_table/index_stats_per_service.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8f9f719f46ef5ea76304187dbee8ca20848256bb387a2e7f72e64161f1310fdf)
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/shared/charts/helper/timezone.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9b484352b5b154e7a7c2232946f4f4fcc92c7ba9db6ec03968a92737132274f)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/components/asset_details/hooks/use_loading_state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-04a8cc8a61688008d0116c51386e469c14a1ae6754cc160def40590041a2cd33)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/hooks/use_kibana_index_patterns.mock.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-98a4ba6a3586c74d9931e067aa67d843ba2f94af70d85a86701dd6528ab2cc71)
- [ ]
[x-pack/solutions/observability/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/get_data.ts](https://github.com/elastic/kibana/pull/239670/files#diff-75960e6bac672559b8f323dfc60f4d5b61fa15b6552c80b015fdf285db38be30)
- [ ]
[x-pack/solutions/observability/plugins/observability/server/lib/rules/register_rule_types.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5d1e3f833356d1eceb0eef8bbf33e8baa313c4acdb15a15adbb725214d580538)
- [ ]
[x-pack/solutions/observability/test/serverless/functional/test_suites/rules/rules_list.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0e39737750fb2132a8cd784e8281cf376a0c4bba83fd5c4650a80344daa6939b)

@elastic/obs-ux-management-team
- [x]
[x-pack/solutions/observability/plugins/slo/public/hooks/use_permissions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9d778d15f7141072858b4a8bff33df7659a28a5a63d34fb0073f6d613d041e3)
- [x]
[x-pack/solutions/observability/plugins/slo/server/lib/rules/slo_burn_rate/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b251ee290516fbefda616fe31b94478a36cd121a887f59ae7b9b0a549a6514c4)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7764c9c81e587bde9925feef186a327bd1808780a17a4d15bb87640a1b33d30b)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_details_breadcrumbs.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5b88aa734f153b155474d44a6f9baf944d682d9b8701252184330326cae531d1)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_browser_run_once_monitors.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4faf711e8314ff53e8734008791b9b3e4bce8533d648193156f8286f3e082818)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-719b0bcab883f162f93a18e2d048a106a5bab9c5e9929f4f2c50f47eb5fc8553)
- [x]
[x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumbs.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-298d5a9501f927cc19533a14fc7f60fc56d780901d9a095e1f9e844571a9d8ca)
- [x]
[x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-eb4dc723cca451c3acd87ccd0daa3e8ce466e81445abfc786bac2c14715a1625)
- [x]
[x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/alerting/burn_rate/consumers_and_privileges.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b9be7ae4b052002d54300eb0c78e9880bfdc7281915e77dd34c0398191d6f4ab)

@elastic/security-detection-engine
- [ ]
[x-pack/solutions/security/packages/kbn-securitysolution-exception-list-components/src/exception_item_card/conditions/entry_content/entry_content.helper.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9def652567e5d7145b42b57d551a684ba80e3c66bb94a4776feed7e7bbb0e814)
- [ ]
[x-pack/solutions/security/plugins/lists/server/routes/internal/create_exception_filter_route.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f1b2625af28bd15dabfca99cbd22a57174ea2c33809e1ffa97be9ade6267324f)
- [ ]
[x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ff39da0cfa6f4bf95b0d8abbb976b251099164671ce3ef71e74db7d9c8a2762b)

@elastic/security-solution
- [x]
[x-pack/solutions/security/plugins/security_solution/public/common/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-33b2bab053e931f5bafee59126a812e5fd1b896cd0f66450677075949ad19db4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_exceptions/components/exception_item_card/conditions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9299abea933cf7119f8f13feb606d11bd26151c013b52565a0834bbc7540c7b4)
- [x]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/rules_table/rules_table_context.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-afd8cc8fbb49bb8991547acd87d4723726250a5277b3c7f9e94c7ee20604f6af)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e251afca69fecc4f73810bde65dca23db844b04536a03b7626ee028a4cbef462)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-818f5589e5e49415006b2aefa47a5dbe295207e3346a749dcadd0387e0c678e7)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/entity_store/components/engines_status/components/engine_status_header_action.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-48217e3f8d3cef8e4d394a1c8767b9b9f018b23f6c4324d2ed25b8042cd215d5)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/privileged_user_monitoring/components/privileged_access_detection/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-4a3c362f53f94290a659ce67811017051ed7004629bf4ef7d31c0ffee4b83f5d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/artifact_card_grid/components/grid_header.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edf69399f2353b6fd1b303339b1dccaeccb67f27922d3b89e8b18342e6676728)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/formatted_error/formatted_error.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8041a352d7ff284cdff29db2dbcfc9c8b447b4f60c1e97a363fabac8f6f09a3f)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/policy_selector/policy_selector.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dbbbd49929fbbd0a568fd5d93a6777a9e6dcfeefad6c8fd59de8b0c1bcd45a66)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/onboarding/components/onboarding_body/cards/siem_migrations/ai_connector/ai_connector_card.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-353efd3251b48e0e8dfac85ad53f56483362733d7a6cb1109c327a1f1f7d3923)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/overview/containers/overview_cti_links/use_ti_data_sources.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e06e8572f6b50d5a44c31917abb95d90ecdc51fb3e00114596b1eea13fa298fa)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/value_report_exporter.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ba7b99fc4083d7196c95bf49648f925f6833b6dcab424e8195e31e14ef0126b6)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/hooks/use_value_metrics.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-901f589a5ee7891a071c6c925fea5f5423716e02b3364172a88fd288a9475da4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/resolver/models/indexed_process_tree/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3aa545eb7f2482878b153193e2a6b7906ab6a011f6f1161570f0f7a9b7c0eedf)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/actions/state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2febbd2fc55fac7ccf13fddf51b33c08b825d5f219f76d8b661edf4aac046c2b)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.create_prebuilt_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e40c2a382d7b36f798a9a757292f19bbe21bc570bab0b9732af70b09ebbfb581)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.delete_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-401002806576537b8b77aaa8b8f83d2c862097c75e1a79d97326abe2bdc5f09e)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.import_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-202eb95fb9ab19eaea066ddf4ee15c037c55577b991e5db4b3ae095912e8b420)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/ml/ml.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-93ca754ebfabc3d2f402c53e19c7650c768b65cb013d23ece850e4f2c3fad38d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/routes/timelines/export_timelines/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8a75bcbd97f89d47994fc46e7155a676e8bc9e9a4925525eb45341d3891fa3ad)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/saved_object/timelines/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-686010c407b80cdb5bdcb7553d645c0d0fe8cd23e4599816014b4bcaa1f58f71)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Justin Kambic <jk@elastic.co>
Co-authored-by: James Gowdy <jgowdy@elastic.co>
Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
Co-authored-by: adcoelho <antonio.coelho@elastic.co>
Co-authored-by: PhilippeOberti <philippe.oberti@elastic.co>
Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
Co-authored-by: Maxim Palenov <maxim.palenov@elastic.co>
Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
Co-authored-by: Davis McPhee <davis.mcphee@elastic.co>
Co-authored-by: Jan Monschke <jan.monschke@elastic.co>
NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Dec 2, 2025
Closes elastic/kibana-operations#306

This PR bumps the Typescript version used on Kibana into v5.9.3. The
full set of changes can be found
[here](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/).

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.

Here it goes the list for follow up:

@elastic/kibana-core 
- [ ]
[src/core/packages/overlays/browser-internal/src/banners/user_banner_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ac50db1dac03d7f60d8cc57a56df8fa36820bcfe7d81967d0b8c279d17777696)
- [ ]
[src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf0122c4ed123e7338e58df0a5862f491212bdff8cfff6c8b8834c9211561ded)
- [ ]
[src/core/server/integration_tests/elasticsearch/user_agent.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-9094163d9e921d4d174d54a6e4dee63d054fb8efacf96b2b77a33be27dec5d1f)
- [ ]
[src/platform/packages/shared/kbn-object-utils/src/calculate_object_diff.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a24c67b387939917a45437c2f5aa89b75b76b7e9e69c5140bbd13e8d0b62537)

@elastic/response-ops 
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.ts](https://github.com/elastic/kibana/pull/239670/files#diff-44fecefafbc40329184f0d568dca54b26abfbb83807586dda18f3e746d5061bc)
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5196163e2c4b168f8d5a3d94ee91e6a10770559acc0f94aa3cd894566c138c22)
- [x]
[src/platform/packages/shared/response-ops/alerts-table/reducers/bulk_actions_reducer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d6860387f350c09260d08a9297a9f452454551b82bc0a7f98c1f80712d794d18)
- [x]
[src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_settings.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-35580259b1ef01b93daa34182f76f4fa08772e8a7a7cbbdc7cbc207193adf677)
- [x]
[x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2855db30b28d3ac7c346977cc33bab8cab40a2b2a02d7a7e0c53ec721e04a502)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5e647a92c64de04704aca03ac12aaeb742137dcf52343ae30cf15eac1039d53c)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f5c79b8506c6debc78f9f2b05628b0d9c15fde417168da57a974b87ab6f76b40)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d887ec01b6b4a30995a0463198747dc354f411e6d69db4eca8469d6fde5bdf6)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8f2ddaca234278ab131ae42bae407e7cabd425fe84a9f2d4bf7315dc466c50c1)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a69c8bc1f38240020ff832cd4480efd8b4a015b70c1f6969b524c58004e9846e)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2dad7b60caa23246de17e52adf4ce732bbb658c134c4bc7bc3aa742cc70b524a)
- [x]
[x-pack/platform/plugins/shared/task_manager/server/monitoring/workload_statistics.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2501eb1f9c620a4ac41956d89b8f41a6614f51eb9bf6c937b9fbb025545861c8)
- [x]
[x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0bedb766d1cd5982a6f0728e924711fa67f81df4b4b3ee58a8b7b889978a2edf)

@elastic/kibana-visualizations PR that will address these changes
elastic#241765
- [ ]
[src/platform/packages/shared/kbn-coloring/src/shared_components/coloring/color_ranges/color_ranges.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c720597b7a7748c714442600b4787a58fc7b7384b3d2e87f7264ed2a6ad88840)
- [ ]
[src/platform/plugins/private/vis_default_editor/public/components/controls/time_interval.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-363ce38d4970e9c4d54723674da395f50d0177db11d63fd1abc2d437279b7390)
- [ ]
[src/platform/plugins/private/vis_types/vega/public/vega_request_handler.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b444710640e49cc569077c841ea6422e036dc0cf58822b73edf7634a5b06265)
- [ ]
[src/platform/plugins/shared/charts/public/static/components/endzones.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ac7af2740ee3ce8fd75066070fa1cf3b535fac3882f727d4f41ee84c955edaaa)
- [ ]
[src/platform/plugins/shared/expressions/common/execution/execution.ts](https://github.com/elastic/kibana/pull/239670/files#diff-31d7c4aaa34d483729f5e52fc04e9f87b3760a07cc011b22ba55fec10942ef74)
- [ ]
[src/platform/plugins/shared/expressions/common/executor/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e94e0a27b82f0432b3606f57931efd2e71bfdd9843e8b353805fc162d3c18632)
- [ ]
[src/platform/plugins/shared/expressions/public/react_expression_renderer/use_expression_renderer.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0f3a2d158c987f7656db8a2275bdbe5412c9d0efe29660277e7ee7fc2568a8e7)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/public/application/components/annotation_row.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-610447085f405a97d4450d5d9c530d3f0c4b41f07294795c8ea9a3f8a796b49f)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/server/lib/vis_data/request_processors/annotations/query.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-dcad1455161bd43d6ccdec21342ad426ff795aeb188d266b97953a1695940429)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28fe0ae5335cfc1f7f04aaaea5f91212447763243cdf8f10d1b86ff2d165453a)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/reference_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5cc1c57be57dda298c1a0738cfccf8ee0364caf293cdbbc18459a37f640f0bdb)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/definitions/terms/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e39f068397a0a59296917afd8039dc93641ec76dbcb351dc01f430c6355eddba)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/layer_helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc3da53a9218d38cbe92ad43eb6517927ed12ef1f069c9bc656368c6d2e260ca)

@elastic/kibana-data-discovery
- [x]
[src/platform/packages/shared/kbn-discover-utils/src/utils/get_field_value.ts](https://github.com/elastic/kibana/pull/239670/files#diff-db3df91932dc3f8bec752f6c15732d41e1c79ca65b19de7b005a5bdcad9efb1f)
- [x]
[src/platform/packages/shared/kbn-unified-histogram/__mocks__/data_view.ts](https://github.com/elastic/kibana/pull/239670/files#diff-58d83255e98ac6d800c6cc43471e1250a03359de39cfdb84068568ca21243354)
- [x]
[src/platform/plugins/shared/data/public/now_provider/lib/get_force_now_from_url.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-14b3e25af8d1804345fda8cc5a2bedcbb7bdf9144d528d1f673f555c5915e0cc)
- [x]
[src/platform/plugins/shared/data/public/utils/table_inspector_view/components/data_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ea9cdc715c36038df4c4a92cf11a91365e91309c9940f5ed545de38da0cdae11)
- [x]
[src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-52a45dff5bfb00da72b090f1159ce09a9de4667f6509ccaf6b836004ac2918e6)
- [x]
[src/platform/plugins/shared/discover/public/application/main/data_fetching/fetch_all.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-09a01eebf7550a167a8cc3a5b5ffa5c2219f58a006f6404df6b1247b99b268ad)
- [x]
[src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-896915d4d587cf41055945ba62ee252644e8dd90a68e8504cb22ef56c7e23e4d)
- [x]
[src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47f15c222f66673849c2542257458a490e13a1f1ef1bd5e4e8a4ac9ea7e2db2d)

@elastic/kibana-management 
- [x]
[src/platform/packages/shared/kbn-management/settings/utilities/setting/normalize_settings.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b19ef5649a80c20afc612504234a40e1674f0fbf5f89294c378dc3525145eab)
- [ ]
[x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/data_tier_allocation_field/components/default_to_data_tiers_notice.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2b2cf4d571959c038eb6333f5ed4f978473885eb5799f39346c050d3c1d8c7bb)
- [ ]
[x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_fields/get_alert_fields_by_rule_type_ids.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a621112bd4a93998231cbadf1e85b8eb8d05789cb674dbc45574f0c51bc9c05)

@elastic/kibana-presentation 
- [ ]
[src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a2e9b17841c9fb9fd90309d13245aa5a18058569492e353de3ec533010ce5522)
- [ ]
[src/platform/plugins/shared/unified_search/public/dataview_picker/mocks/dataview.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1953a1a5c0247112325d5a2837c36e83bd1d7963aa52e45a49b186fd6eed7b34)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/axis_config/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bfc3e9a1945a2b75f12042a75ac1f69f6ab28c8a6b07f2b0cec8c7fe53071250)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/date_format/date_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c5eccd5206da1eabe873072085a1cc61a7408b196596a1e28bb6fe8c777c0cf5)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/number_format/number_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-693cc0238d27a4bdb159ff4dcc49772f2ae0f1411048e54045290398282a831d)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/palette/palette.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2abc0cb043d20bb9730b027c2fe60537a0e9aa53a8b31cc9d7e0289640bf252)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-92cf2e84ee10c41220a50f9295daa3ff47aa87d70890ee11ffe718dff36085a1)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ca0344bbfab36961a2eff7873595ed2aa320fee37ee8967a52f072e9a110a9ba)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/arg_form/arg_simple_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9ec45d840f31aba4e86726b334dc226450e82d8def2fc9e6f61593f3c6ada2cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/asset_manager/asset_manager.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fdcb5934ff9a3b09c22d1f738587011679892b563ac1029c7df28415caa39f94)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_dot/color_dot.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0831d73fc90ccdcf1ea710c44e85a1b7982c687191ff9badc9d3d53ff7b38229)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_picker_popover/color_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1934edebe3902d36f308d328827cf18ad9adecafc63a56e27376b9aa9a0e460e)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/confirm_modal/confirm_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6d26952b678049ffcb5926f0fc293d00bb555b4ef67e2f1fed70bdae2758fce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/datatable/datatable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ceda5fd2b665d844ebb02641c18b22ca66d4d30e23e4331741131c2f3343ad70)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/download/download.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1b524d9fe8960c508fc8f0f377ea7972b42bd8a0a52bb68aba816ff878dd03e0)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/enhance/error_boundary.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e4c16e7f68d1e5ac2f14dcd71408d71d6ce31979f77d1d8764b54d5d68d817e2)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/export_app/export_app.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f26e9a882e6ed0e58213549ee6f3db603417094a7c5e55f43bc0134b944abb0a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f442607753df31b5a882b3aa7b96d502c67f66195e290a48ca29b45628a2e447)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/font_picker/font_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b40f8a0566f894f4e40b0fe6634f0178315e37f180d6325b67c1bb7466bdf577)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/function_form/function_unknown.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-02ccacbc6e1e8eb5d5e06c4e405d503d27e2fd1dc0a00c350d28728b2f402255)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/item_grid/item_grid.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d9eeaba977b335e0a09138d3aa6971b8cce4cc739ee61d225631bf94fc6e0d57)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/alignment_guide.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6cfef06412b1d4601b5b583d4bb607995355e07aafe3e362ba5749617df8398)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_connection.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fbd1ea9e4a55264cd7fd27ea54317b5f91f477d8ef852ac482525ad7b04aad05)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_resize_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c4e146696cbb7384252b3a5d8fd79d8041101a2df7162bc73a6f8916bb22e7eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/dragbox_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b8fc6f3d349d774d3a09caaf2638a3b410aa072daaeb24cd7adbbfaffbb76dd4)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/hover_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-debd9ea51acb14202fd2950f8fd3a2e25245fbc654aceacca7c299b5eea0db6a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/rotation_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dd20b99184a2abf5d902753ca5c65701227d7b8ecaca5ebe1ac6fa8723a806e9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/tooltip_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c1d4d22c490d7b3b36a2c971318435c69d33db327375173fe2b30737a8714944)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/paginate/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edbfbfcfd69e50061e78078d3930238aed5c9e6a03fb819a5999c04f14257bd6)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/palette_picker/palette_picker/palette_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-cf9843559460f42619e7fc94e7d62abb2020a0b58b929bfed754a709361b7092)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/positionable/positionable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-7d6df0a7843eebe311d093f43a8b0f300621a4494a8fddcdec8e44fd10eb7ef7)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker/shape_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-40f4327838c89e8fa28c8be9053a8c4d609699253001f54ba9b6c380e04487b9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker_popover/shape_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-81d611388107524f039385baed97880314a5b23123e8dfee0a5b4c41557902cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/sidebar/element_settings/element_settings.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-29c297461c0ae91fd6f0f768c8353075fccf07531bab80845d0fd8008d40d6ce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tag/tag.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-da28b1e8bf0734439a793c92c8a51710e2daa88d6844c7637e721bfa97d79521)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/text_style_picker/text_style_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-99002f8a0f02aa89984e325d071d8d34751cc2163d03577152dd0900c8be595f)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/toolbar/toolbar.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a13b09ee05224a29f86a533102714f189db0924f8ef16a9692ac5a2383b3a528)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tooltip_icon/tooltip_icon.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3f302b994c09b38c13eb16cc6e49a184c5eaa021bb5c0c8303564a5a971eb06c)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_config/workpad_config.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c6bb0fc1529a78a9136e633758b2b99b1b3c0fbd4c9453558eacc0acad6c9acc)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/edit_menu/edit_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f84dbc226487b98b79181f08fb6d06ddd338074de978e26e25fb219493590096)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/element_menu/element_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-55dc8addebf555fdb672fa2203069cb80f3a6e336aeeb8a24f2a31e9f97fc395)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/workpad_header.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-82b697769c12595dead844a6bce84270fa345e5b7bf76ad584ddbd0fe462063a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_shortcuts/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-905bf6216b745284959e2954ffc8a62badf02b0a85978318e4e4511ab23a608b)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/appearance_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bb2d2570209907cfe0e9c3b71f9240cdfcc4f033f913c3d82ef5ff0196400926)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/border_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3cbddaecf17a65f4b2104f6ae8c2c59159ac66ca5139fb18ccf9ccd0a2e84816)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8c5525f1f90752fb7d43fbebe4cf9c9880f460d5a92fd90ddb13882c76d4eca8)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47c28863b448298b1d28b5e1e70636b7a52aa73d416670d592ebf33d30867721)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-41fe27e78fb4b54a641b84d373a77f11e202f791ee40a62777e9cbad116228eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-693614dd9bec100f270be47de0d0296b3cc3b30563d54a8a8fb4cdeff2374403)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-abf04d19bb619a086fa276957220d6978a41827f123f106b859e9b728640ad47)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/resolve_dataurl.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4f1b2fcf08998b021674bc7a58bc1fcda499545fc2e47761abf0817ac399d79d)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/template_from_react_component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6351dcc24e098b50019142cc7af51110320796313ca134510c0ee9797135a4c2)
- [ ]
[x-pack/platform/plugins/shared/maps/common/elasticsearch_util/es_agg_utils.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc60033a0c3e062a73a2003ab4ebf9b012445e2a8cca361cc8f65c32017881db)
- [ ]
[x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5944e9dac64adf5b55757ca2ffe77e4fde90b9b0c751a41be1c4776d6ebb4ae2)
- [ ]
[x-pack/platform/plugins/shared/maps/public/connected_components/mb_map/transform_request.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-11ede67de5e351a72c623afa6d6f1f07f396a77e2172098af3520c766b5fda81)

@elastic/appex-sharedux
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/add_data/add_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6913f389ccc1b7bf1136c58ee0d6f79a2885a83e2ef174dc721edc13361d3d93)
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/manage_data/manage_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0daea2d5135efa7356f1db7d615a4dde99cca2e05e1f227599f6bf87862b9425)
- [ ]
[src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-13a445ceb276314c3b3439c889b097e9df8f3567a0f301dbcc41fe15b0d56e48)
- [ ]
[src/platform/plugins/shared/ui_actions/public/service/ui_actions_execution_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cd8db30eaac0f7e99b46de01d486991862b1081f80b80c16bb6ac3d0c40f1cbd)
- [ ]
[x-pack/platform/plugins/shared/global_search/server/services/search_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ab4932ddaa9a02331c342b2d56a6473e8427f22ac14c2d0b971c8722680d2656)
- [ ]
[x-pack/platform/plugins/shared/saved_objects_tagging/public/management/actions/index.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf7a5e441c3a91bb9a63db9d71a06fc64e35074dfc46acf8c89a18b90ba80d04)

@elastic/obs-ai-assistant
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-24636bc69d9eb9acb5a9ae88c8c547f783154c10debda27adeb52e3158e528e8)
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6ae996f673c49cb1e5b461807ab7f7689995b08ebacf84ba47824bdab46a231e)
- [x]
[x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/assistant_overlay/index.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28654897779c9908d069f21350741d100a15632df67a66fb4d5518a1de34963f)
- [ ]
[x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant/src/chat_client.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d0eebc629423e3e2f2586f75c219faa760211e61febaf9e846504949f8e4d3c)
- [ ]
[x-pack/solutions/observability/plugins/observability_ai_assistant_app/server/functions/query/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-37b4ff6b5fe11f89a38b7d58111c2685812942a64ed7f4b179759956e7e1c83a)
- [ ]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/openai.ts](https://github.com/elastic/kibana/pull/239670/files#diff-c3049a99b1502b0141a372106e3d0061db506862cbaf77c05657c7d77e794658)

@elastic/ml-ui
- [ ]
[x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/use_field_stats.ts](https://github.com/elastic/kibana/pull/239670/files#diff-35f0d7604b4cd9e433eaa40e8c3247440f2beec7c91cdb7c5e84865a7dddfce4)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/import_export_jobs/export_jobs_flyout/jobs_export_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5cbf2d76136f6c059ebab1ba09e212def7916e3f13fc4a837a1c8e538239511a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/scatterplot_matrix/scatterplot_matrix_vega_lite_spec.ts](https://github.com/elastic/kibana/pull/239670/files#diff-36fbda953ea911216a82af4d8660fbaf0146de5cfce3faa0a902910019eda114)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/jobs/components/job_details_flyout/job_details_context_manager.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-76a178fce975d6f2ba66be290afad9f81cb3267b6d5dec6aa2a2f782e95a334a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/model_management/model_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2cb64d61d9433fc3e26c28c8d8ca4b71342be56509f1aba46f0fe3915c2dab3)
- [ ]
[x-pack/platform/test/api_integration/apis/ml/modules/setup_module.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1e8f655c50a4ef71c953cd64f3b8c79355bd7e064724cc3eb608d58780a2b992)

@elastic/kibana-cases
- [x]
[x-pack/platform/plugins/shared/cases/public/components/app/use_available_owners.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8358df943d2ec77f1d4259a0a882d422d9657d40b82c441f2fac2b117801f6e0)
- [x]
[x-pack/platform/plugins/shared/cases/public/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c50c54f870d9c0e066c521c00e8a6ad5ae092efef3b349c9f15d73e4ed4a1587)

@elastic/obs-ux-logs-team
- [ ]
[x-pack/platform/plugins/shared/dataset_quality/public/hooks/use_integration_actions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ea5ade6d6e95dc1121b3e0ba74b6d3db9aee8b8c5ab40f59feabfb80dc36a30c)

@elastic/fleet
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/data_stream/list_page/components/data_stream_row_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-177dbb8660eaddc8e0e42d4633d96ea08149541ee6e3b175138f1ffc168ba6d9)
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/use_output_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3a4b56eea37818574756ce4a8faa3e1fe93bbf8a4627d244e37139d1e44e689f)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/integration_tests/fleet_setup.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e3fdd3331b4dd1b1f5520f0089bb29af92de4ea8ee7c87c5744cc0138adcdafd)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/epm/streams.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7df345727f70d12c56212d7889dd281c01f3d61c0e6f8f5db9a2b801ed7b03fe)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/fleet_server/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-27bad1a883be022da2b34738df065488b1910337daac5121d715bf22cff7fb46)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/preconfiguration/fleet_proxies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fd459803d4cdaa2c009a5013b31799a514c8c24643152bf066c2f281a3d46658)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/agent_policy.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ebca599b7a60f26e663183c8812fab4f890997250e0767a11c72850b477f6048)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fe39922dca0a6ad3e77b730832397b294b42af1aeefaf141afe513a0e8e66cda)

@elastic/kibana-reporting-services
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/formats/pdf/pdf_maker/worker.ts](https://github.com/elastic/kibana/pull/239670/files#diff-67b16eb0174ca8174b98ee8278d76b1731efa8e1f7dad8c7c20e7828106fb7ba)
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/screenshots/screenshots.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e25ff404e93fa263e75a0ddb315ebe4458d0d0ad30ca83739b3326989bbc2b8f)

@elastic/kibana-security
- [x]
[x-pack/platform/plugins/shared/security/public/management/roles/edit_role/privileges/es/remote_cluster_privileges_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ab30af13936b0fb4f3305996fa7f52a36785875fb980898928be3995c2d0da55)

@elastic/streams-program-team
- [ ]
[x-pack/platform/plugins/shared/streams/server/lib/content/archive.ts](https://github.com/elastic/kibana/pull/239670/files#diff-329bd08c948ad1f552cc92081997a46d505650a38545fde67e73262bbc120e84)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/content/export_flyout.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8a799e0c17d2e0b98ca38b9ff19050f34794e95fe650cabe81cfccd6c0edbabf)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_changes_review_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a30c0e16112e2392ca48f2646906786b1f28b36bd1673489b22b0d9830076563)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_editor_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f5a814d97c5e1bc9bba2ed3e0b6e87bc24276eed12089750fcd97b48a58663a4)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/stream_detail_dashboards_view/dashboard_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f87827854ade1494afe7b744647f827ea538ab0fe137d48693cd88b54b166b20)

@elastic/obs-ux-infra_services-team
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/app/storage_explorer/services_table/index_stats_per_service.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8f9f719f46ef5ea76304187dbee8ca20848256bb387a2e7f72e64161f1310fdf)
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/shared/charts/helper/timezone.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9b484352b5b154e7a7c2232946f4f4fcc92c7ba9db6ec03968a92737132274f)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/components/asset_details/hooks/use_loading_state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-04a8cc8a61688008d0116c51386e469c14a1ae6754cc160def40590041a2cd33)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/hooks/use_kibana_index_patterns.mock.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-98a4ba6a3586c74d9931e067aa67d843ba2f94af70d85a86701dd6528ab2cc71)
- [ ]
[x-pack/solutions/observability/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/get_data.ts](https://github.com/elastic/kibana/pull/239670/files#diff-75960e6bac672559b8f323dfc60f4d5b61fa15b6552c80b015fdf285db38be30)
- [ ]
[x-pack/solutions/observability/plugins/observability/server/lib/rules/register_rule_types.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5d1e3f833356d1eceb0eef8bbf33e8baa313c4acdb15a15adbb725214d580538)
- [ ]
[x-pack/solutions/observability/test/serverless/functional/test_suites/rules/rules_list.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0e39737750fb2132a8cd784e8281cf376a0c4bba83fd5c4650a80344daa6939b)

@elastic/obs-ux-management-team
- [x]
[x-pack/solutions/observability/plugins/slo/public/hooks/use_permissions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9d778d15f7141072858b4a8bff33df7659a28a5a63d34fb0073f6d613d041e3)
- [x]
[x-pack/solutions/observability/plugins/slo/server/lib/rules/slo_burn_rate/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b251ee290516fbefda616fe31b94478a36cd121a887f59ae7b9b0a549a6514c4)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7764c9c81e587bde9925feef186a327bd1808780a17a4d15bb87640a1b33d30b)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_details_breadcrumbs.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5b88aa734f153b155474d44a6f9baf944d682d9b8701252184330326cae531d1)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_browser_run_once_monitors.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4faf711e8314ff53e8734008791b9b3e4bce8533d648193156f8286f3e082818)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-719b0bcab883f162f93a18e2d048a106a5bab9c5e9929f4f2c50f47eb5fc8553)
- [x]
[x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumbs.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-298d5a9501f927cc19533a14fc7f60fc56d780901d9a095e1f9e844571a9d8ca)
- [x]
[x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-eb4dc723cca451c3acd87ccd0daa3e8ce466e81445abfc786bac2c14715a1625)
- [x]
[x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/alerting/burn_rate/consumers_and_privileges.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b9be7ae4b052002d54300eb0c78e9880bfdc7281915e77dd34c0398191d6f4ab)

@elastic/security-detection-engine
- [ ]
[x-pack/solutions/security/packages/kbn-securitysolution-exception-list-components/src/exception_item_card/conditions/entry_content/entry_content.helper.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9def652567e5d7145b42b57d551a684ba80e3c66bb94a4776feed7e7bbb0e814)
- [ ]
[x-pack/solutions/security/plugins/lists/server/routes/internal/create_exception_filter_route.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f1b2625af28bd15dabfca99cbd22a57174ea2c33809e1ffa97be9ade6267324f)
- [ ]
[x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ff39da0cfa6f4bf95b0d8abbb976b251099164671ce3ef71e74db7d9c8a2762b)

@elastic/security-solution
- [x]
[x-pack/solutions/security/plugins/security_solution/public/common/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-33b2bab053e931f5bafee59126a812e5fd1b896cd0f66450677075949ad19db4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_exceptions/components/exception_item_card/conditions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9299abea933cf7119f8f13feb606d11bd26151c013b52565a0834bbc7540c7b4)
- [x]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/rules_table/rules_table_context.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-afd8cc8fbb49bb8991547acd87d4723726250a5277b3c7f9e94c7ee20604f6af)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e251afca69fecc4f73810bde65dca23db844b04536a03b7626ee028a4cbef462)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-818f5589e5e49415006b2aefa47a5dbe295207e3346a749dcadd0387e0c678e7)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/entity_store/components/engines_status/components/engine_status_header_action.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-48217e3f8d3cef8e4d394a1c8767b9b9f018b23f6c4324d2ed25b8042cd215d5)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/privileged_user_monitoring/components/privileged_access_detection/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-4a3c362f53f94290a659ce67811017051ed7004629bf4ef7d31c0ffee4b83f5d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/artifact_card_grid/components/grid_header.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edf69399f2353b6fd1b303339b1dccaeccb67f27922d3b89e8b18342e6676728)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/formatted_error/formatted_error.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8041a352d7ff284cdff29db2dbcfc9c8b447b4f60c1e97a363fabac8f6f09a3f)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/policy_selector/policy_selector.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dbbbd49929fbbd0a568fd5d93a6777a9e6dcfeefad6c8fd59de8b0c1bcd45a66)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/onboarding/components/onboarding_body/cards/siem_migrations/ai_connector/ai_connector_card.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-353efd3251b48e0e8dfac85ad53f56483362733d7a6cb1109c327a1f1f7d3923)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/overview/containers/overview_cti_links/use_ti_data_sources.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e06e8572f6b50d5a44c31917abb95d90ecdc51fb3e00114596b1eea13fa298fa)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/value_report_exporter.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ba7b99fc4083d7196c95bf49648f925f6833b6dcab424e8195e31e14ef0126b6)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/hooks/use_value_metrics.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-901f589a5ee7891a071c6c925fea5f5423716e02b3364172a88fd288a9475da4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/resolver/models/indexed_process_tree/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3aa545eb7f2482878b153193e2a6b7906ab6a011f6f1161570f0f7a9b7c0eedf)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/actions/state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2febbd2fc55fac7ccf13fddf51b33c08b825d5f219f76d8b661edf4aac046c2b)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.create_prebuilt_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e40c2a382d7b36f798a9a757292f19bbe21bc570bab0b9732af70b09ebbfb581)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.delete_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-401002806576537b8b77aaa8b8f83d2c862097c75e1a79d97326abe2bdc5f09e)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.import_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-202eb95fb9ab19eaea066ddf4ee15c037c55577b991e5db4b3ae095912e8b420)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/ml/ml.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-93ca754ebfabc3d2f402c53e19c7650c768b65cb013d23ece850e4f2c3fad38d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/routes/timelines/export_timelines/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8a75bcbd97f89d47994fc46e7155a676e8bc9e9a4925525eb45341d3891fa3ad)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/saved_object/timelines/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-686010c407b80cdb5bdcb7553d645c0d0fe8cd23e4599816014b4bcaa1f58f71)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Justin Kambic <jk@elastic.co>
Co-authored-by: James Gowdy <jgowdy@elastic.co>
Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
Co-authored-by: adcoelho <antonio.coelho@elastic.co>
Co-authored-by: PhilippeOberti <philippe.oberti@elastic.co>
Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
Co-authored-by: Maxim Palenov <maxim.palenov@elastic.co>
Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
Co-authored-by: Davis McPhee <davis.mcphee@elastic.co>
Co-authored-by: Jan Monschke <jan.monschke@elastic.co>
mistic added a commit to mistic/kibana that referenced this pull request Dec 4, 2025
Closes elastic/kibana-operations#306

This PR bumps the Typescript version used on Kibana into v5.9.3. The
full set of changes can be found
[here](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/).

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.

Here it goes the list for follow up:

@elastic/kibana-core
- [ ]
[src/core/packages/overlays/browser-internal/src/banners/user_banner_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ac50db1dac03d7f60d8cc57a56df8fa36820bcfe7d81967d0b8c279d17777696)
- [ ]
[src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf0122c4ed123e7338e58df0a5862f491212bdff8cfff6c8b8834c9211561ded)
- [ ]
[src/core/server/integration_tests/elasticsearch/user_agent.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-9094163d9e921d4d174d54a6e4dee63d054fb8efacf96b2b77a33be27dec5d1f)
- [ ]
[src/platform/packages/shared/kbn-object-utils/src/calculate_object_diff.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a24c67b387939917a45437c2f5aa89b75b76b7e9e69c5140bbd13e8d0b62537)

@elastic/response-ops
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.ts](https://github.com/elastic/kibana/pull/239670/files#diff-44fecefafbc40329184f0d568dca54b26abfbb83807586dda18f3e746d5061bc)
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5196163e2c4b168f8d5a3d94ee91e6a10770559acc0f94aa3cd894566c138c22)
- [x]
[src/platform/packages/shared/response-ops/alerts-table/reducers/bulk_actions_reducer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d6860387f350c09260d08a9297a9f452454551b82bc0a7f98c1f80712d794d18)
- [x]
[src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_settings.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-35580259b1ef01b93daa34182f76f4fa08772e8a7a7cbbdc7cbc207193adf677)
- [x]
[x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2855db30b28d3ac7c346977cc33bab8cab40a2b2a02d7a7e0c53ec721e04a502)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5e647a92c64de04704aca03ac12aaeb742137dcf52343ae30cf15eac1039d53c)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f5c79b8506c6debc78f9f2b05628b0d9c15fde417168da57a974b87ab6f76b40)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d887ec01b6b4a30995a0463198747dc354f411e6d69db4eca8469d6fde5bdf6)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8f2ddaca234278ab131ae42bae407e7cabd425fe84a9f2d4bf7315dc466c50c1)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a69c8bc1f38240020ff832cd4480efd8b4a015b70c1f6969b524c58004e9846e)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2dad7b60caa23246de17e52adf4ce732bbb658c134c4bc7bc3aa742cc70b524a)
- [x]
[x-pack/platform/plugins/shared/task_manager/server/monitoring/workload_statistics.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2501eb1f9c620a4ac41956d89b8f41a6614f51eb9bf6c937b9fbb025545861c8)
- [x]
[x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0bedb766d1cd5982a6f0728e924711fa67f81df4b4b3ee58a8b7b889978a2edf)

@elastic/kibana-visualizations PR that will address these changes
elastic#241765
- [ ]
[src/platform/packages/shared/kbn-coloring/src/shared_components/coloring/color_ranges/color_ranges.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c720597b7a7748c714442600b4787a58fc7b7384b3d2e87f7264ed2a6ad88840)
- [ ]
[src/platform/plugins/private/vis_default_editor/public/components/controls/time_interval.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-363ce38d4970e9c4d54723674da395f50d0177db11d63fd1abc2d437279b7390)
- [ ]
[src/platform/plugins/private/vis_types/vega/public/vega_request_handler.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b444710640e49cc569077c841ea6422e036dc0cf58822b73edf7634a5b06265)
- [ ]
[src/platform/plugins/shared/charts/public/static/components/endzones.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ac7af2740ee3ce8fd75066070fa1cf3b535fac3882f727d4f41ee84c955edaaa)
- [ ]
[src/platform/plugins/shared/expressions/common/execution/execution.ts](https://github.com/elastic/kibana/pull/239670/files#diff-31d7c4aaa34d483729f5e52fc04e9f87b3760a07cc011b22ba55fec10942ef74)
- [ ]
[src/platform/plugins/shared/expressions/common/executor/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e94e0a27b82f0432b3606f57931efd2e71bfdd9843e8b353805fc162d3c18632)
- [ ]
[src/platform/plugins/shared/expressions/public/react_expression_renderer/use_expression_renderer.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0f3a2d158c987f7656db8a2275bdbe5412c9d0efe29660277e7ee7fc2568a8e7)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/public/application/components/annotation_row.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-610447085f405a97d4450d5d9c530d3f0c4b41f07294795c8ea9a3f8a796b49f)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/server/lib/vis_data/request_processors/annotations/query.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-dcad1455161bd43d6ccdec21342ad426ff795aeb188d266b97953a1695940429)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28fe0ae5335cfc1f7f04aaaea5f91212447763243cdf8f10d1b86ff2d165453a)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/reference_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5cc1c57be57dda298c1a0738cfccf8ee0364caf293cdbbc18459a37f640f0bdb)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/definitions/terms/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e39f068397a0a59296917afd8039dc93641ec76dbcb351dc01f430c6355eddba)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/layer_helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc3da53a9218d38cbe92ad43eb6517927ed12ef1f069c9bc656368c6d2e260ca)

@elastic/kibana-data-discovery
- [x]
[src/platform/packages/shared/kbn-discover-utils/src/utils/get_field_value.ts](https://github.com/elastic/kibana/pull/239670/files#diff-db3df91932dc3f8bec752f6c15732d41e1c79ca65b19de7b005a5bdcad9efb1f)
- [x]
[src/platform/packages/shared/kbn-unified-histogram/__mocks__/data_view.ts](https://github.com/elastic/kibana/pull/239670/files#diff-58d83255e98ac6d800c6cc43471e1250a03359de39cfdb84068568ca21243354)
- [x]
[src/platform/plugins/shared/data/public/now_provider/lib/get_force_now_from_url.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-14b3e25af8d1804345fda8cc5a2bedcbb7bdf9144d528d1f673f555c5915e0cc)
- [x]
[src/platform/plugins/shared/data/public/utils/table_inspector_view/components/data_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ea9cdc715c36038df4c4a92cf11a91365e91309c9940f5ed545de38da0cdae11)
- [x]
[src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-52a45dff5bfb00da72b090f1159ce09a9de4667f6509ccaf6b836004ac2918e6)
- [x]
[src/platform/plugins/shared/discover/public/application/main/data_fetching/fetch_all.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-09a01eebf7550a167a8cc3a5b5ffa5c2219f58a006f6404df6b1247b99b268ad)
- [x]
[src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-896915d4d587cf41055945ba62ee252644e8dd90a68e8504cb22ef56c7e23e4d)
- [x]
[src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47f15c222f66673849c2542257458a490e13a1f1ef1bd5e4e8a4ac9ea7e2db2d)

@elastic/kibana-management
- [x]
[src/platform/packages/shared/kbn-management/settings/utilities/setting/normalize_settings.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b19ef5649a80c20afc612504234a40e1674f0fbf5f89294c378dc3525145eab)
- [ ]
[x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/data_tier_allocation_field/components/default_to_data_tiers_notice.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2b2cf4d571959c038eb6333f5ed4f978473885eb5799f39346c050d3c1d8c7bb)
- [ ]
[x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_fields/get_alert_fields_by_rule_type_ids.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a621112bd4a93998231cbadf1e85b8eb8d05789cb674dbc45574f0c51bc9c05)

@elastic/kibana-presentation
- [ ]
[src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a2e9b17841c9fb9fd90309d13245aa5a18058569492e353de3ec533010ce5522)
- [ ]
[src/platform/plugins/shared/unified_search/public/dataview_picker/mocks/dataview.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1953a1a5c0247112325d5a2837c36e83bd1d7963aa52e45a49b186fd6eed7b34)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/axis_config/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bfc3e9a1945a2b75f12042a75ac1f69f6ab28c8a6b07f2b0cec8c7fe53071250)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/date_format/date_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c5eccd5206da1eabe873072085a1cc61a7408b196596a1e28bb6fe8c777c0cf5)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/number_format/number_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-693cc0238d27a4bdb159ff4dcc49772f2ae0f1411048e54045290398282a831d)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/palette/palette.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2abc0cb043d20bb9730b027c2fe60537a0e9aa53a8b31cc9d7e0289640bf252)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-92cf2e84ee10c41220a50f9295daa3ff47aa87d70890ee11ffe718dff36085a1)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ca0344bbfab36961a2eff7873595ed2aa320fee37ee8967a52f072e9a110a9ba)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/arg_form/arg_simple_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9ec45d840f31aba4e86726b334dc226450e82d8def2fc9e6f61593f3c6ada2cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/asset_manager/asset_manager.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fdcb5934ff9a3b09c22d1f738587011679892b563ac1029c7df28415caa39f94)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_dot/color_dot.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0831d73fc90ccdcf1ea710c44e85a1b7982c687191ff9badc9d3d53ff7b38229)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_picker_popover/color_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1934edebe3902d36f308d328827cf18ad9adecafc63a56e27376b9aa9a0e460e)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/confirm_modal/confirm_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6d26952b678049ffcb5926f0fc293d00bb555b4ef67e2f1fed70bdae2758fce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/datatable/datatable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ceda5fd2b665d844ebb02641c18b22ca66d4d30e23e4331741131c2f3343ad70)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/download/download.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1b524d9fe8960c508fc8f0f377ea7972b42bd8a0a52bb68aba816ff878dd03e0)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/enhance/error_boundary.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e4c16e7f68d1e5ac2f14dcd71408d71d6ce31979f77d1d8764b54d5d68d817e2)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/export_app/export_app.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f26e9a882e6ed0e58213549ee6f3db603417094a7c5e55f43bc0134b944abb0a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f442607753df31b5a882b3aa7b96d502c67f66195e290a48ca29b45628a2e447)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/font_picker/font_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b40f8a0566f894f4e40b0fe6634f0178315e37f180d6325b67c1bb7466bdf577)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/function_form/function_unknown.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-02ccacbc6e1e8eb5d5e06c4e405d503d27e2fd1dc0a00c350d28728b2f402255)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/item_grid/item_grid.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d9eeaba977b335e0a09138d3aa6971b8cce4cc739ee61d225631bf94fc6e0d57)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/alignment_guide.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6cfef06412b1d4601b5b583d4bb607995355e07aafe3e362ba5749617df8398)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_connection.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fbd1ea9e4a55264cd7fd27ea54317b5f91f477d8ef852ac482525ad7b04aad05)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_resize_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c4e146696cbb7384252b3a5d8fd79d8041101a2df7162bc73a6f8916bb22e7eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/dragbox_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b8fc6f3d349d774d3a09caaf2638a3b410aa072daaeb24cd7adbbfaffbb76dd4)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/hover_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-debd9ea51acb14202fd2950f8fd3a2e25245fbc654aceacca7c299b5eea0db6a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/rotation_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dd20b99184a2abf5d902753ca5c65701227d7b8ecaca5ebe1ac6fa8723a806e9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/tooltip_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c1d4d22c490d7b3b36a2c971318435c69d33db327375173fe2b30737a8714944)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/paginate/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edbfbfcfd69e50061e78078d3930238aed5c9e6a03fb819a5999c04f14257bd6)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/palette_picker/palette_picker/palette_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-cf9843559460f42619e7fc94e7d62abb2020a0b58b929bfed754a709361b7092)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/positionable/positionable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-7d6df0a7843eebe311d093f43a8b0f300621a4494a8fddcdec8e44fd10eb7ef7)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker/shape_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-40f4327838c89e8fa28c8be9053a8c4d609699253001f54ba9b6c380e04487b9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker_popover/shape_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-81d611388107524f039385baed97880314a5b23123e8dfee0a5b4c41557902cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/sidebar/element_settings/element_settings.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-29c297461c0ae91fd6f0f768c8353075fccf07531bab80845d0fd8008d40d6ce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tag/tag.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-da28b1e8bf0734439a793c92c8a51710e2daa88d6844c7637e721bfa97d79521)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/text_style_picker/text_style_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-99002f8a0f02aa89984e325d071d8d34751cc2163d03577152dd0900c8be595f)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/toolbar/toolbar.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a13b09ee05224a29f86a533102714f189db0924f8ef16a9692ac5a2383b3a528)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tooltip_icon/tooltip_icon.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3f302b994c09b38c13eb16cc6e49a184c5eaa021bb5c0c8303564a5a971eb06c)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_config/workpad_config.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c6bb0fc1529a78a9136e633758b2b99b1b3c0fbd4c9453558eacc0acad6c9acc)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/edit_menu/edit_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f84dbc226487b98b79181f08fb6d06ddd338074de978e26e25fb219493590096)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/element_menu/element_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-55dc8addebf555fdb672fa2203069cb80f3a6e336aeeb8a24f2a31e9f97fc395)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/workpad_header.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-82b697769c12595dead844a6bce84270fa345e5b7bf76ad584ddbd0fe462063a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_shortcuts/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-905bf6216b745284959e2954ffc8a62badf02b0a85978318e4e4511ab23a608b)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/appearance_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bb2d2570209907cfe0e9c3b71f9240cdfcc4f033f913c3d82ef5ff0196400926)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/border_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3cbddaecf17a65f4b2104f6ae8c2c59159ac66ca5139fb18ccf9ccd0a2e84816)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8c5525f1f90752fb7d43fbebe4cf9c9880f460d5a92fd90ddb13882c76d4eca8)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47c28863b448298b1d28b5e1e70636b7a52aa73d416670d592ebf33d30867721)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-41fe27e78fb4b54a641b84d373a77f11e202f791ee40a62777e9cbad116228eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-693614dd9bec100f270be47de0d0296b3cc3b30563d54a8a8fb4cdeff2374403)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-abf04d19bb619a086fa276957220d6978a41827f123f106b859e9b728640ad47)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/resolve_dataurl.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4f1b2fcf08998b021674bc7a58bc1fcda499545fc2e47761abf0817ac399d79d)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/template_from_react_component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6351dcc24e098b50019142cc7af51110320796313ca134510c0ee9797135a4c2)
- [ ]
[x-pack/platform/plugins/shared/maps/common/elasticsearch_util/es_agg_utils.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc60033a0c3e062a73a2003ab4ebf9b012445e2a8cca361cc8f65c32017881db)
- [ ]
[x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5944e9dac64adf5b55757ca2ffe77e4fde90b9b0c751a41be1c4776d6ebb4ae2)
- [ ]
[x-pack/platform/plugins/shared/maps/public/connected_components/mb_map/transform_request.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-11ede67de5e351a72c623afa6d6f1f07f396a77e2172098af3520c766b5fda81)

@elastic/appex-sharedux
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/add_data/add_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6913f389ccc1b7bf1136c58ee0d6f79a2885a83e2ef174dc721edc13361d3d93)
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/manage_data/manage_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0daea2d5135efa7356f1db7d615a4dde99cca2e05e1f227599f6bf87862b9425)
- [ ]
[src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-13a445ceb276314c3b3439c889b097e9df8f3567a0f301dbcc41fe15b0d56e48)
- [ ]
[src/platform/plugins/shared/ui_actions/public/service/ui_actions_execution_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cd8db30eaac0f7e99b46de01d486991862b1081f80b80c16bb6ac3d0c40f1cbd)
- [ ]
[x-pack/platform/plugins/shared/global_search/server/services/search_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ab4932ddaa9a02331c342b2d56a6473e8427f22ac14c2d0b971c8722680d2656)
- [ ]
[x-pack/platform/plugins/shared/saved_objects_tagging/public/management/actions/index.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf7a5e441c3a91bb9a63db9d71a06fc64e35074dfc46acf8c89a18b90ba80d04)

@elastic/obs-ai-assistant
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-24636bc69d9eb9acb5a9ae88c8c547f783154c10debda27adeb52e3158e528e8)
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6ae996f673c49cb1e5b461807ab7f7689995b08ebacf84ba47824bdab46a231e)
- [x]
[x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/assistant_overlay/index.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28654897779c9908d069f21350741d100a15632df67a66fb4d5518a1de34963f)
- [ ]
[x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant/src/chat_client.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d0eebc629423e3e2f2586f75c219faa760211e61febaf9e846504949f8e4d3c)
- [ ]
[x-pack/solutions/observability/plugins/observability_ai_assistant_app/server/functions/query/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-37b4ff6b5fe11f89a38b7d58111c2685812942a64ed7f4b179759956e7e1c83a)
- [ ]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/openai.ts](https://github.com/elastic/kibana/pull/239670/files#diff-c3049a99b1502b0141a372106e3d0061db506862cbaf77c05657c7d77e794658)

@elastic/ml-ui
- [ ]
[x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/use_field_stats.ts](https://github.com/elastic/kibana/pull/239670/files#diff-35f0d7604b4cd9e433eaa40e8c3247440f2beec7c91cdb7c5e84865a7dddfce4)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/import_export_jobs/export_jobs_flyout/jobs_export_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5cbf2d76136f6c059ebab1ba09e212def7916e3f13fc4a837a1c8e538239511a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/scatterplot_matrix/scatterplot_matrix_vega_lite_spec.ts](https://github.com/elastic/kibana/pull/239670/files#diff-36fbda953ea911216a82af4d8660fbaf0146de5cfce3faa0a902910019eda114)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/jobs/components/job_details_flyout/job_details_context_manager.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-76a178fce975d6f2ba66be290afad9f81cb3267b6d5dec6aa2a2f782e95a334a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/model_management/model_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2cb64d61d9433fc3e26c28c8d8ca4b71342be56509f1aba46f0fe3915c2dab3)
- [ ]
[x-pack/platform/test/api_integration/apis/ml/modules/setup_module.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1e8f655c50a4ef71c953cd64f3b8c79355bd7e064724cc3eb608d58780a2b992)

@elastic/kibana-cases
- [x]
[x-pack/platform/plugins/shared/cases/public/components/app/use_available_owners.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8358df943d2ec77f1d4259a0a882d422d9657d40b82c441f2fac2b117801f6e0)
- [x]
[x-pack/platform/plugins/shared/cases/public/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c50c54f870d9c0e066c521c00e8a6ad5ae092efef3b349c9f15d73e4ed4a1587)

@elastic/obs-ux-logs-team
- [ ]
[x-pack/platform/plugins/shared/dataset_quality/public/hooks/use_integration_actions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ea5ade6d6e95dc1121b3e0ba74b6d3db9aee8b8c5ab40f59feabfb80dc36a30c)

@elastic/fleet
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/data_stream/list_page/components/data_stream_row_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-177dbb8660eaddc8e0e42d4633d96ea08149541ee6e3b175138f1ffc168ba6d9)
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/use_output_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3a4b56eea37818574756ce4a8faa3e1fe93bbf8a4627d244e37139d1e44e689f)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/integration_tests/fleet_setup.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e3fdd3331b4dd1b1f5520f0089bb29af92de4ea8ee7c87c5744cc0138adcdafd)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/epm/streams.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7df345727f70d12c56212d7889dd281c01f3d61c0e6f8f5db9a2b801ed7b03fe)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/fleet_server/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-27bad1a883be022da2b34738df065488b1910337daac5121d715bf22cff7fb46)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/preconfiguration/fleet_proxies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fd459803d4cdaa2c009a5013b31799a514c8c24643152bf066c2f281a3d46658)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/agent_policy.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ebca599b7a60f26e663183c8812fab4f890997250e0767a11c72850b477f6048)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fe39922dca0a6ad3e77b730832397b294b42af1aeefaf141afe513a0e8e66cda)

@elastic/kibana-reporting-services
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/formats/pdf/pdf_maker/worker.ts](https://github.com/elastic/kibana/pull/239670/files#diff-67b16eb0174ca8174b98ee8278d76b1731efa8e1f7dad8c7c20e7828106fb7ba)
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/screenshots/screenshots.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e25ff404e93fa263e75a0ddb315ebe4458d0d0ad30ca83739b3326989bbc2b8f)

@elastic/kibana-security
- [x]
[x-pack/platform/plugins/shared/security/public/management/roles/edit_role/privileges/es/remote_cluster_privileges_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ab30af13936b0fb4f3305996fa7f52a36785875fb980898928be3995c2d0da55)

@elastic/streams-program-team
- [ ]
[x-pack/platform/plugins/shared/streams/server/lib/content/archive.ts](https://github.com/elastic/kibana/pull/239670/files#diff-329bd08c948ad1f552cc92081997a46d505650a38545fde67e73262bbc120e84)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/content/export_flyout.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8a799e0c17d2e0b98ca38b9ff19050f34794e95fe650cabe81cfccd6c0edbabf)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_changes_review_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a30c0e16112e2392ca48f2646906786b1f28b36bd1673489b22b0d9830076563)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_editor_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f5a814d97c5e1bc9bba2ed3e0b6e87bc24276eed12089750fcd97b48a58663a4)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/stream_detail_dashboards_view/dashboard_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f87827854ade1494afe7b744647f827ea538ab0fe137d48693cd88b54b166b20)

@elastic/obs-ux-infra_services-team
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/app/storage_explorer/services_table/index_stats_per_service.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8f9f719f46ef5ea76304187dbee8ca20848256bb387a2e7f72e64161f1310fdf)
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/shared/charts/helper/timezone.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9b484352b5b154e7a7c2232946f4f4fcc92c7ba9db6ec03968a92737132274f)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/components/asset_details/hooks/use_loading_state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-04a8cc8a61688008d0116c51386e469c14a1ae6754cc160def40590041a2cd33)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/hooks/use_kibana_index_patterns.mock.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-98a4ba6a3586c74d9931e067aa67d843ba2f94af70d85a86701dd6528ab2cc71)
- [ ]
[x-pack/solutions/observability/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/get_data.ts](https://github.com/elastic/kibana/pull/239670/files#diff-75960e6bac672559b8f323dfc60f4d5b61fa15b6552c80b015fdf285db38be30)
- [ ]
[x-pack/solutions/observability/plugins/observability/server/lib/rules/register_rule_types.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5d1e3f833356d1eceb0eef8bbf33e8baa313c4acdb15a15adbb725214d580538)
- [ ]
[x-pack/solutions/observability/test/serverless/functional/test_suites/rules/rules_list.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0e39737750fb2132a8cd784e8281cf376a0c4bba83fd5c4650a80344daa6939b)

@elastic/obs-ux-management-team
- [x]
[x-pack/solutions/observability/plugins/slo/public/hooks/use_permissions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9d778d15f7141072858b4a8bff33df7659a28a5a63d34fb0073f6d613d041e3)
- [x]
[x-pack/solutions/observability/plugins/slo/server/lib/rules/slo_burn_rate/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b251ee290516fbefda616fe31b94478a36cd121a887f59ae7b9b0a549a6514c4)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7764c9c81e587bde9925feef186a327bd1808780a17a4d15bb87640a1b33d30b)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_details_breadcrumbs.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5b88aa734f153b155474d44a6f9baf944d682d9b8701252184330326cae531d1)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_browser_run_once_monitors.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4faf711e8314ff53e8734008791b9b3e4bce8533d648193156f8286f3e082818)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-719b0bcab883f162f93a18e2d048a106a5bab9c5e9929f4f2c50f47eb5fc8553)
- [x]
[x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumbs.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-298d5a9501f927cc19533a14fc7f60fc56d780901d9a095e1f9e844571a9d8ca)
- [x]
[x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-eb4dc723cca451c3acd87ccd0daa3e8ce466e81445abfc786bac2c14715a1625)
- [x]
[x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/alerting/burn_rate/consumers_and_privileges.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b9be7ae4b052002d54300eb0c78e9880bfdc7281915e77dd34c0398191d6f4ab)

@elastic/security-detection-engine
- [ ]
[x-pack/solutions/security/packages/kbn-securitysolution-exception-list-components/src/exception_item_card/conditions/entry_content/entry_content.helper.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9def652567e5d7145b42b57d551a684ba80e3c66bb94a4776feed7e7bbb0e814)
- [ ]
[x-pack/solutions/security/plugins/lists/server/routes/internal/create_exception_filter_route.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f1b2625af28bd15dabfca99cbd22a57174ea2c33809e1ffa97be9ade6267324f)
- [ ]
[x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ff39da0cfa6f4bf95b0d8abbb976b251099164671ce3ef71e74db7d9c8a2762b)

@elastic/security-solution
- [x]
[x-pack/solutions/security/plugins/security_solution/public/common/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-33b2bab053e931f5bafee59126a812e5fd1b896cd0f66450677075949ad19db4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_exceptions/components/exception_item_card/conditions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9299abea933cf7119f8f13feb606d11bd26151c013b52565a0834bbc7540c7b4)
- [x]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/rules_table/rules_table_context.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-afd8cc8fbb49bb8991547acd87d4723726250a5277b3c7f9e94c7ee20604f6af)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e251afca69fecc4f73810bde65dca23db844b04536a03b7626ee028a4cbef462)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-818f5589e5e49415006b2aefa47a5dbe295207e3346a749dcadd0387e0c678e7)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/entity_store/components/engines_status/components/engine_status_header_action.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-48217e3f8d3cef8e4d394a1c8767b9b9f018b23f6c4324d2ed25b8042cd215d5)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/privileged_user_monitoring/components/privileged_access_detection/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-4a3c362f53f94290a659ce67811017051ed7004629bf4ef7d31c0ffee4b83f5d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/artifact_card_grid/components/grid_header.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edf69399f2353b6fd1b303339b1dccaeccb67f27922d3b89e8b18342e6676728)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/formatted_error/formatted_error.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8041a352d7ff284cdff29db2dbcfc9c8b447b4f60c1e97a363fabac8f6f09a3f)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/policy_selector/policy_selector.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dbbbd49929fbbd0a568fd5d93a6777a9e6dcfeefad6c8fd59de8b0c1bcd45a66)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/onboarding/components/onboarding_body/cards/siem_migrations/ai_connector/ai_connector_card.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-353efd3251b48e0e8dfac85ad53f56483362733d7a6cb1109c327a1f1f7d3923)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/overview/containers/overview_cti_links/use_ti_data_sources.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e06e8572f6b50d5a44c31917abb95d90ecdc51fb3e00114596b1eea13fa298fa)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/value_report_exporter.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ba7b99fc4083d7196c95bf49648f925f6833b6dcab424e8195e31e14ef0126b6)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/hooks/use_value_metrics.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-901f589a5ee7891a071c6c925fea5f5423716e02b3364172a88fd288a9475da4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/resolver/models/indexed_process_tree/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3aa545eb7f2482878b153193e2a6b7906ab6a011f6f1161570f0f7a9b7c0eedf)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/actions/state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2febbd2fc55fac7ccf13fddf51b33c08b825d5f219f76d8b661edf4aac046c2b)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.create_prebuilt_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e40c2a382d7b36f798a9a757292f19bbe21bc570bab0b9732af70b09ebbfb581)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.delete_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-401002806576537b8b77aaa8b8f83d2c862097c75e1a79d97326abe2bdc5f09e)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.import_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-202eb95fb9ab19eaea066ddf4ee15c037c55577b991e5db4b3ae095912e8b420)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/ml/ml.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-93ca754ebfabc3d2f402c53e19c7650c768b65cb013d23ece850e4f2c3fad38d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/routes/timelines/export_timelines/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8a75bcbd97f89d47994fc46e7155a676e8bc9e9a4925525eb45341d3891fa3ad)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/saved_object/timelines/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-686010c407b80cdb5bdcb7553d645c0d0fe8cd23e4599816014b4bcaa1f58f71)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Justin Kambic <jk@elastic.co>
Co-authored-by: James Gowdy <jgowdy@elastic.co>
Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
Co-authored-by: adcoelho <antonio.coelho@elastic.co>
Co-authored-by: PhilippeOberti <philippe.oberti@elastic.co>
Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
Co-authored-by: Maxim Palenov <maxim.palenov@elastic.co>
Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
Co-authored-by: Davis McPhee <davis.mcphee@elastic.co>
Co-authored-by: Jan Monschke <jan.monschke@elastic.co>
(cherry picked from commit 2d666ca)

# Conflicts:
#	package.json
#	src/platform/packages/shared/kbn-dev-utils/src/streams.ts
#	src/platform/packages/shared/kbn-es-mappings/src/type.test.ts
#	src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/config_builder.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/schema/index.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/tests/xy/xy.test.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/transforms/charts/xy.ts
#	src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/transforms/utils.ts
#	src/platform/packages/shared/kbn-test/src/jest/resolver.js
#	src/platform/packages/shared/kbn-workflows-ui/src/components/workflow_selector/workflow_selector.tsx
#	src/platform/plugins/shared/discover/public/application/main/data_fetching/fetch_all.test.ts
#	src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state.test.ts
#	src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/traces_document_profile/document_profile/profile.ts
#	src/platform/plugins/shared/workflows_management/public/widgets/workflow_yaml_editor/lib/autocomplete/context/parse_line_for_completion.ts
#	tsconfig.base.json
#	x-pack/platform/packages/shared/kbn-cloud-security-posture/common/types/graph/v1.ts
#	x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/assistant_overlay/index.test.tsx
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/auto_follow_pattern_add.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/auto_follow_pattern_edit.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/auto_follow_pattern_list.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/follower_index_add.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/follower_index_edit.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/follower_index_list.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/home.helpers.js
#	x-pack/platform/plugins/private/cross_cluster_replication/public/__jest__/client_integration/helpers/render.js
#	x-pack/platform/plugins/private/file_upload/server/analyze_file.tsx
#	x-pack/platform/plugins/shared/fleet/server/services/spaces/helpers.ts
#	x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_fields/get_alert_fields_by_rule_type_ids.test.ts
#	x-pack/platform/plugins/shared/security/public/authentication/login/components/login_form/login_form.test.tsx
#	x-pack/platform/plugins/shared/stack_connectors/public/connector_types_from_spec/register_from_spec.ts
#	x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts
#	x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx
#	x-pack/platform/test/reporting_api_integration/reporting_and_security/telemetry.ts
#	x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant/src/clients/chat/obs_ai_assistant_client.ts
#	x-pack/solutions/observability/plugins/observability_ai_assistant_app/server/functions/query/index.ts
#	x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/aws_credentials_form/aws_credentials_form_agentless.tsx
#	x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.tsx
#	x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/privileged_user_monitoring/components/privileged_access_detection/index.tsx
#	x-pack/solutions/security/plugins/security_solution/public/management/components/policy_selector/policy_selector.tsx
#	x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/value_report_exporter.tsx
#	x-pack/solutions/security/plugins/security_solution/public/reports/hooks/use_value_metrics.tsx
#	x-pack/solutions/workplaceai/plugins/workplace_ai_app/public/application/hooks/use_mcp_server_url.test.ts
#	yarn.lock
JordanSh pushed a commit to JordanSh/kibana that referenced this pull request Dec 9, 2025
Closes elastic/kibana-operations#306

This PR bumps the Typescript version used on Kibana into v5.9.3. The
full set of changes can be found
[here](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/).

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.

Here it goes the list for follow up:

@elastic/kibana-core 
- [ ]
[src/core/packages/overlays/browser-internal/src/banners/user_banner_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ac50db1dac03d7f60d8cc57a56df8fa36820bcfe7d81967d0b8c279d17777696)
- [ ]
[src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf0122c4ed123e7338e58df0a5862f491212bdff8cfff6c8b8834c9211561ded)
- [ ]
[src/core/server/integration_tests/elasticsearch/user_agent.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-9094163d9e921d4d174d54a6e4dee63d054fb8efacf96b2b77a33be27dec5d1f)
- [ ]
[src/platform/packages/shared/kbn-object-utils/src/calculate_object_diff.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a24c67b387939917a45437c2f5aa89b75b76b7e9e69c5140bbd13e8d0b62537)

@elastic/response-ops 
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.ts](https://github.com/elastic/kibana/pull/239670/files#diff-44fecefafbc40329184f0d568dca54b26abfbb83807586dda18f3e746d5061bc)
- [x]
[src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5196163e2c4b168f8d5a3d94ee91e6a10770559acc0f94aa3cd894566c138c22)
- [x]
[src/platform/packages/shared/response-ops/alerts-table/reducers/bulk_actions_reducer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d6860387f350c09260d08a9297a9f452454551b82bc0a7f98c1f80712d794d18)
- [x]
[src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_settings.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-35580259b1ef01b93daa34182f76f4fa08772e8a7a7cbbdc7cbc207193adf677)
- [x]
[x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2855db30b28d3ac7c346977cc33bab8cab40a2b2a02d7a7e0c53ec721e04a502)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5e647a92c64de04704aca03ac12aaeb742137dcf52343ae30cf15eac1039d53c)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f5c79b8506c6debc78f9f2b05628b0d9c15fde417168da57a974b87ab6f76b40)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d887ec01b6b4a30995a0463198747dc354f411e6d69db4eca8469d6fde5bdf6)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8f2ddaca234278ab131ae42bae407e7cabd425fe84a9f2d4bf7315dc466c50c1)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a69c8bc1f38240020ff832cd4480efd8b4a015b70c1f6969b524c58004e9846e)
- [x]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/api.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2dad7b60caa23246de17e52adf4ce732bbb658c134c4bc7bc3aa742cc70b524a)
- [x]
[x-pack/platform/plugins/shared/task_manager/server/monitoring/workload_statistics.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2501eb1f9c620a4ac41956d89b8f41a6614f51eb9bf6c937b9fbb025545861c8)
- [x]
[x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0bedb766d1cd5982a6f0728e924711fa67f81df4b4b3ee58a8b7b889978a2edf)

@elastic/kibana-visualizations PR that will address these changes
elastic#241765
- [ ]
[src/platform/packages/shared/kbn-coloring/src/shared_components/coloring/color_ranges/color_ranges.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c720597b7a7748c714442600b4787a58fc7b7384b3d2e87f7264ed2a6ad88840)
- [ ]
[src/platform/plugins/private/vis_default_editor/public/components/controls/time_interval.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-363ce38d4970e9c4d54723674da395f50d0177db11d63fd1abc2d437279b7390)
- [ ]
[src/platform/plugins/private/vis_types/vega/public/vega_request_handler.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b444710640e49cc569077c841ea6422e036dc0cf58822b73edf7634a5b06265)
- [ ]
[src/platform/plugins/shared/charts/public/static/components/endzones.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ac7af2740ee3ce8fd75066070fa1cf3b535fac3882f727d4f41ee84c955edaaa)
- [ ]
[src/platform/plugins/shared/expressions/common/execution/execution.ts](https://github.com/elastic/kibana/pull/239670/files#diff-31d7c4aaa34d483729f5e52fc04e9f87b3760a07cc011b22ba55fec10942ef74)
- [ ]
[src/platform/plugins/shared/expressions/common/executor/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e94e0a27b82f0432b3606f57931efd2e71bfdd9843e8b353805fc162d3c18632)
- [ ]
[src/platform/plugins/shared/expressions/public/react_expression_renderer/use_expression_renderer.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0f3a2d158c987f7656db8a2275bdbe5412c9d0efe29660277e7ee7fc2568a8e7)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/public/application/components/annotation_row.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-610447085f405a97d4450d5d9c530d3f0c4b41f07294795c8ea9a3f8a796b49f)
- [ ]
[src/platform/plugins/shared/vis_types/timeseries/server/lib/vis_data/request_processors/annotations/query.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-dcad1455161bd43d6ccdec21342ad426ff795aeb188d266b97953a1695940429)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28fe0ae5335cfc1f7f04aaaea5f91212447763243cdf8f10d1b86ff2d165453a)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/dimension_panel/reference_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5cc1c57be57dda298c1a0738cfccf8ee0364caf293cdbbc18459a37f640f0bdb)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/definitions/terms/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e39f068397a0a59296917afd8039dc93641ec76dbcb351dc01f430c6355eddba)
- [ ]
[x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/layer_helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc3da53a9218d38cbe92ad43eb6517927ed12ef1f069c9bc656368c6d2e260ca)

@elastic/kibana-data-discovery
- [x]
[src/platform/packages/shared/kbn-discover-utils/src/utils/get_field_value.ts](https://github.com/elastic/kibana/pull/239670/files#diff-db3df91932dc3f8bec752f6c15732d41e1c79ca65b19de7b005a5bdcad9efb1f)
- [x]
[src/platform/packages/shared/kbn-unified-histogram/__mocks__/data_view.ts](https://github.com/elastic/kibana/pull/239670/files#diff-58d83255e98ac6d800c6cc43471e1250a03359de39cfdb84068568ca21243354)
- [x]
[src/platform/plugins/shared/data/public/now_provider/lib/get_force_now_from_url.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-14b3e25af8d1804345fda8cc5a2bedcbb7bdf9144d528d1f673f555c5915e0cc)
- [x]
[src/platform/plugins/shared/data/public/utils/table_inspector_view/components/data_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ea9cdc715c36038df4c4a92cf11a91365e91309c9940f5ed545de38da0cdae11)
- [x]
[src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-52a45dff5bfb00da72b090f1159ce09a9de4667f6509ccaf6b836004ac2918e6)
- [x]
[src/platform/plugins/shared/discover/public/application/main/data_fetching/fetch_all.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-09a01eebf7550a167a8cc3a5b5ffa5c2219f58a006f6404df6b1247b99b268ad)
- [x]
[src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-896915d4d587cf41055945ba62ee252644e8dd90a68e8504cb22ef56c7e23e4d)
- [x]
[src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47f15c222f66673849c2542257458a490e13a1f1ef1bd5e4e8a4ac9ea7e2db2d)

@elastic/kibana-management 
- [x]
[src/platform/packages/shared/kbn-management/settings/utilities/setting/normalize_settings.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8b19ef5649a80c20afc612504234a40e1674f0fbf5f89294c378dc3525145eab)
- [ ]
[x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/data_tier_allocation_field/components/default_to_data_tiers_notice.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-2b2cf4d571959c038eb6333f5ed4f978473885eb5799f39346c050d3c1d8c7bb)
- [ ]
[x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_fields/get_alert_fields_by_rule_type_ids.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3a621112bd4a93998231cbadf1e85b8eb8d05789cb674dbc45574f0c51bc9c05)

@elastic/kibana-presentation 
- [ ]
[src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts](https://github.com/elastic/kibana/pull/239670/files#diff-a2e9b17841c9fb9fd90309d13245aa5a18058569492e353de3ec533010ce5522)
- [ ]
[src/platform/plugins/shared/unified_search/public/dataview_picker/mocks/dataview.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1953a1a5c0247112325d5a2837c36e83bd1d7963aa52e45a49b186fd6eed7b34)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/axis_config/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bfc3e9a1945a2b75f12042a75ac1f69f6ab28c8a6b07f2b0cec8c7fe53071250)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/date_format/date_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c5eccd5206da1eabe873072085a1cc61a7408b196596a1e28bb6fe8c777c0cf5)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/number_format/number_format.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-693cc0238d27a4bdb159ff4dcc49772f2ae0f1411048e54045290398282a831d)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/palette/palette.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2abc0cb043d20bb9730b027c2fe60537a0e9aa53a8b31cc9d7e0289640bf252)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-92cf2e84ee10c41220a50f9295daa3ff47aa87d70890ee11ffe718dff36085a1)
- [ ]
[x-pack/platform/plugins/private/canvas/canvas_plugin_src/uis/arguments/partition_labels/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ca0344bbfab36961a2eff7873595ed2aa320fee37ee8967a52f072e9a110a9ba)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/arg_form/arg_simple_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9ec45d840f31aba4e86726b334dc226450e82d8def2fc9e6f61593f3c6ada2cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/asset_manager/asset_manager.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fdcb5934ff9a3b09c22d1f738587011679892b563ac1029c7df28415caa39f94)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_dot/color_dot.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0831d73fc90ccdcf1ea710c44e85a1b7982c687191ff9badc9d3d53ff7b38229)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/color_picker_popover/color_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1934edebe3902d36f308d328827cf18ad9adecafc63a56e27376b9aa9a0e460e)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/confirm_modal/confirm_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6d26952b678049ffcb5926f0fc293d00bb555b4ef67e2f1fed70bdae2758fce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/datatable/datatable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ceda5fd2b665d844ebb02641c18b22ca66d4d30e23e4331741131c2f3343ad70)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/download/download.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-1b524d9fe8960c508fc8f0f377ea7972b42bd8a0a52bb68aba816ff878dd03e0)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/enhance/error_boundary.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e4c16e7f68d1e5ac2f14dcd71408d71d6ce31979f77d1d8764b54d5d68d817e2)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/export_app/export_app.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f26e9a882e6ed0e58213549ee6f3db603417094a7c5e55f43bc0134b944abb0a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/expression/expression.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f442607753df31b5a882b3aa7b96d502c67f66195e290a48ca29b45628a2e447)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/font_picker/font_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b40f8a0566f894f4e40b0fe6634f0178315e37f180d6325b67c1bb7466bdf577)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/function_form/function_unknown.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-02ccacbc6e1e8eb5d5e06c4e405d503d27e2fd1dc0a00c350d28728b2f402255)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/item_grid/item_grid.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-d9eeaba977b335e0a09138d3aa6971b8cce4cc739ee61d225631bf94fc6e0d57)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/alignment_guide.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b6cfef06412b1d4601b5b583d4bb607995355e07aafe3e362ba5749617df8398)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_connection.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-fbd1ea9e4a55264cd7fd27ea54317b5f91f477d8ef852ac482525ad7b04aad05)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/border_resize_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c4e146696cbb7384252b3a5d8fd79d8041101a2df7162bc73a6f8916bb22e7eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/dragbox_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-b8fc6f3d349d774d3a09caaf2638a3b410aa072daaeb24cd7adbbfaffbb76dd4)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/hover_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-debd9ea51acb14202fd2950f8fd3a2e25245fbc654aceacca7c299b5eea0db6a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/rotation_handle.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dd20b99184a2abf5d902753ca5c65701227d7b8ecaca5ebe1ac6fa8723a806e9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/layout_annotations/tooltip_annotation.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c1d4d22c490d7b3b36a2c971318435c69d33db327375173fe2b30737a8714944)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/paginate/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edbfbfcfd69e50061e78078d3930238aed5c9e6a03fb819a5999c04f14257bd6)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/palette_picker/palette_picker/palette_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-cf9843559460f42619e7fc94e7d62abb2020a0b58b929bfed754a709361b7092)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/positionable/positionable.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-7d6df0a7843eebe311d093f43a8b0f300621a4494a8fddcdec8e44fd10eb7ef7)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker/shape_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-40f4327838c89e8fa28c8be9053a8c4d609699253001f54ba9b6c380e04487b9)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/shape_picker_popover/shape_picker_popover.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-81d611388107524f039385baed97880314a5b23123e8dfee0a5b4c41557902cd)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/sidebar/element_settings/element_settings.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-29c297461c0ae91fd6f0f768c8353075fccf07531bab80845d0fd8008d40d6ce)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tag/tag.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-da28b1e8bf0734439a793c92c8a51710e2daa88d6844c7637e721bfa97d79521)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/text_style_picker/text_style_picker.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-99002f8a0f02aa89984e325d071d8d34751cc2163d03577152dd0900c8be595f)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/toolbar/toolbar.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a13b09ee05224a29f86a533102714f189db0924f8ef16a9692ac5a2383b3a528)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/tooltip_icon/tooltip_icon.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3f302b994c09b38c13eb16cc6e49a184c5eaa021bb5c0c8303564a5a971eb06c)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_config/workpad_config.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c6bb0fc1529a78a9136e633758b2b99b1b3c0fbd4c9453558eacc0acad6c9acc)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/edit_menu/edit_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f84dbc226487b98b79181f08fb6d06ddd338074de978e26e25fb219493590096)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/element_menu/element_menu.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-55dc8addebf555fdb672fa2203069cb80f3a6e336aeeb8a24f2a31e9f97fc395)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_header/workpad_header.component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-82b697769c12595dead844a6bce84270fa345e5b7bf76ad584ddbd0fe462063a)
- [ ]
[x-pack/platform/plugins/private/canvas/public/components/workpad_shortcuts/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-905bf6216b745284959e2954ffc8a62badf02b0a85978318e4e4511ab23a608b)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/appearance_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-bb2d2570209907cfe0e9c3b71f9240cdfcc4f033f913c3d82ef5ff0196400926)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/border_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3cbddaecf17a65f4b2104f6ae8c2c59159ac66ca5139fb18ccf9ccd0a2e84816)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8c5525f1f90752fb7d43fbebe4cf9c9880f460d5a92fd90ddb13882c76d4eca8)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/container_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-47c28863b448298b1d28b5e1e70636b7a52aa73d416670d592ebf33d30867721)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/extended_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-41fe27e78fb4b54a641b84d373a77f11e202f791ee40a62777e9cbad116228eb)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-693614dd9bec100f270be47de0d0296b3cc3b30563d54a8a8fb4cdeff2374403)
- [ ]
[x-pack/platform/plugins/private/canvas/public/expression_types/arg_types/series_style/simple_template.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-abf04d19bb619a086fa276957220d6978a41827f123f106b859e9b728640ad47)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/resolve_dataurl.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4f1b2fcf08998b021674bc7a58bc1fcda499545fc2e47761abf0817ac399d79d)
- [ ]
[x-pack/platform/plugins/private/canvas/public/lib/template_from_react_component.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6351dcc24e098b50019142cc7af51110320796313ca134510c0ee9797135a4c2)
- [ ]
[x-pack/platform/plugins/shared/maps/common/elasticsearch_util/es_agg_utils.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cc60033a0c3e062a73a2003ab4ebf9b012445e2a8cca361cc8f65c32017881db)
- [ ]
[x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/field_select.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-5944e9dac64adf5b55757ca2ffe77e4fde90b9b0c751a41be1c4776d6ebb4ae2)
- [ ]
[x-pack/platform/plugins/shared/maps/public/connected_components/mb_map/transform_request.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-11ede67de5e351a72c623afa6d6f1f07f396a77e2172098af3520c766b5fda81)

@elastic/appex-sharedux
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/add_data/add_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6913f389ccc1b7bf1136c58ee0d6f79a2885a83e2ef174dc721edc13361d3d93)
- [ ]
[src/platform/plugins/private/kibana_overview/public/components/manage_data/manage_data.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-0daea2d5135efa7356f1db7d615a4dde99cca2e05e1f227599f6bf87862b9425)
- [ ]
[src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-13a445ceb276314c3b3439c889b097e9df8f3567a0f301dbcc41fe15b0d56e48)
- [ ]
[src/platform/plugins/shared/ui_actions/public/service/ui_actions_execution_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-cd8db30eaac0f7e99b46de01d486991862b1081f80b80c16bb6ac3d0c40f1cbd)
- [ ]
[x-pack/platform/plugins/shared/global_search/server/services/search_service.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ab4932ddaa9a02331c342b2d56a6473e8427f22ac14c2d0b971c8722680d2656)
- [ ]
[x-pack/platform/plugins/shared/saved_objects_tagging/public/management/actions/index.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-bf7a5e441c3a91bb9a63db9d71a06fc64e35074dfc46acf8c89a18b90ba80d04)

@elastic/obs-ai-assistant
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-24636bc69d9eb9acb5a9ae88c8c547f783154c10debda27adeb52e3158e528e8)
- [x]
[x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_conversation.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-6ae996f673c49cb1e5b461807ab7f7689995b08ebacf84ba47824bdab46a231e)
- [x]
[x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/assistant_overlay/index.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-28654897779c9908d069f21350741d100a15632df67a66fb4d5518a1de34963f)
- [ ]
[x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant/src/chat_client.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8d0eebc629423e3e2f2586f75c219faa760211e61febaf9e846504949f8e4d3c)
- [ ]
[x-pack/solutions/observability/plugins/observability_ai_assistant_app/server/functions/query/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-37b4ff6b5fe11f89a38b7d58111c2685812942a64ed7f4b179759956e7e1c83a)
- [ ]
[x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/openai.ts](https://github.com/elastic/kibana/pull/239670/files#diff-c3049a99b1502b0141a372106e3d0061db506862cbaf77c05657c7d77e794658)

@elastic/ml-ui
- [ ]
[x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/use_field_stats.ts](https://github.com/elastic/kibana/pull/239670/files#diff-35f0d7604b4cd9e433eaa40e8c3247440f2beec7c91cdb7c5e84865a7dddfce4)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/import_export_jobs/export_jobs_flyout/jobs_export_service.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5cbf2d76136f6c059ebab1ba09e212def7916e3f13fc4a837a1c8e538239511a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/components/scatterplot_matrix/scatterplot_matrix_vega_lite_spec.ts](https://github.com/elastic/kibana/pull/239670/files#diff-36fbda953ea911216a82af4d8660fbaf0146de5cfce3faa0a902910019eda114)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/jobs/components/job_details_flyout/job_details_context_manager.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-76a178fce975d6f2ba66be290afad9f81cb3267b6d5dec6aa2a2f782e95a334a)
- [ ]
[x-pack/platform/plugins/shared/ml/public/application/model_management/model_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e2cb64d61d9433fc3e26c28c8d8ca4b71342be56509f1aba46f0fe3915c2dab3)
- [ ]
[x-pack/platform/test/api_integration/apis/ml/modules/setup_module.ts](https://github.com/elastic/kibana/pull/239670/files#diff-1e8f655c50a4ef71c953cd64f3b8c79355bd7e064724cc3eb608d58780a2b992)

@elastic/kibana-cases
- [x]
[x-pack/platform/plugins/shared/cases/public/components/app/use_available_owners.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8358df943d2ec77f1d4259a0a882d422d9657d40b82c441f2fac2b117801f6e0)
- [x]
[x-pack/platform/plugins/shared/cases/public/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-c50c54f870d9c0e066c521c00e8a6ad5ae092efef3b349c9f15d73e4ed4a1587)

@elastic/obs-ux-logs-team
- [ ]
[x-pack/platform/plugins/shared/dataset_quality/public/hooks/use_integration_actions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ea5ade6d6e95dc1121b3e0ba74b6d3db9aee8b8c5ab40f59feabfb80dc36a30c)

@elastic/fleet
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/data_stream/list_page/components/data_stream_row_actions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-177dbb8660eaddc8e0e42d4633d96ea08149541ee6e3b175138f1ffc168ba6d9)
- [ ]
[x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/use_output_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-3a4b56eea37818574756ce4a8faa3e1fe93bbf8a4627d244e37139d1e44e689f)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/integration_tests/fleet_setup.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e3fdd3331b4dd1b1f5520f0089bb29af92de4ea8ee7c87c5744cc0138adcdafd)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/epm/streams.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7df345727f70d12c56212d7889dd281c01f3d61c0e6f8f5db9a2b801ed7b03fe)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/fleet_server/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-27bad1a883be022da2b34738df065488b1910337daac5121d715bf22cff7fb46)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/preconfiguration/fleet_proxies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fd459803d4cdaa2c009a5013b31799a514c8c24643152bf066c2f281a3d46658)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/agent_policy.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ebca599b7a60f26e663183c8812fab4f890997250e0767a11c72850b477f6048)
- [ ]
[x-pack/platform/plugins/shared/fleet/server/services/spaces/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-fe39922dca0a6ad3e77b730832397b294b42af1aeefaf141afe513a0e8e66cda)

@elastic/kibana-reporting-services
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/formats/pdf/pdf_maker/worker.ts](https://github.com/elastic/kibana/pull/239670/files#diff-67b16eb0174ca8174b98ee8278d76b1731efa8e1f7dad8c7c20e7828106fb7ba)
- [ ]
[x-pack/platform/plugins/shared/screenshotting/server/screenshots/screenshots.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e25ff404e93fa263e75a0ddb315ebe4458d0d0ad30ca83739b3326989bbc2b8f)

@elastic/kibana-security
- [x]
[x-pack/platform/plugins/shared/security/public/management/roles/edit_role/privileges/es/remote_cluster_privileges_form.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ab30af13936b0fb4f3305996fa7f52a36785875fb980898928be3995c2d0da55)

@elastic/streams-program-team
- [ ]
[x-pack/platform/plugins/shared/streams/server/lib/content/archive.ts](https://github.com/elastic/kibana/pull/239670/files#diff-329bd08c948ad1f552cc92081997a46d505650a38545fde67e73262bbc120e84)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/content/export_flyout.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8a799e0c17d2e0b98ca38b9ff19050f34794e95fe650cabe81cfccd6c0edbabf)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_changes_review_modal.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-a30c0e16112e2392ca48f2646906786b1f28b36bd1673489b22b0d9830076563)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/schema_editor_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f5a814d97c5e1bc9bba2ed3e0b6e87bc24276eed12089750fcd97b48a58663a4)
- [ ]
[x-pack/platform/plugins/shared/streams_app/public/components/stream_detail_dashboards_view/dashboard_table.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-f87827854ade1494afe7b744647f827ea538ab0fe137d48693cd88b54b166b20)

@elastic/obs-ux-infra_services-team
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/app/storage_explorer/services_table/index_stats_per_service.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8f9f719f46ef5ea76304187dbee8ca20848256bb387a2e7f72e64161f1310fdf)
- [ ]
[x-pack/solutions/observability/plugins/apm/public/components/shared/charts/helper/timezone.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9b484352b5b154e7a7c2232946f4f4fcc92c7ba9db6ec03968a92737132274f)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/components/asset_details/hooks/use_loading_state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-04a8cc8a61688008d0116c51386e469c14a1ae6754cc160def40590041a2cd33)
- [ ]
[x-pack/solutions/observability/plugins/infra/public/hooks/use_kibana_index_patterns.mock.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-98a4ba6a3586c74d9931e067aa67d843ba2f94af70d85a86701dd6528ab2cc71)
- [ ]
[x-pack/solutions/observability/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/get_data.ts](https://github.com/elastic/kibana/pull/239670/files#diff-75960e6bac672559b8f323dfc60f4d5b61fa15b6552c80b015fdf285db38be30)
- [ ]
[x-pack/solutions/observability/plugins/observability/server/lib/rules/register_rule_types.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5d1e3f833356d1eceb0eef8bbf33e8baa313c4acdb15a15adbb725214d580538)
- [ ]
[x-pack/solutions/observability/test/serverless/functional/test_suites/rules/rules_list.ts](https://github.com/elastic/kibana/pull/239670/files#diff-0e39737750fb2132a8cd784e8281cf376a0c4bba83fd5c4650a80344daa6939b)

@elastic/obs-ux-management-team
- [x]
[x-pack/solutions/observability/plugins/slo/public/hooks/use_permissions.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f9d778d15f7141072858b4a8bff33df7659a28a5a63d34fb0073f6d613d041e3)
- [x]
[x-pack/solutions/observability/plugins/slo/server/lib/rules/slo_burn_rate/executor.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b251ee290516fbefda616fe31b94478a36cd121a887f59ae7b9b0a549a6514c4)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.ts](https://github.com/elastic/kibana/pull/239670/files#diff-7764c9c81e587bde9925feef186a327bd1808780a17a4d15bb87640a1b33d30b)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_details_breadcrumbs.ts](https://github.com/elastic/kibana/pull/239670/files#diff-5b88aa734f153b155474d44a6f9baf944d682d9b8701252184330326cae531d1)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_browser_run_once_monitors.ts](https://github.com/elastic/kibana/pull/239670/files#diff-4faf711e8314ff53e8734008791b9b3e4bce8533d648193156f8286f3e082818)
- [x]
[x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-719b0bcab883f162f93a18e2d048a106a5bab9c5e9929f4f2c50f47eb5fc8553)
- [x]
[x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumbs.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-298d5a9501f927cc19533a14fc7f60fc56d780901d9a095e1f9e844571a9d8ca)
- [x]
[x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-eb4dc723cca451c3acd87ccd0daa3e8ce466e81445abfc786bac2c14715a1625)
- [x]
[x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/alerting/burn_rate/consumers_and_privileges.ts](https://github.com/elastic/kibana/pull/239670/files#diff-b9be7ae4b052002d54300eb0c78e9880bfdc7281915e77dd34c0398191d6f4ab)

@elastic/security-detection-engine
- [ ]
[x-pack/solutions/security/packages/kbn-securitysolution-exception-list-components/src/exception_item_card/conditions/entry_content/entry_content.helper.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9def652567e5d7145b42b57d551a684ba80e3c66bb94a4776feed7e7bbb0e814)
- [ ]
[x-pack/solutions/security/plugins/lists/server/routes/internal/create_exception_filter_route.ts](https://github.com/elastic/kibana/pull/239670/files#diff-f1b2625af28bd15dabfca99cbd22a57174ea2c33809e1ffa97be9ade6267324f)
- [ ]
[x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-ff39da0cfa6f4bf95b0d8abbb976b251099164671ce3ef71e74db7d9c8a2762b)

@elastic/security-solution
- [x]
[x-pack/solutions/security/plugins/security_solution/public/common/components/empty_value/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-33b2bab053e931f5bafee59126a812e5fd1b896cd0f66450677075949ad19db4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_exceptions/components/exception_item_card/conditions.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-9299abea933cf7119f8f13feb606d11bd26151c013b52565a0834bbc7540c7b4)
- [x]
[x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/rules_table/rules_table_context.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-afd8cc8fbb49bb8991547acd87d4723726250a5277b3c7f9e94c7ee20604f6af)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-e251afca69fecc4f73810bde65dca23db844b04536a03b7626ee028a4cbef462)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-818f5589e5e49415006b2aefa47a5dbe295207e3346a749dcadd0387e0c678e7)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/entity_store/components/engines_status/components/engine_status_header_action.test.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-48217e3f8d3cef8e4d394a1c8767b9b9f018b23f6c4324d2ed25b8042cd215d5)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/entity_analytics/components/privileged_user_monitoring/components/privileged_access_detection/index.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-4a3c362f53f94290a659ce67811017051ed7004629bf4ef7d31c0ffee4b83f5d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/artifact_card_grid/components/grid_header.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-edf69399f2353b6fd1b303339b1dccaeccb67f27922d3b89e8b18342e6676728)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/formatted_error/formatted_error.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-8041a352d7ff284cdff29db2dbcfc9c8b447b4f60c1e97a363fabac8f6f09a3f)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/management/components/policy_selector/policy_selector.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-dbbbd49929fbbd0a568fd5d93a6777a9e6dcfeefad6c8fd59de8b0c1bcd45a66)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/onboarding/components/onboarding_body/cards/siem_migrations/ai_connector/ai_connector_card.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-353efd3251b48e0e8dfac85ad53f56483362733d7a6cb1109c327a1f1f7d3923)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/overview/containers/overview_cti_links/use_ti_data_sources.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e06e8572f6b50d5a44c31917abb95d90ecdc51fb3e00114596b1eea13fa298fa)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/value_report_exporter.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-ba7b99fc4083d7196c95bf49648f925f6833b6dcab424e8195e31e14ef0126b6)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/reports/hooks/use_value_metrics.tsx](https://github.com/elastic/kibana/pull/239670/files#diff-901f589a5ee7891a071c6c925fea5f5423716e02b3364172a88fd288a9475da4)
- [ ]
[x-pack/solutions/security/plugins/security_solution/public/resolver/models/indexed_process_tree/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-3aa545eb7f2482878b153193e2a6b7906ab6a011f6f1161570f0f7a9b7c0eedf)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/actions/state.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-2febbd2fc55fac7ccf13fddf51b33c08b825d5f219f76d8b661edf4aac046c2b)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.create_prebuilt_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-e40c2a382d7b36f798a9a757292f19bbe21bc570bab0b9732af70b09ebbfb581)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.delete_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-401002806576537b8b77aaa8b8f83d2c862097c75e1a79d97326abe2bdc5f09e)
- [x]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/logic/detection_rules_client/detection_rules_client.import_rule.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-202eb95fb9ab19eaea066ddf4ee15c037c55577b991e5db4b3ae095912e8b420)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/ml/ml.test.ts](https://github.com/elastic/kibana/pull/239670/files#diff-93ca754ebfabc3d2f402c53e19c7650c768b65cb013d23ece850e4f2c3fad38d)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/routes/timelines/export_timelines/helpers.ts](https://github.com/elastic/kibana/pull/239670/files#diff-8a75bcbd97f89d47994fc46e7155a676e8bc9e9a4925525eb45341d3891fa3ad)
- [ ]
[x-pack/solutions/security/plugins/security_solution/server/lib/timeline/saved_object/timelines/index.ts](https://github.com/elastic/kibana/pull/239670/files#diff-686010c407b80cdb5bdcb7553d645c0d0fe8cd23e4599816014b4bcaa1f58f71)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Justin Kambic <jk@elastic.co>
Co-authored-by: James Gowdy <jgowdy@elastic.co>
Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
Co-authored-by: adcoelho <antonio.coelho@elastic.co>
Co-authored-by: PhilippeOberti <philippe.oberti@elastic.co>
Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
Co-authored-by: Maxim Palenov <maxim.palenov@elastic.co>
Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
Co-authored-by: Davis McPhee <davis.mcphee@elastic.co>
Co-authored-by: Jan Monschke <jan.monschke@elastic.co>
@markov00 markov00 closed this Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants