MM-60335: Upgrade to typescript 5.5.4 (#28099)

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Caleb Roseland
2024-09-24 10:39:35 -05:00
коммит произвёл GitHub
родитель 46cad5c552
Коммит 355dd18e52
3 изменённых файлов: 14 добавлений и 4 удалений

Просмотреть файл

@@ -96,7 +96,7 @@
"timezones.json": "1.6.1",
"tinycolor2": "1.4.2",
"turndown": "7.1.1",
"typescript": "5.3.3",
"typescript": "5.5.4",
"web-vitals": "4.2.0",
"zen-observable": "0.9.0"
},

Просмотреть файл

@@ -666,8 +666,6 @@ export const useBookmarkLinkValidation = (link: string, onValidated: (validatedL
try {
await fetch(url, {
mode: 'no-cors',
// @ts-expect-error AbortSignal.any exists; remove this directive when next TS upgrade
signal: AbortSignal.any([signal, AbortSignal.timeout(REQUEST_TIMEOUT)]),
});
onValidated(link);