Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps matrix-js-sdk from 18.1.0 to 21.1.0.

Release notes

Sourced from matrix-js-sdk's releases.

v21.1.0

✨ Features

  • Loading threads with server-side assistance (#2735). Contributed by @​justjanne.
  • Support sign in + E2EE set up using QR code implementing MSC3886, MSC3903 and MSC3906 (#2747). Contributed by @​hughns.

🐛 Bug Fixes

  • Replace instanceof Array with Array.isArray (#2812). Fixes #2811.
  • Emit UnreadNotification event on notifications reset (#2804). Fixes vector-im/element-web#23590.
  • Fix incorrect prevEv being sent in ClientEvent.AccountData events (#2794).
  • Fix build error caused by wrong ts-strict improvements (#2783). Contributed by @​justjanne.
  • Encryption should not hinder verification (#2734).

v21.1.0-rc.1

✨ Features

  • Loading threads with server-side assistance (#2735). Contributed by @​justjanne.
  • Support sign in + E2EE set up using QR code implementing MSC3886, MSC3903 and MSC3906 (#2747). Contributed by @​hughns.

🐛 Bug Fixes

  • Replace instanceof Array with Array.isArray (#2812). Fixes #2811.
  • Emit UnreadNotification event on notifications reset (#2804). Fixes vector-im/element-web#23590.
  • Fix incorrect prevEv being sent in ClientEvent.AccountData events (#2794).
  • Fix build error caused by wrong ts-strict improvements (#2783). Contributed by @​justjanne.
  • Encryption should not hinder verification (#2734).

v21.0.1

🐛 Bug Fixes

v21.0.0

🚨 BREAKING CHANGES

  • Changes the uploadContent API, kills off request and browser-request in favour of fetch, removed callback support on a lot of the methods, adds a lot of tests. (#2719). Fixes #2415 and #801.
  • Remove deprecated m.room.aliases references (#2759). Fixes vector-im/element-web#12680.

✨ Features

  • Remove node-specific crypto bits, use Node 16's WebCrypto (#2762). Fixes #2760.
  • Export types for MatrixEvent and Room emitted events, and make event handler map types stricter (#2750). Contributed by @​stas-demydiuk.
  • Use even more stable calls to /room_keys (#2746).
  • Upgrade to Olm 3.2.13 which has been repackaged to support Node 18 (#2744).
  • Fix power_level_content_override type (#2741).
  • Add custom notification handling for MSC3401 call events (#2720).
  • Add support for unread thread notifications (#2726).
  • Load Thread List with server-side assistance (MSC3856) (#2602).
  • Use stable calls to /room_keys (#2729). Fixes vector-im/element-web#22839.

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 21.1.0 (2022-11-08)

✨ Features

  • Loading threads with server-side assistance (#2735). Contributed by @​justjanne.
  • Support sign in + E2EE set up using QR code implementing MSC3886, MSC3903 and MSC3906 (#2747). Contributed by @​hughns.

🐛 Bug Fixes

  • Replace instanceof Array with Array.isArray (#2812). Fixes #2811.
  • Emit UnreadNotification event on notifications reset (#2804). Fixes vector-im/element-web#23590.
  • Fix incorrect prevEv being sent in ClientEvent.AccountData events (#2794).
  • Fix build error caused by wrong ts-strict improvements (#2783). Contributed by @​justjanne.
  • Encryption should not hinder verification (#2734).

Changes in 21.0.1 (2022-11-01)

🐛 Bug Fixes

Changes in 21.0.0 (2022-10-25)

🚨 BREAKING CHANGES

  • Changes the uploadContent API, kills off request and browser-request in favour of fetch, removed callback support on a lot of the methods, adds a lot of tests. (#2719). Fixes #2415 and #801.
  • Remove deprecated m.room.aliases references (#2759). Fixes vector-im/element-web#12680.

✨ Features

  • Remove node-specific crypto bits, use Node 16's WebCrypto (#2762). Fixes #2760.
  • Export types for MatrixEvent and Room emitted events, and make event handler map types stricter (#2750). Contributed by @​stas-demydiuk.
  • Use even more stable calls to /room_keys (#2746).
  • Upgrade to Olm 3.2.13 which has been repackaged to support Node 18 (#2744).
  • Fix power_level_content_override type (#2741).
  • Add custom notification handling for MSC3401 call events (#2720).
  • Add support for unread thread notifications (#2726).
  • Load Thread List with server-side assistance (MSC3856) (#2602).
  • Use stable calls to /room_keys (#2729). Fixes vector-im/element-web#22839.

🐛 Bug Fixes

Changes in 20.1.0 (2022-10-11)

... (truncated)

Commits
  • 47b729f v21.1.0
  • 05d9806 Prepare changelog for v21.1.0
  • 99af67a v21.1.0-rc.1
  • b77f5a5 Prepare changelog for v21.1.0-rc.1
  • 76377c7 Add eslint rule unicorn/no-instanceof-array (#2833)
  • 52830a2 Merge branch 'master' into develop
  • 81c3668 v21.0.1
  • 8f40dc6 Prepare changelog for v21.0.1
  • fcdd8c9 [Backport staging] Catch server versions API call exception when starting the...
  • 7d78033 [Backport staging] Fix default behavior of Room.getBlacklistUnverifiedDevices...
  • 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 21.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@v18.1.0...v21.1.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 Nov 14, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 28, 2022

Superseded by #193.

@dependabot dependabot bot closed this Nov 28, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/matrix-js-sdk-21.1.0 branch November 28, 2022 20:04
C0ffeeCode pushed a commit that referenced this pull request Aug 30, 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.

1 participant