matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

308.json (18460B)


      1 {
      2   "number": 308,
      3   "title": "Bump matrix-js-sdk from 23.0.0 to 23.1.1",
      4   "state": "closed",
      5   "diff_file": "308.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-01-23T08:28:37Z",
      8   "closed_at": "2023-02-01T08:31:30Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/matrix-js-sdk-23.1.1",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 23.0.0 to 23.1.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/matrix-org/matrix-js-sdk/releases\">matrix-js-sdk's releases</a>.</em></p>\n<blockquote>\n<h2>v23.1.1</h2>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix backwards compability for environment not support Array.prototype.at (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3080\">#3080</a>).</li>\n</ul>\n<h2>v23.1.0</h2>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Remove extensible events v1 field population on legacy events (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3040\">#3040</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Improve hasUserReadEvent and getUserReadUpTo realibility with threads (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3031\">#3031</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24164\">vector-im/element-web#24164</a>.</li>\n<li>Remove video track when muting video (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3028\">#3028</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-call/issues/209\">vector-im/element-call#209</a>.</li>\n<li>Make poll start event type available (PSG-962) (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3034\">#3034</a>).</li>\n<li>Add alt event type matching in Relations model (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3018\">#3018</a>).</li>\n<li>Remove usage of v1 Identity Server API (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3003\">#3003</a>).</li>\n<li>Add <code>device_id</code> to <code>/account/whoami</code> types (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3005\">#3005</a>).</li>\n<li>Implement MSC3912: Relation-based redactions (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2954\">#2954</a>).</li>\n<li>Introduce a mechanism for using the rust-crypto-sdk (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2969\">#2969</a>).</li>\n<li>Support MSC3391: Account data deletion (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967\">#2967</a>).</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix threaded cache receipt when event holds multiple receipts (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3026\">#3026</a>).</li>\n<li>Fix false key requests after verifying new device (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3029\">#3029</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24167\">vector-im/element-web#24167</a> and <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23333\">vector-im/element-web#23333</a>.</li>\n<li>Avoid triggering decryption errors when decrypting redacted events (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3004\">#3004</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24084\">vector-im/element-web#24084</a>.</li>\n<li>bugfix: upload OTKs in sliding sync mode (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3008\">#3008</a>).</li>\n<li>Apply edits discovered from sync after thread is initialised (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3002\">#3002</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23921\">vector-im/element-web#23921</a>.</li>\n<li>Sliding sync: Fix issue where no unsubs are sent when switching rooms (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2991\">#2991</a>).</li>\n<li>Threads are missing from the timeline (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2996\">#2996</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24036\">vector-im/element-web#24036</a>.</li>\n<li>Close all streams when a call ends (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2992\">#2992</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-call/issues/742\">vector-im/element-call#742</a>.</li>\n<li>Resume to-device message queue after resumed sync (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2920\">#2920</a>). Fixes <a href=\"https://github-redirect.dependabot.com/matrix-org/element-web-rageshakes/issues/17170\">matrix-org/element-web-rageshakes#17170</a>.</li>\n<li>Fix browser entrypoint (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3051\">#3051</a>). Fixes <a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3013\">#3013</a>.</li>\n<li>Fix failure to start in firefox private browser (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3058\">#3058</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24216\">vector-im/element-web#24216</a>.</li>\n<li>Correctly handle limited sync responses by resetting the thread timeline (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3056\">#3056</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23952\">vector-im/element-web#23952</a>.</li>\n</ul>\n<h2>v23.1.0-rc.4</h2>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Correctly handle limited sync responses by resetting the thread timeline (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3056\">#3056</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23952\">vector-im/element-web#23952</a>.</li>\n</ul>\n<h2>v23.1.0-rc.3</h2>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix failure to start in firefox private browser (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3058\">#3058</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24216\">vector-im/element-web#24216</a>.</li>\n</ul>\n<h2>v23.1.0-rc.2</h2>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix browser entrypoint (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3051\">#3051</a>). Fixes <a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3013\">#3013</a>.</li>\n</ul>\n<h2>v23.1.0-rc.1</h2>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Remove extensible events v1 field population on legacy events (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3040\">#3040</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Improve hasUserReadEvent and getUserReadUpTo realibility with threads (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3031\">#3031</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24164\">vector-im/element-web#24164</a>.</li>\n<li>Remove video track when muting video (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3028\">#3028</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-call/issues/209\">vector-im/element-call#209</a>.</li>\n<li>Make poll start event type available (PSG-962) (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3034\">#3034</a>).</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<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>\n<blockquote>\n<h1>Changes in <a href=\"https://github.com/matrix-org/matrix-js-sdk/releases/tag/v23.1.1\">23.1.1</a> (2023-01-20)</h1>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix backwards compability for environment not support Array.prototype.at (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3080\">#3080</a>).</li>\n</ul>\n<h1>Changes in <a href=\"https://github.com/matrix-org/matrix-js-sdk/releases/tag/v23.1.0\">23.1.0</a> (2023-01-18)</h1>\n<h2>\ud83e\udd96 Deprecations</h2>\n<ul>\n<li>Remove extensible events v1 field population on legacy events (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3040\">#3040</a>).</li>\n</ul>\n<h2>\u2728 Features</h2>\n<ul>\n<li>Improve hasUserReadEvent and getUserReadUpTo realibility with threads (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3031\">#3031</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24164\">vector-im/element-web#24164</a>.</li>\n<li>Remove video track when muting video (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3028\">#3028</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-call/issues/209\">vector-im/element-call#209</a>.</li>\n<li>Make poll start event type available (PSG-962) (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3034\">#3034</a>).</li>\n<li>Add alt event type matching in Relations model (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3018\">#3018</a>).</li>\n<li>Remove usage of v1 Identity Server API (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3003\">#3003</a>).</li>\n<li>Add <code>device_id</code> to <code>/account/whoami</code> types (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3005\">#3005</a>).</li>\n<li>Implement MSC3912: Relation-based redactions (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2954\">#2954</a>).</li>\n<li>Introduce a mechanism for using the rust-crypto-sdk (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2969\">#2969</a>).</li>\n<li>Support MSC3391: Account data deletion (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2967\">#2967</a>).</li>\n</ul>\n<h2>\ud83d\udc1b Bug Fixes</h2>\n<ul>\n<li>Fix threaded cache receipt when event holds multiple receipts (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3026\">#3026</a>).</li>\n<li>Fix false key requests after verifying new device (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3029\">#3029</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24167\">vector-im/element-web#24167</a> and <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23333\">vector-im/element-web#23333</a>.</li>\n<li>Avoid triggering decryption errors when decrypting redacted events (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3004\">#3004</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24084\">vector-im/element-web#24084</a>.</li>\n<li>bugfix: upload OTKs in sliding sync mode (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3008\">#3008</a>).</li>\n<li>Apply edits discovered from sync after thread is initialised (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3002\">#3002</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23921\">vector-im/element-web#23921</a>.</li>\n<li>Sliding sync: Fix issue where no unsubs are sent when switching rooms (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2991\">#2991</a>).</li>\n<li>Threads are missing from the timeline (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2996\">#2996</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24036\">vector-im/element-web#24036</a>.</li>\n<li>Close all streams when a call ends (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2992\">#2992</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-call/issues/742\">vector-im/element-call#742</a>.</li>\n<li>Resume to-device message queue after resumed sync (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/2920\">#2920</a>). Fixes <a href=\"https://github-redirect.dependabot.com/matrix-org/element-web-rageshakes/issues/17170\">matrix-org/element-web-rageshakes#17170</a>.</li>\n<li>Fix browser entrypoint (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3051\">#3051</a>). Fixes <a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3013\">#3013</a>.</li>\n<li>Fix failure to start in firefox private browser (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3058\">#3058</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/24216\">vector-im/element-web#24216</a>.</li>\n<li>Correctly handle limited sync responses by resetting the thread timeline (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/pull/3056\">#3056</a>). Fixes <a href=\"https://github-redirect.dependabot.com/vector-im/element-web/issues/23952\">vector-im/element-web#23952</a>.</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/8408f36c12eb942d873ecede48deb199e506f7ec\"><code>8408f36</code></a> v23.1.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/dcd8f91e02ee68d1439fa1a7b32a994cf69d7ef5\"><code>dcd8f91</code></a> Prepare changelog for v23.1.1</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/cabe14d7e28cefbc15b46f5e9fc56be7ee67904e\"><code>cabe14d</code></a> replace .at(-1) with array.length-1 (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3080\">#3080</a>) (<a href=\"https://github-redirect.dependabot.com/matrix-org/matrix-js-sdk/issues/3081\">#3081</a>)</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/b8711f15fdec5817d5d98ea1dcc889246bc306d2\"><code>b8711f1</code></a> v23.1.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/81f3aef960f06c55c4aa4aba2d6215f59c43e681\"><code>81f3aef</code></a> Prepare changelog for v23.1.0</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/4179f2978d8955a1dfc2beb38a22e3087d29d812\"><code>4179f29</code></a> v23.1.0-rc.4</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/97df6db49c5d03147eeae3bbeea4908421804df4\"><code>97df6db</code></a> Prepare changelog for v23.1.0-rc.4</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/3e693fab2388d88a08bd84a503bc6df93acc0a6f\"><code>3e693fa</code></a> [Backport staging] Correctly handle limited sync responses by resetting the t...</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/94f1eda830a8807e11be5d533a4d3eb3c3863765\"><code>94f1eda</code></a> v23.1.0-rc.3</li>\n<li><a href=\"https://github.com/matrix-org/matrix-js-sdk/commit/bc2a182ee988afdb6327e48bffcad7d413c83e45\"><code>bc2a182</code></a> Prepare changelog for v23.1.0-rc.3</li>\n<li>Additional commits viewable in <a href=\"https://github.com/matrix-org/matrix-js-sdk/compare/v23.0.0...v23.1.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=matrix-js-sdk&package-manager=npm_and_yarn&previous-version=23.0.0&new-version=23.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>\n\n<!-- Replace -->\n----\n\u231b Deploy Preview - Build in Progress\n<!-- Replace -->\n",
     23   "comments": [
     24     {
     25       "author": "MTRNord",
     26       "created_at": "2023-01-23T08:32:40Z",
     27       "body": "Broken"
     28     },
     29     {
     30       "author": "dependabot[bot]",
     31       "created_at": "2023-02-01T08:31:29Z",
     32       "body": "Superseded by #325."
     33     }
     34   ],
     35   "review_comments": []
     36 }