Skip to content
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

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

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
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant