From b69ae35aa86129ec334e7da9103cc52949861013 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 26 Nov 2024 16:14:48 +0000
Subject: [PATCH 1/2] Update dependency typescript to v5.7.2
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index a48284bb97..6e81ae1d81 100644
--- a/package.json
+++ b/package.json
@@ -280,7 +280,7 @@
"terser-webpack-plugin": "^5.3.9",
"ts-node": "^10.9.1",
"ts-prune": "^0.10.3",
- "typescript": "5.6.3",
+ "typescript": "5.7.2",
"util": "^0.12.5",
"web-streams-polyfill": "^4.0.0",
"webpack": "^5.89.0",
diff --git a/yarn.lock b/yarn.lock
index a2bf286f1b..bcf0c3a652 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -11590,10 +11590,10 @@ typed-array-length@^1.0.6:
is-typed-array "^1.1.13"
possible-typed-array-names "^1.0.0"
-typescript@5.6.3:
- version "5.6.3"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
- integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
+typescript@5.7.2:
+ version "5.7.2"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
+ integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
ua-parser-js@^1.0.2:
version "1.0.39"
From 3bdd6006a6b16a53c973206821894d8946a92fa1 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue, 26 Nov 2024 17:33:35 +0000
Subject: [PATCH 2/2] Fix types
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---
src/components/views/messages/MPollEndBody.tsx | 2 +-
src/components/views/settings/EventIndexPanel.tsx | 4 ++--
.../views/settings/SetIntegrationManager-test.tsx | 7 +------
3 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/src/components/views/messages/MPollEndBody.tsx b/src/components/views/messages/MPollEndBody.tsx
index 94671fea12..1129b3538e 100644
--- a/src/components/views/messages/MPollEndBody.tsx
+++ b/src/components/views/messages/MPollEndBody.tsx
@@ -90,7 +90,7 @@ export const MPollEndBody = React.forwardRef{_t("common|advanced")}
@@ -230,7 +230,7 @@ export default class EventIndexPanel extends React.Component<{}, IState> {