Skip to content

Commit 3615723

Browse files
Bump @codemirror/view from 6.39.7 to 6.39.11 (#3412)
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.39.7 to 6.39.11. <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.39.11 (2026-01-14)</h2> <h3>Bug fixes</h3> <p>Avoid handling copy events for parent editors.</p> <h2>6.39.10 (2026-01-13)</h2> <h3>Bug fixes</h3> <p>Fix a regression in the way widget are reused when content next to them changes.</p> <p>Make sure font metrics get recomputed on <code>fonts.ready</code> even if the line height doesn't change.</p> <p>Fix an issue where compositions next to a widget that create a new text node could get needlessly interrupted during an editor update.</p> <h2>6.39.9 (2026-01-06)</h2> <h3>Bug fixes</h3> <p>Fix a bug where <code>EditorSelection.cursor()</code> with a non-zero <code>assoc</code> value would not be visually respected at soft-wrap boundaries on initial view creation.</p> <p>Fix error caused by hover tooltips running a scheduled timeout after their editor has been destroyed.</p> <p>Fix a bug that caused <code>EditorView.outerDecorations</code> to not affect the content height map.</p> <p>Fix an issue where composition near a widget could get unnecessarily interrupted.</p> <h2>6.39.8 (2025-12-30)</h2> <h3>Bug fixes</h3> <p>Fix a bug that cause <code>coordsAtPos</code> to use the dimensions of widget buffers when there were more meaningful elements to use nearby.</p> <p>Fix a data structure corruption that could cause crashes during viewport changes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/view/commit/6fcf2e1bd95094a47f646e6b7d0eff1f893a9e4b"><code>6fcf2e1</code></a> Mark version 6.39.11</li> <li><a href="https://github.com/codemirror/view/commit/95fd57080464af585d6711b62b2f79b1efd81e9b"><code>95fd570</code></a> Use a custom selection comparison when only the position should be compared</li> <li><a href="https://github.com/codemirror/view/commit/4c56500aa994009f4d6a38d8097dee231d842c13"><code>4c56500</code></a> Remove a loop that never loops anymore</li> <li><a href="https://github.com/codemirror/view/commit/01fbc4214a359ec6bf9ff73340e0fca556800e92"><code>01fbc42</code></a> Avoid handling copy events for parent elements</li> <li><a href="https://github.com/codemirror/view/commit/74c9e9b5319f8a6d24a191e8251a9b35179e25f7"><code>74c9e9b</code></a> Mark version 6.39.10</li> <li><a href="https://github.com/codemirror/view/commit/96566415a2355e7706a12f9c2504b8ae84d2cf5c"><code>9656641</code></a> Fix another way widgets could be reused across a composition</li> <li><a href="https://github.com/codemirror/view/commit/ff312713bde1cc795468ded4a767b9ce5c59e53a"><code>ff31271</code></a> Make sure font metrics get recomputed on font load</li> <li><a href="https://github.com/codemirror/view/commit/e9e5fe2b10b6736aa3c14a5c3d2d944eba422f81"><code>e9e5fe2</code></a> Only reuse widget tiles when the widget is precisely the same</li> <li><a href="https://github.com/codemirror/view/commit/41b978b5ffff9eb39e0525326f6321a4d200e83a"><code>41b978b</code></a> Mark version 6.39.9</li> <li><a href="https://github.com/codemirror/view/commit/7ad513e5dc342be8c5f1f5ac841802f679ad0e70"><code>7ad513e</code></a> Avoid reusing DOM nodes across composition</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/view/compare/6.39.7...6.39.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@codemirror/view&package-manager=npm_and_yarn&previous-version=6.39.7&new-version=6.39.11)](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 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 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>
1 parent 6c38092 commit 3615723

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@apollo/client": "^3.13.9",
2020
"@codemirror/state": "^6.5.3",
21-
"@codemirror/view": "^6.39.7",
21+
"@codemirror/view": "^6.39.11",
2222
"@fortawesome/fontawesome-svg-core": "^7.1.0",
2323
"@fortawesome/free-brands-svg-icons": "^7.1.0",
2424
"@fortawesome/free-regular-svg-icons": "^7.1.0",

0 commit comments

Comments
 (0)