renovate[bot]
dc784e95cd
Update dependency react-router-dom to v7 ( #1624 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hugh Nimmo-Smith <hughns@element.io >
2025-01-08 16:42:07 +00:00
renovate[bot]
00759e2431
Update all non-major dependencies ( #2934 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-08 13:26:03 +01:00
renovate[bot]
9bfc08ab53
Update dependency vaul to v1.1.2 ( #2935 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-08 12:13:55 +00:00
renovate[bot]
123942901d
Update dependency @vector-im/compound-web to v7.6.2 ( #2932 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-07 17:21:30 +00:00
Hugh Nimmo-Smith
939aaa39eb
Remove unnecessary dependency on @testing-library/react-hooks ( #2926 )
2025-01-07 10:18:45 -05:00
renovate[bot]
698a38a265
Update dependency i18next to v24 ( #2822 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hugh Nimmo-Smith <hughns@element.io >
Co-authored-by: Hugh Nimmo-Smith <hughns@users.noreply.github.com >
2025-01-06 17:14:17 +00:00
Quentin Gliech
b5f4a07868
Upgrade to React Router v6 ( #2919 )
2025-01-06 17:00:20 +00:00
renovate[bot]
46a82b2c39
Update dependency @vector-im/compound-design-tokens to v3 ( #2896 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 12:18:12 +00:00
renovate[bot]
d6942bc71d
Update all non-major dependencies ( #2924 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 11:34:37 +00:00
renovate[bot]
89e33743ae
Update LiveKit components
2025-01-06 02:39:08 +00:00
renovate[bot]
dc904fdbd2
Update dependency @livekit/components-react to v2.6.10 ( #2920 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-03 14:01:44 +01:00
renovate[bot]
6776c2af35
Update Compound ( #2895 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-03 14:00:32 +01:00
Hugh Nimmo-Smith
6b8dddfaaa
Bump matrix-js-sdk for bundle improvements ( #2911 )
...
Brings in updated version of matrix-sdk-crypto-wasm which helps to reduce bundle size and lazy loading.
Full diff d1de32ea27...e4182eb752
2024-12-18 09:35:42 +00:00
renovate[bot]
b822b9f80d
Update all non-major dependencies ( #2900 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-16 13:44:57 +01:00
Hugh Nimmo-Smith
92813bd3ca
Bump matrix-js-sdk ( #2897 )
...
So that we get https://github.com/matrix-org/matrix-js-sdk/pull/4575
Full diff: edac6a9983...d1de32ea27
2024-12-13 14:12:29 +00:00
renovate[bot]
4d6740cf2c
Update dependency livekit-client to v2.7.5
2024-12-12 19:40:55 +00:00
Robin
f8f054a4f9
Merge pull request #2853 from element-hq/renovate/vite-6.x
...
Update dependency vite to v6
2024-12-10 13:23:52 -05:00
renovate[bot]
69ed91d6d4
Update all non-major dependencies
2024-12-10 15:15:57 +00:00
renovate[bot]
76ba02584d
Update dependency vaul to v1.1.1 ( #2656 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 12:10:35 +01:00
renovate[bot]
97fd1f3696
Update dependency @vector-im/compound-design-tokens to v2 ( #2671 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-03 10:08:01 +01:00
renovate[bot]
f4883ac098
Update dependency @types/node to v22 ( #2695 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-03 10:07:31 +01:00
renovate[bot]
cc58e4d429
Update dependency vite to v6
2024-12-02 11:11:39 +00:00
renovate[bot]
e142493380
Update all non-major dependencies ( #2852 )
...
* Update all non-major dependencies
* prettier
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timo <toger5@hotmail.de >
2024-12-02 12:10:20 +01:00
Timo
e12f4fada0
Bump js-sdk ( #2850 )
...
- This fixes, that clients dont resend keys if other join right after someone else just left.
2024-11-29 11:58:36 +01:00
renovate[bot]
82360c674c
Update dependency livekit-client to v2.7.0
2024-11-29 10:44:54 +00:00
Hugh Nimmo-Smith
f7c7f41afd
Upgrade js-sdk to develop with MSC4222 state_after support ( #2841 )
...
Diff 2210255d6f...8fc77c595a
2024-11-27 20:43:56 +00:00
Hugh Nimmo-Smith
cf174261c9
Some simple initial tests for MediaView ( #2813 )
...
* Some simple tests for MediaView
* Use jest-dom assertions
* Add tests for videoMuted
* Add test case for placeholder video track
* Revert yarn.lock changes
* More revert
* Deduplicate test case logic and improve names
* Use role and label
2024-11-25 20:22:02 +00:00
renovate[bot]
e36029c9c0
Update all non-major dependencies ( #2835 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-25 18:46:30 +01:00
Robin
13887a8943
Merge pull request #2817 from element-hq/renovate/compound
...
Update dependency @vector-im/compound-web to v7.4.0
2024-11-22 09:31:35 -05:00
renovate[bot]
d146bedf05
Update dependency @livekit/components-react to v2.6.9
2024-11-22 11:08:25 +00:00
renovate[bot]
279912d951
Update dependency livekit-client to v2.6.3
2024-11-22 09:14:56 +00:00
renovate[bot]
94e5d032a1
Update dependency @vector-im/compound-web to v7.4.0
2024-11-22 02:01:23 +00:00
Robin
8830bd74cb
Update matrix-js-sdk
...
Return matrix-js-sdk to the develop branch.
2024-11-20 10:40:08 -05:00
renovate[bot]
1678ca71c1
Update dependency livekit-client to v2.6.2
2024-11-19 14:53:23 +00:00
Robin
90fe8e0529
Merge pull request #2734 from element-hq/renovate/compound
...
Update Compound
2024-11-19 09:48:17 -05:00
renovate[bot]
9078c35e06
Update dependency @livekit/components-react to v2.6.8
2024-11-18 19:39:01 +00:00
renovate[bot]
2833d9a816
Update Compound
2024-11-18 19:37:15 +00:00
renovate[bot]
02d2de3831
Update dependency livekit-client to v2.6.1
2024-11-18 19:34:22 +00:00
renovate[bot]
8b4b9f4494
Update all non-major dependencies ( #2795 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-18 10:09:21 +01:00
fkwp
20840d901e
Merge pull request #2786 from element-hq/quenting/docker-cache-headers
...
Precompress assets and set the right cache headers
2024-11-15 08:52:12 +01:00
Quentin Gliech
f022eb09a2
Precompress assets and set the right cache headers
2024-11-15 00:59:26 +01:00
Quentin Gliech
99d5886e32
Handles locales as Vite assets
2024-11-14 19:12:11 +01:00
Quentin Gliech
1478dbe6a1
Sync the Vaul version with the one used by Compound ( #2783 )
2024-11-14 13:11:17 +00:00
Quentin Gliech
85d8e036d5
Lazy-load pako when submitting rageshake ( #2782 )
2024-11-14 13:00:01 +00:00
Quentin Gliech
3b3f7762a7
Use optimized font from fontsource ( #2775 )
2024-11-14 11:23:09 +00:00
Quentin Gliech
2297675b06
Replace lodash with lodash-es ( #2777 )
2024-11-14 11:18:43 +00:00
Quentin Gliech
8f4b932c3c
Enable Codecov bundle analysis plugin ( #2774 )
2024-11-14 10:07:21 +00:00
Robin
20976e1ee3
Bump matrix-js-sdk for MSC4222 support
2024-11-11 18:01:28 -05:00
renovate[bot]
03f0fffa57
Update all non-major dependencies
2024-11-11 17:33:23 +00:00
Andrew Ferrazzutti
6486ffe777
Explicitly bump matrix-widget-api ( #2757 )
...
Was already present in yarn.lock
2024-11-11 12:32:34 -05:00