162.md (8612B)
1 # PR #162 Bump wavesurfer.js from 6.6.3 to 7.4.3 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-11-06T09:25:54Z 6 - **Branch:** dependabot/npm_and_yarn/wavesurfer.js-7.4.3 → main 7 - **Closed:** 2023-11-07T10:00:10Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [162.diff](./162.diff) 10 11 --- 12 13 Bumps [wavesurfer.js](https://github.com/wavesurfer-js/wavesurfer.js) from 6.6.3 to 7.4.3. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/wavesurfer-js/wavesurfer.js/releases">wavesurfer.js's releases</a>.</em></p> 17 <blockquote> 18 <h2>7.4.3</h2> 19 <ul> 20 <li>7.4.3</li> 21 <li>Feat: Record plugin - streaming waveform animation (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3307">#3307</a>)</li> 22 <li>[Record] make renderMicStream public (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3301">#3301</a>)</li> 23 <li>Fix: update multitrack example</li> 24 </ul> 25 <h2>7.4.2</h2> 26 <ul> 27 <li>7.4.2</li> 28 </ul> 29 <h2>7.4.1</h2> 30 <ul> 31 <li>7.4.1.</li> 32 <li>Fix: avoid color bleed behind progress canvas (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3285">#3285</a>)</li> 33 </ul> 34 <h2>7.4.0</h2> 35 <ul> 36 <li>7.4.0</li> 37 <li>Chore: cypress wrap tests (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3284">#3284</a>)</li> 38 <li>Feat: render pre-decoded waveform w/o audio (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3283">#3283</a>)</li> 39 <li>Feat: restore the "backend: 'WebAudio'" option (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3281">#3281</a>)</li> 40 <li>feat add ZoomPlugin (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3276">#3276</a>)</li> 41 </ul> 42 <h2>7.3.9</h2> 43 <ul> 44 <li>7.3.9</li> 45 <li>Fix: setMediaElement to properly subscribe/unsubscribe media events (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3278">#3278</a>)</li> 46 <li>Replace record with RecordPlugin (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3269">#3269</a>)</li> 47 </ul> 48 <h2>7.3.8</h2> 49 <ul> 50 <li>7.3.8</li> 51 <li>[Regions] Fix: clamp region start/end to audio bounds (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3264">#3264</a>)</li> 52 <li>Fix: scroll zoomed waveform on iOS (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3262">#3262</a>)</li> 53 <li>[Regions] Fix: toggle resize handles in setOptions (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3263">#3263</a>)</li> 54 <li>Fix: export Region class instead of type</li> 55 <li>Fix: isPlaying() should return true directly after play() (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3260">#3260</a>)</li> 56 <li>Feat: width option (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3259">#3259</a>)</li> 57 </ul> 58 <h2>7.3.7</h2> 59 <ul> 60 <li>7.3.7</li> 61 <li>Feat: add channelIdx params to regions (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3234">#3234</a>)</li> 62 <li>Feat: Record Plugin - Choose Mic (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3256">#3256</a>)</li> 63 </ul> 64 <h2>7.3.6</h2> 65 <ul> 66 <li>7.3.6</li> 67 <li>Fix/multiple records (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3253">#3253</a>)</li> 68 </ul> 69 <h2>7.3.5</h2> 70 <ul> 71 <li>7.3.5</li> 72 <li>feat: add pause/resume functionality to RecordPlugin (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3249">#3249</a>)</li> 73 <li>Show the correct way to import with type definitions enabled (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3246">#3246</a>)</li> 74 </ul> 75 <h2>7.3.4</h2> 76 <ul> 77 <li>7.3.4</li> 78 </ul> 79 <!-- raw HTML omitted --> 80 </blockquote> 81 <p>... (truncated)</p> 82 </details> 83 <details> 84 <summary>Commits</summary> 85 <ul> 86 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/be854c62ff72426d0ae5867a005547257f700ce5"><code>be854c6</code></a> 7.4.3</li> 87 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/379d69a2a7440db6c4cf1e4c2d1db938a9102cab"><code>379d69a</code></a> Feat: Record plugin - streaming waveform animation (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3307">#3307</a>)</li> 88 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/b85454d63c2274d54d054d9017d71e1f6d23f5b9"><code>b85454d</code></a> [Record] make renderMicStream public (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3301">#3301</a>)</li> 89 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/ee46b3222fa4ed4171c2e3d64d5588fbc3298b42"><code>ee46b32</code></a> Fix: update multitrack example</li> 90 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/a557deecd3646a3ec4c962fa304cdc892b01b500"><code>a557dee</code></a> 7.4.2</li> 91 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/f095a45c992d4dd04d838c2b73b8653bb471f3d9"><code>f095a45</code></a> 7.4.1.</li> 92 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/ae13902fbf28276398c8e6193228004c15ef59a7"><code>ae13902</code></a> Fix: avoid color bleed behind progress canvas (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3285">#3285</a>)</li> 93 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/a158def870cfeeaa1c5d04a1438eae9904bfd256"><code>a158def</code></a> 7.4.0</li> 94 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/f4745e9fb75df1a7198061e16da2eeba7cea1ea6"><code>f4745e9</code></a> Chore: cypress wrap tests (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3284">#3284</a>)</li> 95 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/6d2c8d4e78515ffa7f35bac450a0f6168c54f08e"><code>6d2c8d4</code></a> Feat: render pre-decoded waveform w/o audio (<a href="https://redirect.github.com/wavesurfer-js/wavesurfer.js/issues/3283">#3283</a>)</li> 96 <li>Additional commits viewable in <a href="https://github.com/wavesurfer-js/wavesurfer.js/compare/6.6.3...7.4.3">compare view</a></li> 97 </ul> 98 </details> 99 <br /> 100 101 102 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 103 104 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`. 105 106 [//]: # (dependabot-automerge-start) 107 [//]: # (dependabot-automerge-end) 108 109 --- 110 111 <details> 112 <summary>Dependabot commands and options</summary> 113 <br /> 114 115 You can trigger Dependabot actions by commenting on this PR: 116 - `@dependabot rebase` will rebase this PR 117 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 118 - `@dependabot merge` will merge this PR after your CI passes on it 119 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 120 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 121 - `@dependabot reopen` will reopen this PR if it is closed 122 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 123 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 124 - `@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) 125 - `@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) 126 - `@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) 127 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency 128 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions 129 130 131 </details> 132 133 134 ## Comments 135 136 ### @dependabot[bot] — 2023-11-07T10:00:09Z 137 138 Superseded by #166. 139