313.json (10588B)
1 { 2 "number": 313, 3 "title": "Bump wavesurfer.js from 6.6.3 to 7.8.0", 4 "state": "open", 5 "diff_file": "313.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2024-06-24T09:14:08Z", 8 "closed_at": null, 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/wavesurfer.js-7.8.0", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "Bumps [wavesurfer.js](https://github.com/katspaugh/wavesurfer.js) from 6.6.3 to 7.8.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/katspaugh/wavesurfer.js/releases\">wavesurfer.js's releases</a>.</em></p>\n<blockquote>\n<h2>7.8.0</h2>\n<ul>\n<li>7.8.0</li>\n<li>Feat (Record): add timeslice option (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3760\">#3760</a>) by <a href=\"https://github.com/nizar\"><code>@\u200bnizar</code></a></li>\n<li>Make yarn build command cross-platform (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3747\">#3747</a>) by <a href=\"https://github.com/alexanderleecii\"><code>@\u200balexanderleecii</code></a></li>\n<li>Refactor: optimize Timeline virtual rendering (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3748\">#3748</a>)</li>\n<li>Fix: prevent gaps in zoomed in waveform (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3745\">#3745</a>)</li>\n<li>TimelinePlugin: try to retrieve wrapper scrollWidth value from wavesurfer wrapper when computing pxPerSec in initTimeline() (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3743\">#3743</a>) by <a href=\"https://github.com/alexanderleecii\"><code>@\u200balexanderleecii</code></a></li>\n<li>Fix: add try-catch for src setting (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3737\">#3737</a>)</li>\n<li>Fix: check if ResizeObserver is defined (Safari 12) (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3736\">#3736</a>)</li>\n<li>Fix: empty url with loadBlob (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3719\">#3719</a>)</li>\n<li>Refactor: [Regions] virtualize DOM elements (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3712\">#3712</a>)</li>\n</ul>\n<h2>7.7.15</h2>\n<ul>\n<li>Fix: read url before calling load</li>\n<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>@\u200bhtc36</code></a></li>\n<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>@\u200bjthodge</code></a></li>\n<li>Chore: update dev dependencies (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3702\">#3702</a>)</li>\n<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>@\u200bwfk007</code></a></li>\n<li>Fix: regions overlap delay (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3701\">#3701</a>)</li>\n<li>Fix: clamp max canvas width (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3697\">#3697</a>)</li>\n<li>Chore: remove comments in built files</li>\n</ul>\n<h2>7.7.14</h2>\n<ul>\n<li>7.7.14</li>\n<li>Chore: update code linting action (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3693\">#3693</a>)</li>\n<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>@\u200bajrisi</code></a></li>\n</ul>\n<h2>7.7.13</h2>\n<ul>\n<li>7.7.13</li>\n<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>@\u200bjoaopslins</code></a></li>\n</ul>\n<h2>7.7.12</h2>\n<ul>\n<li>7.7.12</li>\n<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>@\u200bJohnrobmiller</code></a></li>\n<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>@\u200bleyiang</code></a></li>\n</ul>\n<h2>7.7.11</h2>\n<ul>\n<li>7.7.11</li>\n<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>\n</ul>\n<h2>7.7.10</h2>\n<ul>\n<li>7.7.10</li>\n<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>@\u200bwfk007</code></a></li>\n</ul>\n<h2>7.7.9</h2>\n<ul>\n<li>7.7.9</li>\n<li>Revert "Fix: timeline height (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3618\">#3618</a>)"</li>\n<li>Fix: init minimap immediately (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3617\">#3617</a>)</li>\n<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>@\u200bAdrii77</code></a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/katspaugh/wavesurfer.js/commit/1a88cd40b68ecd6660f1cdb7cfe0c34f868b4445\"><code>1a88cd4</code></a> 7.8.0</li>\n<li><a href=\"https://github.com/katspaugh/wavesurfer.js/commit/13cc44273e799156f89dcc0678cc1fa1dfc04456\"><code>13cc442</code></a> Feat (Record): add timeslice option (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3760\">#3760</a>)</li>\n<li><a href=\"https://github.com/katspaugh/wavesurfer.js/commit/08afa79b8ead606ed732afb2acb020ab89ddf4a3\"><code>08afa79</code></a> Make yarn build command cross-platform (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3747\">#3747</a>)</li>\n<li><a href=\"https://github.com/katspaugh/wavesurfer.js/commit/741f71cf69b413343453bdf6395e1141054ff10a\"><code>741f71c</code></a> Refactor: optimize Timeline virtual rendering (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3748\">#3748</a>)</li>\n<li><a href=\"https://github.com/katspaugh/wavesurfer.js/commit/700d9973d0f868aea6a9c5f7755f30d8bd3d83ff\"><code>700d997</code></a> Fix: prevent gaps in zoomed in waveform (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3745\">#3745</a>)</li>\n<li><a href=\"https://github.com/katspaugh/wavesurfer.js/commit/90c6cd4edd404acb4f1146ca7877b26b2b184e5e\"><code>90c6cd4</code></a> TimelinePlugin: try to retrieve wrapper scrollWidth value from wavesurfer wra...</li>\n<li><a href=\"https://github.com/katspaugh/wavesurfer.js/commit/9336f80034ac44b659e9c23adde89b07a686c1ff\"><code>9336f80</code></a> Fix: add try-catch for src setting (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3737\">#3737</a>)</li>\n<li><a href=\"https://github.com/katspaugh/wavesurfer.js/commit/844198805a0927f1421c97eccad6ec8766b50d8b\"><code>8441988</code></a> Fix: check if ResizeObserver is defined (Safari 12) (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3736\">#3736</a>)</li>\n<li><a href=\"https://github.com/katspaugh/wavesurfer.js/commit/764c9ebd70558f3adbb0238230695b0c465072de\"><code>764c9eb</code></a> Fix: empty url with loadBlob (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3719\">#3719</a>)</li>\n<li><a href=\"https://github.com/katspaugh/wavesurfer.js/commit/26482e2b8f172a84d18535969c69b95cd4470341\"><code>26482e2</code></a> Refactor: [Regions] virtualize DOM elements (<a href=\"https://redirect.github.com/katspaugh/wavesurfer.js/issues/3712\">#3712</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/katspaugh/wavesurfer.js/compare/6.6.3...7.8.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\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>", 19 "comments": [], 20 "review_comments": [] 21 }