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-js-sdk to v29 #1453

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
matrix-js-sdk 24.1.0 -> 29.1.0 age adoption passing confidence

Release Notes

matrix-org/matrix-js-sdk (matrix-js-sdk)

v29.1.0

Compare Source

==================================================================================================

✨ Features

🐛 Bug Fixes

v29.0.0

Compare Source

==================================================================================================

🚨 BREAKING CHANGES

✨ Features

  • Export AutoDiscoveryError and fix type of ALL_ERRORS (#​3768).
  • Support for stable MSC3882 get_login_token (#​3416). Contributed by @​hughns.
  • Remove IsUserMention and IsRoomMention from DEFAULT_OVERRIDE_RULES (#​3752). Contributed by @​kerryarchibald.

🐛 Bug Fixes

  • Fix a case where joinRoom creates a duplicate Room object (#​3747).
  • Add membershipID to call memberships (#​3745).
  • Fix the warning for messages from unsigned devices (#​3743).
  • Stop keep alive, when sync was stoped (#​3720). Contributed by @​finsterwalder.

v28.2.0

Compare Source

==================================================================================================

🦖 Deprecations

  • Implement getEncryptionInfoForEvent and deprecate getEventEncryptionInfo (#​3693).
  • The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#​3189)

✨ Features

🐛 Bug Fixes

v28.1.0

Compare Source

============================================================================================================

🦖 Deprecations

  • Deprecate MatrixClient.checkUserTrust (#​3691).
  • Deprecate MatrixClient.{prepare,create}KeyBackupVersion in favour of new CryptoApi.resetKeyBackup API (#​3689).
  • The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#​3189)

✨ Features

🐛 Bug Fixes

v28.0.0

Compare Source

==================================================================================================

🚨 BREAKING CHANGES

🦖 Deprecations

  • The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#​3189)

✨ Features

🐛 Bug Fixes

v27.2.0

Compare Source

==================================================================================================

🦖 Deprecations

  • The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#​3189)

✨ Features

🐛 Bug Fixes

v27.1.0

Compare Source

==================================================================================================

🦖 Deprecations

  • The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#​3189)

✨ Features

🐛 Bug Fixes

v27.0.0

Compare Source

==================================================================================================

🚨 BREAKING CHANGES

  • Drop support for Node 16 (#​3533).
  • Improve types around login, registration, UIA and identity servers (#​3537).

🦖 Deprecations

  • The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#​3189)
  • Simplify MatrixClient::setPowerLevel API (#​3570). Fixes vector-im/element-web#13900 and #​1844.
  • Deprecate VerificationRequest.getQRCodeBytes and replace it with the asynchronous generateQRCode. (#​3562).
  • Deprecate VerificationRequest.beginKeyVerification() in favour of VerificationRequest.startVerification(). (#​3528).
  • Deprecate Crypto.VerificationRequest application event, replacing it with Crypto.VerificationRequestReceived. (#​3514).

✨ Features

🐛 Bug Fixes

  • Fix read receipt sending behaviour around thread roots (#​3600).
  • Fix TypedEventEmitter::removeAllListeners(void) not working (#​3561).
  • Don't allow Olm unwedging rate-limiting to race (#​3549). Fixes vector-im/element-web#25716.
  • Fix an instance of failed to decrypt error when an in flight /keys/query fails. (#​3486).
  • Use the right anchor emoji for SAS verification (#​3534).
  • fix a bug which caused the wrong emoji to be shown during SAS device verification. (#​3523).

v26.2.0

Compare Source

==================================================================================================

🦖 Deprecations

  • The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#​3189).
  • ElementR: Add CryptoApi#bootstrapSecretStorage (#​3483). Contributed by @​florianduros.
  • Deprecate MatrixClient.findVerificationRequestDMInProgress, MatrixClient.getVerificationRequestsToDeviceInProgress, and MatrixClient.requestVerification, in favour of methods in CryptoApi. (#​3474).
  • Introduce a new Crypto.VerificationRequest interface, and deprecate direct access to the old VerificationRequest class. Also deprecate some related classes that were exported from src/crypto/verification/request/VerificationRequest (#​3449).

✨ Features

🐛 Bug Fixes

v26.1.0

Compare Source

==================================================================================================

🦖 Deprecations

  • Introduce a new Crypto.Verifier interface, and deprecate direct access to VerificationBase, SAS and ReciprocateQRCode (#​3414).

✨ Features

🐛 Bug Fixes

v26.0.1

Compare Source

==================================================================================================

🐛 Bug Fixes

v26.0.0

Compare Source

==================================================================================================

🚨 BREAKING CHANGES

🦖 Deprecations

  • Move crypto classes into a separate namespace (#​3385).

✨ Features

🐛 Bug Fixes

v25.1.1

Compare Source

==================================================================================================

🐛 Bug Fixes

  • Rebuild to fix packaging glitch in 25.1.0. Fixes #​3363

v25.1.0

Compare Source

==================================================================================================

🦖 Deprecations

  • Deprecate MatrixClient::resolveRoomAlias (#​3316).

✨ Features

🐛 Bug Fixes

v25.0.0

Compare Source

==================================================================================================

🚨 BREAKING CHANGES

✨ Features

🐛 Bug Fixes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 18, 2023
@github-actions
Copy link

github-actions bot commented Oct 18, 2023

Preview: https://1453--pr-cinny.netlify.app
⚠️ Exercise caution. Use test accounts. ⚠️

@renovate renovate bot force-pushed the renovate/matrix-js-sdk-29.x branch from e732131 to 0d2f563 Compare October 24, 2023 16:59
@kfiven kfiven closed this Nov 1, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Nov 1, 2023
@renovate renovate bot deleted the renovate/matrix-js-sdk-29.x branch November 1, 2023 03:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant