Skip to content

Conversation

@renovate
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
@renovate renovate bot force-pushed the renovate/matrix-widget-api branch from 4550f4d to 0043f1b Compare April 15, 2025 08:05
@toger5 toger5 removed the request for review from AndrewFerr April 15, 2025 10:11
@renovate renovate bot force-pushed the renovate/matrix-widget-api branch from 0043f1b to 09319cc Compare April 22, 2025 19:25
@robintown
Copy link
Member

I will handle this manually at #3177

@robintown robintown closed this May 8, 2025
@renovate
Copy link
Contributor Author

renovate bot commented May 8, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.13.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/matrix-widget-api branch May 8, 2025 20:49
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.

3 participants