Skip to content

Update dependency matrix-widget-api to v1.13.1 #2993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: livekit
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
matrix-widget-api 1.11.0 -> 1.13.1 age adoption passing confidence

Release Notes

matrix-org/matrix-widget-api (matrix-widget-api)

v1.13.1

Compare Source

1.13.1 Release

  • Fix reading room state using the read_events action.

If a widget does not support the update_state version but the driver implements the new API from version 1.12 the room state was updated based on timeline events. (only considering the most recent events and not older state events.)

v1.13.0

Compare Source

1.13.0 Release

  • Add UPDATE_STATE widget api version

v1.12.0

Compare Source

1.12.0 Release

Deprecations

This release deprecates WidgetDriver.readRoomEvents, WidgetDriver.readRoomState, and the currentViewedRoomId parameter of ClientWidgetApi.feedEvent. Client implementations are expected to either continue using all 3 of these deprecated APIs as they did before, or migrate to the new solutions for all 3 at the same time.

  • WidgetDriver.readRoomEvents is replaced by WidgetDriver.readTimelineEvents.
  • WidgetDriver.readRoomState is replaced by WidgetDriver.readStateEvents.
  • The currentViewedRoomId parameter of ClientWidgetApi.feedEvent is replaced by ClientWidgetApi.setViewedRoomId.
What's Changed

Full Changelog: matrix-org/matrix-widget-api@v1.11.0...v1.12.0


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 6, 2025
@renovate renovate bot requested a review from a team as a code owner February 6, 2025 10:31
@renovate renovate bot requested a review from AndrewFerr February 6, 2025 10:31
@hughns hughns added the X-Blocked Cannot be merged due to external dependencies label Feb 6, 2025
@renovate renovate bot force-pushed the renovate/matrix-widget-api branch from 0766193 to eed54a6 Compare March 4, 2025 05:15
@renovate renovate bot force-pushed the renovate/matrix-widget-api branch from eed54a6 to c91a074 Compare March 7, 2025 16:27
@renovate renovate bot force-pushed the renovate/matrix-widget-api branch from c91a074 to 6f8ce3f Compare March 11, 2025 18:48
@renovate renovate bot force-pushed the renovate/matrix-widget-api branch from 6f8ce3f to 9088dd0 Compare March 12, 2025 09:07
@renovate renovate bot force-pushed the renovate/matrix-widget-api branch from 9088dd0 to 0e31051 Compare March 13, 2025 18:10
@renovate renovate bot force-pushed the renovate/matrix-widget-api branch from 0e31051 to c4dff03 Compare March 27, 2025 18:22
@renovate renovate bot force-pushed the renovate/matrix-widget-api branch from c4dff03 to a1eda35 Compare April 11, 2025 08:08
@renovate renovate bot force-pushed the renovate/matrix-widget-api branch from a1eda35 to 4550f4d Compare April 11, 2025 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file X-Blocked Cannot be merged due to external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants