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

Bump matrix-js-sdk from 24.1.0 to 29.0.0 #1486

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps matrix-js-sdk from 24.1.0 to 29.0.0.

Release notes

Sourced from matrix-js-sdk's releases.

v29.0.0

🚨 BREAKING CHANGES

  • Remove browserify builds (#3759).

✨ 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.

v29.0.0-rc.1

🚨 BREAKING CHANGES

  • Remove browserify builds (#3759).

✨ 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

🦖 Deprecations

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

✨ Features

  • Delete knocked room when knock membership changes (#3729). Contributed by @​maheichyk.
  • Introduce MatrixRTCSession lower level group call primitive (#3663).
  • Sync knock rooms (#3703). Contributed by @​maheichyk.

🐛 Bug Fixes

v28.2.0-rc.1

🦖 Deprecations

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

✨ Features

  • Delete knocked room when knock membership changes (#3729). Contributed by @​maheichyk.
  • Introduce MatrixRTCSession lower level group call primitive (#3663).
  • Sync knock rooms (#3703). Contributed by @​maheichyk.

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 29.0.0 (2023-10-10)

🚨 BREAKING CHANGES

  • Remove browserify builds (#3759).

✨ 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.

Changes in 28.2.0 (2023-09-26)

🦖 Deprecations

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

✨ Features

  • Delete knocked room when knock membership changes (#3729). Contributed by @​maheichyk.
  • Introduce MatrixRTCSession lower level group call primitive (#3663).
  • Sync knock rooms (#3703). Contributed by @​maheichyk.

🐛 Bug Fixes

Changes in 28.1.0 (2023-09-12)

🦖 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

... (truncated)

Commits
  • 25e5d79 v29.0.0
  • 6c8e3d0 Prepare changelog for v29.0.0
  • 53a72df v29.0.0-rc.1
  • 75e710d Prepare changelog for v29.0.0-rc.1
  • 1457ab0 Revert "v29.0.0-rc.1"
  • 14aafb7 Revert "Prepare changelog for v29.0.0-rc.1"
  • 90d00b8 Merge pull request #3772 from matrix-org/andybalaam/manually-backport-remove-...
  • 5f0ada9 Remove the dist script since we no longer have a browserify build
  • f01037f v29.0.0-rc.1
  • 2cda665 Prepare changelog for v29.0.0-rc.1
  • 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 24.1.0 to 29.0.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@v24.1.0...v29.0.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 Oct 23, 2023
@github-actions
Copy link

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2023

Superseded by #1527.

@dependabot dependabot bot closed this Oct 30, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/matrix-js-sdk-29.0.0 branch October 30, 2023 20:59
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2023
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants