Skip to content

Commit 9cbd146

Browse files
authored
Merge pull request #2491 from element-hq/renovate/matrix-widget-api
Update dependency matrix-widget-api to v1.7.0
2 parents 4eb1be6 + 509bb4f commit 9cbd146

File tree

7 files changed

+33
-27
lines changed

7 files changed

+33
-27
lines changed

.github/workflows/element-call.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
2727
with:
2828
cache: "yarn"
29+
node-version: "lts/*"
2930
- name: Install dependencies
3031
run: "yarn install"
3132
- name: Build

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1313
with:
1414
cache: "yarn"
15+
node-version: "lts/*"
1516
- name: Install dependencies
1617
run: "yarn install"
1718
- name: Prettier

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1515
with:
1616
cache: "yarn"
17+
node-version: "lts/*"
1718
- name: Install dependencies
1819
run: "yarn install"
1920
- name: Vitest

.github/workflows/translations-download.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1919
with:
2020
cache: "yarn"
21+
node-version: "lts/*"
2122

2223
- name: Install Deps
2324
run: "yarn install --frozen-lockfile"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"i18next-http-backend": "^2.0.0",
6363
"livekit-client": "^2.0.2",
6464
"lodash": "^4.17.21",
65-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#238eea0ef5c82d0a11b8d5cc5c04104d6c94c4c1",
65+
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#46604abe7b73a5594f34801d65cfacf9bc0e3959",
6666
"matrix-widget-api": "^1.3.1",
6767
"normalize.css": "^8.0.1",
6868
"observable-hooks": "^4.2.3",

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"compilerOptions": {
3-
"target": "es2016",
3+
"target": "es2022",
44
"module": "es2020",
55
"jsx": "react-jsx",
6-
"lib": ["es2020", "dom", "dom.iterable"],
6+
"lib": ["es2022", "dom", "dom.iterable"],
77

88
// From Matrix-JS-SDK
99
"strict": true,
@@ -15,6 +15,8 @@
1515
"moduleResolution": "bundler",
1616
"declaration": true,
1717
"resolveJsonModule": true,
18+
// Workaround for https://github.com/microsoft/TypeScript/issues/55132
19+
"useDefineForClassFields": false,
1820
"paths": {
1921
// These imports within @livekit/components-core and
2022
// @livekit/components-react are broken under the "bundler" module

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,10 +1936,10 @@
19361936
dependencies:
19371937
"@bufbuild/protobuf" "^1.7.2"
19381938

1939-
"@matrix-org/matrix-sdk-crypto-wasm@^6.0.0":
1940-
version "6.0.0"
1941-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-6.0.0.tgz#5e62ff07ee85a2e1b766a116683b7715a5e70c03"
1942-
integrity sha512-VVXfkIX2qr5Lz8EEUqsv/RBs0hZYoD1TyvtnaaNHW+2WaBo+TXu6Kpz2cQBNvRQbR3GhxDa/ZyQUxZYotORLWg==
1939+
"@matrix-org/matrix-sdk-crypto-wasm@^7.0.0":
1940+
version "7.0.0"
1941+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-7.0.0.tgz#8d6abdb9ded8656cc9e2a7909913a34bf3fc9b3a"
1942+
integrity sha512-MOencXiW/gI5MuTtCNsuojjwT5DXCrjMqv9xOslJC9h2tPdLFFFMGr58dY5Lis4DRd9MRWcgrGowUIHOqieWTA==
19431943

19441944
"@matrix-org/olm@https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz":
19451945
version "3.2.14"
@@ -3612,9 +3612,9 @@
36123612
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
36133613

36143614
"@types/events@^3.0.0":
3615-
version "3.0.0"
3616-
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
3617-
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==
3615+
version "3.0.3"
3616+
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.3.tgz#a8ef894305af28d1fc6d2dfdfc98e899591ea529"
3617+
integrity sha512-trOc4AAUThEz9hapPtSd7wf5tiQKvTtu5b371UxXdTuqzIh0ArcRspRP0i0Viu+LXstIQ1z96t1nsPxT9ol01g==
36183618

36193619
"@types/grecaptcha@^3.0.4":
36203620
version "3.0.9"
@@ -4278,10 +4278,10 @@ bare-events@^2.2.0:
42784278
resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.2.0.tgz#a7a7263c107daf8b85adf0b64f908503454ab26e"
42794279
integrity sha512-Yyyqff4PIFfSuthCZqLlPISTWHmnQxoPuAvkmgzsJEmG3CesdIv6Xweayl0JkCZJSB2yYIdJyEz97tpxNhgjbg==
42804280

4281-
base-x@^4.0.0:
4282-
version "4.0.0"
4283-
resolved "https://registry.yarnpkg.com/base-x/-/base-x-4.0.0.tgz#d0e3b7753450c73f8ad2389b5c018a4af7b2224a"
4284-
integrity sha512-FuwxlW4H5kh37X/oW59pwTzzTKRzfrrQwhmyspRM7swOEZcHtDZSCt45U6oKgtuFE+WYPblePMVIPR4RZrh/hw==
4281+
base-x@^5.0.0:
4282+
version "5.0.0"
4283+
resolved "https://registry.yarnpkg.com/base-x/-/base-x-5.0.0.tgz#6d835ceae379130e1a4cb846a70ac4746f28ea9b"
4284+
integrity sha512-sMW3VGSX1QWVFA6l8U62MLKz29rRfpTlYdCqLdpLo1/Yd4zZwSbnUaDfciIAowAqvq7YFnWq9hrhdg1KYgc1lQ==
42854285

42864286
base64-js@^1.3.1:
42874287
version "1.5.1"
@@ -4371,12 +4371,12 @@ browserslist@^4.23.0, browserslist@^4.23.1:
43714371
node-releases "^2.0.14"
43724372
update-browserslist-db "^1.1.0"
43734373

4374-
bs58@^5.0.0:
4375-
version "5.0.0"
4376-
resolved "https://registry.yarnpkg.com/bs58/-/bs58-5.0.0.tgz#865575b4d13c09ea2a84622df6c8cbeb54ffc279"
4377-
integrity sha512-r+ihvQJvahgYT50JD05dyJNKlmmSlMoOGwn1lCcEzanPglg7TxYjioQUYehQ9mAR/+hOSd2jRc/Z2y5UxBymvQ==
4374+
bs58@^6.0.0:
4375+
version "6.0.0"
4376+
resolved "https://registry.yarnpkg.com/bs58/-/bs58-6.0.0.tgz#a2cda0130558535dd281a2f8697df79caaf425d8"
4377+
integrity sha512-PD0wEnEYg6ijszw/u8s+iI3H17cTymlrwkKhDhPZq+Sokl3AU4htyBFTjAeNAlCCmg0f53g6ih3jATyCKftTfw==
43784378
dependencies:
4379-
base-x "^4.0.0"
4379+
base-x "^5.0.0"
43804380

43814381
buffer@^6.0.3:
43824382
version "6.0.3"
@@ -6684,14 +6684,14 @@ [email protected]:
66846684
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
66856685
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
66866686

6687-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#238eea0ef5c82d0a11b8d5cc5c04104d6c94c4c1":
6688-
version "33.1.0"
6689-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/238eea0ef5c82d0a11b8d5cc5c04104d6c94c4c1"
6687+
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#46604abe7b73a5594f34801d65cfacf9bc0e3959":
6688+
version "34.0.0"
6689+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/46604abe7b73a5594f34801d65cfacf9bc0e3959"
66906690
dependencies:
66916691
"@babel/runtime" "^7.12.5"
6692-
"@matrix-org/matrix-sdk-crypto-wasm" "^6.0.0"
6692+
"@matrix-org/matrix-sdk-crypto-wasm" "^7.0.0"
66936693
another-json "^0.2.0"
6694-
bs58 "^5.0.0"
6694+
bs58 "^6.0.0"
66956695
content-type "^1.0.4"
66966696
jwt-decode "^4.0.0"
66976697
loglevel "^1.7.1"
@@ -6704,9 +6704,9 @@ [email protected]:
67046704
uuid "10"
67056705

67066706
matrix-widget-api@^1.3.1, matrix-widget-api@^1.6.0:
6707-
version "1.6.0"
6708-
resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.6.0.tgz#f0075411edffc6de339580ade7e6e6e6edb01af4"
6709-
integrity sha512-VXIJyAZ/WnBmT4C7ePqevgMYGneKMCP/0JuCOqntSsaNlCRHJvwvTxmqUU+ufOpzIF5gYNyIrAjbgrEbK3iqJQ==
6707+
version "1.7.0"
6708+
resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.7.0.tgz#ae3b44380f11bb03519d0bf0373dfc3341634667"
6709+
integrity sha512-dzSnA5Va6CeIkyWs89xZty/uv38HLyfjOrHGbbEikCa2ZV0HTkUNtrBMKlrn4CRYyDJ6yoO/3ssRwiR0jJvOkQ==
67106710
dependencies:
67116711
"@types/events" "^3.0.0"
67126712
events "^3.2.0"

0 commit comments

Comments
 (0)