RiotRobot
3f2f463bc3
Upgrade dependency to matrix-js-sdk@37.11.0
2025-07-15 14:47:04 +00:00
RiotRobot
33f3ee15fe
Upgrade dependency to matrix-js-sdk@37.11.0-rc.0
2025-07-08 13:23:57 +00:00
Will Hunt
9f313fcc14
Add support for module message hint allowDownloadingMedia ( #30252 )
...
* Add support for allowDownloadingMedia
* Add tests.
* Allow downloading when no event is associated.
* fix lint
* Update module API
* Update lock file too
* force CI
2025-07-07 09:03:46 +00:00
RiotRobot
99f7656d09
Reset matrix-js-sdk back to develop branch
2025-07-01 15:12:56 +00:00
RiotRobot
0768534885
Merge branch 'master' into develop
2025-07-01 15:12:42 +00:00
RiotRobot
fe1cddd34b
Upgrade dependency to matrix-js-sdk@37.10.0
2025-07-01 14:55:45 +00:00
renovate[bot]
4a8b365bf8
Update playwright to v1.53.1 ( #30205 )
...
* Update playwright to v1.53.1
* Update snapshots
Presumably chrome's font rendering has changed slightly in the new major version
* Scroll until room list item is in view
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Baker <dbkr@users.noreply.github.com >
2025-06-27 13:46:20 +00:00
renovate[bot]
4f13242de2
Update dependency @sentry/browser to v9.30.0 ( #30204 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-25 12:31:18 +00:00
renovate[bot]
900c4d60bc
Update typescript-eslint monorepo to v8.34.1 ( #30201 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-25 12:21:28 +00:00
renovate[bot]
925f4f65c7
Update dependency @types/react to v19.1.8 ( #30199 )
...
* Update dependency @types/react to v19.1.8
* Remove patch that's no longer needed
(yay!)
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Baker <dbkr@users.noreply.github.com >
2025-06-25 10:59:52 +00:00
renovate[bot]
088d8121e7
Update vector-im ( #30202 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-25 09:57:36 +00:00
renovate[bot]
d216d68e3f
Update dependency caniuse-lite to v1.0.30001724 ( #30200 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-25 09:37:18 +00:00
renovate[bot]
2c299fe24e
Update all non-major dependencies ( #30203 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-24 17:43:32 +00:00
renovate[bot]
3965a36819
Update definitelyTyped ( #30198 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-24 17:42:14 +00:00
RiotRobot
1349726d52
Upgrade dependency to matrix-js-sdk@37.10.0-rc.0
2025-06-24 12:42:23 +00:00
Florian Duros
f707bb410e
New room list: add context menu to room list item ( #29952 )
...
* chore: update compound-web
* chore: remove unused export
* feat: export content of more option menu
* feat: add context menu
* feat: add `showContextMenu` to vm
* feat: use context menu in new room list
* test: add tests for room list item
* test: fix room list test
* test: add `showContextMenu` test for `useRoomListItemViewModel`
* test: add e2e test for context menu
* chore: update compound
* test: update snapshots and e2e test
* fix: avoid icon blinking when we reopen the context menu
* test: add test for menu closing
* doc: remove useless tsdoc param
* chore: update `@vector-im/compound-web`
* refactor: remove manual focus
* test(e2e): fix focus after closing notification menu
* doc: remove useless jobs
2025-06-24 09:50:27 +00:00
Will Hunt
0edaef3f7c
Support for custom message components via Module API ( #30074 )
...
* Add new custom component api.
* Remove context menu, refactor
* fix types
* Add a test for custom modules.
* tidy
* Rewrite for new API
* Update tests
* lint
* Allow passing in props to original component
* Add hinting
* Update tests to be complete
* lint a bit more
* update docstring
* update @element-hq/element-web-module-api to 1.1.0
* fix types
* updates
* hide jump to bottom button that was causing flakes
* lint
* lint
* Use module matrix event interface instead.
* update to new module sdk
* adapt custom module sample
* Issues caught by Sonar
* lint
* fix issues
* make the comment make sense
* fix import
2025-06-23 11:55:22 +00:00
Michael Telatynski
8705efec40
Use stale-screenshot-reporter from playwright-common ( #30175 )
...
* Use stale-screenshot-reporter from playwright-common
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2025-06-20 12:27:40 +00:00
RiotRobot
a7a8428d1c
Reset matrix-js-sdk back to develop branch
2025-06-17 13:19:00 +00:00
RiotRobot
96797c3524
Merge branch 'master' into develop
2025-06-17 13:18:47 +00:00
RiotRobot
ba3b9840ca
Upgrade dependency to matrix-js-sdk@37.9.0
2025-06-17 13:11:17 +00:00
Florian Duros
1e3fd9d3aa
Update IconButton colors ( #30124 )
...
* chore: update `@vector-im/compound-web` to 8.0.0
* refactor(IconButton): use `kind="secondary"` instead of `subtleBackground` props
* test: update snapshots
* fix: force color on room header toggle
* fix: TAC button color
* test(e2e): update release announcement screenshot
2025-06-13 08:28:43 +00:00
renovate[bot]
82200b57cf
Update typescript-eslint monorepo to v8.33.1 ( #30113 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 23:08:44 +00:00
renovate[bot]
fadaaccebc
Update dependency testcontainers to v11.0.2 ( #30112 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 23:08:00 +00:00
renovate[bot]
e293d2b58f
Update dependency @element-hq/element-web-playwright-common to v1.3.0 ( #30115 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 17:32:52 +00:00
renovate[bot]
f43e953794
Update all non-major dependencies ( #30106 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 17:25:16 +00:00
renovate[bot]
276fa5eaa8
Update dependency @types/react-dom to v19.1.6 ( #30110 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 17:11:10 +00:00
renovate[bot]
10b9b2cb8b
Update dependency @sentry/browser to v9.27.0 ( #30116 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 15:54:32 +00:00
renovate[bot]
d770826c2d
Update dependency caniuse-lite to v1.0.30001721 ( #30111 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 15:49:07 +00:00
renovate[bot]
c995496a93
Update fontsource monorepo to v5.2.6 ( #30114 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 15:40:29 +00:00
renovate[bot]
e28b197868
Update babel monorepo ( #30107 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 15:33:57 +00:00
renovate[bot]
2350c065a4
Update definitelyTyped ( #30108 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 15:33:36 +00:00
renovate[bot]
b218b103b3
Update dependency @stylistic/eslint-plugin to v4.4.1 ( #30109 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 15:33:24 +00:00
RiotRobot
05ffa2e5ba
Upgrade dependency to matrix-js-sdk@37.9.0-rc.0
2025-06-10 13:17:49 +00:00
RiotRobot
7bb49c567d
Reset matrix-js-sdk back to develop branch
2025-06-03 14:59:41 +00:00
RiotRobot
b2258a93b4
Merge branch 'master' into develop
2025-06-03 14:59:28 +00:00
RiotRobot
5cf543a9a7
Upgrade dependency to matrix-js-sdk@37.7.0
2025-06-03 14:52:36 +00:00
renovate[bot]
7eb1433f32
Update all non-major dependencies ( #30047 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-05-29 09:16:46 +00:00
renovate[bot]
ce75b9da09
Update browserslist ( #30048 )
...
* Update browserslist
* Update tests
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-05-29 08:55:11 +00:00
renovate[bot]
2e8791c651
Update dependency @sentry/browser to v9.23.0 ( #30049 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-29 08:24:20 +00:00
renovate[bot]
52794501f4
Update dependency @types/react to v19.1.6 ( #30046 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-29 08:05:53 +00:00
renovate[bot]
fd9b981852
Update dependency @types/node to v18.19.105 ( #30045 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-29 08:05:07 +00:00
renovate[bot]
ff26b9e89d
Update dependency testcontainers to v11 ( #30044 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 21:35:14 +00:00
renovate[bot]
e92bf78289
Update dependency @element-hq/element-web-playwright-common to v1.1.7 ( #30034 )
...
* Update dependency @element-hq/element-web-playwright-common to v1.1.7
* Update registerAccountMas
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Update registerAccountMas
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-05-28 18:28:10 +00:00
renovate[bot]
f119b93e79
Update dependency caniuse-lite to v1.0.30001718 ( #30036 )
...
* Update dependency caniuse-lite to v1.0.30001718
* Update tests
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-05-28 16:49:10 +00:00
renovate[bot]
5aecdebbc7
Update all non-major dependencies ( #30037 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 16:31:45 +00:00
renovate[bot]
fcfcd29ec7
Update typescript-eslint monorepo to v8.33.0 ( #30043 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 16:01:24 +00:00
renovate[bot]
79e71fe3a0
Update babel monorepo to v7.27.3 ( #30039 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 15:57:10 +00:00
renovate[bot]
1167776745
Update dependency @stylistic/eslint-plugin to v4.4.0 ( #30041 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 14:50:16 +00:00
renovate[bot]
fe760421cd
Update dependency @sentry/browser to v9.22.0 ( #30040 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 14:49:09 +00:00