Timo K
78240c2ec8
update qs, js-yaml, glob for security patches
2026-03-13 08:01:52 +01:00
Timo K
bf8bf80417
Revert "update qs, js-yaml, glob for security patches"
...
This reverts commit 7da9bca08c .
2026-03-13 08:01:08 +01:00
Timo K
7da9bca08c
update qs, js-yaml, glob for security patches
2026-03-13 07:59:49 +01:00
Timo
748c8e6d0d
Merge pull request #3800 from element-hq/toger5/fix-tar-minimatch-security
...
Bump tar, minimatch
2026-03-12 23:54:10 +08:00
Timo K
a0d5c79999
also update coverage
2026-03-12 14:52:16 +01:00
Timo K
3e171d9639
bump tar, minimatch
...
security alert
2026-03-12 14:48:05 +01:00
Timo K
6b8f6e9405
update vite vitest and rollup
...
(rollup needs updating to fix a security alert)
2026-03-12 12:10:17 +01:00
Robin
4922249f41
Unpin Knip and LiveKit track processors
...
These dependencies were held back on old versions because of issues that are now resolved (see 2fca7e3719 and 44eb8acaee ).
2026-03-09 13:00:43 +01:00
Robin
44eb8acaee
Pin Knip to 5.82.1 to work around Yarn plugin issue
...
We can upgrade beyond 5.82.1 once https://github.com/webpro-nl/knip/pull/1574 is merged.
2026-02-25 19:36:00 +01:00
Robin
2fca7e3719
Roll back @livekit/track-processors to fix type error (again!)
...
While we wait for https://github.com/livekit/track-processors-js/pull/118 to be released
2026-02-25 18:03:04 +01:00
renovate[bot]
62b408a2b3
Update all non-major dependencies
2026-02-25 16:47:27 +00:00
Timo K
652ff0060c
Back to develop branck (matrix-js-skd)
2026-02-09 09:07:54 +01:00
Timo K
e1ef28fdcc
use js-sdk fixing room hack for any app
2026-02-05 09:04:03 +01:00
Timo K
33f6271d13
sdk improvements - compatible with custom rtc application
...
- add local member
- add optional make sticky
- default to video not enabled
- allow sending matrix events
2026-02-04 20:06:26 +01:00
Timo
97ee4630b0
Revert "[WIP] SDK target improvements"
2026-02-04 08:51:01 +01:00
Valere
fdc33a223f
build against js-sdk rc 40.2.0-rc.0
2026-02-03 17:37:58 +01:00
Timo K
a066495c5f
bump js-sdk fixup custom applications
2026-01-31 12:09:29 +01:00
Timo K
829619cca7
fix build:sdk:production
2026-01-26 12:44:25 +01:00
Timo K
5724c3a09c
add sdk:production
2026-01-25 14:37:37 +01:00
Timo K
b754106feb
Add widget.ts tests
2026-01-22 19:23:08 +01:00
Robin
d516f0f602
Make Element Call widgets compatible with Matrix 2.0 mode
...
This gives Element Call widgets the ability to send and receive sticky RTC membership events.
2026-01-21 19:59:34 +01:00
Timo K
4833d4b867
Bump js-sdk to use version that properly emits delayId updates
2026-01-19 12:15:40 +01:00
Timo K
47e389678b
add uuid in our own package.json
2026-01-09 19:48:11 +01:00
Timo K
c7c6dc18bf
fix js-sdk dependency
2026-01-09 15:28:11 +01:00
Timo K
7dbbd763b9
Refactor how we aquire the jwt token for the local user. (only fetch it
...
once)
The local jwt token needs to be aquired via the right endpoint. The
endpoint defines how our rtcBackendIdentity is computed. Based on us
using sticky events or state events we also need to use the right
endpoint. This cannot be done generically in the connection manager. The
jwt token now is computed in the localTransport and the resolved sfu
config is passed to the connection manager.
Add JWT endpoint version and SFU config support Pin matrix-js-sdk to a
specific commit and update dev auth image tag. Propagate SFU config and
JWT endpoint choice through local transport, ConnectionManager and
Connection; add JwtEndpointVersion enum and LocalTransportWithSFUConfig
type. Add NO_MATRIX_2 auth error and locale string, thread
rtcBackendIdentity through UI props, and include related test, CSS and
minor imports updates
2026-01-09 13:38:26 +01:00
Robin
72b9b8231a
Merge branch 'livekit' into renovate/all-minor-patch
2026-01-05 19:29:24 +01:00
Robin
7817b76a8b
Downgrade react-i18next to fix type errors
...
Upgrade beyond 16.1.1 blocked by https://github.com/i18next/react-i18next/issues/1899
2026-01-05 19:28:07 +01:00
Robin
b585af41da
Fix encryption keys type error
...
See commit 174439c2f0c09cf9926c28435ba4db1345df4aee in matrix-js-sdk for the other part of the fix.
2026-01-05 19:27:39 +01:00
Robin
1006d06b04
Fix WebCodecs type error
2026-01-05 17:46:04 +01:00
Robin
b9afaab556
Upgrade i18next to resolve a type error
2026-01-05 15:52:17 +01:00
Robin
a6cdb28e45
Roll back @livekit/track-processors to fix type error
...
While we await https://github.com/livekit/track-processors-js/pull/118 to be released
2026-01-05 15:36:43 +01:00
Timo K
5b1eb13d65
fix lints and add hint in the otel readme to the PR removing it.
2026-01-05 14:27:54 +01:00
renovate[bot]
057bc4e2ad
Update all non-major dependencies
2026-01-03 18:06:04 +00:00
Valere
5e715765d9
fix: un-needed tsdoc script
2025-12-30 18:17:07 +01:00
Valere
da55d84bde
Add script to check that the tsdoc is correct and up-to-date
2025-12-30 17:02:44 +01:00
Will Hunt
72ec1439f4
Support MSC4143 RTC Transport endpoint ( #3629 )
...
* Use rtc-focus branch of js-sdk
* Update makeTransport to fetch backend transports and validate all transports before response.
* Fix test
* Add test
* Loads more tests
* Add tests for openid errors
* improve comment
* update to develop commit
* Add JWT parsing
* Use JWT
* Cleanup
* fixup tests
* fixup tests
* lint
* lint lint
* Fix `Reconnecting`
2025-12-29 17:45:41 +00:00
Timo K
e78f37a6b3
Merge branch 'livekit' into toger5/lib-ec-version
2025-12-22 12:43:09 +01:00
Timo K
328cc7133a
update playwright so that we do not even need the dismiss anymore.
2025-12-11 11:32:28 +01:00
Timo K
b34a75d990
fix knip
2025-12-03 13:08:51 +01:00
Timo K
93de12d79c
cleanup vite.configs and simplify exported sdk props.
2025-12-02 11:31:56 +01:00
Timo K
f76a6cb599
cleanup unnecassary packages + add connected indicator
2025-12-01 20:39:40 +01:00
Timo K
43266e6200
Merge branch 'livekit' into toger5/lib-ec-version
2025-12-01 20:15:58 +01:00
Robin
0240087afe
Unpin matrix-js-sdk so it can be upgraded
2025-12-01 13:09:10 -05:00
Timo K
5f6a45f0e9
also bump js-sdk
2025-12-01 18:45:47 +01:00
Timo K
1490359e4c
cleanup changes godot->sdk add docs
2025-12-01 14:09:09 +01:00
Timo K
2d8ffc0ccd
almost mvp
2025-12-01 12:43:43 +01:00
Timo K
28158bfc23
temp
2025-12-01 12:43:43 +01:00
renovate[bot]
f9cc930155
Update Node.js to v24
2025-11-05 18:49:21 +00:00
renovate[bot]
1fa2eba0c0
Update dependency livekit-client to v2.15.11 ( #3532 )
...
* Update dependency livekit-client to v2.15.11
* bump livekit/protocol
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fkwp <github-fkwp@w4ve.de >
2025-10-23 17:14:41 +02:00
Valere
e06f288e93
update playwright
2025-10-23 10:41:10 +02:00