Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 16, 2025

This PR contains the following updates:

Package Change Age Confidence
@codemirror/commands 6.8.1 -> 6.10.0 age confidence
@codemirror/language 6.11.2 -> 6.11.3 age confidence
@codemirror/lint 6.8.5 -> 6.9.1 age confidence
@codemirror/view 6.38.1 -> 6.38.6 age confidence

Release Notes

codemirror/commands (@​codemirror/commands)

v6.10.0

Compare Source

New features

The new deleteGroupForwardWin command provides by-group forward deletion using the Windows convention.

v6.9.0

Compare Source

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.

codemirror/language (@​codemirror/language)

v6.11.3

Compare Source

Bug fixes

Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.

codemirror/lint (@​codemirror/lint)

v6.9.1

Compare Source

Bug fixes

Properly display diagnostics that just cover multiple newlines as widgets.

v6.9.0

Compare Source

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.

codemirror/view (@​codemirror/view)

v6.38.6

Compare Source

Bug fixes

Work around a regression in Safari 26 that causes fragments of old selections to remain visible.

v6.38.5

Compare Source

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

Compare Source

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

Compare Source

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.

v6.38.2

Compare Source

Bug fixes

Re-enable falling dispatching keys by key code for Cmd-Alt- combinations on macOS.

Make sure all pointer selections skip atomic ranges.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 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 changed the title fix(deps): update dependency @codemirror/language to v6.11.3 fix(deps): update codemirror Sep 2, 2025
@renovate renovate bot force-pushed the renovate/codemirror branch from 5d6404f to ee7a23a Compare September 2, 2025 02:59
@renovate renovate bot force-pushed the renovate/codemirror branch from ee7a23a to b6e4df6 Compare September 24, 2025 07:56
@renovate renovate bot changed the title fix(deps): update codemirror chore(deps): update codemirror Sep 26, 2025
@renovate renovate bot force-pushed the renovate/codemirror branch 2 times, most recently from b3044d7 to b2f1fb1 Compare October 3, 2025 00:04
@renovate renovate bot force-pushed the renovate/codemirror branch 2 times, most recently from 22acf34 to 5cea212 Compare October 15, 2025 07:48
@renovate renovate bot force-pushed the renovate/codemirror branch from 5cea212 to b89ee63 Compare October 26, 2025 07:56
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.

1 participant