Timo K
e7c87e3439
Merge branch 'livekit' into toger5/storybook-tests
2026-05-20 13:28:03 +02:00
Timo K
ddde05c057
review
2026-05-20 13:26:52 +02:00
fkwp
f0db134b6e
Posthog: drop $initial_person_info from outgoing events ( #3968 )
...
* Posthog: drop $initial_person_info from outgoing events
* Posthog: migrate from sanitize_properties to before_send
* strip URL fields from $set / $set_once
* enable mask_personal_data_properties
* review
* update tests to check for `delete` (not anymore `=null`)
rename: `applyPrivacyFilters`->`santizeSensitiveData`
---------
Co-authored-by: Timo K <toger5@hotmail.de >
2026-05-19 18:06:59 +02:00
Timo
78d76ad8a6
Bump babel/plugin-transform-modules-systemjs ( #3974 )
2026-05-19 17:03:25 +02:00
Timo K
20d14fa4e0
use vite storybook plugin for storybook tests.
...
run via pnpm test:storybook
2026-05-11 16:40:05 +02:00
renovate[bot]
5a30666939
Update all non-major dependencies
2026-05-01 13:53:45 +00:00
Will Hunt
d335a307bb
Update compound-web to 9.3.0 and update Buttons from "sm" to "md". ( #3926 )
...
* Update compound-web to 9.3.0 and update Buttons from "sm" to "md".
* Clean up the liast bits
* Update snaps too
* fix test, need to dismiss a new dialog
---------
Co-authored-by: Valere <bill.carson@valrsoft.com >
2026-04-27 13:54:00 +01:00
renovate[bot]
f98e6d1c08
Update dependency uuid to v14 [SECURITY] ( #3918 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-24 09:20:42 +02:00
Timo K
6ae88531ec
pnpm v10.33.0 + lock file
2026-04-21 16:10:57 +02:00
Timo K
741b82b026
update linking realted logic
...
- remove post-commit hook
- remove .links.cjs enable/disable (instead just add/rm .pnpmfile.cjs)
- rename pnpm links:enable -> pnpm links:on
- rename pnpm links:disable -> pnpm links:off
- unify doc filenames `-` -> `_`
- add linking_concept_reasoning.md to provide background why the
linking is how it is.
2026-04-21 16:06:51 +02:00
Timo K
4d09651fe1
Bump pnpm to v10
2026-04-21 10:00:36 +02:00
Timo K
66cea929a7
Add back our custom linking plugins to pnpm
2026-04-20 16:59:34 +02:00
fkwp
d75f2563c6
getting ride of shamefully-hoist=true
2026-04-17 18:23:32 +02:00
fkwp
938a03d0c1
address review comments
2026-04-17 18:21:48 +02:00
fkwp
17ad20cd09
switching from yarn to pnpm
2026-04-17 11:07:31 +02:00
fkwp
5657036f2f
Bump matrix js-sdk to support latest MSC4195 update
2026-04-16 17:02:07 +02:00
Valere Fedronic
6512a9d843
Merge pull request #3666 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.17.2
2026-04-15 13:39:49 +02:00
Valere
07e3dc1ca4
Update livekit to 2.18.1
...
Fix mocking in a test
Also add "skipLibCheck": true in tsconfig
2026-04-13 10:02:54 +02:00
renovate[bot]
9ac42b240e
Update Compound
2026-04-13 01:27:40 +00:00
Timo K
27b42ca641
Merge branch 'livekit' into storybook
2026-04-08 16:17:37 +02:00
renovate[bot]
89c4485f2d
Update dependency vite to v8 [SECURITY]
2026-04-06 21:16:47 +00:00
renovate[bot]
3503f8177d
Update dependency @vector-im/compound-design-tokens to v9
2026-04-06 01:31:03 +00:00
Robin
a84419c8a4
Merge pull request #3824 from element-hq/renovate/major-compound
...
Update dependency @vector-im/compound-design-tokens to v8
2026-04-03 19:07:59 +02:00
renovate[bot]
5e337a5399
Update dependency @vector-im/compound-design-tokens to v8
2026-04-01 20:36:05 +00:00
renovate[bot]
e0a8e84df4
Update all non-major dependencies
2026-04-01 20:35:33 +00:00
Robin
2de151d94d
Set up Storybook again
2026-03-30 18:26:38 +02:00
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