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

467.md (19843B)


      1 # PR #467 Bump matrix-js-sdk from 23.0.0 to 26.0.1
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-06-09T09:06:30Z
      6 - **Branch:** dependabot/npm_and_yarn/matrix-js-sdk-26.0.1 → main
      7 - **Closed:** 2023-06-21T09:05:43Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [467.diff](./467.diff)
     12 
     13 ---
     14 
     15 Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 23.0.0 to 26.0.1.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/matrix-org/matrix-js-sdk/releases">matrix-js-sdk's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v26.0.1</h2>
     21 <h2>🐛 Bug Fixes</h2>
     22 <ul>
     23 <li>Fix: handle <code>baseUrl</code> with trailing slash in <code>fetch.getUrl</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3455">#3455</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25526">vector-im/element-web#25526</a>. Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
     24 </ul>
     25 <h2>v26.0.0</h2>
     26 <h2>🚨 BREAKING CHANGES</h2>
     27 <ul>
     28 <li>Ensure we do not add relations to the wrong timeline (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3427">#3427</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25450">vector-im/element-web#25450</a> and <a href="https://redirect.github.com/vector-im/element-web/issues/25494">vector-im/element-web#25494</a>.</li>
     29 <li>Deprecate <code>QrCodeEvent</code>, <code>SasEvent</code> and <code>VerificationEvent</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3386">#3386</a>).</li>
     30 </ul>
     31 <h2>🦖 Deprecations</h2>
     32 <ul>
     33 <li>Move crypto classes into a separate namespace (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385">#3385</a>).</li>
     34 </ul>
     35 <h2>✨ Features</h2>
     36 <ul>
     37 <li>Mention deno support in the README (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3417">#3417</a>). Contributed by <a href="https://github.com/sigmaSd"><code>@​sigmaSd</code></a>.</li>
     38 <li>Mark room version 10 as safe (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425">#3425</a>).</li>
     39 <li>Prioritise entirely supported flows for UIA (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402">#3402</a>).</li>
     40 <li>Add methods to terminate idb worker (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362">#3362</a>).</li>
     41 <li>Total summary count (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3351">#3351</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
     42 <li>Audio concealment (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3349">#3349</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
     43 </ul>
     44 <h2>🐛 Bug Fixes</h2>
     45 <ul>
     46 <li>Correctly accumulate sync summaries. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3366">#3366</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/23345">vector-im/element-web#23345</a>.</li>
     47 <li>Keep measuring a call feed's volume after a stream replacement (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3361">#3361</a>). Fixes <a href="https://redirect.github.com/vector-im/element-call/issues/1051">vector-im/element-call#1051</a>.</li>
     48 <li>Element-R: Avoid uploading a new fallback key at every <code>/sync</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3338">#3338</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25215">vector-im/element-web#25215</a>.</li>
     49 <li>Accumulate receipts for the main thread and unthreaded separately (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3339">#3339</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/24629">vector-im/element-web#24629</a>.</li>
     50 <li>Remove spec non-compliant extended glob format (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3423">#3423</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25474">vector-im/element-web#25474</a>.</li>
     51 <li>Fix bug where original event was inserted into timeline instead of the edit event (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3398">#3398</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     52 <li>Only add a local receipt if it's after an existing receipt (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3399">#3399</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     53 <li>Attempt a potential workaround for stuck notifs (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3384">#3384</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25406">vector-im/element-web#25406</a>. Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     54 <li>Fix verification bug with <code>pendingEventOrdering: &quot;chronological&quot;</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3382">#3382</a>).</li>
     55 </ul>
     56 <h2>v26.0.0-rc.1</h2>
     57 <h2>🚨 BREAKING CHANGES</h2>
     58 <ul>
     59 <li>Ensure we do not add relations to the wrong timeline (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3427">#3427</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25450">vector-im/element-web#25450</a> and <a href="https://redirect.github.com/vector-im/element-web/issues/25494">vector-im/element-web#25494</a>.</li>
     60 <li>Deprecate <code>QrCodeEvent</code>, <code>SasEvent</code> and <code>VerificationEvent</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3386">#3386</a>).</li>
     61 </ul>
     62 <h2>🦖 Deprecations</h2>
     63 <ul>
     64 <li>Move crypto classes into a separate namespace (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385">#3385</a>).</li>
     65 </ul>
     66 <h2>✨ Features</h2>
     67 <ul>
     68 <li>Mention deno support in the README (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3417">#3417</a>). Contributed by <a href="https://github.com/sigmaSd"><code>@​sigmaSd</code></a>.</li>
     69 <li>Mark room version 10 as safe (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425">#3425</a>).</li>
     70 <li>Prioritise entirely supported flows for UIA (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402">#3402</a>).</li>
     71 <li>Add methods to terminate idb worker (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362">#3362</a>).</li>
     72 <li>Total summary count (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3351">#3351</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
     73 <li>Audio concealment (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3349">#3349</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
     74 </ul>
     75 <h2>🐛 Bug Fixes</h2>
     76 <ul>
     77 <li>Correctly accumulate sync summaries. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3366">#3366</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/23345">vector-im/element-web#23345</a>.</li>
     78 <li>Keep measuring a call feed's volume after a stream replacement (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3361">#3361</a>). Fixes <a href="https://redirect.github.com/vector-im/element-call/issues/1051">vector-im/element-call#1051</a>.</li>
     79 <li>Element-R: Avoid uploading a new fallback key at every <code>/sync</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3338">#3338</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25215">vector-im/element-web#25215</a>.</li>
     80 <li>Accumulate receipts for the main thread and unthreaded separately (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3339">#3339</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/24629">vector-im/element-web#24629</a>.</li>
     81 <li>Remove spec non-compliant extended glob format (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3423">#3423</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25474">vector-im/element-web#25474</a>.</li>
     82 <li>Fix bug where original event was inserted into timeline instead of the edit event (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3398">#3398</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     83 <li>Only add a local receipt if it's after an existing receipt (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3399">#3399</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     84 <li>Attempt a potential workaround for stuck notifs (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3384">#3384</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25406">vector-im/element-web#25406</a>. Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
     85 </ul>
     86 <!-- raw HTML omitted -->
     87 </blockquote>
     88 <p>... (truncated)</p>
     89 </details>
     90 <details>
     91 <summary>Changelog</summary>
     92 <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>
     93 <blockquote>
     94 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v26.0.1">26.0.1</a> (2023-06-09)</h1>
     95 <h2>🐛 Bug Fixes</h2>
     96 <ul>
     97 <li>Fix: handle <code>baseUrl</code> with trailing slash in <code>fetch.getUrl</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3455">#3455</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25526">vector-im/element-web#25526</a>. Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
     98 </ul>
     99 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v26.0.0">26.0.0</a> (2023-06-06)</h1>
    100 <h2>🚨 BREAKING CHANGES</h2>
    101 <ul>
    102 <li>Ensure we do not add relations to the wrong timeline (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3427">#3427</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25450">vector-im/element-web#25450</a> and <a href="https://redirect.github.com/vector-im/element-web/issues/25494">vector-im/element-web#25494</a>.</li>
    103 <li>Deprecate <code>QrCodeEvent</code>, <code>SasEvent</code> and <code>VerificationEvent</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3386">#3386</a>).</li>
    104 </ul>
    105 <h2>🦖 Deprecations</h2>
    106 <ul>
    107 <li>Move crypto classes into a separate namespace (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3385">#3385</a>).</li>
    108 </ul>
    109 <h2>✨ Features</h2>
    110 <ul>
    111 <li>Mention deno support in the README (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3417">#3417</a>). Contributed by <a href="https://github.com/sigmaSd"><code>@​sigmaSd</code></a>.</li>
    112 <li>Mark room version 10 as safe (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3425">#3425</a>).</li>
    113 <li>Prioritise entirely supported flows for UIA (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3402">#3402</a>).</li>
    114 <li>Add methods to terminate idb worker (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3362">#3362</a>).</li>
    115 <li>Total summary count (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3351">#3351</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
    116 <li>Audio concealment (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3349">#3349</a>). Contributed by <a href="https://github.com/toger5"><code>@​toger5</code></a>.</li>
    117 </ul>
    118 <h2>🐛 Bug Fixes</h2>
    119 <ul>
    120 <li>Correctly accumulate sync summaries. (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3366">#3366</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/23345">vector-im/element-web#23345</a>.</li>
    121 <li>Keep measuring a call feed's volume after a stream replacement (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3361">#3361</a>). Fixes <a href="https://redirect.github.com/vector-im/element-call/issues/1051">vector-im/element-call#1051</a>.</li>
    122 <li>Element-R: Avoid uploading a new fallback key at every <code>/sync</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3338">#3338</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25215">vector-im/element-web#25215</a>.</li>
    123 <li>Accumulate receipts for the main thread and unthreaded separately (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3339">#3339</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/24629">vector-im/element-web#24629</a>.</li>
    124 <li>Remove spec non-compliant extended glob format (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3423">#3423</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25474">vector-im/element-web#25474</a>.</li>
    125 <li>Fix bug where original event was inserted into timeline instead of the edit event (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3398">#3398</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
    126 <li>Only add a local receipt if it's after an existing receipt (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3399">#3399</a>). Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
    127 <li>Attempt a potential workaround for stuck notifs (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3384">#3384</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25406">vector-im/element-web#25406</a>. Contributed by <a href="https://github.com/andybalaam"><code>@​andybalaam</code></a>.</li>
    128 <li>Fix verification bug with <code>pendingEventOrdering: &quot;chronological&quot;</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3382">#3382</a>).</li>
    129 </ul>
    130 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v25.1.1">25.1.1</a> (2023-05-16)</h1>
    131 <h2>🐛 Bug Fixes</h2>
    132 <ul>
    133 <li>Rebuild to fix packaging glitch in 25.1.0. Fixes <a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3363">#3363</a></li>
    134 </ul>
    135 <h1>Changes in <a href="https://github.com/matrix-org/matrix-js-sdk/releases/tag/v25.1.0">25.1.0</a> (2023-05-09)</h1>
    136 <h2>🦖 Deprecations</h2>
    137 <ul>
    138 <li>Deprecate MatrixClient::resolveRoomAlias (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3316">#3316</a>).</li>
    139 </ul>
    140 <h2>✨ Features</h2>
    141 <ul>
    142 <li>add client method to remove pusher (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3324">#3324</a>). Contributed by <a href="https://github.com/kerryarchibald"><code>@​kerryarchibald</code></a>.</li>
    143 <li>Implement MSC 3981 (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/pull/3248">#3248</a>). Fixes <a href="https://redirect.github.com/vector-im/element-web/issues/25021">vector-im/element-web#25021</a>. Contributed by <a href="https://github.com/justjanne"><code>@​justjanne</code></a>.</li>
    144 </ul>
    145 <!-- raw HTML omitted -->
    146 </blockquote>
    147 <p>... (truncated)</p>
    148 </details>
    149 <details>
    150 <summary>Commits</summary>
    151 <ul>
    152 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/32c0b81332f0831a7d013e9014cd293f23ccca98"><code>32c0b81</code></a> v26.0.1</li>
    153 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/634b8ebbb436532a4c80f928b97fcd39311af3ae"><code>634b8eb</code></a> Prepare changelog for v26.0.1</li>
    154 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/4ab8066e1fe92c3547eb889f3534c76808931d8a"><code>4ab8066</code></a> Merge pull request <a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3460">#3460</a> from matrix-org/backport-3455-to-staging</li>
    155 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/13dccb3d715877f2629dc8c55fdbde0c55923fae"><code>13dccb3</code></a> Fix: handle <code>baseUrl</code> with trailing slash in <code>fetch.getUrl</code> (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3455">#3455</a>)</li>
    156 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/f41fa84e72da0542940d2f712dda0f7ee2758b6f"><code>f41fa84</code></a> v26.0.0</li>
    157 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/3c4134537a9b64818b134c6c48c3482dbb4d304c"><code>3c41345</code></a> Prepare changelog for v26.0.0</li>
    158 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/d4414341d6cd968fcee11e6ef00e0da02c7b5808"><code>d441434</code></a> v26.0.0-rc.1</li>
    159 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/f173014fc0032ca6a67e85a27f7bc00808d6280e"><code>f173014</code></a> Prepare changelog for v26.0.0-rc.1</li>
    160 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/81cb44db7f85002dee776f97500949fd0b9bc554"><code>81cb44d</code></a> Merge branch 'develop' into staging</li>
    161 <li><a href="https://github.com/matrix-org/matrix-js-sdk/commit/71f9b25db7bb1704aabf249dcba5d18d3aa94b08"><code>71f9b25</code></a> Ensure we do not add relations to the wrong timeline (<a href="https://redirect.github.com/matrix-org/matrix-js-sdk/issues/3427">#3427</a>)</li>
    162 <li>Additional commits viewable in <a href="https://github.com/matrix-org/matrix-js-sdk/compare/v23.0.0...v26.0.1">compare view</a></li>
    163 </ul>
    164 </details>
    165 <br />
    166 
    167 
    168 [![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=26.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    169 
    170 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`.
    171 
    172 [//]: # (dependabot-automerge-start)
    173 [//]: # (dependabot-automerge-end)
    174 
    175 ---
    176 
    177 <details>
    178 <summary>Dependabot commands and options</summary>
    179 <br />
    180 
    181 You can trigger Dependabot actions by commenting on this PR:
    182 - `@dependabot rebase` will rebase this PR
    183 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    184 - `@dependabot merge` will merge this PR after your CI passes on it
    185 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    186 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    187 - `@dependabot reopen` will reopen this PR if it is closed
    188 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    189 - `@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)
    190 - `@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)
    191 - `@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)
    192 
    193 
    194 </details>
    195 
    196 <!-- Replace -->
    197 ----
    198 ⌛ Deploy Preview - Build in Progress
    199 <!-- Replace -->
    200 
    201 
    202 
    203 ## Comments
    204 
    205 ### @dependabot[bot] — 2023-06-21T09:05:42Z
    206 
    207 Superseded by #488.
    208