Skip to content

Update CodeMirror#879

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/codemirror
Open

Update CodeMirror#879
renovate[bot] wants to merge 1 commit intomainfrom
renovate/codemirror

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 12, 2025

This PR contains the following updates:

Package Change Age Confidence
@codemirror/autocomplete 6.19.16.20.1 age confidence
@codemirror/commands 6.10.06.10.3 age confidence
@codemirror/language 6.11.36.12.3 age confidence
@codemirror/lint 6.9.26.9.5 age confidence
@​codemirror/search 6.5.116.7.0 age confidence
@codemirror/state 6.5.26.6.0 age confidence
@​codemirror/view 6.38.66.41.1 age confidence

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.20.1

Compare Source

Bug fixes

Clicking the horizontal dots at the top/bottom of a list of completion options now moves the selection there, so that more completions become visible.

v6.20.0

Compare Source

New features

Completions now support a sortText property to influence sort order.

codemirror/commands (@​codemirror/commands)

v6.10.3

Compare Source

Bug fixes

Make sure selection-extending commands preserve the associativity of the selection head.

v6.10.2

Compare Source

Bug fixes

Move the selection to a less surprising place when undoing, moving the selection, redoing, then undoing again.

v6.10.1

Compare Source

Bug fixes

Fix a bug where copyLineDown would leave the cursor on the wrong line when it was at the start of the line.

codemirror/language (@​codemirror/language)

v6.12.3

Compare Source

Bug fixes

Fix a crash in bracketMatching when composing at end of document.

v6.12.2

Compare Source

Bug fixes

Make sure brackets are highlighted in the initial editor state.

Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.

v6.12.1

Compare Source

Bug fixes

Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.

v6.12.0

Compare Source

codemirror/lint (@​codemirror/lint)

v6.9.5

Compare Source

Bug fixes

Use more appropriate background colors for the selected diagnostic in dark mode.

v6.9.4

Compare Source

Bug fixes

Make sure nextDiagnostic selects entire diagnostics, even when they overlap with other diagnostics.

v6.9.3

Compare Source

Bug fixes

Fix an issue where the lint panel inappropriately blocks the default behavior of key combinations with Ctrl, Alt, or Cmd held.

codemirror/state (@​codemirror/state)

v6.6.0

Compare Source

New features

EditorSelection.range now takes an optional assoc argument.

SelectionRange.extend can now be given a third argument to specify associativity.

v6.5.4

Compare Source

Bug fixes

Make SelectionRange.eq return false when the ranges have different goal columns.

v6.5.3

Compare Source

Bug fixes

Fix an issue where RangeValue.eq could get called with a value of a different class.

EditorState.charCategorizer now only uses the highest-precedence set of word characters from the language data, to allow overriding these.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge December 12, 2025 20:40
@renovate renovate Bot force-pushed the renovate/codemirror branch 15 times, most recently from 87234aa to 5869119 Compare December 19, 2025 16:54
@renovate renovate Bot force-pushed the renovate/codemirror branch 5 times, most recently from bd5dcb3 to 1f3fcb5 Compare December 24, 2025 13:08
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from 4d00367 to a0784d7 Compare December 30, 2025 09:52
@renovate renovate Bot force-pushed the renovate/codemirror branch 7 times, most recently from a2d4dfd to 16aaeed Compare January 11, 2026 00:52
@renovate renovate Bot force-pushed the renovate/codemirror branch 5 times, most recently from 2244c55 to f1b2d53 Compare February 1, 2026 21:17
@renovate renovate Bot force-pushed the renovate/codemirror branch 6 times, most recently from a285f72 to 6061f91 Compare February 9, 2026 21:24
@renovate renovate Bot force-pushed the renovate/codemirror branch 7 times, most recently from aa5c02b to 03dfbff Compare February 17, 2026 01:42
@renovate renovate Bot force-pushed the renovate/codemirror branch 7 times, most recently from 646c00f to 941e878 Compare February 25, 2026 08:01
@renovate renovate Bot force-pushed the renovate/codemirror branch 4 times, most recently from 8083279 to 4269dd7 Compare March 2, 2026 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants