Skip to content

chore(deps): bump matrix-js-sdk from 39.2.0 to 41.1.0#365

Merged
tomusdrw merged 1 commit intomainfrom
dependabot/npm_and_yarn/matrix-js-sdk-41.1.0
Mar 24, 2026
Merged

chore(deps): bump matrix-js-sdk from 39.2.0 to 41.1.0#365
tomusdrw merged 1 commit intomainfrom
dependabot/npm_and_yarn/matrix-js-sdk-41.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps matrix-js-sdk from 39.2.0 to 41.1.0.

Release notes

Sourced from matrix-js-sdk's releases.

v41.1.0

✨ Features

  • Throw a specific error when the backup decryption key does not match the public backup (#5202). Contributed by @​andybalaam.
  • Update getUrlPreview to use /_matrix/client/v1/media/preview_url (#5191). Contributed by @​Half-Shot.

v41.1.0-rc.0

✨ Features

  • Throw a specific error when the backup decryption key does not match the public backup (#5202). Contributed by @​andybalaam.
  • Update getUrlPreview to use /_matrix/client/v1/media/preview_url (#5191). Contributed by @​Half-Shot.

v41.0.0

🚨 BREAKING CHANGES

✨ Features

  • Download room keys from backup prior to buliding historic room key bundles (#5171). Contributed by @​kaylendog.
  • Add support for Matrix Spec v1.13 (#5160). Contributed by @​t3chguy.
  • Add logging on MSC4108 DELETE request (#5140). Contributed by @​reivilibre.
  • Add m.invite_permission_config account data type (#5183). Contributed by @​richvdh.

🐛 Bug Fixes

  • fix(relations): prevent stale m.replace from overriding newer edits (#5192). Contributed by @​basnijholt.
  • Fix reactive display name disambiguation (#5135). Contributed by @​aditya-cherukuru.
  • Fix empty string to room compatibility trick to only apply to m.call (#5172). Contributed by @​toger5.

v41.0.0-rc.0

🚨 BREAKING CHANGES

✨ Features

  • Download room keys from backup prior to buliding historic room key bundles (#5171). Contributed by @​kaylendog.
  • Add support for Matrix Spec v1.13 (#5160). Contributed by @​t3chguy.
  • Add logging on MSC4108 DELETE request (#5140). Contributed by @​reivilibre.
  • Add m.invite_permission_config account data type (#5183). Contributed by @​richvdh.

🐛 Bug Fixes

  • fix(relations): prevent stale m.replace from overriding newer edits (#5192). Contributed by @​basnijholt.
  • Fix reactive display name disambiguation (#5135). Contributed by @​aditya-cherukuru.
  • Fix empty string to room compatibility trick to only apply to m.call (#5172). Contributed by @​toger5.

v40.3.0-rc.0

✨ Features

... (truncated)

Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 41.1.0 (2026-03-10)

✨ Features

  • Throw a specific error when the backup decryption key does not match the public backup (#5202). Contributed by @​andybalaam.
  • Update getUrlPreview to use /_matrix/client/v1/media/preview_url (#5191). Contributed by @​Half-Shot.

Changes in 41.0.0 (2026-02-24)

🚨 BREAKING CHANGES

✨ Features

  • Download room keys from backup prior to buliding historic room key bundles (#5171). Contributed by @​kaylendog.
  • Add support for Matrix Spec v1.13 (#5160). Contributed by @​t3chguy.
  • Add logging on MSC4108 DELETE request (#5140). Contributed by @​reivilibre.
  • Add m.invite_permission_config account data type (#5183). Contributed by @​richvdh.

🐛 Bug Fixes

  • fix(relations): prevent stale m.replace from overriding newer edits (#5192). Contributed by @​basnijholt.
  • Fix reactive display name disambiguation (#5135). Contributed by @​aditya-cherukuru.
  • Fix empty string to room compatibility trick to only apply to m.call (#5172). Contributed by @​toger5.

Changes in 40.2.0 (2026-02-10)

🦖 Deprecations

  • [MatrixRTC] Remove sending of deprecated notify event (we now use m.rtc.notification) (#5167). Contributed by @​toger5.

✨ Features

  • Use stable /auth_metadata endpoint where homeserver supports v1.15 (#5174). Contributed by @​hughns.
  • Support additional_creators in upgradeRoom (MSC4289) (#5173). Contributed by @​andybalaam.
  • [MatrixRTC] Minimal change to transition from "" to "ROOM" as the callId/slotId (#5166). Contributed by @​toger5.
  • [MatrixRTC] Do not send the livekit_alias in sticky events (#5165). Contributed by @​toger5.
  • Improve startup performance by using promise.all when processing rooms from sync (#5095). Contributed by @​MidhunSureshR.
  • Add OAuthGrantType enum for OAuth 2.0 API grant types (#5161). Contributed by @​hughns.
  • Add support for stable OAuth2.0 aware feature from MSC3824 (#5159). Contributed by @​hughns.
  • Give RoomWidgetClient the ability to send and receive sticky events (#5142). Contributed by @​robintown.

🐛 Bug Fixes

  • [js sdk embedded/widget] Fix race where this.syncApi.injectRoomEvents was called before the syncApi is instantiated (#5168). Contributed by @​toger5.
  • [MatrixRTC] Fix delayId not resetting on leave (#5156). Contributed by @​toger5.

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 39.2.0 to 41.1.0.
- [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases)
- [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md)
- [Commits](matrix-org/matrix-js-sdk@v39.2.0...v41.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 23, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 23, 2026

Deploy Preview for graypaper-reader ready!

Name Link
🔨 Latest commit 649f4b4
🔍 Latest deploy log https://app.netlify.com/projects/graypaper-reader/deploys/69c1c2fc7eb98e0007be3222
😎 Deploy Preview https://deploy-preview-365--graypaper-reader.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link
Copy Markdown
Contributor

Visual Regression Test Report ✅ Passed

Github run id: 23463914963

🔗 Artifacts: Download

@tomusdrw tomusdrw merged commit bcae5d4 into main Mar 24, 2026
8 checks passed
@tomusdrw tomusdrw deleted the dependabot/npm_and_yarn/matrix-js-sdk-41.1.0 branch March 24, 2026 13:22
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.

1 participant