Files
editor/package.json
dependabot[bot] e90f7e66f2 chore(deps): Bump @codemirror/view from 6.38.8 to 6.39.6 (#1612)
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.38.8
to 6.39.6.
<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.6 (2025-12-23)</h2>
<h3>Bug fixes</h3>
<p>Fix an issue when composing on the boundary of a decoration, where
the text after the composition would get garbled.</p>
<h2>6.39.5 (2025-12-22)</h2>
<h3>Bug fixes</h3>
<p>Fix an issue where replaced widgets alone on a line weren't reused
and didn't get their <code>updateDOM</code> method called.</p>
<p>Fix a bug where, when selecting full lines at the end of the document
and inserting a character on Chrome, an inappropriate extra newline was
inserted.</p>
<h2>6.39.4 (2025-12-12)</h2>
<h3>Bug fixes</h3>
<p>Fix a bug where paste events handlers on Chrome could fail to run
when pasting on a blank line.</p>
<p>Fix a regression causing the native cursor to get stuck before block
widgets with side&gt;0.</p>
<p>Fix a crash in content DOM building after a block widget.</p>
<p>Fix a bug in <code>posAtCoords</code> that would in some
circumstances make it return positions on the wrong side of a block
widget.</p>
<h2>6.39.3 (2025-12-11)</h2>
<h3>Bug fixes</h3>
<p>Fix a bug that could corrupt the rendered document in some situations
involving adjacent mark decorations of the same type.</p>
<h2>6.39.2 (2025-12-09)</h2>
<h3>Bug fixes</h3>
<p>Fix an issue where <code>moveVertially</code> was sometimes unable to
escape lines with thick borders or padding.</p>
<h2>6.39.1 (2025-12-09)</h2>
<h3>Bug fixes</h3>
<p>Restore a workaround for a Chrome selection bug that had regressed in
the previous release.</p>
<h2>6.39.0 (2025-12-08)</h2>
<h3>Bug fixes</h3>
<p>Properly handle bidirectional text in <code>posAtCoords</code>.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="21bcbf5215"><code>21bcbf5</code></a>
Mark version 6.39.6</li>
<li><a
href="8cc71ed2e5"><code>8cc71ed</code></a>
Fix a bug in composition rendering</li>
<li><a
href="8b6a1da0b0"><code>8b6a1da</code></a>
Mark version 6.39.5</li>
<li><a
href="f044658025"><code>f044658</code></a>
Fix bogus newline insertion on typing over multiple lines at end of
document</li>
<li><a
href="e0968d444a"><code>e0968d4</code></a>
Make sure tiles are entered to find reusable widgets during redraw</li>
<li><a
href="db7c7c4fe9"><code>db7c7c4</code></a>
Mark version 6.39.4</li>
<li><a
href="130b4a5c4e"><code>130b4a5</code></a>
Fix posAtCoords right after a block widget at start of line</li>
<li><a
href="67e2013df3"><code>67e2013</code></a>
Ensure there's an active line before emitting inline content</li>
<li><a
href="4be27f1fa4"><code>4be27f1</code></a>
Fix broken native cursor positioning after side=1 block widgets</li>
<li><a
href="578625eab2"><code>578625e</code></a>
Prevent hidden widgets from eating events</li>
<li>Additional commits viewable in <a
href="https://github.com/codemirror/view/compare/6.38.8...6.39.6">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.38.8&new-version=6.39.6)](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>
2025-12-26 13:15:09 +00:00

4.9 KiB