fix(deps): update codemirror dependencies #7108
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.19.0->^6.19.1^6.9.0->^6.10.0^6.4.0->^6.5.0^6.5.1->^6.5.2^6.9.0->^6.9.2^6.11.0->^6.11.1^6.38.5->^6.38.6^1.2.1->^1.3.0^1.2.3->^1.3.0^1.2.1->^1.2.3^1.4.2->^1.4.3^1.4.3->^1.6.0^1.1.14->^1.1.18Release Notes
codemirror/lang-markdown (@codemirror/lang-markdown)
v6.5.0Compare Source
New features
Add a variant of
insertNewlineContinueMarkupthat supports configuration options.codemirror/language-data (@codemirror/language-data)
v6.5.2Compare Source
Bug fixes
Use the new @codemirror/lang-jinja package for Jinja code.
Recognize more extensions for XQuery.
codemirror/lint (@codemirror/lint)
v6.9.2Compare 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.1Compare 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.3Compare Source
Bug fixes
Fix a regression in 1.2.2 when assigning new highlight tags to nodes.
v1.2.2Compare 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.3Compare 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.0Compare 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.1Compare Source
Bug fixes
Fix an issue where
findOpeningDelimitercould return the position of a close delimiter.v1.5.0Compare Source
New features
A
getDelimiterAtmethod 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.
This PR was generated by Mend Renovate. View the repository job log.