Skip to content

Commit

Permalink
Bump matrix-js-sdk from 35.1.0 to 36.0.0 in the npm_and_yarn group ac…
Browse files Browse the repository at this point in the history
…ross 1 directory (#469)

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
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/matrix-org/matrix-js-sdk/releases">matrix-js-sdk's
releases</a>.</em></p>
<blockquote>
<h2>v36.0.0</h2>
<h2>🚨 BREAKING CHANGES</h2>
<ul>
<li>Remove support for &quot;legacy&quot; MSC3898 group calling in
MatrixRTCSession and CallMembership (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4583">#4583</a>).
Contributed by <a
href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
</ul>
<h2>✨ Features</h2>
<ul>
<li>MatrixRTC: Implement expiry logic for CallMembership and additional
test coverage (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4587">#4587</a>).
Contributed by <a
href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Don't retry on 4xx responses (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4601">#4601</a>).
Contributed by <a
href="https://github.com/dbkr"><code>@​dbkr</code></a>.</li>
<li>Upgrade matrix-sdk-crypto-wasm to 12.1.0 (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4596">#4596</a>).
Contributed by <a
href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
<li>Avoid key prompts when resetting crypto (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4586">#4586</a>).
Contributed by <a
href="https://github.com/dbkr"><code>@​dbkr</code></a>.</li>
<li>Handle when aud OIDC claim is an Array (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4584">#4584</a>).
Contributed by <a
href="https://github.com/liamdiprose"><code>@​liamdiprose</code></a>.</li>
<li>Save the key backup key to 4S during <code>bootstrapSecretStorage
</code> (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4542">#4542</a>).
Contributed by <a
href="https://github.com/dbkr"><code>@​dbkr</code></a>.</li>
<li>Only re-prepare MatrixrRTC delayed disconnection event on 404 (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4575">#4575</a>).
Contributed by <a
href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
</ul>
<h2>v36.0.0-rc.0</h2>
<h2>🚨 BREAKING CHANGES</h2>
<ul>
<li>Remove support for &quot;legacy&quot; MSC3898 group calling in
MatrixRTCSession and CallMembership (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4583">#4583</a>).
Contributed by <a
href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
</ul>
<h2>✨ Features</h2>
<ul>
<li>MatrixRTC: Implement expiry logic for CallMembership and additional
test coverage (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4587">#4587</a>).
Contributed by <a
href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Don't retry on 4xx responses (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4601">#4601</a>).
Contributed by <a
href="https://github.com/dbkr"><code>@​dbkr</code></a>.</li>
<li>Upgrade matrix-sdk-crypto-wasm to 12.1.0 (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4596">#4596</a>).
Contributed by <a
href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
<li>Avoid key prompts when resetting crypto (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4586">#4586</a>).
Contributed by <a
href="https://github.com/dbkr"><code>@​dbkr</code></a>.</li>
<li>Handle when aud OIDC claim is an Array (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4584">#4584</a>).
Contributed by <a
href="https://github.com/liamdiprose"><code>@​liamdiprose</code></a>.</li>
<li>Save the key backup key to 4S during <code>bootstrapSecretStorage
</code> (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4542">#4542</a>).
Contributed by <a
href="https://github.com/dbkr"><code>@​dbkr</code></a>.</li>
<li>Only re-prepare MatrixrRTC delayed disconnection event on 404 (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4575">#4575</a>).
Contributed by <a
href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md">matrix-js-sdk's
changelog</a>.</em></p>
<blockquote>
<h1>Changes in <a
href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v36.0.0">36.0.0</a>
(2025-01-14)</h1>
<h2>🚨 BREAKING CHANGES</h2>
<ul>
<li>Remove support for &quot;legacy&quot; MSC3898 group calling in
MatrixRTCSession and CallMembership (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4583">#4583</a>).
Contributed by <a
href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
</ul>
<h2>✨ Features</h2>
<ul>
<li>MatrixRTC: Implement expiry logic for CallMembership and additional
test coverage (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4587">#4587</a>).
Contributed by <a
href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Don't retry on 4xx responses (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4601">#4601</a>).
Contributed by <a
href="https://github.com/dbkr"><code>@​dbkr</code></a>.</li>
<li>Upgrade matrix-sdk-crypto-wasm to 12.1.0 (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4596">#4596</a>).
Contributed by <a
href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
<li>Avoid key prompts when resetting crypto (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4586">#4586</a>).
Contributed by <a
href="https://github.com/dbkr"><code>@​dbkr</code></a>.</li>
<li>Handle when aud OIDC claim is an Array (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4584">#4584</a>).
Contributed by <a
href="https://github.com/liamdiprose"><code>@​liamdiprose</code></a>.</li>
<li>Save the key backup key to 4S during <code>bootstrapSecretStorage
</code> (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4542">#4542</a>).
Contributed by <a
href="https://github.com/dbkr"><code>@​dbkr</code></a>.</li>
<li>Only re-prepare MatrixrRTC delayed disconnection event on 404 (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/4575">#4575</a>).
Contributed by <a
href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/matrix-org/matrix-js-sdk/commit/72ee5504d5ab39dc40c4ba1a5601a90b7a6b3426"><code>72ee550</code></a>
v36.0.0</li>
<li><a
href="https://github.com/matrix-org/matrix-js-sdk/commit/38816589f59efd2e6e7057ca007c8ebe87e8fc6e"><code>3881658</code></a>
v36.0.0-rc.0</li>
<li><a
href="https://github.com/matrix-org/matrix-js-sdk/commit/6f743bfa1f7041fe2ab46cebce48602f1951045e"><code>6f743bf</code></a>
MatrixRTC: Implement expiry logic for CallMembership and additional test
cove...</li>
<li><a
href="https://github.com/matrix-org/matrix-js-sdk/commit/ffd3c9575e9def576739baf6b1dc329b0db55c0c"><code>ffd3c95</code></a>
Remove support for &quot;legacy&quot; MSC3898 group calling in
MatrixRTCSession and Cal...</li>
<li><a
href="https://github.com/matrix-org/matrix-js-sdk/commit/7678923e04f917f065b721f0081750f779c1a0c1"><code>7678923</code></a>
Don't retry on 4xx responses (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/4601">#4601</a>)</li>
<li><a
href="https://github.com/matrix-org/matrix-js-sdk/commit/6f7c74f9eaeafb4443ffffb32f5e3573e7c50bf6"><code>6f7c74f</code></a>
Add syntax &amp; type check for Node.js example on CI (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/4410">#4410</a>)</li>
<li><a
href="https://github.com/matrix-org/matrix-js-sdk/commit/3fcc56601b890a858794ca84da25fc8b752126ee"><code>3fcc566</code></a>
Use mapped types for account data content (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/4590">#4590</a>)</li>
<li><a
href="https://github.com/matrix-org/matrix-js-sdk/commit/bcf3d56bd5502a40dc09c6348f59c94b9ca0ce97"><code>bcf3d56</code></a>
Upgrade matrix-sdk-crypto-wasm to 12.1.0 (<a
href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/4596">#4596</a>)</li>
<li><a
href="https://github.com/matrix-org/matrix-js-sdk/commit/647a2a1a196214a25f7490b54a5e1765dd0adacc"><code>647a2a1</code></a>
Merge branch 'master' into develop</li>
<li><a
href="https://github.com/matrix-org/matrix-js-sdk/commit/349a86c119e6ac53d8d0677f6b6db5944c3ddcd1"><code>349a86c</code></a>
Merge branch 'master' into develop</li>
<li>Additional commits viewable in <a
href="https://github.com/matrix-org/matrix-js-sdk/compare/v35.1.0...v36.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=matrix-js-sdk&package-manager=npm_and_yarn&previous-version=35.1.0&new-version=36.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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](https://github.com/paritytech/polkadot-testnet-faucet/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent e421bbd commit f0413f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"confmgr": "^1.0.8",
"cors": "^2.8.5",
"express": "4.19.2",
"matrix-js-sdk": "^35.1.0",
"matrix-js-sdk": "^36.0.0",
"pg": "^8.11.2",
"polkadot-api": "^1.6.5",
"prom-client": "^14.2.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -780,10 +780,10 @@ __metadata:
languageName: node
linkType: hard

"@matrix-org/matrix-sdk-crypto-wasm@npm:^11.1.0":
version: 11.1.0
resolution: "@matrix-org/matrix-sdk-crypto-wasm@npm:11.1.0"
checksum: 10c0/72b7e10728a7c700b9b945250af825992d505680d114e88e4e2c2d11f61e8797c14c1665c2d1ef6dce97b2c88f1780105ad7531bdef4917190ca1b5dfe9418c2
"@matrix-org/matrix-sdk-crypto-wasm@npm:^12.1.0":
version: 12.1.0
resolution: "@matrix-org/matrix-sdk-crypto-wasm@npm:12.1.0"
checksum: 10c0/dcccd778850e167451a78226c91471d710ae8c4b9067740c35888b0211d5ebec9586f51a3129b4f562fb0faf7096fcfedc8c9123543662fe478365760fc7815c
languageName: node
linkType: hard

Expand Down Expand Up @@ -4432,7 +4432,7 @@ __metadata:
express: "npm:4.19.2"
joi: "npm:^17.13.1"
lint-staged: "npm:^12.3.8"
matrix-js-sdk: "npm:^35.1.0"
matrix-js-sdk: "npm:^36.0.0"
pg: "npm:^8.11.2"
polkadot-api: "npm:^1.6.5"
prom-client: "npm:^14.2.0"
Expand Down Expand Up @@ -6024,12 +6024,12 @@ __metadata:
languageName: node
linkType: hard

"matrix-js-sdk@npm:^35.1.0":
version: 35.1.0
resolution: "matrix-js-sdk@npm:35.1.0"
"matrix-js-sdk@npm:^36.0.0":
version: 36.0.0
resolution: "matrix-js-sdk@npm:36.0.0"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@matrix-org/matrix-sdk-crypto-wasm": "npm:^11.1.0"
"@matrix-org/matrix-sdk-crypto-wasm": "npm:^12.1.0"
"@matrix-org/olm": "npm:3.2.15"
another-json: "npm:^0.2.0"
bs58: "npm:^6.0.0"
Expand All @@ -6043,7 +6043,7 @@ __metadata:
sdp-transform: "npm:^2.14.1"
unhomoglyph: "npm:^1.0.6"
uuid: "npm:11"
checksum: 10c0/357cf55aceb2793a5702212f09c255f81032bee20593528c30b273a857ac8f13233d02fbee5e5d9b18d0daee9ae80ad471cf5c5bb26d86897d28b6826fe70646
checksum: 10c0/fc81066def024b584e6dd2da8221c3d73cf04a4068a497e54e9320d1a4225be3cafc450c00a350033af1ecd17556da6b1a3f78606802afe4e42f9328e5d1d128
languageName: node
linkType: hard

Expand Down

0 comments on commit f0413f6

Please sign in to comment.