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 35.1.0 to 36.0.0 in the npm_and_yarn group across 1 directory #469

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2025

Bumps the npm_and_yarn group with 1 update in the / directory: matrix-js-sdk.

Updates matrix-js-sdk from 35.1.0 to 36.0.0

Release notes

Sourced from matrix-js-sdk's releases.

v36.0.0

🚨 BREAKING CHANGES

  • Remove support for "legacy" MSC3898 group calling in MatrixRTCSession and CallMembership (#4583). Contributed by @​toger5.

✨ Features

  • MatrixRTC: Implement expiry logic for CallMembership and additional test coverage (#4587). Contributed by @​toger5.

🐛 Bug Fixes

  • Don't retry on 4xx responses (#4601). Contributed by @​dbkr.
  • Upgrade matrix-sdk-crypto-wasm to 12.1.0 (#4596). Contributed by @​andybalaam.
  • Avoid key prompts when resetting crypto (#4586). Contributed by @​dbkr.
  • Handle when aud OIDC claim is an Array (#4584). Contributed by @​liamdiprose.
  • Save the key backup key to 4S during bootstrapSecretStorage (#4542). Contributed by @​dbkr.
  • Only re-prepare MatrixrRTC delayed disconnection event on 404 (#4575). Contributed by @​toger5.

v36.0.0-rc.0

🚨 BREAKING CHANGES

  • Remove support for "legacy" MSC3898 group calling in MatrixRTCSession and CallMembership (#4583). Contributed by @​toger5.

✨ Features

  • MatrixRTC: Implement expiry logic for CallMembership and additional test coverage (#4587). Contributed by @​toger5.

🐛 Bug Fixes

  • Don't retry on 4xx responses (#4601). Contributed by @​dbkr.
  • Upgrade matrix-sdk-crypto-wasm to 12.1.0 (#4596). Contributed by @​andybalaam.
  • Avoid key prompts when resetting crypto (#4586). Contributed by @​dbkr.
  • Handle when aud OIDC claim is an Array (#4584). Contributed by @​liamdiprose.
  • Save the key backup key to 4S during bootstrapSecretStorage (#4542). Contributed by @​dbkr.
  • Only re-prepare MatrixrRTC delayed disconnection event on 404 (#4575). Contributed by @​toger5.
Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 36.0.0 (2025-01-14)

🚨 BREAKING CHANGES

  • Remove support for "legacy" MSC3898 group calling in MatrixRTCSession and CallMembership (#4583). Contributed by @​toger5.

✨ Features

  • MatrixRTC: Implement expiry logic for CallMembership and additional test coverage (#4587). Contributed by @​toger5.

🐛 Bug Fixes

  • Don't retry on 4xx responses (#4601). Contributed by @​dbkr.
  • Upgrade matrix-sdk-crypto-wasm to 12.1.0 (#4596). Contributed by @​andybalaam.
  • Avoid key prompts when resetting crypto (#4586). Contributed by @​dbkr.
  • Handle when aud OIDC claim is an Array (#4584). Contributed by @​liamdiprose.
  • Save the key backup key to 4S during bootstrapSecretStorage (#4542). Contributed by @​dbkr.
  • Only re-prepare MatrixrRTC delayed disconnection event on 404 (#4575). Contributed by @​toger5.
Commits
  • 72ee550 v36.0.0
  • 3881658 v36.0.0-rc.0
  • 6f743bf MatrixRTC: Implement expiry logic for CallMembership and additional test cove...
  • ffd3c95 Remove support for "legacy" MSC3898 group calling in MatrixRTCSession and Cal...
  • 7678923 Don't retry on 4xx responses (#4601)
  • 6f7c74f Add syntax & type check for Node.js example on CI (#4410)
  • 3fcc566 Use mapped types for account data content (#4590)
  • bcf3d56 Upgrade matrix-sdk-crypto-wasm to 12.1.0 (#4596)
  • 647a2a1 Merge branch 'master' into develop
  • 349a86c 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the / directory: [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk).


Updates `matrix-js-sdk` from 35.1.0 to 36.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@v35.1.0...v36.0.0)

---
updated-dependencies:
- dependency-name: matrix-js-sdk
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 21, 2025 09:23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 21, 2025
@mutantcornholio mutantcornholio merged commit f0413f6 into main Jan 21, 2025
8 checks passed
@mutantcornholio mutantcornholio deleted the dependabot/npm_and_yarn/npm_and_yarn-4df6109a0c branch January 21, 2025 09:34
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant