-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit cfe6cfb
authored
chore(deps): update codemirror (#2213)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[@codemirror/autocomplete](https://redirect.github.com/codemirror/autocomplete)
| [`6.18.7` ->
`6.19.1`](https://renovatebot.com/diffs/npm/@codemirror%2fautocomplete/6.18.7/6.19.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@codemirror/commands](https://redirect.github.com/codemirror/commands)
| [`6.8.1` ->
`6.10.0`](https://renovatebot.com/diffs/npm/@codemirror%2fcommands/6.8.1/6.10.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@codemirror/lint](https://redirect.github.com/codemirror/lint) |
[`6.8.5` ->
`6.9.1`](https://renovatebot.com/diffs/npm/@codemirror%2flint/6.8.5/6.9.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@codemirror/view](https://redirect.github.com/codemirror/view) |
[`6.38.2` ->
`6.38.6`](https://renovatebot.com/diffs/npm/@codemirror%2fview/6.38.2/6.38.6)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>codemirror/autocomplete
(@​codemirror/autocomplete)</summary>
###
[`v6.19.1`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6191-2025-10-23)
[Compare
Source](https://redirect.github.com/codemirror/autocomplete/compare/6.19.0...6.19.1)
##### Bug fixes
Make sure a completion's info panel is associated with that completion
in the accessibility tree.
###
[`v6.19.0`](https://redirect.github.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6190-2025-09-26)
[Compare
Source](https://redirect.github.com/codemirror/autocomplete/compare/6.18.7...6.19.0)
##### New features
Completion sections may now set their rank to `dynamic` to indicate
their order should be determined by the matching score of their
best-matching option.
</details>
<details>
<summary>codemirror/commands (@​codemirror/commands)</summary>
###
[`v6.10.0`](https://redirect.github.com/codemirror/commands/blob/HEAD/CHANGELOG.md#6100-2025-10-23)
[Compare
Source](https://redirect.github.com/codemirror/commands/compare/6.9.0...6.10.0)
##### New features
The new `deleteGroupForwardWin` command provides by-group forward
deletion using the Windows convention.
###
[`v6.9.0`](https://redirect.github.com/codemirror/commands/blob/HEAD/CHANGELOG.md#690-2025-10-02)
[Compare
Source](https://redirect.github.com/codemirror/commands/compare/6.8.1...6.9.0)
##### Bug fixes
Prevent the default behavior of backspace and delete keys, to prevent
the browser from doing anything creative when there's nothing to delete.
##### New features
Implement new `addCursorAbove` and `addCursorBelow` commands. Bind them
to Mod-Alt-ArrowUp/Down in the default keymap.
</details>
<details>
<summary>codemirror/lint (@​codemirror/lint)</summary>
###
[`v6.9.1`](https://redirect.github.com/codemirror/lint/blob/HEAD/CHANGELOG.md#691-2025-10-23)
[Compare
Source](https://redirect.github.com/codemirror/lint/compare/6.9.0...6.9.1)
##### Bug fixes
Properly display diagnostics that just cover multiple newlines as
widgets.
###
[`v6.9.0`](https://redirect.github.com/codemirror/lint/blob/HEAD/CHANGELOG.md#690-2025-10-02)
[Compare
Source](https://redirect.github.com/codemirror/lint/compare/6.8.5...6.9.0)
##### Bug fixes
Multiple configurations to `linter` will now be merged without raising
an error.
##### New features
The new `markClass` option to actions makes it possible to style action
buttons.
</details>
<details>
<summary>codemirror/view (@​codemirror/view)</summary>
###
[`v6.38.6`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6386-2025-10-13)
[Compare
Source](https://redirect.github.com/codemirror/view/compare/6.38.5...6.38.6)
##### Bug fixes
Work around a regression in Safari 26 that causes fragments of old
selections to remain visible.
###
[`v6.38.5`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6385-2025-10-07)
[Compare
Source](https://redirect.github.com/codemirror/view/compare/6.38.4...6.38.5)
##### Bug fixes
Avoid firing text changes that cover unchanged text on Android.
Fix an issue where the editor could, in some circumstances, insert a
stray newline when typing over a document that ended in a block widget.
Work around an issue in Safari 26 that causes inappropriate scrolling on
focus in some circumstances.
###
[`v6.38.4`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6384-2025-09-28)
[Compare
Source](https://redirect.github.com/codemirror/view/compare/6.38.3...6.38.4)
##### Bug fixes
Work around a Chrome Android issue where the browser doesn't properly
fire composition end events, leaving CodeMirror to believe the user was
still composing.
###
[`v6.38.3`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6383-2025-09-22)
[Compare
Source](https://redirect.github.com/codemirror/view/compare/6.38.2...6.38.3)
##### Bug fixes
Work around a rendering bug in Mobile Safari by completely hiding empty
layers.
Fix vertical cursor motion in Chrome around decorations with bottom
borders or margins.
Fix an issue that caused mark decorations longer than 512 characters to
needlessly be split.
Move the cursor out of atomic ranges when text input happens.
</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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoic291cmNlIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e85a84a commit cfe6cfbCopy full SHA for cfe6cfb
File tree
Expand file treeCollapse file tree
1 file changed
+33
-28
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+33
-28
lines changedOpen diff view settings
Collapse file
+33-28Lines changed: 33 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments