Skip to content

Commit 02cb57d

Browse files
committed
Merge remote-tracking branch 'origin/renovate/playwright' into renovate/playwright
2 parents 2f1eeaa + f0ed944 commit 02cb57d

File tree

29 files changed

+649
-746
lines changed

29 files changed

+649
-746
lines changed

modules/banner/element-web/src/Menu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import { AnimatePresence, motion } from "framer-motion";
1010
import * as Dialog from "@radix-ui/react-dialog";
1111
import styled, { useTheme } from "styled-components";
1212
import { InlineSpinner } from "@vector-im/compound-web";
13+
import { type Api } from "@element-hq/element-web-module-api";
1314

14-
import { StaticConfig } from "./config";
15-
import type { Api } from "@element-hq/element-web-module-api";
15+
import { type StaticConfig } from "./config";
1616
import Logo from "./Logo.tsx";
1717
import TriggerIcon from "./trigger.svg?react";
1818

modules/banner/element-web/src/Univention/Menu.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
55
Please see LICENSE files in the repository root for full details.
66
*/
77

8-
import { FC, useEffect, useState } from "react";
8+
import { type FC, useEffect, useState } from "react";
9+
import { type Api } from "@element-hq/element-web-module-api";
910

10-
import type { Api } from "@element-hq/element-web-module-api";
11-
import { StaticConfig, UniventionConfig } from "../config";
11+
import { type StaticConfig, type UniventionConfig } from "../config";
1212
import StaticMenu from "../Menu";
1313
import { fetchNavigation } from "./navigation";
1414
import SilentLogin from "./SilentLogin";

modules/banner/element-web/src/Univention/SilentLogin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
55
Please see LICENSE files in the repository root for full details.
66
*/
77

8-
import { FC, useEffect } from "react";
8+
import { type FC, useEffect } from "react";
99
import styled from "styled-components";
1010

1111
const HiddenIFrame = styled.iframe`

modules/banner/element-web/src/Univention/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details.
77

88
import { z } from "zod/mini";
99

10-
import { StaticConfig } from "../config";
10+
import { type StaticConfig } from "../config";
1111

1212
/**
1313
* Univention Central Navigation API

modules/banner/element-web/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
55
Please see LICENSE files in the repository root for full details.
66
*/
77

8-
import { z, ZodMiniType, input } from "zod/mini";
8+
import { z, type ZodMiniType, type input } from "zod/mini";
99

1010
import { Theme } from "./theme.ts";
1111

modules/restricted-guests/element-web/src/RegisterDialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
55
Please see LICENSE files in the repository root for full details.
66
*/
77

8-
import { FC, useState, type JSX, FormEvent } from "react";
8+
import { type FC, useState, type JSX, type FormEvent } from "react";
99
import { type Api, type AccountAuthInfo, type DialogProps } from "@element-hq/element-web-module-api";
1010
import { Form } from "@vector-im/compound-web";
1111

12-
import { ModuleConfig } from "./config.ts";
12+
import { type ModuleConfig } from "./config.ts";
1313

1414
interface RegisterDialogProps extends DialogProps<AccountAuthInfo> {
1515
api: Api;

modules/restricted-guests/element-web/src/RoomPreviewBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
55
Please see LICENSE files in the repository root for full details.
66
*/
77

8-
import { FC, type JSX } from "react";
8+
import { type FC, type JSX } from "react";
99
import { Button } from "@vector-im/compound-web";
1010
import { type Api } from "@element-hq/element-web-module-api";
1111
import styled from "styled-components";
1212
import { useWatchable } from "@element-hq/element-web-module-api";
1313

14-
import { ModuleConfig } from "./config.ts";
14+
import { type ModuleConfig } from "./config.ts";
1515
import RegisterDialog from "./RegisterDialog.tsx";
1616

1717
interface RoomPreviewBarProps {

modules/restricted-guests/element-web/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
55
Please see LICENSE files in the repository root for full details.
66
*/
77

8-
import { z, ZodMiniType, input } from "zod/mini";
8+
import { z, type ZodMiniType, type input } from "zod/mini";
99

1010
z.config(z.locales.en());
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-deprecate": "^0.8.5",
4040
"eslint-plugin-import": "^2.25.4",
4141
"eslint-plugin-jsx-a11y": "^6.10.2",
42-
"eslint-plugin-matrix-org": "^2.0.2",
42+
"eslint-plugin-matrix-org": "^3.0.0",
4343
"eslint-plugin-react": "^7.37.4",
4444
"eslint-plugin-react-compiler": "^19.0.0-beta-27714ef-20250124",
4545
"eslint-plugin-react-hooks": "^7.0.0",

packages/element-web-module-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"@types/react": "^19",
3838
"@types/react-dom": "^19.0.4",
3939
"@types/semver": "^7.5.8",
40-
"@vitest/coverage-v8": "^3.0.4",
40+
"@vitest/coverage-v8": "^4.0.0",
4141
"matrix-web-i18n": "^3.3.0",
4242
"rollup-plugin-external-globals": "^0.13.0",
4343
"semver": "^7.6.3",
4444
"typescript": "^5.7.3",
4545
"vite": "^7.1.11",
4646
"vite-plugin-dts": "^4.5.0",
47-
"vitest": "^3.2.4",
48-
"vitest-sonar-reporter": "^2.0.0"
47+
"vitest": "^4.0.0",
48+
"vitest-sonar-reporter": "^3.0.0"
4949
},
5050
"peerDependencies": {
5151
"@matrix-org/react-sdk-module-api": "*",

0 commit comments

Comments
 (0)