Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.13] [Security Solution] Remove @ts-expect-error from v4.9.5 upgrad…
…e in Detection and Response areas (#179273) (#179569) # Backport This will backport the following commits from `main` to `8.13`: - [[Security Solution] Remove @ts-expect-error from v4.9.5 upgrade in Detection and Response areas (#179273)](#179273) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Georgii Gorbachev","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-03-27T12:01:53Z","message":"[Security Solution] Remove @ts-expect-error from v4.9.5 upgrade in Detection and Response areas (#179273)\n\n**Resolves: https://github.com/elastic/kibana/issues/176287**\r\n**Resolves: https://github.com/elastic/kibana/issues/176126**\r\n\r\n## Summary\r\n\r\nIn #175178 Kibana was upgraded to\r\nTypeScript v4.9.5. That PR introduced a few type errors which were\r\nskipped by adding `@ts-expect-error` comments. This PR attempts to fix\r\nthose type errors and remove the comments.","sha":"f96818a0cb4cf20eeddf90f36aea4e0e67abefbd","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","technical debt","release_note:skip","Team:Detections and Resp","Team: SecuritySolution","Team:Detection Rule Management","Team:Detection Engine","v8.14.0","v8.13.1"],"number":179273,"url":"https://github.com/elastic/kibana/pull/179273","mergeCommit":{"message":"[Security Solution] Remove @ts-expect-error from v4.9.5 upgrade in Detection and Response areas (#179273)\n\n**Resolves: https://github.com/elastic/kibana/issues/176287**\r\n**Resolves: https://github.com/elastic/kibana/issues/176126**\r\n\r\n## Summary\r\n\r\nIn #175178 Kibana was upgraded to\r\nTypeScript v4.9.5. That PR introduced a few type errors which were\r\nskipped by adding `@ts-expect-error` comments. This PR attempts to fix\r\nthose type errors and remove the comments.","sha":"f96818a0cb4cf20eeddf90f36aea4e0e67abefbd"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"main","label":"v8.14.0","labelRegex":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/179273","number":179273,"mergeCommit":{"message":"[Security Solution] Remove @ts-expect-error from v4.9.5 upgrade in Detection and Response areas (#179273)\n\n**Resolves: https://github.com/elastic/kibana/issues/176287**\r\n**Resolves: https://github.com/elastic/kibana/issues/176126**\r\n\r\n## Summary\r\n\r\nIn #175178 Kibana was upgraded to\r\nTypeScript v4.9.5. That PR introduced a few type errors which were\r\nskipped by adding `@ts-expect-error` comments. This PR attempts to fix\r\nthose type errors and remove the comments.","sha":"f96818a0cb4cf20eeddf90f36aea4e0e67abefbd"}},{"branch":"8.13","label":"v8.13.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
- Loading branch information