Skip to content

Commit 912c969

Browse files
authored
Merge PR #206
Bumps the npm group with 2 updates: [@codemirror/view](https://github.com/codemirror/view) and [ky](https://github.com/sindresorhus/ky). Updates `@codemirror/view` from 6.36.4 to 6.36.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/view/blob/main/CHANGELOG.md"><code>@​codemirror/view</code>'s changelog</a>.</em></p> <blockquote> <h2>6.36.5 (2025-03-29)</h2> <h3>Bug fixes</h3> <p>Fix an issue where some browsers wouldn't enable context menu paste when clicking on placeholder text.</p> <p>Fix an issue where cursor height would unnecessarily be based on a placeholder node's dimensions, and thus be off from the text height.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/view/commit/2b21ae9a184ee4ae95413d29bc315b8435e07d12"><code>2b21ae9</code></a> Mark version 6.36.5</li> <li><a href="https://github.com/codemirror/view/commit/040034239b1bda58a92c2b93e81fcd177cd74ec2"><code>0400342</code></a> Don't use coords from placeholders when there's another useable element after...</li> <li><a href="https://github.com/codemirror/view/commit/e0c4e7465119ea06bd3645065342d70af9832162"><code>e0c4e74</code></a> Add user-select: none to placeholder element</li> <li><a href="https://github.com/codemirror/view/commit/8d79e469b885be6fbc87972719e0fa29bbb84147"><code>8d79e46</code></a> Switch from exclamation point to declare syntax for type-only properties</li> <li><a href="https://github.com/codemirror/view/commit/1cc369ea99da9cd1eb087a5652d17cdc7683ece9"><code>1cc369e</code></a> Remove special handling for ancient mobile Safari cursor-color issue</li> <li>See full diff in <a href="https://github.com/codemirror/view/compare/6.36.4...6.36.5">compare view</a></li> </ul> </details> <br /> Updates `ky` from 1.7.5 to 1.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/ky/releases">ky's releases</a>.</em></p> <blockquote> <h2>v1.8.0</h2> <ul> <li>Add <a href="https://github.com/sindresorhus/ky?tab=readme-ov-file#onuploadprogress"><code>onUploadProgress</code></a> option (<a href="https://redirect.github.com/sindresorhus/ky/issues/632">#632</a>) a53fd34</li> <li>Fix memory leak caused by shared abort signals (<a href="https://redirect.github.com/sindresorhus/ky/issues/683">#683</a>) e48386e</li> <li>Fix memory leak for cloning the body for retry (<a href="https://redirect.github.com/sindresorhus/ky/issues/651">#651</a>) b49cd03</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/ky/compare/v1.7.5...v1.8.0">https://github.com/sindresorhus/ky/compare/v1.7.5...v1.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/ky/commit/93c02ac7817df1138e97e8971fe5165e30d68097"><code>93c02ac</code></a> 1.8.0</li> <li><a href="https://github.com/sindresorhus/ky/commit/e48386e70144bfb7ccd2264ab5760b154048cf48"><code>e48386e</code></a> Fix memory leak caused by shared abort signals (<a href="https://redirect.github.com/sindresorhus/ky/issues/683">#683</a>)</li> <li><a href="https://github.com/sindresorhus/ky/commit/b49cd03d8673ea522a29bae4ef6b4672cf23201b"><code>b49cd03</code></a> Fix memory leak, clean up body streams after retry (<a href="https://redirect.github.com/sindresorhus/ky/issues/651">#651</a>)</li> <li><a href="https://github.com/sindresorhus/ky/commit/5dc572d9b64c78ce60ecb7f14eab1199120da520"><code>5dc572d</code></a> Update readme.md to clarify HTTPError (<a href="https://redirect.github.com/sindresorhus/ky/issues/638">#638</a>)</li> <li><a href="https://github.com/sindresorhus/ky/commit/a53fd348f30de986768d81c1a8d64a43c0e5c39b"><code>a53fd34</code></a> Add onUploadProgress option (<a href="https://redirect.github.com/sindresorhus/ky/issues/632">#632</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/ky/compare/v1.7.5...v1.8.0">compare view</a></li> </ul> </details> <br /> 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) - `@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) - `@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) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents e10b918 + d1d04c9 commit 912c969

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)