Update vectorim/element-web Docker tag to v1.11.40 #71

Merged
AverageMarcus merged 1 commits from renovate/vectorim-element-web-1.x into master 2023-08-29 12:08:42 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
vectorim/element-web patch v1.11.39 -> v1.11.40

Release Notes

vector-im/element-web (vectorim/element-web)

v1.11.40

Compare Source

Features

🐛 Bug Fixes

  • Fix path separator for Windows based systems (#​25997).
  • Fix instances of double translation and guard translation calls using typescript (#​11443).
  • Fix export type "Current timeline" to match its behaviour to its name (#​11426). Fixes #​25988.
  • Fix Room Settings > Notifications file upload input being shown superfluously (#​11415). Fixes #​18392.
  • Simplify registration with email validation (#​11398). Fixes #​25832 #​23601 and #​22297.
  • correct home server URL (#​11391). Fixes #​25931. Contributed by @​NSV1991.
  • Include non-matching DMs in Spotlight recent conversations when the DM's userId is part of the search API results (#​11374). Contributed by @​mgcm.
  • Fix useRoomMembers missing updates causing incorrect membership counts (#​11392). Fixes #​17096.
  • Show error when searching public rooms fails (#​11378).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vectorim/element-web](https://github.com/vector-im/element-web) | patch | `v1.11.39` -> `v1.11.40` | --- ### Release Notes <details> <summary>vector-im/element-web (vectorim/element-web)</summary> ### [`v1.11.40`](https://github.com/vector-im/element-web/releases/tag/v1.11.40) [Compare Source](https://github.com/vector-im/element-web/compare/v1.11.39...v1.11.40) #### ✨ Features - Hide account deactivation for externally managed accounts ([#&#8203;11445](https://github.com/matrix-org/matrix-react-sdk/pull/11445)). Fixes [#&#8203;26022](https://github.com/vector-im/element-web/issues/26022). Contributed by [@&#8203;kerryarchibald](https://github.com/kerryarchibald). - OIDC: Redirect to delegated auth provider when signing out ([#&#8203;11432](https://github.com/matrix-org/matrix-react-sdk/pull/11432)). Fixes [#&#8203;26000](https://github.com/vector-im/element-web/issues/26000). Contributed by [@&#8203;kerryarchibald](https://github.com/kerryarchibald). - Disable 3pid fields in settings when `m.3pid_changes` capability is disabled ([#&#8203;11430](https://github.com/matrix-org/matrix-react-sdk/pull/11430)). Fixes [#&#8203;25995](https://github.com/vector-im/element-web/issues/25995). Contributed by [@&#8203;kerryarchibald](https://github.com/kerryarchibald). - OIDC: disable multi session signout for OIDC-aware servers in session manager ([#&#8203;11431](https://github.com/matrix-org/matrix-react-sdk/pull/11431)). Contributed by [@&#8203;kerryarchibald](https://github.com/kerryarchibald). - Implement updated open dialog method of the Module API ([#&#8203;11395](https://github.com/matrix-org/matrix-react-sdk/pull/11395)). Contributed by [@&#8203;dhenneke](https://github.com/dhenneke). - Polish & delabs `Exploring public spaces` feature ([#&#8203;11423](https://github.com/matrix-org/matrix-react-sdk/pull/11423)). - Treat lists with a single empty item as plain text, not Markdown. ([#&#8203;6833](https://github.com/matrix-org/matrix-react-sdk/pull/6833)). Fixes [vector-im/element-meta#1265](https://github.com/vector-im/element-meta/issues/1265). - Allow managing room knocks ([#&#8203;11404](https://github.com/matrix-org/matrix-react-sdk/pull/11404)). Contributed by [@&#8203;charlynguyen](https://github.com/charlynguyen). - Pin the action buttons to the bottom of the scrollable dialogs ([#&#8203;11407](https://github.com/matrix-org/matrix-react-sdk/pull/11407)). Contributed by [@&#8203;dhenneke](https://github.com/dhenneke). - Support Matrix 1.1 (drop legacy r0 versions) ([#&#8203;9819](https://github.com/matrix-org/matrix-react-sdk/pull/9819)). #### 🐛 Bug Fixes - Fix path separator for Windows based systems ([#&#8203;25997](https://github.com/vector-im/element-web/pull/25997)). - Fix instances of double translation and guard translation calls using typescript ([#&#8203;11443](https://github.com/matrix-org/matrix-react-sdk/pull/11443)). - Fix export type "Current timeline" to match its behaviour to its name ([#&#8203;11426](https://github.com/matrix-org/matrix-react-sdk/pull/11426)). Fixes [#&#8203;25988](https://github.com/vector-im/element-web/issues/25988). - Fix Room Settings > Notifications file upload input being shown superfluously ([#&#8203;11415](https://github.com/matrix-org/matrix-react-sdk/pull/11415)). Fixes [#&#8203;18392](https://github.com/vector-im/element-web/issues/18392). - Simplify registration with email validation ([#&#8203;11398](https://github.com/matrix-org/matrix-react-sdk/pull/11398)). Fixes [#&#8203;25832](https://github.com/vector-im/element-web/issues/25832) [#&#8203;23601](https://github.com/vector-im/element-web/issues/23601) and [#&#8203;22297](https://github.com/vector-im/element-web/issues/22297). - correct home server URL ([#&#8203;11391](https://github.com/matrix-org/matrix-react-sdk/pull/11391)). Fixes [#&#8203;25931](https://github.com/vector-im/element-web/issues/25931). Contributed by [@&#8203;NSV1991](https://github.com/NSV1991). - Include non-matching DMs in Spotlight recent conversations when the DM's userId is part of the search API results ([#&#8203;11374](https://github.com/matrix-org/matrix-react-sdk/pull/11374)). Contributed by [@&#8203;mgcm](https://github.com/mgcm). - Fix useRoomMembers missing updates causing incorrect membership counts ([#&#8203;11392](https://github.com/matrix-org/matrix-react-sdk/pull/11392)). Fixes [#&#8203;17096](https://github.com/vector-im/element-web/issues/17096). - Show error when searching public rooms fails ([#&#8203;11378](https://github.com/matrix-org/matrix-react-sdk/pull/11378)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate added 1 commit 2023-08-29 12:02:29 +00:00
AverageMarcus merged commit 99ad2f2528 into master 2023-08-29 12:08:42 +00:00
AverageMarcus deleted branch renovate/vectorim-element-web-1.x 2023-08-29 12:08:42 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#71
No description provided.