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

build(deps): bump matrix-js-sdk from 22.0.0 to 27.2.0 #205

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps matrix-js-sdk from 22.0.0 to 27.2.0.

Release notes

Sourced from matrix-js-sdk's releases.

v27.2.0

🦖 Deprecations

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

✨ Features

  • Allow knocking rooms (#3647). Contributed by @​charlynguyen.
  • Bump pagination limit to account for threaded events (#3638).
  • ElementR: Add CryptoApi.findVerificationRequestDMInProgress (#3601). Contributed by @​florianduros.
  • Export more into the public interface (#3614).

🐛 Bug Fixes

v27.2.0-rc.1

🦖 Deprecations

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

✨ Features

  • Allow knocking rooms (#3647). Contributed by @​charlynguyen.
  • Bump pagination limit to account for threaded events (#3638).
  • ElementR: Add CryptoApi.findVerificationRequestDMInProgress (#3601). Contributed by @​florianduros.
  • Export more into the public interface (#3614).

🐛 Bug Fixes

v27.1.0

🦖 Deprecations

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

✨ Features

  • ElementR: Add CryptoApi.getCrossSigningKeyId (#3619). Contributed by @​florianduros.
  • ElementR: Stub CheckOwnCrossSigningTrust, import cross signing keys and verify local device in bootstrapCrossSigning (#3608). Contributed by @​florianduros.
  • Specify /preview_url requests as low priority (#3609). Fixes vector-im/element-web#7292.
  • Element-R: support for displaying QR codes during verification (#3588). Fixes vector-im/crypto-internal#124.
  • Add support for scanning QR codes during verification, with Rust crypto (#3565).
  • Add methods to influence set_presence on /sync API calls (#3578).

🐛 Bug Fixes

  • Fix threads ending up with chunks of their timelines missing (#3618). Fixes vector-im/element-web#24466.
  • Ensure we do not clobber a newer RR with an older unthreaded one (#3617). Fixes vector-im/element-web#25806.
  • Fix registration check your emails stage regression (#3616).
  • Fix how Room::eventShouldLiveIn handles replies to unknown parents (#3615). Fixes vector-im/element-web#22603.
  • Only send threaded read receipts if threads support is enabled (#3612).
  • ElementR: Fix userId parameter usage in CryptoApi#getVerificationRequestsToDeviceInProgress (#3611). Contributed by @​florianduros.
  • Fix edge cases around non-thread relations to thread roots and read receipts (#3607).
  • Fix read receipt sending behaviour around thread roots (#3600).
  • Export typed event emitter key types (#3597). Fixes #3506.
  • Element-R: ensure that userHasCrossSigningKeys uses up-to-date data (#3599). Fixes vector-im/element-web#25773.
  • Fix sending auth: null due to broken types around UIA (#3594).

v27.1.0-rc.1

... (truncated)

Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 27.2.0 (2023-08-15)

🦖 Deprecations

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

✨ Features

  • Allow knocking rooms (#3647). Contributed by @​charlynguyen.
  • Bump pagination limit to account for threaded events (#3638).
  • ElementR: Add CryptoApi.findVerificationRequestDMInProgress (#3601). Contributed by @​florianduros.
  • Export more into the public interface (#3614).

🐛 Bug Fixes

Changes in 27.1.0 (2023-08-01)

🦖 Deprecations

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

✨ Features

  • ElementR: Add CryptoApi.getCrossSigningKeyId (#3619). Contributed by @​florianduros.
  • ElementR: Stub CheckOwnCrossSigningTrust, import cross signing keys and verify local device in bootstrapCrossSigning (#3608). Contributed by @​florianduros.
  • Specify /preview_url requests as low priority (#3609). Fixes vector-im/element-web#7292.
  • Element-R: support for displaying QR codes during verification (#3588). Fixes vector-im/crypto-internal#124.
  • Add support for scanning QR codes during verification, with Rust crypto (#3565).
  • Add methods to influence set_presence on /sync API calls (#3578).

🐛 Bug Fixes

  • Fix threads ending up with chunks of their timelines missing (#3618). Fixes vector-im/element-web#24466.
  • Ensure we do not clobber a newer RR with an older unthreaded one (#3617). Fixes vector-im/element-web#25806.
  • Fix registration check your emails stage regression (#3616).
  • Fix how Room::eventShouldLiveIn handles replies to unknown parents (#3615). Fixes vector-im/element-web#22603.
  • Only send threaded read receipts if threads support is enabled (#3612).
  • ElementR: Fix userId parameter usage in CryptoApi#getVerificationRequestsToDeviceInProgress (#3611). Contributed by @​florianduros.
  • Fix edge cases around non-thread relations to thread roots and read receipts (#3607).
  • Fix read receipt sending behaviour around thread roots (#3600).
  • Export typed event emitter key types (#3597). Fixes #3506.
  • Element-R: ensure that userHasCrossSigningKeys uses up-to-date data (#3599). Fixes vector-im/element-web#25773.
  • Fix sending auth: null due to broken types around UIA (#3594).

Changes in 27.0.0 (2023-07-18)

🚨 BREAKING CHANGES

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

... (truncated)

Commits
  • 858db67 v27.2.0
  • e230abe Prepare changelog for v27.2.0
  • 1476ffb v27.2.0-rc.1
  • 62f0a65 Prepare changelog for v27.2.0-rc.1
  • 2ef7ae7 Allow knocking rooms (#3647)
  • 61c0a49 Mark more logs as debug to tidy the console (#3645)
  • 2172f28 Fix wrong handling of encrypted rooms when loading them from sync accumulator...
  • 2e9b34e Throw error if missing userId in `CryptoApi.findVerificationRequestDMInProg...
  • 5a782b7 Resetting package fields for development
  • 54bc807 Merge branch 'master' into develop
  • 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 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 22.0.0 to 27.2.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@v22.0.0...v27.2.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 Aug 21, 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