Robin
608695fc95
Performance: Enable React Compiler
...
With the React Compiler, our component code is transformed at build time to automatically apply various forms of memoization. This changes the runtime semantics of our code a little bit and therefore could surface new bugs in the next release cycle in case any components fail to follow the rules of React. See https://react.dev/learn/react-compiler for more information.
This results in a small bundle size increase and modest performance gains, but I think it's worth it given the potential for larger performance gains once we tune the component structure a bit more.
2026-08-04 17:57:23 +02:00
Robin
3af0744324
Merge branch 'livekit' into renovate/all-minor-patch
2026-08-04 14:20:13 +02:00
Robin
07567ed31d
Merge pull request #4118 from element-hq/renovate/livekit-components
...
Update LiveKit components
2026-08-04 14:05:47 +02:00
renovate[bot]
d579169d54
Update all non-major dependencies
2026-08-04 11:39:13 +00:00
Robin
8daaa649eb
Merge pull request #4147 from element-hq/renovate/npm-postcss-vulnerability
...
Update dependency postcss to v8.5.23 [SECURITY]
2026-08-04 13:36:56 +02:00
Robin
2d5a4eefec
Merge pull request #4139 from element-hq/renovate/posthog
...
Update dependency posthog-js to v1.408.2
2026-08-04 13:26:18 +02:00
renovate[bot]
d550430c8a
Update dependency postcss to v8.5.23 [SECURITY]
2026-08-04 11:11:52 +00:00
Robin
78724acfcf
Merge pull request #4140 from element-hq/renovate/compound
...
Update dependency @vector-im/compound-web to v9.9.0
2026-08-04 13:10:48 +02:00
renovate[bot]
a7c996f3ea
Update dependency posthog-js to v1.408.2
2026-08-04 11:07:26 +00:00
renovate[bot]
e725bc5de3
Update dependency matrix-widget-api to v1.18.0
2026-08-03 03:03:18 +00:00
renovate[bot]
c15d4c50a1
Update dependency @vector-im/compound-web to v9.9.0
2026-08-03 03:02:53 +00:00
renovate[bot]
b524de9298
Update LiveKit components
2026-07-30 20:51:22 +00:00
renovate[bot]
3f4d55343a
Update dependency postcss to v8.5.18 [SECURITY]
2026-07-30 08:45:15 +00:00
renovate[bot]
5564015a8b
Update dependency livekit-client to v2.21.0
2026-07-28 18:56:05 +00:00
Robin
66a676f2f5
Resolve most existing Dependbot warnings
2026-07-15 18:05:06 +02:00
renovate[bot]
2a56d2afb8
Update Compound
2026-07-13 14:35:37 +00:00
renovate[bot]
0d4e7defb6
Update dependency @vector-im/compound-web to v9.7.1
2026-07-13 00:42:33 +00:00
Johannes Marbach
ad76969ce2
Merge pull request #4084 from element-hq/renovate/compound
...
Update dependency @vector-im/compound-web to v9.7.0
2026-07-06 09:03:10 +02:00
renovate[bot]
9e8bebc3bf
Update dependency livekit-client to v2.20.0
2026-07-06 02:54:08 +00:00
renovate[bot]
d5cdbfd4d1
Update dependency @vector-im/compound-web to v9.7.0
2026-07-06 02:53:46 +00:00
Johannes Marbach
ffb881436a
Eliminate @livekit/protocol
2026-07-02 08:47:07 +02:00
Johannes Marbach
9cf87efc6b
Remove global-jsdom
2026-07-02 08:35:59 +02:00
renovate[bot]
b0feb33ec4
Update all non-major dependencies
2026-07-01 00:31:28 +00:00
renovate[bot]
75235a7853
Update dependency @vector-im/compound-web to v9.5.0
2026-06-29 00:34:12 +00:00
Johannes Marbach
1cd2764eb2
Switch from eslint to oxlint
2026-06-23 15:13:46 +02:00
Robin
96d1d1e1aa
Merge pull request #4040 from element-hq/scope-leak-lint
...
Add lint rule to prevent ObservableScope resource leaks
2026-06-22 11:13:10 +02:00
Johannes Marbach
bb3d2cd95c
Merge pull request #4048 from element-hq/johannes/oxfmt
...
Switch from prettier to oxfmt
2026-06-18 13:06:55 +02:00
Robin
f72a593eb4
Merge branch 'livekit' into scope-leak-lint
2026-06-18 12:49:40 +02:00
Johannes Marbach
0410be33cd
Merge branch 'livekit' into johannes/update-plugin-react
2026-06-17 16:06:54 +02:00
Johannes Marbach
b2f02b0ff6
Switch from prettier to oxfmt
2026-06-17 12:20:42 +02:00
renovate[bot]
b68abb7df4
Update dependency vite to v8.0.16 [SECURITY]
2026-06-16 12:45:26 +00:00
Timo K
edb4dfa9ed
Merge branch 'livekit' into toger5/fix-depnedabot-security-alerts
2026-06-16 14:16:02 +02:00
Timo K
7db13e1fc0
Merge branch 'livekit' into toger5/fix-depnedabot-security-alerts
2026-06-16 14:13:16 +02:00
Johannes Marbach
df7451c2cf
Update @vitejs/plugin-react to 0.6.2
2026-06-15 13:59:54 +02:00
renovate[bot]
cbbe6a812e
Update Compound to v10.2.2
2026-06-15 01:03:21 +00:00
Robin
0a572a9528
Add lint rule to prevent ObservableScope resource leaks
...
The rule of thumb to avoid resource leaks is that you should never call ObservableScope methods in a callback unless the ObservableScope is directly passed to or created inside that callback. I had a go at codifying this as a lint rule.
2026-06-12 13:16:28 +02:00
Johannes Marbach
3af160bb02
Remove deprecated @types/content-type dependency
2026-06-11 08:36:25 +02:00
fkwp
73ccc5f483
Show typed error when matrix_2_0 mode is forced without homeserver MSC4354 support ( #4017 )
...
Show typed error when matrix_2_0 mode is forced without homeserver MSC4354 support
2026-06-10 18:48:16 +02:00
Johannes Marbach
3a824dfff0
Merge pull request #4029 from element-hq/johannes/i18next-cli
...
Replace deprecated i18next-parser with i18next-cli
2026-06-10 15:00:45 +02:00
Timo
7ffa585f0d
Merge pull request #4027 from element-hq/johannes/knife-uuid-types
...
Remove deprecated @types/uuid
2026-06-10 20:51:11 +08:00
renovate[bot]
7fa3febf55
Update LiveKit client to v2.19.2 ( #4031 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-08 21:13:59 +02:00
Johannes Marbach
11b08c9a9f
Replace deprecated i18next-parser with i18next-cli
2026-06-08 15:32:34 +02:00
Johannes Marbach
c1f528e120
Remove deprecated @types/uuid
2026-06-08 13:57:01 +02:00
Johannes Marbach
2dc664b323
Merge branch 'livekit' into renovate/compound
2026-06-08 10:05:00 +02:00
renovate[bot]
753613dcdc
Update LiveKit client to v2.19.1
2026-06-08 07:35:21 +00:00
renovate[bot]
102a7e2650
Update Compound
2026-06-08 01:07:22 +00:00
Robin
399b7d83da
Merge pull request #3988 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.19.0
2026-06-02 11:50:10 +02:00
renovate[bot]
489492d9b9
Update dependency livekit-client to v2.19.0
2026-06-02 06:50:03 +00:00
renovate[bot]
bec34ee360
Update dependency @vector-im/compound-design-tokens to v10.2.0
2026-06-02 06:49:28 +00:00
renovate[bot]
576119663f
Update all non-major dependencies
2026-06-02 01:16:51 +00:00