Commit e20f9b3
authored
fix(deps): update dependency @codemirror/view to v6.39.9 (#2285)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@codemirror/view](https://redirect.github.com/codemirror/view) |
[`6.39.7` →
`6.39.9`](https://renovatebot.com/diffs/npm/@codemirror%2fview/6.39.7/6.39.9)
|

|

|
---
### Release Notes
<details>
<summary>codemirror/view (@​codemirror/view)</summary>
###
[`v6.39.9`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6399-2026-01-06)
[Compare
Source](https://redirect.github.com/codemirror/view/compare/6.39.8...6.39.9)
##### Bug fixes
Fix a bug where `EditorSelection.cursor()` with a non-zero `assoc` value
would not be visually respected at soft-wrap boundaries on initial view
creation.
Fix error caused by hover tooltips running a scheduled timeout after
their editor has been destroyed.
Fix a bug that caused `EditorView.outerDecorations` to not affect the
content height map.
Fix an issue where composition near a widget could get unnecessarily
interrupted.
###
[`v6.39.8`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6398-2025-12-30)
[Compare
Source](https://redirect.github.com/codemirror/view/compare/6.39.7...6.39.8)
##### Bug fixes
Fix a bug that cause `coordsAtPos` to use the dimensions of widget
buffers when there were more meaningful elements to use nearby.
Fix a data structure corruption that could cause crashes during viewport
changes.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/graphql/graphql.github.io).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6InNvdXJjZSIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e29c40f commit e20f9b3
2 files changed
+16
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments