Skip to content

Bump matrix-js-sdk from 18.1.0 to 23.4.0 #235

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps matrix-js-sdk from 18.1.0 to 23.4.0.

Release notes

Sourced from matrix-js-sdk's releases.

v23.4.0

✨ Features

  • Add easy way to determine if the decryption failure is due to "DecryptionError: The sender has disabled encrypting to unverified devices." (#3167). Contributed by @​florianduros.
  • Polls: expose end event id on poll model (#3160). Contributed by @​kerryarchibald.
  • Polls: count undecryptable poll relations (#3163). Contributed by @​kerryarchibald.

🐛 Bug Fixes

v23.4.0-rc.2

✨ Features

  • Add easy way to determine if the decryption failure is due to "DecryptionError: The sender has disabled encrypting to unverified devices." (#3167). Contributed by @​florianduros.

v23.4.0-rc.1

✨ Features

🐛 Bug Fixes

v23.3.0

✨ Features

  • Element-R: implement encryption of outgoing events (#3122).
  • Poll model - page /relations results (#3073). Contributed by @​kerryarchibald.
  • Poll model - validate end events (#3072). Contributed by @​kerryarchibald.
  • Handle optional last_known_event_id property in m.predecessor (#3119). Contributed by @​andybalaam.
  • Add support for stable identifier for fixed MAC in SAS verification (#3101).
  • Provide eventId as well as roomId from Room.findPredecessor (#3095). Contributed by @​andybalaam.
  • MSC3946 Dynamic room predecessors (#3042). Contributed by @​andybalaam.
  • Poll model (#3036). Contributed by @​kerryarchibald.
  • Remove video tracks on video mute without renegotiating (#3091).
  • Introduces a backwards-compatible API change. MegolmEncrypter#prepareToEncrypt's return type has changed from void to () => void. (#3035). Contributed by @​clarkf.

🐛 Bug Fixes

v23.3.0-rc.1

... (truncated)

Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 23.4.0 (2023-02-28)

✨ Features

  • Add easy way to determine if the decryption failure is due to "DecryptionError: The sender has disabled encrypting to unverified devices." (#3167). Contributed by @​florianduros.
  • Polls: expose end event id on poll model (#3160). Contributed by @​kerryarchibald.
  • Polls: count undecryptable poll relations (#3163). Contributed by @​kerryarchibald.

🐛 Bug Fixes

Changes in 23.3.0 (2023-02-14)

✨ Features

  • Element-R: implement encryption of outgoing events (#3122).
  • Poll model - page /relations results (#3073). Contributed by @​kerryarchibald.
  • Poll model - validate end events (#3072). Contributed by @​kerryarchibald.
  • Handle optional last_known_event_id property in m.predecessor (#3119). Contributed by @​andybalaam.
  • Add support for stable identifier for fixed MAC in SAS verification (#3101).
  • Provide eventId as well as roomId from Room.findPredecessor (#3095). Contributed by @​andybalaam.
  • MSC3946 Dynamic room predecessors (#3042). Contributed by @​andybalaam.
  • Poll model (#3036). Contributed by @​kerryarchibald.
  • Remove video tracks on video mute without renegotiating (#3091).
  • Introduces a backwards-compatible API change. MegolmEncrypter#prepareToEncrypt's return type has changed from void to () => void. (#3035). Contributed by @​clarkf.

🐛 Bug Fixes

Changes in 23.2.0 (2023-01-31)

✨ Features

  • Implement decryption via the rust sdk (#3074).
  • Handle edits which are bundled with an event, per MSC3925 (#3045).

🐛 Bug Fixes

... (truncated)

Commits
  • 2a5e5e6 v23.4.0
  • 68e3547 Prepare changelog for v23.4.0
  • 0f1f1db v23.4.0-rc.2
  • 77b91a4 Prepare changelog for v23.4.0-rc.2
  • fe6add9 Merge branch 'develop' into staging
  • 2d59c46 Update typescript-eslint monorepo to v5.52.0 (#3172)
  • 1f0c6a6 Add easy way to determine if the decryption failure is due to "DecryptionErro...
  • c9b502f v23.4.0-rc.1
  • 330fbac Prepare changelog for v23.4.0-rc.1
  • 937f370 Run matrix-react-sdk tests on merge queue (#3161)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Preview:
⚠️ Exercise caution. Use test accounts. ⚠️

Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 18.1.0 to 23.4.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@v18.1.0...v23.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 6, 2023
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