Update dependency typescript to v5.8.2 (#29417)

* Update dependency typescript to v5.8.2

* Fix types

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2025-03-04 15:01:20 +00:00
committed by GitHub
parent dfdac8ef63
commit 1770b94ed3
5 changed files with 8 additions and 6 deletions

View File

@@ -263,6 +263,7 @@ describe("<SessionManagerTab />", () => {
});
afterAll(() => {
// @ts-expect-error
window.location = realWindowLocation;
});

View File

@@ -65,6 +65,7 @@ describe("OIDC authorization", () => {
});
afterAll(() => {
// @ts-expect-error
window.location = realWindowLocation;
});