R Midhun Suresh
2598e4ea22
Move view model code to shared components package ( #31024 )
...
* Remove vm related code from element-web/src
* Add and export view model code from package
* Update imports
* Rewrite vm tests using vitest
* Add github action to run vm tests
* Fix lint errors
* Mvoe tests over to jest
* Try fixing code coverage
* Second attempt at fixing code coverage
2025-10-15 13:49:12 +00:00
renovate[bot]
ac96ab0d46
Update react monorepo ( #31014 )
...
* Update react monorepo
* Update snapshots
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Update shared-components snapshots
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-10-15 11:20:34 +00:00
renovate[bot]
949d0dc8a9
Update eslint-plugins ( #31033 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 10:44:06 +00:00
renovate[bot]
0e0e928040
Update eslint-plugins ( #31032 )
...
* Update eslint-plugins
* Bump matrix-org
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-10-15 10:08:35 +00:00
Florian Duros
6cfe197a38
Update sonar and jest config with new shared components path ( #31029 )
...
* fix: update jest config with new shared components path
* fix: update sonar config
* chore: add `storybook` & `@storybook/react-vite` to run the shared components tests
2025-10-15 09:08:49 +00:00
renovate[bot]
a4a44a0c1c
Update browserslist ( #31021 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 08:37:57 +00:00
renovate[bot]
2ce2218549
Update typescript-eslint monorepo to v8.46.0 ( #30921 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 08:21:23 +00:00
renovate[bot]
abafde4b64
Update all non-major dependencies ( #31011 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 18:04:06 +00:00
renovate[bot]
1e28cd2b49
Update playwright to v1.56.0 ( #30672 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 17:35:24 +00:00
renovate[bot]
252546f085
Update definitelyTyped ( #31008 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 17:12:16 +00:00
renovate[bot]
ccd7f923d0
Update dependency @testing-library/jest-dom to v6.9.1 ( #31013 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 16:26:35 +00:00
renovate[bot]
02246020a2
Update dependency @sentry/browser to v10.19.0 ( #31012 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 16:11:30 +00:00
renovate[bot]
b0ee3c11ff
Update dependency testcontainers to v11.7.1 ( #31010 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 16:10:13 +00:00
renovate[bot]
b7dd05bc97
Update dependency @formatjs/intl-segmenter to v11.7.12 ( #31009 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 16:02:08 +00:00
David Baker
2698ad422e
Move shared components to a packages/ directory ( #30962 )
...
* Move shared components to a packages/ directory
so they can be publish more sensibly
* Iterate towards split out shared-components module
* Move shared component source into src/ subdir
* Fix up imports
* Include shared components in babel-ing (again)
* Remove now unused dependencies
* Update import in storybook preview
* ...except of course they aren't unused
if we import the shared components by source
* Ignore shared components deps
* Add shared-components to i18n paths
and upgrade web-i18n to version that supports doing so
* Move storybook stuff to shared-components
* Seems we don't need this anymore...
* Remove unused deps
and remove storybook plugin from eslint
* Presumably working-directory is only valid on run steps
* Ignore dep & run prettier
* Prettier on knips.ts
* Hopefully run in right dir
* Remember how to software write
* Okay... how about THIS way?
* Oh right, they were git ignored. Sigh.
* Add concurrently
* Ignore in knip
* Better?
* Paaaaaaaackageeeeeeees
* More packages
* Move playwright snapshots
* Still need a custom snapshots dir
* Add eslint back
* Oh, now knip sees them
* Fix another import
* Don't lint shared-components with everything else
Okay, eslint & tsconfig are tied too closely for this to work and
running tsc on the shared components will need its deps installing
* Maybe lint shared components
please?
* Not quite
* Remove storybook again
Re-check if it does work without it
* Remove storybook eslint plugin
as we're not linting storybook here anymore
* Remove this too
* We do need it here though
2025-10-13 10:54:50 +00:00
Richard van der Hoff
4a0e8d661f
Playwright test for history sharing on invite ( #30948 )
...
* Playwright: `getCurrentRoomIdFromUrl`
Helper function to fish a room ID out of the URL
* Playwright: use updated `Credentials` class from common lib
Pick up the extended `Credentials` interface that was added in
https://github.com/element-hq/element-modules/pull/80 .
* Playwright: use `routeConfigJson` from common lib
https://github.com/element-hq/element-modules/pull/81 added a utility function
for building and routing `config.json`; we should use it.
* Playwright test for history sharing on invite
Fixes https://github.com/element-hq/element-meta/issues/2920
* Avoid use of CSS in playwright locators
2025-10-08 09:49:11 +00:00
RiotRobot
25f4853d97
Reset matrix-js-sdk back to develop branch
2025-10-07 12:18:10 +00:00
RiotRobot
b653f49119
Merge branch 'master' into develop
2025-10-07 12:17:54 +00:00
RiotRobot
87509b567a
Upgrade dependency to matrix-js-sdk@38.4.0
2025-10-07 12:08:06 +00:00
renovate[bot]
2cf79b3fef
Update all non-major dependencies ( #30901 )
...
* Update all non-major dependencies
* Update snapshot
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Baker <dbkr@users.noreply.github.com >
2025-10-01 16:45:44 +00:00
renovate[bot]
b0c81c46ca
Update dependency testcontainers to v11.6.0 ( #30924 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-01 10:24:48 +00:00
Florian Duros
9cecd52477
Improve invite dialog ui - Part 2 ( #30836 )
...
* feat: add `Pill` component
* chore: add `react-merge-refs` lib
* feat: add `PillInput` component
* feat: use new pills component in invite dialog
* test: update invite dialog selector
* test(e2e): update test locators
* test(e2e): update screenshot
2025-10-01 09:03:43 +00:00
renovate[bot]
8de035ee39
Update dependency caniuse-lite to v1.0.30001745 ( #30918 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-30 18:28:35 +00:00
renovate[bot]
cea6e14220
Update dependency @types/react to v19.1.14 ( #30917 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-30 18:28:09 +00:00
renovate[bot]
0bc8a9d259
Update dependency @types/node to v18.19.127 ( #30916 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-30 18:27:46 +00:00
renovate[bot]
6e484aeac7
Update dependency @sentry/browser to v10.15.0 ( #30922 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-30 15:17:35 +00:00
renovate[bot]
c3755effba
Update fontsource monorepo to v5.2.8 ( #30920 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-30 14:48:12 +00:00
renovate[bot]
5c205350e3
Update dependency @stylistic/eslint-plugin to v5.4.0 ( #30923 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-30 14:29:15 +00:00
RiotRobot
7e1590cb0e
Upgrade dependency to matrix-js-sdk@38.4.0-rc.0
2025-09-30 12:44:01 +00:00
renovate[bot]
6f00235432
Update dependency @element-hq/element-call-embedded to v0.16.0 ( #30904 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-29 15:23:09 +00:00
David Langley
7f39bb61ec
Rich Text Editor: Add emoji suggestion support ( #30873 )
...
* Add support for emoji suggestions
To both the rich text/plain text modes of the RTE.
* Add emoji completion test to WysiwygComposer
* Fix code as per test case, do no-op for community case
* bump wysiwyg to the version with suggestions supported.
* Add more unit tests for processTextReplacement
2025-09-25 14:28:04 +00:00
renovate[bot]
55d07e1703
Update browserslist ( #30276 )
...
* Update browserslist
* Update user agent strings for browser tests
* Update Chrome user agent in browser tests
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-09-23 16:12:48 +00:00
RiotRobot
3c6d341357
Reset matrix-js-sdk back to develop branch
2025-09-23 12:37:09 +00:00
RiotRobot
7f0c0ca599
Merge branch 'master' into develop
2025-09-23 12:36:55 +00:00
RiotRobot
d763cd8415
Upgrade dependency to matrix-js-sdk@38.3.0
2025-09-23 12:15:00 +00:00
renovate[bot]
a2e18a61a8
Update all non-major dependencies ( #30779 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 17:56:43 +00:00
renovate[bot]
2146ff6f23
Update typescript-eslint monorepo to v8.43.0 ( #30782 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 16:03:21 +00:00
renovate[bot]
115e3cd3d8
Update dependency uuid to v13 ( #30786 )
...
* Update dependency uuid to v13
* Make jest happier
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Remove redundant @types package
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-09-16 16:49:38 +00:00
renovate[bot]
6f41ac58bc
Update dependency @fontsource/inconsolata to v5.2.7 ( #30777 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 15:35:17 +00:00
renovate[bot]
0ca23af4a9
Update dependency @stylistic/eslint-plugin to v5.3.1 ( #30781 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 14:45:40 +00:00
renovate[bot]
5db72f7fab
Update dependency @sentry/browser to v10.11.0 ( #30780 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 14:43:57 +00:00
renovate[bot]
d193434b30
Update babel monorepo to v7.28.4 ( #30775 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 14:43:07 +00:00
renovate[bot]
1bbe4802e4
Update definitelyTyped ( #30776 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 14:38:46 +00:00
renovate[bot]
169ae025bf
Update dependency @types/react to v19.1.13 ( #30778 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 14:38:10 +00:00
RiotRobot
21d24f860c
Upgrade dependency to matrix-js-sdk@38.3.0-rc.0
2025-09-16 14:12:40 +00:00
Florian Duros
0747c9f0e8
chore: add storybook a11y plugin ( #30763 )
2025-09-15 16:10:15 +00:00
renovate[bot]
a69ce3f64e
Update dependency vite to v7.1.5 [SECURITY] ( #30732 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-11 08:59:40 +00:00
RiotRobot
8a1fc65beb
Reset matrix-js-sdk back to develop branch
2025-09-10 09:28:53 +00:00
RiotRobot
f7d48bb422
Merge branch 'master' into develop
2025-09-10 09:28:38 +00:00
RiotRobot
fc06cf1276
Upgrade dependency to matrix-js-sdk@38.1.0
2025-09-09 16:32:22 +00:00