287.md (9263B)
1 # PR #287 Bump wavesurfer.js from 6.6.3 to 7.7.15 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-05-20T10:05:05Z 6 - **Branch:** dependabot/npm_and_yarn/wavesurfer.js-7.7.15 → main 7 - **Closed:** 2024-06-24T09:14:10Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [287.diff](./287.diff) 10 11 --- 12 13 Bumps [wavesurfer.js](https://github.com/katspaugh/wavesurfer.js) from 6.6.3 to 7.7.15. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/katspaugh/wavesurfer.js/releases">wavesurfer.js's releases</a>.</em></p> 17 <blockquote> 18 <h2>7.7.15</h2> 19 <ul> 20 <li>Fix: read url before calling load</li> 21 <li>Fix: altered getHeight function to fit split channel waveforms when height is set to auto (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3705">#3705</a>) by <a href="https://github.com/htc36"><code>@htc36</code></a></li> 22 <li>Fix: typo in timeline-custom.js (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3704">#3704</a>) by <a href="https://github.com/jthodge"><code>@jthodge</code></a></li> 23 <li>Chore: update dev dependencies (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3702">#3702</a>)</li> 24 <li>Tests: add test cases for abort and destroy (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3643">#3643</a>) by <a href="https://github.com/wfk007"><code>@wfk007</code></a></li> 25 <li>Fix: regions overlap delay (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3701">#3701</a>)</li> 26 <li>Fix: clamp max canvas width (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3697">#3697</a>)</li> 27 <li>Chore: remove comments in built files</li> 28 </ul> 29 <h2>7.7.14</h2> 30 <ul> 31 <li>7.7.14</li> 32 <li>Chore: update code linting action (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3693">#3693</a>)</li> 33 <li>Fix: exportPeaks accumulating a precision error (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3692">#3692</a>) by <a href="https://github.com/ajrisi"><code>@ajrisi</code></a></li> 34 </ul> 35 <h2>7.7.13</h2> 36 <ul> 37 <li>7.7.13</li> 38 <li>Fix <code>y</code> position in <code>click</code> and <code>dbclick</code> events (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3688">#3688</a>) by <a href="https://github.com/joaopslins"><code>@joaopslins</code></a></li> 39 </ul> 40 <h2>7.7.12</h2> 41 <ul> 42 <li>7.7.12</li> 43 <li>fix: when width is set to high values, the waveform now correctly makes multiple canvases (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3685">#3685</a>) by <a href="https://github.com/Johnrobmiller"><code>@Johnrobmiller</code></a></li> 44 <li>update: expose setScroll api from render (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3660">#3660</a>) by <a href="https://github.com/leyiang"><code>@leyiang</code></a></li> 45 </ul> 46 <h2>7.7.11</h2> 47 <ul> 48 <li>7.7.11</li> 49 <li>Revert "Fix: draggable touch delay (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3616">#3616</a>)" (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3654">#3654</a>)</li> 50 </ul> 51 <h2>7.7.10</h2> 52 <ul> 53 <li>7.7.10</li> 54 <li>Fix: DOMException in destroy (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3641">#3641</a>) by <a href="https://github.com/wfk007"><code>@wfk007</code></a></li> 55 </ul> 56 <h2>7.7.9</h2> 57 <ul> 58 <li>7.7.9</li> 59 <li>Revert "Fix: timeline height (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3618">#3618</a>)"</li> 60 <li>Fix: init minimap immediately (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3617">#3617</a>)</li> 61 <li>feat(hover): add formattimecallback option (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3628">#3628</a>) by <a href="https://github.com/Adrii77"><code>@Adrii77</code></a></li> 62 </ul> 63 <h2>7.7.8</h2> 64 <ul> 65 <li>7.7.8</li> 66 <li>Fix: makeDraggable memory leak (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3624">#3624</a>) by <a href="https://github.com/wfk007"><code>@wfk007</code></a></li> 67 <li>Revert "Fix: init minimap immediately (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3617">#3617</a>)"</li> 68 </ul> 69 <h2>7.7.7</h2> 70 <ul> 71 <li>7.7.7</li> 72 <li>Feat: splitChannels overlay (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3619">#3619</a>)</li> 73 <li>Fix: timeline height (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3618">#3618</a>)</li> 74 <li>Fix: init minimap immediately (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3617">#3617</a>)</li> 75 <li>Fix: draggable touch delay (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3616">#3616</a>)</li> 76 </ul> 77 <!-- raw HTML omitted --> 78 </blockquote> 79 <p>... (truncated)</p> 80 </details> 81 <details> 82 <summary>Commits</summary> 83 <ul> 84 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/d7eeb6a31148a753a4e3f3bde409273ae555ae77"><code>d7eeb6a</code></a> 7.7.15</li> 85 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/806eb08d1a0211ae789cc2bb7d3aa10cc38b2a6d"><code>806eb08</code></a> Revert "Feat: render canvases on scroll (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3700">#3700</a>)"</li> 86 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/078b1d52ba032bf1a51ab76eccab863e293541e7"><code>078b1d5</code></a> Revert "Refactor: make single canvas width 2x parent width"</li> 87 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/0d0a08e0c3e2c00b1e3d90790edf3d710a4c15bb"><code>0d0a08e</code></a> Fix: read url before calling load</li> 88 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/a65be197e40587096d2ea7f28f6356d8c03b5489"><code>a65be19</code></a> Chore: restore prev eslint version</li> 89 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/468ccfd893cd4e598c0e624261f7ec51aa2547b7"><code>468ccfd</code></a> Refactor: make single canvas width 2x parent width</li> 90 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/290202fd3104604a8909a3f86820bc7c103b1872"><code>290202f</code></a> altered getHeight function to fit split channel waveforms when height is set ...</li> 91 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/ae605ba75a0088404a8888bfce07fc16e3a61abf"><code>ae605ba</code></a> Update timeline-custom.js (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3704">#3704</a>)</li> 92 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/c4a5c65081fee0707aa68c490b1f5a469259b501"><code>c4a5c65</code></a> Chore: update dev dependencies (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3702">#3702</a>)</li> 93 <li><a href="https://github.com/katspaugh/wavesurfer.js/commit/5222ffa6f5ecad045d522644855d7dfb73bc6e00"><code>5222ffa</code></a> Tests: add test cases for abort and destroy (<a href="https://redirect.github.com/katspaugh/wavesurfer.js/issues/3643">#3643</a>)</li> 94 <li>Additional commits viewable in <a href="https://github.com/katspaugh/wavesurfer.js/compare/6.6.3...7.7.15">compare view</a></li> 95 </ul> 96 </details> 97 <br /> 98 99 100 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 101 102 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`. 103 104 [//]: # (dependabot-automerge-start) 105 [//]: # (dependabot-automerge-end) 106 107 --- 108 109 <details> 110 <summary>Dependabot commands and options</summary> 111 <br /> 112 113 You can trigger Dependabot actions by commenting on this PR: 114 - `@dependabot rebase` will rebase this PR 115 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 116 - `@dependabot merge` will merge this PR after your CI passes on it 117 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 118 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 119 - `@dependabot reopen` will reopen this PR if it is closed 120 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 121 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 122 - `@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) 123 - `@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) 124 - `@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) 125 126 127 </details> 128 129 130 ## Comments 131 132 ### @dependabot[bot] — 2024-06-24T09:14:10Z 133 134 Superseded by #313. 135