Skip to content

chore(deps): update codemirror#283

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

chore(deps): update codemirror#283
renovate[bot] wants to merge 1 commit intomainfrom
renovate/codemirror

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 31, 2026

This PR contains the following updates:

Package Change Age Confidence
@codemirror/autocomplete ^6.18.7^6.20.1 age confidence
@codemirror/commands ^6.8.1^6.10.3 age confidence
@codemirror/lang-markdown ^6.3.4^6.5.0 age confidence
@codemirror/language ^6.11.3^6.12.3 age confidence
@codemirror/language-data ^6.5.1^6.5.2 age confidence
@​codemirror/search ^6.5.11^6.7.0 age confidence
@codemirror/state ^6.5.2^6.6.0 age confidence
@​codemirror/view ^6.38.3^6.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.

v6.19.1

Compare Source

Bug fixes

Make sure a completion's info panel is associated with that completion in the accessibility tree.

v6.19.0

Compare Source

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.

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.

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/lang-markdown (@​codemirror/lang-markdown)

v6.5.0

Compare Source

New features

Add a variant of insertNewlineContinueMarkup that supports configuration options.

v6.4.0

Compare Source

New features

The new pasteURLAsLink extension allows you to paste URLs over a selection to quickly create a link.

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/language-data (@​codemirror/language-data)

v6.5.2

Compare Source

Bug fixes

Use the new @​codemirror/lang-jinja package for Jinja code.

Recognize more extensions for XQuery.

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: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependencies Relates to dependencies label Jan 31, 2026
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Jan 31, 2026

@renovate renovate Bot force-pushed the renovate/codemirror branch 3 times, most recently from bd86142 to a183488 Compare February 2, 2026 19:35
@renovate renovate Bot force-pushed the renovate/codemirror branch from a183488 to 27c20bf Compare February 9, 2026 18:49
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Feb 9, 2026

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate Bot force-pushed the renovate/codemirror branch 3 times, most recently from 4edb085 to 4cda35c Compare February 15, 2026 13:06
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from c71c852 to 4477fd8 Compare February 28, 2026 17:04
@renovate renovate Bot force-pushed the renovate/codemirror branch from 4477fd8 to 455a52e Compare March 5, 2026 08:49
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from 58b2f9d to b7b93d0 Compare March 15, 2026 13:16
@renovate renovate Bot force-pushed the renovate/codemirror branch 3 times, most recently from 3796d96 to 6049b27 Compare April 1, 2026 20:07
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from 5fc9afe to 475944a Compare April 8, 2026 21:40
@renovate renovate Bot force-pushed the renovate/codemirror branch from 475944a to 1c81f85 Compare April 21, 2026 21:59
@renovate renovate Bot force-pushed the renovate/codemirror branch from 1c81f85 to b335fcd Compare April 24, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Relates to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants