Skip to content

Commit e20f9b3

Browse files
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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@codemirror%2fview/6.39.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codemirror%2fview/6.39.7/6.39.9?slim=true) | --- ### Release Notes <details> <summary>codemirror/view (@&#8203;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

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@codemirror/language": "6.12.1",
3232
"@codemirror/lint": "6.9.2",
3333
"@codemirror/state": "6.5.3",
34-
"@codemirror/view": "6.39.7",
34+
"@codemirror/view": "6.39.9",
3535
"@graphql-tools/schema": "10.0.30",
3636
"@hasparus/lezer-json-shikified": "1.1.3",
3737
"@headlessui/react": "^2.2.4",
@@ -152,7 +152,7 @@
152152
"@codemirror/language": "6.12.1",
153153
"@codemirror/lint": "6.9.2",
154154
"@codemirror/state": "6.5.3",
155-
"@codemirror/view": "6.39.7"
155+
"@codemirror/view": "6.39.9"
156156
}
157157
}
158158
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)