mirror of
https://github.com/maputnik/editor.git
synced 2026-03-18 08:10:03 +00:00
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.39.17 to 6.40.0. <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.40.0 (2026-03-12)</h2> <h3>Bug fixes</h3> <p>Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift modifier when delivered to key event handlers.</p> <p>Fix an issue where <code>EditorView.moveVertically</code> could move to the wrong place in wrapped lines with a large line height.</p> <p>Make sure the selection head associativity is properly set for mouse selections made with shift held down.</p> <h3>New features</h3> <p><code>WidgetType.updateDOM</code> is now called with the previous widget value as third argument.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4773b2e578"><code>4773b2e</code></a> Mark version 6.40.0</li> <li><a href="773a0ee169"><code>773a0ee</code></a> Properly track associativity for shift-click selections</li> <li><a href="3612d3f726"><code>3612d3f</code></a> Bring back the vertical scan loop in moveVertically</li> <li><a href="bc583754aa"><code>bc58375</code></a> Don't put Shift-Enter/Backspace/Del through the iOS pending key hack</li> <li><a href="fd252fada9"><code>fd252fa</code></a> Change WidgetType.updateDOM from type to this</li> <li><a href="9373f525a2"><code>9373f52</code></a> Pass the old widget value to WidgetType.updateDOM</li> <li>See full diff in <a href="https://github.com/codemirror/view/compare/6.39.17...6.40.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) - `@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) - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4.9 KiB
4.9 KiB