Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@codemirror/autocomplete ^6.19.0 -> ^6.19.1 age confidence
@codemirror/commands ^6.9.0 -> ^6.10.0 age confidence
@codemirror/lang-markdown ^6.4.0 -> ^6.5.0 age confidence
@codemirror/language-data ^6.5.1 -> ^6.5.2 age confidence
@codemirror/lint ^6.9.0 -> ^6.9.2 age confidence
@codemirror/merge ^6.11.0 -> ^6.11.1 age confidence
@codemirror/view ^6.38.5 -> ^6.38.6 age confidence
@lezer/common ^1.2.1 -> ^1.3.0 age confidence
@lezer/common ^1.2.3 -> ^1.3.0 age confidence
@lezer/highlight ^1.2.1 -> ^1.2.3 age confidence
@lezer/lr ^1.4.2 -> ^1.4.3 age confidence
@lezer/markdown ^1.4.3 -> ^1.6.0 age confidence
@lezer/python ^1.1.14 -> ^1.1.18 age confidence

Release Notes

codemirror/lang-markdown (@​codemirror/lang-markdown)

v6.5.0

Compare Source

New features

Add a variant of insertNewlineContinueMarkup that supports configuration options.

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

v6.9.2

Compare Source

Bug fixes

Fix an infinite loop that would occur when a diagnostic pointed beyond the end of the document.

codemirror/merge (@​codemirror/merge)

v6.11.1

Compare Source

Bug fixes

Export a function that allows you to find the sibling of a given editor in a merge view.

lezer-parser/highlight (@​lezer/highlight)

v1.2.3

Compare Source

Bug fixes

Fix a regression in 1.2.2 when assigning new highlight tags to nodes.

v1.2.2

Compare Source

Bug fixes

Fix an issue where adding additional highlighting info for a node that already had some rule would drop the old info.

lezer-parser/lr (@​lezer/lr)

v1.4.3

Compare Source

Bug fixes

Fix an issue that caused some skipped nodes to incorrectly become children of the node before them.

lezer-parser/markdown (@​lezer/markdown)

v1.6.0

Compare Source

Bug fixes

When a composite block adds a node while ending, make sure the composite node covers that end token.

New features

Export the opening delimiters used for standard links and images, so that extension code can look for them.

v1.5.1

Compare Source

Bug fixes

Fix an issue where findOpeningDelimiter could return the position of a close delimiter.

v1.5.0

Compare Source

New features

A getDelimiterAt method on inline contexts makes it possible to get information about opening delimiters.


Configuration

📅 Schedule: Branch creation - "on the 7th day of the month" (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 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 label Nov 7, 2025
@renovate renovate bot requested review from manzt and mscolnick as code owners November 7, 2025 03:07
@renovate renovate bot added the dependencies label Nov 7, 2025
@vercel
Copy link

vercel bot commented Nov 7, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
marimo-docs Ready Ready Preview Comment Nov 7, 2025 3:08am
@mscolnick mscolnick merged commit 964b5ef into main Nov 7, 2025
27 checks passed
@mscolnick mscolnick deleted the renovate/codemirror-dependencies branch November 7, 2025 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants