renovate[bot]
bb3ab73b8c
Update all non-major dependencies
2024-09-27 19:28:16 +00:00
Hugh Nimmo-Smith
e8288d07a4
Bump js-sdk
2024-09-27 17:20:45 +01:00
renovate[bot]
d9d368cd74
Update dependency livekit-client to v2.5.4
2024-09-25 18:31:10 +00:00
Timo
d7b06760ad
Test useTheme hook ( #2625 )
...
* Test useTheme hook
2024-09-24 22:15:16 +02:00
renovate[bot]
d68de40ce4
Update dependency @livekit/components-react to v2.6.0
2024-09-23 00:24:22 +00:00
Robin
156f1e3a10
Merge branch 'livekit' into test-call-vm
2024-09-18 22:37:15 -04:00
renovate[bot]
99dc2d2f2d
Update LiveKit components
2024-09-18 13:29:15 +00:00
renovate[bot]
da5c8f9ad6
Update dependency livekit-client to v2.5.2
2024-09-18 13:26:07 +00:00
Hugh Nimmo-Smith
bd866945fd
Bump js-sdk ( #2638 )
2024-09-18 13:18:28 +01:00
renovate[bot]
a2c3f24b4e
Update dependency vite to v5.4.6 [SECURITY]
2024-09-17 20:54:21 +00:00
renovate[bot]
3ee224de9c
Update dependency @vector-im/compound-web to v6.2.0
2024-09-17 01:58:00 +00:00
renovate[bot]
7794f8f75f
Update LiveKit components
2024-09-12 17:40:54 +00:00
Robin
e8278b4ed2
Merge branch 'livekit' into test-components
2024-09-10 18:05:22 -04:00
renovate[bot]
460aa7618a
Update dependency @vector-im/compound-web to v6.1.2 ( #2617 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-10 09:50:24 +02:00
renovate[bot]
0f63e2a181
Update all non-major dependencies ( #2615 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 12:03:09 +02:00
Robin
d9333d6829
Test RoomHeaderInfo
2024-09-06 18:41:47 -04:00
Robin
40fc1aa46b
Upgrade Compound Web
...
This patch release fixes a bug where tooltips would label non-interactive triggers in an inaccessible way.
2024-09-06 18:40:35 -04:00
Robin
bc157c6dc4
Update matrix-js-sdk
...
There's no particular change that we need to pull in, but I like to keep my linked copy of matrix-js-sdk up to date—a TypeScript config change is required by recent versions, so I'd like to update this now.
2024-09-03 16:18:34 -04:00
Robin
c8a2ef6a1d
Merge branch 'livekit' into resize-observer
2024-09-03 15:35:10 -04:00
renovate[bot]
c2cc0937c1
Update typescript-eslint monorepo to v8 (major) ( #2523 )
...
* Update typescript-eslint monorepo to v8
* es lint fixes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timo <toger5@hotmail.de>
2024-09-03 17:14:27 +02:00
fkwp
49ebb1cf4c
Merge pull request #2601 from element-hq/renovate/matrix-widget-api
...
Update dependency matrix-widget-api to v1.9.0
2024-09-03 09:08:03 +02:00
renovate[bot]
5ebbb7b711
Update dependency livekit-client to v2.5.1
2024-09-02 20:29:29 +00:00
fkwp
5f8081bebb
Merge pull request #2602 from Johennes/johannes/qr
...
Display QR code when sharing invite link
2024-09-02 18:56:42 +02:00
renovate[bot]
7ee3fbd832
Update all non-major dependencies ( #2600 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 17:48:56 +02:00
Johannes Marbach
088d4d93a0
Re-add types package
2024-09-02 09:10:42 +02:00
Johannes Marbach
5b09a5ebd8
Merge branch 'livekit' into johannes/qr
2024-09-02 08:40:15 +02:00
Johannes Marbach
354382d498
Display QR code when sharing invite link
...
Fixes : #2495
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-09-02 08:25:10 +02:00
renovate[bot]
353987ca12
Update dependency matrix-widget-api to v1.9.0
2024-09-02 01:59:12 +00:00
Timo
3e57a7692c
Add back keyboard toast tests ( #2582 )
...
* Fix global-jsdom initialization
* add back toast tests
* fix keyboard input events.
* add jsdom types
2024-08-30 15:40:09 +02:00
Robin
e9fc5dadd9
Merge pull request #2594 from robintown/upgrade-compound
...
Upgrade Compound Web
2024-08-30 09:38:17 -04:00
Andrew Ferrazzutti
86bacd2b47
Depend on a tagged js-sdk release ( #2593 )
...
which is possible since:
- matrix-org/matrix-js-sdk@ee94e9335
- element-hq/element-call@b79a405e
2024-08-30 09:37:15 -04:00
Robin
cb28fa715a
Upgrade Compound Web
2024-08-30 09:35:34 -04:00
Robin
0db51d9dfd
Replace remaining React ARIA components with Compound components ( #2576 )
...
* Fix issues detected by Knip
Including cleaning up some unused code and dependencies, using a React hook that we unintentionally stopped using, and also adding some previously undeclared dependencies.
* Replace remaining React ARIA components with Compound components
* fix button position
* disable scrollbars to resolve overlapping button
---------
Co-authored-by: Timo <toger5@hotmail.de>
2024-08-28 14:44:39 +02:00
Robin
7bca541cb6
Perform dead code analysis with Knip ( #2575 )
...
* Install Knip
* Clarify an import that was confusing Knip
* Fix issues detected by Knip
Including cleaning up some unused code and dependencies, using a React hook that we unintentionally stopped using, and also adding some previously undeclared dependencies.
* Run dead code analysis in lint script and CI
---------
Co-authored-by: Timo <toger5@hotmail.de>
2024-08-28 02:06:57 +02:00
Robin
5eaabcf74d
Clean up our tests in preparation for the testing sprint ( #2466 )
...
* Fix coverage reporting
Codecov hasn't been working recently because Vitest doesn't report coverage by default.
* Suppress some noisy log lines
Closes https://github.com/element-hq/element-call/issues/686
* Store test files alongside source files
This way we benefit from not having to maintain the same directory structure twice, and our linters etc. will actually lint test files by default.
* Stop using Vitest globals
Vitest provides globals primarily to make the transition from Jest more smooth. But importing its functions explicitly is considered a better pattern, and we have so few tests right now that it's trivial to migrate them all.
* Remove Storybook directory
We no longer use Storybook.
* Configure Codecov
Add a coverage gate for all new changes and disable its comments.
* upgrade vitest
---------
Co-authored-by: Timo <toger5@hotmail.de>
2024-08-27 15:45:39 +02:00
renovate[bot]
0e3113edcd
Update dependency jsdom to v25 ( #2580 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-26 14:44:15 +02:00
renovate[bot]
6432dca518
Update all non-major dependencies ( #2581 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-26 10:44:15 +02:00
Robin
b5f6343a5e
Remove ResizeObserver polyfill
...
All major browsers support it out of the box, nowadays.
2024-08-23 15:07:40 -04:00
Robin
995b4c8847
Merge pull request #2577 from element-hq/renovate/compound
...
Update dependency @vector-im/compound-web to v6.1.0
2024-08-23 13:03:51 -04:00
Robin
66b79f57bb
Merge pull request #2571 from element-hq/hughns/rust-crypto
...
Use Rust crypto implementation
2024-08-23 11:18:43 -04:00
renovate[bot]
a6f6db9226
Update dependency @vector-im/compound-web to v6.1.0
2024-08-23 01:00:13 +00:00
renovate[bot]
0955d7bcc3
Update all non-major dependencies
2024-08-20 17:40:09 +00:00
Hugh Nimmo-Smith
eddc590235
Use rust crypto
...
Taken from d25cf28d00
2024-08-19 10:27:46 +01:00
Hugh Nimmo-Smith
69b762b9ed
Bump js-sdk for sender key reliability improvements ( #2567 )
...
Diff from current version: 9176d3a671...467908703b
2024-08-15 11:49:19 +02:00
renovate[bot]
a072dfae9c
Update dependency livekit-client to v2.5.0
2024-08-14 15:07:00 +00:00
renovate[bot]
977ba92dba
Update all non-major dependencies
2024-08-12 02:12:14 +00:00
Andrew Ferrazzutti
f0f9b929a1
Update js-sdk to use non-legacy calls if found ( #2540 )
2024-08-07 13:00:19 -04:00
Robin
04ad44f900
Merge pull request #2534 from element-hq/renovate/postcss-preset-env-10.x
...
Update dependency postcss-preset-env to v10
2024-08-06 10:11:20 -04:00
renovate[bot]
1782a0eaf3
Update dependency @vector-im/compound-design-tokens to v1.8.0
2024-08-06 01:14:19 +00:00
renovate[bot]
5bf46eb8f8
Update all non-major dependencies ( #2535 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-05 12:30:45 +02:00