Update peter-evans/create-pull-request digest to 5f6978f#33256
Merged
Update peter-evans/create-pull-request digest to 5f6978f#33256
Conversation
t3chguy
approved these changes
Apr 21, 2026
MidhunSureshR
added a commit
that referenced
this pull request
Apr 23, 2026
commit 41f5d98cdc2afaca9e324b31143276c14ca0d463
Author: Andy Balaam <andy.balaam@matrix.org>
Date: Thu Apr 23 11:07:35 2026 +0100
Very quick impl of changing passphrase recovery key
commit 9162b1276ad18a48f67be980b03f21bd96ddc950
Author: Andy Balaam <andy.balaam@matrix.org>
Date: Thu Apr 23 10:44:21 2026 +0100
Very quick impl of adding a passphrase option for recovery key
commit 12df09bd4b002facb148db3fba924ba07683f548
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 23 08:51:39 2026 +0100
Move playwright-common wait-on from devDependencies to dependencies (#33272)
as it is needed by the `playwright-screenshots.sh` script which is exposed to dependants
commit cd515444a82e327f0b0b48ff0de37c69b94c79f8
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Wed Apr 22 21:05:31 2026 +0100
Confirm before inviting unknown users to a DM/room (#33171)
* InviteDialog: factor out startDmOrSendInvites
Factor out the logic of calling `startDm` or `inviteUsers` to a helper
function. We're going to need to call this from a second location soon, so this
is useful groundwork.
* Add `UnknownIdentityUsersWarningDialog`
* Add unit tests
* Update playwright tests
* Convert if/else to switch statement
* Convert helper functions to React components
* Factor out "onRemove" callback
* Add clarifying comment
commit f4c62abbcda9a3d5beccfcc0ea62838df4ab57de
Author: Florian Duros <florianduros@element.io>
Date: Wed Apr 22 21:50:54 2026 +0200
Room list: assign room to custom section (#33238)
* feat(sc): add new toast type for room list
* feat(sc): add section entries in room list item menu
* feat(rls): expose util functions
* feat: allows to tag room with custom sections
* feat(vm): add new Chat moved toast to room list vm
* feat(vm): add section selection to room list item vm
* feat(e2e): add tests for adding room in a custom section
* test(e2e): update existing screenshots
* chore: fix lint after merge
* chore: remove outline in test
commit 73e1b87075b9a5a0a83148e9c8a0bb476779d4d0
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Wed Apr 22 16:54:41 2026 +0100
Sonar: exclude tests from duplication check (#33271)
* Sonar: exclude tests from duplication check
* cleanup
* more cleanup
commit 4b4289e211c12ea0ebb885d570cfa6b7c29dac86
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Wed Apr 22 16:32:05 2026 +0100
Implement new design for Welcome page (#33211)
* Convert welcome.html to React component
In advance of changes to use Compound
* Fix types
* Fix tests
* Update styling to match Figma
* Fix random capitalisation
* Tweak styling
* Regenerate i18n
* Update tests
* Make linter happy
* Iterate
commit 7b89d84acbd2409503b43dfd2fb44097e17b069e
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 22 13:44:05 2026 +0000
Update npm non-major dependencies (#33246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 9df7182c0c97ef06c5ec04098442f50a26ecb411
Author: Will Hunt <2072976+Half-Shot@users.noreply.github.com>
Date: Wed Apr 22 14:23:24 2026 +0100
Redesign link previews (#33061)
* Commit design update
* Add figma links
* Check in other changes
* revert accidental change
* Iterative update
* linting n test fiddles
* linting
* Cleanup
* update snaps
* Move URL previews to new home
* Fix paths
* compress img
* Add back all the stories
* Improved rendering
* Fixup
* Update previews again
* lint
* update stories
* Update snaps again
* More screenshots
* Also these
* Update snaps
* include site name
* Update snaps again
* Use a scale so the images don't go blur
* update snaps again
* Update snaps
* remove mistaken playwright cfg
* update pw snaps
* update snap
* update previews
* Update with new designs
* Update screenshots
commit 2d16498fe6a467ad8c9743386f47da77d83b1452
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 22 12:28:54 2026 +0000
Update dependency typescript to v6 (#32927)
* Update dependency typescript to v6
* Switch to unplugin-vts
Workaround for https://github.com/qmhc/unplugin-dts/issues/467
And tweak tsconfigs
* tweak tsconfig
* Make tsc happy
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit 021e222719a2f6f37501317a807fc656a5146a09
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 22 13:26:26 2026 +0100
Update nginxinc/nginx-unprivileged:alpine-slim Docker digest to 360465d (#33231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 9df9fb94289fbf8275d386e8ed2eed7c487ca73e
Author: Florian Duros <florianduros@element.io>
Date: Wed Apr 22 14:21:41 2026 +0200
Room list: scroll to newly creation section (#33210)
* feat(rls): emit tag when section is created
* feat(vm): scroll to newly section tag
* feat(view): scroll to new section
commit 29411f0dedda6b2fcdf7ab577ad8b91bc1c6da75
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Wed Apr 22 11:55:29 2026 +0100
Speed up PR CI (#33239)
* Speed up PR CI
By skipping some desktop tests in pull requests and instead only running them in the Merge Queue
* Fix comment
commit 5fc98d0a3613d94f7a0d2d244cfc368bd086e35a
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Wed Apr 22 11:15:42 2026 +0100
Add stopUpdatingLabel to Renovate configuration (#33237)
commit a08c34142f4c4735e096455b3c723502407d3ceb
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 22 08:48:19 2026 +0000
Update dependency vite to v8 (#33252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 44a2c9936d4889f3e8e44ff3b356f92555b2773b
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 22 08:44:21 2026 +0000
Update react (#33247)
* Update react
* Pin back react-resizeable-panels as it overwrites onFocus/onBlur
* Roll back react-resizable panels fully
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit f0eb95495e8002fcb9e8d1ee79549fdc21c93364
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Wed Apr 22 10:01:43 2026 +0100
Renovate group resolutions/overrides separately (#33260)
* Renovate group resolutions/overrides separately
* Update pnpm resolutions to pnpm overrides
* Update pnpm overrides group configuration
* Update Renovate configuration for pnpm overrides
* Update renovate.json
* Update renovate.json
* Update renovate.json
* Fix formatting in renovate.json for groupSlug
* Update renovate.json
commit 4437dadef6ae276b8ef530e3077f9ce409ba2d04
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 22 08:30:27 2026 +0000
Update dependency storybook-addon-vis to v4 (#33251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 193cdff5626e4894a7e34707cc8a104527019f85
Author: ElementRobot <releases@riot.im>
Date: Wed Apr 22 10:24:30 2026 +0200
[create-pull-request] automated change (#33262)
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
commit d01f40bf2786351392475b93257c0188949dd6f4
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 22:20:09 2026 +0000
Update dependency html-react-parser to v6 (#33250)
* Update dependency html-react-parser to v6
* Fix renderer utils
* Fix CodeBlock similarly
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit 1a87865134f5573bbb83fb972c2c69559430fa9a
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 23:13:01 2026 +0100
Update vite (#33258)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit 764892bd41f0a508928bf3a40686926f92160f28
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 21:49:44 2026 +0000
Update tj-actions/changed-files action to v47 (#33259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit fb263ee511b81a02e61dce466d3d4c23903a51f6
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Apr 21 22:47:07 2026 +0100
Fix Module API versioning (#33233)
* Fix Module API versioning
* Attempt #2
commit 8fa7b5ca2c1200a50379083240bc82717cc575c2
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 20:31:17 2026 +0000
Update dependency babel-loader to v10.1.1 (#33235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit e568ed8aaca879a832ba66ed366b0042cb3608ec
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 20:27:27 2026 +0000
Update dependency caniuse-lite to v1.0.30001788 (#33245)
* Update dependency caniuse-lite to v1.0.30001788
* Update tests
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit abb014553b9c0fe7ce88055c16e2c944640ad60c
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 21:09:23 2026 +0100
Update peter-evans/create-pull-request digest to 5f6978f (#33256)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit ae8769e12dde30edf9bd42fa1a3185c9f9645fdf
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 19:49:00 2026 +0000
Update dependency uuid to v14 (#33229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit fd86405338bd91180819c9b88af4a00741056b5e
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 19:42:42 2026 +0000
Update sigstore/cosign-installer action to v4 (#33253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit a0195fc4d65a8a0245bf16b30a476a49b86ee506
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 19:40:28 2026 +0000
Update dependency @vector-im/compound-web to v9 (#33249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit ced3c2578566bf7b82d19191b0ec6c1167bf51ad
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 20:39:41 2026 +0100
Update Node.js to d2059a9 (#33243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 370d2ec7d24b4843ab9f4cab297880916d8431fd
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 19:39:27 2026 +0000
Update Node.js to d1b3b4d (#33242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 14917f9df53eb722c8258fa088f908f9981cdfe4
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 19:38:30 2026 +0000
Update robinraju/release-downloader digest to 28fc21f (#33244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 6423f2d8c015a913ab73aeeb66e34f074b9467dc
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 19:34:49 2026 +0000
Update dependency electron to v41.2.2 (#33254)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit feae8ed8b52cf49c95fd7bfc55b980005997019c
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 19:32:26 2026 +0000
Update eslint-plugins (#33248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 549bdb8cb7f227351d5e91418a38918a9df61ca3
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 19:31:26 2026 +0000
Update ghcr.io/element-hq/synapse:develop Docker digest to b2fec2c (#33241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit e1b62c3370c4f5328077dd83e6b4b8e8ee165478
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 20:28:54 2026 +0100
Update css (#33234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 354a05d89f1e6e50993054c730072586ba46160f
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Apr 21 17:36:27 2026 +0100
Remove dependency on `uuid` (#33230)
* Remove dependency on `uuid`
* Delint
commit 86ea6bd6b92e3a5ac6ea5b645e5811c479c2148d
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 15:22:24 2026 +0000
Update rust:bullseye Docker digest to 949b090 (#33232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit a054e785eacc594a78009bf93df58315031f7211
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 15:22:08 2026 +0000
Update docker.io/docker/dockerfile Docker tag to v1.23 (#33236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 42009ce6ecc18c276ebd87f4a7be31359a1d5d85
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 14:47:42 2026 +0000
Update vite (#33224)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 356119da7931aed15a703a86d58f2f19c408313e
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 14:32:50 2026 +0000
Update dependency @axe-core/playwright to v4.11.2 (#33223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit d823d633e3f17ad24630e2cd1089345228d44606
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 14:19:54 2026 +0000
Update dependency sanitize-filename to v1.6.4 (#33227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 1f6d1dbc0d52d5ab18a16a00e4648a0853656600
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Tue Apr 21 15:07:54 2026 +0100
Avoid nx jest executor for running unit tests (#33220)
* Avoid nx jest executor for running unit tests
The jest executor mangles the "summary of failing tests" from jest.
* Remove unneded dep on nx/jest
commit 12a3abc0d534767f0d9ed9880db4f558de2acff3
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 14:03:32 2026 +0000
Update dependency @element-hq/element-call-embedded to v0.19.1 (#33225)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit e90bc4a2f3e4e739a302d34e10a9934878378aca
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 14:00:02 2026 +0000
Update electron-builder to v26.9.0 (#33222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 0d9f20550534f33d8dca5718a3b07fa3ebf625ef
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 14:10:20 2026 +0100
Update webpack (#33228)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit ac9ef6c2a2ccfe8de10c4feed63a4759cc6a89fe
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 13:55:05 2026 +0100
Update Node.js to v24.15.0 (#33226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 4c474f563992d52bf7fd00efb88c84979e048ca9
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 13:48:56 2026 +0100
Update electron (#33221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 3f3ed93b8a11e6aaa45f4b09d2d5fa463bdc368f
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Tue Apr 21 12:34:22 2026 +0100
nx test:playwright:screenshots: only do snapshots for Chrome (#33216)
* nx test:playwright:screenshots: only do snapshots for Chrome
`nx` eats the `--project` option unless we prefix with `--`.
* Apply suggestion from @richvdh
commit 133a56da65a300e53c3718fce95532a1e477285d
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Apr 21 10:58:16 2026 +0100
Playwright docker improvements (#33213)
* Clean up playwright-common Dockerfile
* Speed up element-web docker build
* Wire up element-desktop playwright tests via nx
* Better debug logs for Element Desktop playwright in CI
* Iterate
* Iterate
* Fix element-desktop screenshot docker
* @electron/fuses
* Partial revert
commit b06422d848dc385b71804564ceda778108c8bb34
Author: mxandreas <andreass@element.io>
Date: Tue Apr 21 10:40:34 2026 +0100
Updates to contribution guide for new features. (#33187)
* Updates to contribution guide for new features.
* Update CONTRIBUTING.md
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
* Some final touches.
* Linter/prettier fixes.
---------
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit 2c58f82298be0fe92c89c2cafcc84afb11165099
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 21 09:46:49 2026 +0100
Update dependency @nx/jest to v22.6.5 (#33206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 384adea5a2b71f3869f39b6c7b97af4b2c90c691
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon Apr 20 09:38:03 2026 +0000
Update dependency @casualbot/jest-sonar-reporter to v2.6.0 (#33205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit cb6c48a493b121206886345a026c329aa2a51e76
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon Apr 20 09:27:13 2026 +0000
Update actions/setup-node digest to 48b55a0 (#33201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 73b8b51ea5d8d56abea729a647fc1664c620db03
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon Apr 20 08:31:47 2026 +0000
Update ghcr.io/element-hq/element-web:latest Docker digest to c7fa40b (#33202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit e8db72d81a18e0b3e1d9e3355cc7a49ab3f1c46a
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon Apr 20 08:27:57 2026 +0000
Update storybook (#33207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 106b0e09ae754666d03fab82d1aceb4e38bd8693
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon Apr 20 08:25:42 2026 +0000
Update dependency typedoc to v0.28.19 (#33204)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 8253d6402150cb825185623421716a3a0edc07e5
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon Apr 20 09:22:48 2026 +0100
Update testcontainers docker digests (#33203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 9428c10284029b83704825bff9c65a6eb0e3bc37
Author: ElementRobot <releases@riot.im>
Date: Mon Apr 20 09:48:45 2026 +0200
[create-pull-request] automated change (#33200)
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
commit e58e803368299b6feba88d7974379a2f0905e82f
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Fri Apr 17 16:51:43 2026 +0100
Update to compound 9.2.0 (#33173)
* Upgrade to compound 9.2.0
... to pick up the export of PageHeader
* update snapshots
* update shared-components snapshots
* More snapshot updates
* update snapshot
* GHA: Show disk usage on failure
commit aeaa73adf6132a4a827bfb5da87e5e5312205c6b
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Fri Apr 17 14:37:20 2026 +0100
Fix flaky OIDC "verifiy dialog" test (#33188)
This test was flaking. The problem appears to have been that we were clicking
"Continue" twice in succession; the intention was that we click on two
*different* "Continue" buttons, but sometimes we ended up clicking in the same
one twice.
Fix it by waiting for the content to change after the first click.
Fixes: #31316
commit 8834438a20c0aba022abfc1ea5e665491261a1e3
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri Apr 17 13:23:24 2026 +0100
Add apps/desktop/deploy to Prettier ignore (#33185)
commit 6b67b24254ab676e3135b4bc568ebdfe019643e9
Author: Florian Duros <florianduros@element.io>
Date: Fri Apr 17 14:02:42 2026 +0200
Room list: add custom section creation (#33155)
* feat: add creation section dialog
* feat: add in skip list a method to change filters
* feat: add helper to creation section
* feat: add custom sections data to Settings
* feat: add custom section to room list store v3
* feat: update header and room list item vms
* feat: add toast to room list vm
* feat: add new translation
* chore: move util functions of room list specs
* test: add custom section playwright tests
* chore: call loadCustomSections in RoomListStoreV3 ctor
commit 73d4b63adafd3547aaf957f9d762c6ad2edab6a1
Author: adis veletanlic <96535657+defaultdino@users.noreply.github.com>
Date: Fri Apr 17 13:36:40 2026 +0200
Fix crashes in when opening Bridges in room settings (#33137)
* use SDKContext for room settings dialog to avoid crash #33107
* format with prettier
* add SDKContext to RoomSettingsDialog test
commit 1044a95687a318c704ed47eb9e814b5d94435fa1
Author: adis veletanlic <96535657+defaultdino@users.noreply.github.com>
Date: Fri Apr 17 12:58:15 2026 +0200
fix(call): leave call along with room (#33162)
* make sure to disconnect from possibly active calls for a room when leaving the room
* log error on log call
* Update apps/web/src/utils/leave-behaviour.ts
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
* fix wrong logger import
* hang up calls properly on empty rooms for both legacy and element calls (listen for room event and leave call if only one member left). add tests for both legacy and element calls.
* format Call-test.ts
* revert async on function def
* revert Call.ts and Call-test.ts. Wrap legacy call hangup in try
---------
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit abae870b8360daaee2eec9e3695142dc75dce51b
Author: Andy Balaam <andy.balaam@matrix.org>
Date: Fri Apr 17 10:15:22 2026 +0100
Improve the toasts fixture of the playwright-common tools (#33158)
* Improve the toasts fixture of the playwright-common tools
* Increase @element-hq/element-web-playwright-common version to 3.2.0
* Default to 2 second wait for IfExists variants
* Set playwright-common version to 4.0.0 due to breaking change
* Move handleToast into a free function
* Rename handleToast to clickToastButton
* Document new param on clickToastButton
commit 4afba408c056347754c12f0974328604c2c1745e
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri Apr 17 10:01:27 2026 +0100
Satisfy pnpm audit (#33142)
commit c3e82cf33b242ad433738619600420e6969eaf7c
Author: ElementRobot <releases@riot.im>
Date: Fri Apr 17 09:08:28 2026 +0200
[create-pull-request] automated change (#33182)
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
commit 3b1b39f822a0b75d74d3fb22ca4ac8c1cf86666b
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu Apr 16 22:59:40 2026 +0100
Update dependency sanitize-html to v2.17.3 [SECURITY] (#33180)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit cf4b8744ab17d943ddbf8ab573524defba889c91
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Thu Apr 16 17:29:32 2026 +0100
Configuration for nx output under playwright (#33177)
When playwright starts the development web server, have it tell nx to use the
`stream` output style, which is somewhat clearer than the
default. (Specifically, it distinguishes between output from different tasks,
so you can see where any errors are coming from.)
commit aadf760e3c82e5d26c6c31856830fbfe09892fcf
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Thu Apr 16 17:19:52 2026 +0100
Factor DMRoomTile out to its own file (#33170)
I'm going to use this from a new component
commit 733755abb2e7d189c094a8262b5e69d754619216
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Thu Apr 16 16:26:04 2026 +0100
Annotate output from playwright-screenshots scripts (#33176)
... to make it easier to see where it is coming from
Also, add a blank line before starting playwright itself
commit 9c09a1b7317b2609cc791d5b4a7a4f06f7a7b847
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Thu Apr 16 16:25:52 2026 +0100
Add `analytics` config to nx (#33175)
* Add `analytics` config to nx
There doesn't seem to be any way to stop nx wanting to add this config setting,
so I think we just have to add it.
* Update nx.json
commit 30f442208a12b285b22e64e08ba26bea98c43fea
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 16 14:35:40 2026 +0100
Fix React hydration issues (#32958)
* Add more playwright axe tests to settings dialogs
* Add utility to jest setupTests to detect React hydration errors
* Iterate jest utility
* Fix axe issue heading-order
* Fix div-in-p issues
* Fix setupTests.ts
* Fix heading order
* Make types happier
* Fix hydration issues of thead containing text nodes
* Update tests
* Fix form-in-form React hydration issues
* Fix li-in-li React hydration issues
* Fix checked in form without onChange React hydration issue
* Fix styling bleeding from _common.pcss
* Update snapshots
* Fix more remaining issues
* Remove _common.pcss h2 rule altogether
* Fix test
* Update snapshots
* Iterate
* Iterate
* Update snapshots
* Simplify diff
* Test
* Update screenshots
* Update screenshot
commit d7f55462940798de139b427a5a9759b4f9f28e78
Author: Florian Duros <florianduros@element.io>
Date: Thu Apr 16 15:14:10 2026 +0200
Room list: add custom section creation in SC (#33138)
* feat: add way to create custom section in SC
* feat: disable custom section in vms
* chore: include design tokens icons in vitest config
* test: update screenshot
* chore: use one react import
commit 64d3802efee3778c88ee8b1c0f1f0d59b2b590fc
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 16 12:07:39 2026 +0100
Fall back to OIDC response_mode query if fragment unsupported (#33169)
* Fall back to OIDC response_mode query if fragment unsupported
* Tidy comments
* Fix test
commit 583eae63f7f4cbf4b7265cb1a869f5f3517791dd
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Thu Apr 16 10:03:26 2026 +0100
Simplifications in InviteDialog (#33156)
* InviteDialog: simplify users section for CallTransferDialog
The majority of `renderMainTab` is enpty for the call transfer dialog, so we
may as well inkine the bits that aren't.
* Simplify `renderMainTab`
Now that this is unused for CallTransfer, we can simplify
* Remove redundant eslint-disable
eslint seems happy without this, and we shouldn't be disabling lints for a
whole file anyway
commit d4aea256007de60d6815ba6379e8f42cc9d577f3
Author: Zack <zazi21@student.bth.se>
Date: Thu Apr 16 10:59:32 2026 +0200
Phase 1 Refactor MImageBody to shared component (#33093)
* Phase 1 Refactor MImageBody to shared component
* blurhash package added into shared components
* Added image snapshots
* Correct the GIF label css design
* Update snapshot for GIF
* crop image correctly
* Update snapshot to reflect updates
* typo fix
* update css to compund variables
* Added tsdoc to function
* Fix inaccurate css and text values in stories
* use const enum instead
* Add i18n to shared components + added string
* Correct css comment information
* Update lockfile
commit aa0abdb43abdb97457ac4cba821caf87bcf74c4d
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu Apr 16 08:50:54 2026 +0000
Update dependency matrix-seshat to v4.2.0 (#33168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 3e63216822b7c303a6bc537df756f30e6c11346d
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu Apr 16 08:41:26 2026 +0000
Update cloudflare/wrangler-action digest to 9acf94a (#33167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 475b89ec46e5cfd6dd432fe785c261999c13b100
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 16 09:55:27 2026 +0100
Update check-regexp to exclude 'Report results'
As this runs on workflow_run so gets clobbered by non-develop runs
commit b495628e6fee67d4735dbe725cb7a3a2c1964f42
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 16 08:58:43 2026 +0100
Fix element-web start not building module-api (#33161)
commit ef5fad8d6a8cb1c0d356d2b0956f247ba95d9cb5
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Wed Apr 15 16:57:40 2026 +0100
BaseDialog: fix comment (#33159)
This comment was a half-truth
commit 93ab87c4a1caef0d5f2a673e290871049247bfc8
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 15 15:53:22 2026 +0000
Migrate Renovate config (#33160)
* Migrate config .github/renovate.json
* Prettier
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit e8b4b9b6edff53483468c4883b56ccc75d984d6e
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Wed Apr 15 15:56:49 2026 +0100
Teach renovate about hakDependencies (#33147)
* Teach renovate about hakDependencies
* Update testcontainers-docker slug
commit 421fbe4a52aacd25f9b04f96633056d3a991afaf
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 15 10:33:42 2026 +0000
Update storybook (#33125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 35b9b12eae42bcc95e621beece3ebb3f0d4039b8
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 15 09:36:09 2026 +0000
Update nx to v22.6.5 (#33124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit de4a1e6d35aaaf50c36650de1fed110610b616e1
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Wed Apr 15 10:35:02 2026 +0100
Switch OIDC to response_mode=fragment (#33100)
* Refactor: kill off `parseQs` in favour of URLSearchParams
* Consolidate app-load url parameter handling
* Switch to responseMode=fragment
commit 5475edbbc5fb47f2628f0a0433623e53025c2a85
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Wed Apr 15 09:59:27 2026 +0100
Fix layered.sh linking js-sdk incorrectly (#33143)
* Simplify layered.sh
pnpm link already installs dependencies, this was causing the prepare script to run twice
* Improve logging in fetchdep and make linter happier
* Fix incorrectly linking js-sdk
commit dfdd438ae67ce0392c0c41250ffbf4458c79deae
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 15 09:48:15 2026 +0100
Update eslint-plugins (#33123)
* Update eslint-plugins
* Hold back esbuild to unbreak vitepress
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit c106abd72173f6c0b7b9df4446c3d83a63bfb7d8
Author: ElementRobot <releases@riot.im>
Date: Wed Apr 15 10:35:12 2026 +0200
[create-pull-request] automated change (#33092)
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
commit 181b06b3c85d47a659830bba9de32fc5c5414481
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Apr 14 21:14:28 2026 +0100
Fix static analysis CI gate not working (#33146)
* Debug CI
* Debug CI
* Fix ci final job
* Revert test change
commit b63c3646bd50d8254d545fa68ff12d8f67ed8496
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 14 15:40:35 2026 +0000
Update docker (#33145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 201f5dfd9050c78825d413f4d2f50b716fd04df6
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Apr 14 16:22:48 2026 +0100
Fix build-and-test.yaml skip behaviour for downstream runs
commit 80cf9e5b4acd179fce950d2e34cbe99ed624824d
Author: Zack <zazi21@student.bth.se>
Date: Tue Apr 14 15:20:15 2026 +0200
Shared Components Restructure, Cherry Picked | Room Shell Structure (#32917)
* refactor(shared-components): move composer and right-panel tree
* refactor: cleanup remaining structure leftovers
* test(shared-components): add room shell visual baselines
* Correct Path
commit cc9549da0adf58e9770dfc4585269642e5fc7e53
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Apr 14 14:17:32 2026 +0100
Skip bulk of CI in pull_request renovate runs (#33141)
* Skip bulk of CI in pull_request renovate runs
Relying instead on running the full suite in the merge queue to lower the impact of Renovate on the github actions concurrency limits in the org
* Iterate
commit 9151640d408ea5b48f12b7510081b7f32874561e
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Apr 14 14:15:36 2026 +0100
Exclude binary files from Sonar analysis (#33144)
* Exclude png files from Sonar analysis
They just cause errors
`11:39:29.466 WARN Invalid character encountered in file /home/runner/work/element-web/element-web/apps/web/res/vector-icons/152.png at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.`
* Modify sonar-project.properties for exclusions
Updated sonar.exclusions to include additional file types.
commit f615968835d706e73a48806fe7f36190e1075c42
Author: Zack <zazi21@student.bth.se>
Date: Tue Apr 14 13:56:52 2026 +0200
Refactoring readMarkerForEvent into ReadMarkerView in shared-components (#32777)
* Refactoring readMarkerForEvent into ReadMarketView in shared-components
* Use shared ReadMarkerView in MessagePanel
* Rename ReadMarkerView to ReadMarker
* Fix Prettier
* Update snapshots screenshots
* Use plain props for ReadMarker
* Fix Prettier
* Move ReadMarker into room timeline
* Replace ReadMarker nested ternary
* Update snapshot
commit 9a8ffbe0bd0b239d4a035100e2f6aa16ddd23cb4
Author: Andy Balaam <andy.balaam@matrix.org>
Date: Tue Apr 14 12:49:27 2026 +0100
playwright-common utilities for handling toasts (#33119)
* playwright-common utilities for handling toasts
* Set element-web-playwright-common version to 3.1.0
* Add comments to explain the linear hierarchy of fixtures
commit 733c685d5e8cc1f4798da2b9dfcb226255061dfa
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 14 10:52:30 2026 +0000
Update actions/upload-pages-artifact action to v5 (#33140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit abefefc981db38abc8ea577494e1e701d7ea7a43
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 14 11:50:38 2026 +0100
Update zizmorcore/zizmor-action action to v0.5.3 (#33139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 91e9a0058c0d858e863f728100a164c34ab07509
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 14 11:29:34 2026 +0100
Update typescript (#33133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit e2197307b41c4407543a84283fb27f1168f22b2f
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 14 10:14:48 2026 +0000
Update dependency @casualbot/jest-sonar-reporter to v2.5.1 (#33122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit c982a4c89b9884d13a21b4bbe3f407c3319acf75
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 14 09:58:40 2026 +0000
Update testcontainers to v11.14.0 (#33126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit 1670015ef7c6cfc6a05d9baedb550d22f89b0c38
Author: Zack <zazi21@student.bth.se>
Date: Tue Apr 14 11:53:29 2026 +0200
Fix missing Storybook autodocs descriptions for shared components (#33135)
commit 5d2c0de9e2b1a7906dc9c0b8c0f39bd4d1a42850
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 14 09:14:29 2026 +0000
Update actions/upload-artifact digest to 043fb46 (#33130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit 65c744f16cac7acb17f75c831cd1bda4f982ddc4
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 14 09:10:26 2026 +0000
Update actions/github-script action to v9 (#33127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit a7cd6eac311a77c9381bcdc7e603fe87ad5f62ec
Author: Zack <zazi21@student.bth.se>
Date: Tue Apr 14 10:51:36 2026 +0200
Shared Components Restructure, Cherry Picked | Restructure Room-List Tree (#32915)
* refactor(shared-components): restructure room-list tree
* refactor(web): rename room-list parent viewmodel
* test(shared-components): add room-list visual baselines
* fix(room-list): address review feedback
* Fix Prettier
* Move AvatarWithDetails from avatar folder to core
* Update stories title to reflect correct path
* Fix AvatarWithDetails barrel export path
* Remove stale DateSeparatorView barrel export
* Move AvatarWithDetails visual baseline
* Shorten shared-components visual snapshot paths
* Revert "Shorten shared-components visual snapshot paths"
This reverts commit 91880ff5fb10408aa0091175b53ce3c86c6975a9.
* Move room list notification decoration files up a level
commit d46cfe154bf0c962c264e3620b7df0a3930a7c65
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 14 08:35:52 2026 +0000
Update actions/cache digest to 27d5ce7 (#33129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit 8c5ccfe0e1e4ed03f83bcf6031e343e0127a93cd
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 14 09:32:53 2026 +0100
Update aws-actions/configure-aws-credentials digest to ec61189 (#33131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
commit 936c75ff1ca381e08d8c7433860e465a8ed045fa
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Apr 14 09:32:39 2026 +0100
Update testcontainers docker digests (#33132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 2204493094ac66a2fdc402465e73a655e8c0cb52
Merge: 23b11aaf86 7010f2091c
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Apr 14 07:05:26 2026 +0000
Merge pull request #33112 from element-hq/t3chguy/monorepo-module-api
Absorb element-modules/packages/element-web-module-api into monorepo
commit 23b11aaf86d0f61145905db66056ad81cfdebbfd
Author: Florian Duros <florianduros@element.io>
Date: Mon Apr 13 17:40:24 2026 +0200
Update compound web and compound design tokens (#33120)
* chore: update compound web and compound design tokens
* test: update SC snapshots
* test: update EW snapshots
* test: update EW screenshots
commit dc42c2518e8d3cdb8ee5ffe767a46d33a47eddf8
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Mon Apr 13 16:39:40 2026 +0100
Pin matrix-seshat version to 4.0.1 (#33121)
As 4.1.0 seems broken https://github.com/matrix-org/matrix-js-sdk/actions/runs/24346991243/job/71091033109
commit 9e47271afe2193b47aea565af99c5135ccbda698
Author: Zack <zazi21@student.bth.se>
Date: Mon Apr 13 15:34:23 2026 +0200
Fix CSS module name collisions in shared-components Vitest (#33116)
commit 273a891b7bb2860607f0adfe731dac414273b2e6
Author: Andy Balaam <andy.balaam@matrix.org>
Date: Mon Apr 13 14:03:53 2026 +0100
Update Exclude Insecure Devices date to October 2026 (#33117)
commit eef8cad229c7b8f7d4ffa12a7f4e4b9dad3db48a
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Mon Apr 13 11:16:34 2026 +0100
Update to compound-web 9.0.1 (#33095)
* Update to compound-web 9.0.1
There are a couple of breaking changes in v9, leading to the changes in
`BugReportDialog` and `EncryptionCard`.
Most of these updates, however, are snapshot updates, due to changes in the CSS
class names in compound web (which happens due to updates in the CSS content in
those classes; `postcss-modules` generates class names based on the hash of the
CSS).
* update playwright screenshots
commit 7010f2091cfb39878e48528c2d91160f6e07def7
Merge: e30adf4eb3 ad2e6d37bc
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Mon Apr 13 09:30:22 2026 +0100
Absorb element-modules/packages/element-web-module-api into monorepo
commit 17efc81f0bb4c556737028ef1ac433f170d5742f
Author: Will Hunt <2072976+Half-Shot@users.noreply.github.com>
Date: Mon Apr 13 10:51:55 2026 +0100
remove disabled on retry room status bar (#33113)
commit ad2e6d37bc5fb8edb104f08804e031f34ba91927
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Mon Apr 13 09:18:23 2026 +0100
mv element-web-module-api module-api
commit e30adf4eb34d0e84e1fa910c326ff080adc4402e
Author: rbondesson <rickard.bondesson@cgi.com>
Date: Fri Apr 10 20:28:39 2026 +0200
Fix date separator trigger ref forwarding for jump-to-date menu (#33102)
* Fix date separator trigger ref forwarding for jump-to-date menu
* Normal forwarded ref is sufficient for the menu-button setup in Compound
* Better comment
commit a210d3c29eb4b5ab07722807ccfee2dbefa92674
Merge: 4186b8e8e8 1096ca2066
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri Apr 10 17:38:27 2026 +0000
Merge pull request #33088 from element-hq/t3chguy/monorepo-playwright-common
Absorb remainder of playwright-common from element-modules
commit 1096ca206653359efa67adf40f9aa93d2acb4433
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri Apr 10 17:39:46 2026 +0100
Iterate
commit 4186b8e8e83912f3dfa9ea96ceda46a0cf020e40
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Fri Apr 10 16:52:59 2026 +0100
Convert TextualBody-test to out-of-line snapshots (#33104)
Sonar complains about duplication in the inline snapshots
commit 7b9e586c3a2e7ed47194d7cd48074576ff1b75ee
Author: Jefta <info@jefta.eu>
Date: Fri Apr 10 17:45:25 2026 +0200
Hide spoilers from desktop notifications (#31699)
* Hide spoilers from desktop notifications
* Replace unicode blocks with spoiler tag
* Run prettier
* Add comments
commit ec924deaa0e86c3efeb5848a50755cba88dfb412
Merge: 917237fc3c b97a0be0fd
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri Apr 10 16:41:45 2026 +0100
Merge branch 'develop' of ssh://github.com/element-hq/element-web into t3chguy/monorepo-playwright-common
# Conflicts:
# pnpm-lock.yaml
commit b97a0be0fd28946be4b2e4a693306e592eec4e46
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri Apr 10 15:37:45 2026 +0100
Generalise npm publishing workflow to work for more than just shared-components (#33086)
* Generalise npm publishing workflow to work for more than just shared-components
* Update doc
commit a132b9167dff54aaf603b669ac0dc46f05d50d96
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Fri Apr 10 13:31:03 2026 +0100
Fix playwright-server docker image not exiting (#33099)
* Fix playwright-server docker image not exiting
... by wrapping with tini
* Remove redundant `npm exec`
* Update packages/playwright-common/Dockerfile
* missing comma
commit b860a3864d88c67ae09b8170332b36b731f06198
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Fri Apr 10 12:50:12 2026 +0100
Improve output of playwright-screenshots script (#33098)
* Improve output of playwright-screenshots script
* Address review feedback
commit 4c4bfcde7eb430705add0be0627ed1fca9504b68
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Thu Apr 9 23:11:12 2026 +0100
Inline `inviteMultipleToRoom` (#33027)
This two-line method serves mostly to obfuscate, imho. Let's get rid of it.
commit ca6943cb4388a700d0bd27cc7da886e085f3a09d
Author: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Thu Apr 9 22:41:03 2026 +0100
Fix 'test' lines in codeowners (#33083)
* Fix 'test' lines in codeowners
Some of the unit tests are meant to be owned by the crypto team, but the paths
were wrong, so this didn't work.
This seems to have been broken since b084ff2313aedd7d531331827cf8aad02cfc064b,
which moved all the tests around.
* another fix
commit 70f26f914273efe1760f722b962e79b5224931af
Author: Andy Balaam <andy.balaam@matrix.org>
Date: Thu Apr 9 16:25:42 2026 +0100
Separate cases in DeviceListener (#32973)
* Separate cases in DeviceListener
According to the comment in `else` there were two ways to end up there. Split
these into separate cases and provide a different log message in each case.
If we somehow get there another way, throw an error.
* Replace a throw with an error log
commit 3fd5718fcd8f4267a51d47918b033ec7a59371c9
Author: Florian Duros <florianduros@element.io>
Date: Thu Apr 9 16:01:20 2026 +0100
Add tags support to SC `I18nApi` (#32984)
* chore: update ew module to 1.13.0
* feat: implement tag support in I18nApi#translate
* fix: correct return type for translate
* test: translate World! in i18nApi test
* fix: again return type
* chore: update pnpm lock
commit 917237fc3c004456749b53e21c59dcd28eb32757
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 15:50:51 2026 +0100
Pass args thru nx
commit b6b0b0009cfb673a5698672b1cd3a44d3c7365cb
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 15:34:48 2026 +0100
Fix some flaky playwright tests (#33085)
* Tweak flaky test reporter to identify setup failures
* Fix some flaky playwright tests
* Iterate
commit 561dbd32be43bfd90290e53e77ab292be9521666
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 15:31:34 2026 +0100
Iterate
commit 540e620f40c7c598600c3beea92864ebbfb1314b
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 15:22:56 2026 +0100
Adjust consumers of playwright-common
commit 03e12cbd222a12d5b1341564d59a0471b55c4dbc
Merge: 04dff2d2b6 5e80431399
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 15:17:15 2026 +0100
Absorb element-modules/packages/element-web-playwright-common into monorepo
commit 5e80431399de643fcbe448abe38d6cddaf4a4cb0
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 14:35:32 2026 +0100
Shorten path for playwright-commmon
commit a5e09ebb53e7a9d1bcf8b421f13cb8432a1d9110
Author: Florian Duros <florianduros@element.io>
Date: Thu Apr 9 14:14:41 2026 +0100
feat: expand sections when filter is toggled (#33077)
commit 60a7a22c7b46ad77b44471dc7c68eddbeea49d59
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 14:13:35 2026 +0100
Consolidate element-modules playwright run into the main html report (#33082)
commit 04dff2d2b634225db9272cd26262a6dba8724d77
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 14:12:28 2026 +0100
Update doc
commit 16f17d9127d7354c3b4bf345c30f0b44f920d399
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 14:07:24 2026 +0100
Generalise npm publishing workflow to work for more than just shared-components
commit f5ec194937ff37c89fd0c1714aa22e7a2fee9d92
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 13:34:52 2026 +0100
Tweaks to CI (#33014)
* Tweak github actions to make Sonar & zizmor happier
* Apply filters on some pnpm install calls
* Remove stale setup-python step
* Add missing needs in complete job
* Remove repository_dispatch for everything bar develop CD
js-sdk now runs the tests downstream so this was unnecessary
* Fix prepare desktop for tests in merge queue
* Iterate
* Iterate
* Iterate
* Discard changes to .github/workflows/build_desktop_linux.yaml
* Discard changes to .github/workflows/build_desktop_macos.yaml
commit b4d0c21abf48f9982be092dadd1d39df4d85f3e5
Author: Will Hunt <2072976+Half-Shot@users.noreply.github.com>
Date: Thu Apr 9 13:32:50 2026 +0100
Update URL Preview settings (#32992)
* Remove ability for url previews to be set per-room
* Add ability to enable E2EE URL Previews globally
* Remove old migration
* Cleanup
* Remove room account handler
* update snap
* screenshot updated
* Add a test
commit 253dcb44dd5cf6dc55553f4dec21770ae1f56586
Author: Robin <robin@robin.town>
Date: Thu Apr 9 14:25:14 2026 +0200
Show a 'grab' cursor on picture-in-picture view (#33079)
* Remove unused 'draggable' prop from PictureInPictureDragger
* Show a 'grab' cursor on picture-in-picture view
To give it a proper affordance for dragging.
commit 70e40009a3689807ccbade4ec04e14435f17066c
Author: Zack <zazi21@student.bth.se>
Date: Thu Apr 9 14:13:02 2026 +0200
Fix issues with /me emote two liner (#33081)
* Fix issues with me emote liner
* Fix Prettier
commit 1721b69017338b630a0b28c6b80b918570b02505
Author: Zack <zazi21@student.bth.se>
Date: Thu Apr 9 13:36:24 2026 +0200
Move TextualBody to shared components (#32868)
* Init, refactoring and movement of TextualBody to shared components, adding stories, test and view
* migrate TextualBody to shared view + app viewmodel
* Update snapshots + prettier fix
* Fix Prettier
* added new tests to make coverage happy
* add comment to attachbodyRef function
* Fix: Remove event onkeydown and remove hardcoded mx css
* Update enums to const enums
* added comment on css to explain 9px
* Update comment
* Correcting comment, pushed too fast..
* Update Css To Fix (edited)
* Update snapshot to reflect css changes
* Fix emote into one liner
* Update snapshot
commit 6486a6b5ff15c43c3e4b413506f7870cd5fd7ac5
Author: Valere Fedronic <bill.carson@valrsoft.com>
Date: Thu Apr 9 13:08:08 2026 +0200
Add user friendly capability text for `msc4039.download_file` (#32983)
* Add user friendly capability test for `msc4039.download_file`
* review: remove un-needed experimental copy
commit 5ba09a5f903f72c76a197d02fd6ace778962abe6
Author: Joao Pedro Antunes Borie <joao.pedro.borie@tecnico.ulisboa.pt>
Date: Thu Apr 9 12:07:32 2026 +0100
Fix #32727: Ensure VoiceRecording uses the selected microphone (#32887)
Voice messages were being recorded using the system default microphone
instead of the device selected in Element settings.
This was fixed by ensuring the preferred deviceId is correctly passed
to the MediaStream constraints in VoiceRecording.ts.
Added unit tests in VoiceRecording-test.ts to verify that the
application correctly requests the user-selected device.
Co-authored-by: Will Hunt <2072976+Half-Shot@users.noreply.github.com>
commit 52061d624b23d58fd6b5e63e6042117fd59107ed
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 11:35:09 2026 +0100
Fix build_desktop_test for downstream runs
commit f4bd466b02a42bba36d4152b35914db0c8816fe0
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 11:08:43 2026 +0100
Fix build_desktop_test for downstream runs
commit d5602ebea8acdcac281442294fe9fdf28156692a
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 10:50:30 2026 +0100
Fix build_desktop_test for downstream runs
commit ec8b7bf109a985bfa860d6b1bdc672887bed7d41
Merge: e0deef531c 27f6129dab
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 08:56:05 2026 +0100
Merge pull request #212 from element-hq/t3chguy/wat/382
commit 134ffe3de2d73f810f66090a15853374d69dc27e
Merge: ee404f098b 2b3425f0e8
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 08:56:05 2026 +0100
Merge pull request #212 from element-hq/t3chguy/wat/382
commit 7261b3eef1c1b653ea558883465914981b93ceae
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu Apr 9 08:49:38 2026 +0100
Fix build-and-test workflow for downstream runs (#33035)
e.g. from matrix-js-sdk
commit bbe4280c2c5a0b92b95029fbd2a2482b5a5a3283
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 8 15:39:14 2026 +0100
Update testcontainers docker digests (#33075)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 121c2d18e97baf5a777dc636edfd197e5801bee7
Author: Florian Duros <florianduros@element.io>
Date: Wed Apr 8 14:44:52 2026 +0100
Room list: fix expanded/collapse state of sections (#33074)
* fix: section being empty in flat list mode
When switching space (or removing a section later), if the Chat section
is collpased and the room list is in flat list mode in the other space,
the room list is empty.
The fix forces the section to be in expanded state if in flat list mode
* fix: store section expanded state by space
commit ce498ef983ae519a1a7d5448eec9c2de766ddc2f
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Wed Apr 8 14:01:50 2026 +0100
Tweak playwright caching (#33065)
* Install chromium-headless-shell instead of full Chromium
* Install chromium-headless-shell instead of full Chromium
* Standardise playwright caching
* Consolidate into a composite action
* Iterate
* Remove spurious step
commit 725b191ace9af20c94c02eb62b5297cbf893f391
Author: Marley Alford <marleycodes@gmail.com>
Date: Wed Apr 8 14:01:33 2026 +0200
fix: Left hand sidebar text selectable (#33029)
* fix: Add `user-select none` styles to header and room list filters
* chore: remove extra prefixed user-select variants
---------
Co-authored-by: Marley Alford <marleycalford@gmail.com>
commit ee404f098beac62142c7969d902eb2fa5973f36d
Merge: 1107ddf695 8cae8df17f
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Wed Apr 8 12:56:47 2026 +0100
Merge pull request #248 from element-hq/t3chguy/missing-return
commit b1745318fb0f85ed5436a132757223a1ea1b46b4
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Apr 8 10:43:57 2026 +0000
Update dependency path-to-regexp@0.1.12 to v1 [SECURITY] (#33070)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 8cae8df17f146a7c928e5bf8f2ad91c120efd356
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Wed Apr 8 11:43:50 2026 +0100
Actually skip stale screenshot reporter on errors
commit 1107ddf69577a716b21370cd2df6cc824a48cc76
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Apr 7 15:39:22 2026 +0100
Bump version to 2.4.0 in playwright-common
commit 63dbc2a60b7b33364d0344c4082d5cf3ffab0f7c
Merge: a6f0d25525 a9e76dbb8a
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Apr 7 15:38:42 2026 +0100
Merge pull request #200 from element-hq/t3chguy-patch-1
commit e0deef531c3ee399477f491203b7dbb49df949a8
Merge: 86d9e32d53 6d1cd514e4
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Apr 7 08:58:48 2026 +0100
Merge pull request #245 from element-hq/dependabot/npm_and_yarn/npm_and_yarn-c4bc6a0a9e
commit 6d1cd514e48147d33d46e194bc106295398f5ef2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Apr 6 20:43:24 2026 +0000
build(deps-dev): bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `vite` from 7.3.1 to 7.3.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.3.2
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
commit 86d9e32d538b890aaf6853bf3e8459bca5002829
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Mar 31 14:27:28 2026 +0000
Update Node.js to 0174333 (#235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 27f6129dabe37d19173369a1a8b81b607a25ac56
Merge: f3aef2f1cc 00a2e704ec
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Mar 31 09:26:21 2026 +0100
Merge branch 'main' of github.com:/element-hq/element-web-modules into t3chguy/wat/382
# Conflicts:
# modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/preview-bar-linux.png
commit 2b3425f0e8dcd4871dc838adc0ef1add1b3fd824
Merge: d42c816558 a6f0d25525
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue Mar 31 09:26:21 2026 +0100
Merge branch 'main' of github.com:/element-hq/element-web-modules into t3chguy/wat/382
# Conflicts:
# modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/preview-bar-linux.png
commit a6f0d25525f8d5584b4c6e03b5c752f1c69a97a0
Merge: 0079270fa5 72de8745e9
Author: R Midhun Suresh <hi@midhun.dev>
Date: Mon Mar 30 20:06:54 2026 +0530
Merge pull request #230 from element-hq/midhun/bump/playwright-common-2.3.0
Bump `@element-hq/element-web-playwright-common` package version
commit 72de8745e939434afdcf86a4c66d832a2e075d6b
Author: R Midhun Suresh <hi@midhun.dev>
Date: Mon Mar 30 19:56:58 2026 +0530
Bump package version
commit 00a2e704ecd3650031230f7662bf9d1dd3c5679f
Author: Florian Duros <florian.duros@ormaz.fr>
Date: Mon Mar 30 16:25:59 2026 +0200
chore: bump ew module api to 1.13.0
commit 0079270fa5644e95a1bab68a98719d31a82d4123
Author: R Midhun Suresh <hi@midhun.dev>
Date: Mon Mar 30 18:16:44 2026 +0530
Lock width when running most playwright tests
commit 4e72eb6dcca3db13937c0177c456c80be61fa8b2
Merge: a2ca504fd6 91d153aca3
Author: Florian Duros <florian.duros@ormaz.fr>
Date: Mon Mar 30 14:39:51 2026 +0200
Merge pull request #227 from element-hq/florianduros/i18n-tags
commit 91d153aca3a6998579ede1fd7b25b8af2b373393
Author: Florian Duros <florian.duros@ormaz.fr>
Date: Fri Mar 27 09:29:13 2026 +0100
doc: add for `sub` in `SubstitutionValue`
commit 520dfffc95eb954934e3f4848c142661ce03cf13
Author: Florian Duros <florian.duros@ormaz.fr>
Date: Thu Mar 26 12:17:59 2026 +0100
feat: add tags support to i18n api
commit f3aef2f1cce4eb42d146460f231db5a553890c4a
Merge: 4af0608995 a2ca504fd6
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri Mar 20 16:41:53 2026 +0000
Merge branch 'main' of github.com:/element-hq/element-web-modules into t3chguy/wat/382
# Conflicts:
# modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/login-legacy-linux.png
# modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/login-mas-linux.png
# playwright.config.ts
commit d42c81655818d317814284c1cd3048516b5401c3
Merge: 225fe7c406 6d71191af9
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri Mar 20 16:41:53 2026 +0000
Merge branch 'main' of github.com:/element-hq/element-web-modules into t3chguy/wat/382
# Conflicts:
# modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/login-legacy-linux.png
# modules/restricted-guests/element-web/e2e/snapshots/restricted-guests.spec.ts/login-mas-linux.png
# playwright.config.ts
commit a2ca504fd683b849a71542bba867d424f11b3047
Author: David Baker <dbkr@users.noreply.github.com>
Date: Fri Mar 13 12:52:08 2026 +0000
Bump module API to 1.12.0
commit 7fc83fa30e832736d71a6b0dfe51c153d95bcba9
Merge: 82398f7d50 196c8a082a
Author: David Baker <dbkr@users.noreply.github.com>
Date: Thu Mar 12 16:57:53 2026 +0000
Merge pull request #222 from element-hq/dbkr/vitest_default_output
Add default output for vitest & playwright tests
commit 196c8a082ab3c8586ffd1ed7ba2253b533743b11
Author: David Baker <dbkr@users.noreply.github.com>
Date: Wed Mar 11 14:42:06 2026 +0000
Add default output for vitest
Otherwise it's just mysteriously silent.
commit 82398f7d5066a66e8245201497cdf511c2be68db
Merge: 28e5008abf 90ab1534c9
Author: David Baker <dbkr@users.noreply.github.com>
Date: Mon Mar 9 18:25:36 2026 +0000
Merge pull request #219 from element-hq/dbkr/widget-toggles-api
Add module APIs to enable widget toggle buttons
commit 90ab1534c93102847e78cbc74a952e8da07be4b7
Author: David Baker <dbkr@users.noreply.github.com>
Date: Mon Mar 9 18:19:05 2026 +0000
change back to unix line endings
commit 3a21741737065967e13f210842eced0a0d1ac437
Merge: 4591a72d3a 28e5008abf
Author: David Baker <dbkr@users.noreply.github.com>
Date: Mon Mar 9 15:58:35 2026 +0000
Merge remote-tracking branch 'origin/main' into dbkr/widget-toggles-api
commit 4591a72d3ac1530f38b67ff84a3488a01131d35e
Author: David Baker <dbkr@users.noreply.github.com>
Date: Mon Mar 9 15:51:42 2026 +0000
Change to add callback
commit a96327b691ff3bcecac2a0710e51f99909ffb184
Author: David Baker <dbkr@users.noreply.github.com>
Date: Mon Mar 9 15:48:14 2026 +0000
Make matrix-widget-api a devDependency
as it's only for the type
commit 28e5008abf6d0f4410814c861535712c7abdce76
Merge: 9ad27f61f2 e322627d3e
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Mon Mar 9 10:14:16 2026 +0000
Merge pull request #221 from element-hq/t3chguy-patch-2
commit e322627d3e0903661ff88ade37b5f7442a2fbaa2
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri Mar 6 16:16:52 2026 +0000
Bump Module API to 1.11.0
commit 9ad27f61f2b28d3155b0b9d8d0f4809ffddb9287
Merge: ccf3fcf4af 267b63a10e
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri Mar 6 16:04:39 2026 +0000
Merge pull request #210 from element-hq/t3chguy/wat/382.1
commit 267b63a10e06b1d3d8b4a7562d7ec0bb8ecef474
Merge: 1a9ce45038 ccf3fcf4af
Author: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri Mar 6 15:53:29 2026 +0000
Merge branches 't3chgu…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
c0f553f→5f6978fWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.