Skip to content

chore(deps): bump matrix-js-sdk from 41.9.0 to 42.4.0 - #1263

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/matrix-js-sdk-42.2.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/matrix-js-sdk-42.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown

Bumps matrix-js-sdk from 41.9.0 to 42.4.0.

Release notes

Sourced from matrix-js-sdk's releases.

v42.4.0

✨ Features

  • Add methods for ensuring a slot is open / closed (#5524). Contributed by @​Johennes.
  • MSC4140: support getting a single delayed event (#5504). Contributed by @​AndrewFerr.
  • Add livekit rtc cs api endpoints to client (and embedded client) (#5496). Contributed by @​toger5.
  • Allow passing a signing function when setting up Rust crypto (#5483). Contributed by @​andybalaam.
  • Combine crypto-related receiveSyncChanges calls into one (#5503). Contributed by @​kaylendog.
  • Log OAuth requests and responses (#5506). Contributed by @​hughns.
  • Add support for key rotation participant limit (#5486). Contributed by @​toger5.

🐛 Bug Fixes

  • Treat an event as read if the user sent a later one (#5525). Contributed by @​nathanael-h.
  • MatrixRTC: do not treat repeated local timeouts as unrecoverable (#5518). Contributed by @​ara4n.
  • Don't fetch the client well-known when clientWellKnownPollPeriod is unset (#5521). Contributed by @​langleyd.
  • Fix OAuth token revocation against a spec-compliant authorization server (#5507). Contributed by @​hughns.

v42.4.0-rc.0

✨ Features

  • Add methods for ensuring a slot is open / closed (#5524). Contributed by @​Johennes.
  • MSC4140: support getting a single delayed event (#5504). Contributed by @​AndrewFerr.
  • Add livekit rtc cs api endpoints to client (and embedded client) (#5496). Contributed by @​toger5.
  • Allow passing a signing function when setting up Rust crypto (#5483). Contributed by @​andybalaam.
  • Combine crypto-related receiveSyncChanges calls into one (#5503). Contributed by @​kaylendog.
  • Log OAuth requests and responses (#5506). Contributed by @​hughns.
  • Add support for key rotation participant limit (#5486). Contributed by @​toger5.

🐛 Bug Fixes

  • Treat an event as read if the user sent a later one (#5525). Contributed by @​nathanael-h.
  • MatrixRTC: do not treat repeated local timeouts as unrecoverable (#5518). Contributed by @​ara4n.
  • Don't fetch the client well-known when clientWellKnownPollPeriod is unset (#5521). Contributed by @​langleyd.
  • Fix OAuth token revocation against a spec-compliant authorization server (#5507). Contributed by @​hughns.

v42.3.0

✨ Features

  • Don't treat Matrix-shaped errors as OAuth token refresh grant logouts (#5473). Contributed by @​hughns.
  • Update MatrixRTCSession to increase push notification arrival time on mobile clients for element-call (#5398). Contributed by @​escix.
  • Add sticky events support to sliding sync (MSC4480) (#5458). Contributed by @​eleboucher.
  • Validate that an error from OAuth token refresh looks like an OAuth error before treating as logout (#5472). Contributed by @​hughns.

🐛 Bug Fixes

  • Make setExtendedProfileProperty not throw if the requested property isn't set (#5484). Contributed by @​dbkr.
  • make sure setDefaultKeyId resolves even if no change is made (#5485). Contributed by @​uhoreg.

v42.3.0-rc.0

... (truncated)

Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 42.4.0 (2026-09-15)

✨ Features

  • Add methods for ensuring a slot is open / closed (#5524). Contributed by @​Johennes.
  • MSC4140: support getting a single delayed event (#5504). Contributed by @​AndrewFerr.
  • Add livekit rtc cs api endpoints to client (and embedded client) (#5496). Contributed by @​toger5.
  • Allow passing a signing function when setting up Rust crypto (#5483). Contributed by @​andybalaam.
  • Combine crypto-related receiveSyncChanges calls into one (#5503). Contributed by @​kaylendog.
  • Log OAuth requests and responses (#5506). Contributed by @​hughns.
  • Add support for key rotation participant limit (#5486). Contributed by @​toger5.

🐛 Bug Fixes

  • Treat an event as read if the user sent a later one (#5525). Contributed by @​nathanael-h.
  • MatrixRTC: do not treat repeated local timeouts as unrecoverable (#5518). Contributed by @​ara4n.
  • Don't fetch the client well-known when clientWellKnownPollPeriod is unset (#5521). Contributed by @​langleyd.
  • Fix OAuth token revocation against a spec-compliant authorization server (#5507). Contributed by @​hughns.

Changes in 42.3.0 (2026-09-01)

✨ Features

  • Don't treat Matrix-shaped errors as OAuth token refresh grant logouts (#5473). Contributed by @​hughns.
  • Update MatrixRTCSession to increase push notification arrival time on mobile clients for element-call (#5398). Contributed by @​escix.
  • Add sticky events support to sliding sync (MSC4480) (#5458). Contributed by @​eleboucher.
  • Validate that an error from OAuth token refresh looks like an OAuth error before treating as logout (#5472). Contributed by @​hughns.

🐛 Bug Fixes

  • Make setExtendedProfileProperty not throw if the requested property isn't set (#5484). Contributed by @​dbkr.
  • make sure setDefaultKeyId resolves even if no change is made (#5485). Contributed by @​uhoreg.

Changes in 42.2.0 (2026-08-18)

🐛 Bug Fixes

  • Fix pre-initialization thread edits when target is known (#5440). Contributed by @​basnijholt.
  • Fix package failing to load in Node ESM due to directory import (#5460). Contributed by @​syphernl.

Changes in 42.1.0 (2026-08-04)

🦖 Deprecations

✨ Features

... (truncated)

Commits
  • bbffce9 v42.4.0
  • eeb7c74 v42.4.0-rc.0
  • f6a2e33 Treat an event as read if the user sent a later one (#5525)
  • d171d62 MatrixRTC: do not treat repeated local timeouts as unrecoverable (#5518)
  • 80763c7 Add methods for ensuring a slot is open / closed (#5524)
  • c334895 Don't fetch the client well-known when clientWellKnownPollPeriod is unset (#5...
  • e16b0bc MSC4140: support getting a single delayed event (#5504)
  • e2fd8ff Add livekit rtc cs api endpoints to client (and embedded client) (#5496)
  • 28c0775 Update dependency happy-dom to v20.12.0 (#5514)
  • 39a9f72 Allow passing a signing function when setting up Rust crypto (#5483)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 30, 2026
@dependabot
dependabot Bot requested a review from FerroxLabs as a code owner August 30, 2026 10:46
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 30, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/matrix-js-sdk-42.2.0 branch 7 times, most recently from 9cb7054 to 1c5fafe Compare September 4, 2026 11:11
@dependabot dependabot Bot changed the title chore(deps): bump matrix-js-sdk from 41.9.0 to 42.2.0 chore(deps): bump matrix-js-sdk from 41.9.0 to 42.3.0 Sep 6, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/matrix-js-sdk-42.2.0 branch 6 times, most recently from 7e11d0c to 993ac17 Compare September 13, 2026 02:15
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/matrix-js-sdk-42.2.0 branch from 993ac17 to b861e89 Compare September 17, 2026 03:24
Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 41.9.0 to 42.4.0.
- [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases)
- [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/v42.4.0/CHANGELOG.md)
- [Commits](matrix-org/matrix-js-sdk@v41.9.0...v42.4.0)

---
updated-dependencies:
- dependency-name: matrix-js-sdk
  dependency-version: 42.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump matrix-js-sdk from 41.9.0 to 42.3.0 chore(deps): bump matrix-js-sdk from 41.9.0 to 42.4.0 Sep 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/matrix-js-sdk-42.2.0 branch from b861e89 to a10f420 Compare September 19, 2026 03:16

This branch has not been deployed

No deployments
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants