chore: update codemirror #139
Open
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
6.4.9
->6.4.10
6.2.2
->6.2.4
6.0.1
->6.0.2
6.2.5
->6.3.4
6.10.3
->6.11.3
Release Notes
codemirror/lang-html (@codemirror/lang-html)
v6.4.10
Compare Source
Bug fixes
Don't include period characters in the language's word characters.
codemirror/lang-javascript (@codemirror/lang-javascript)
v6.2.4
Compare Source
Bug fixes
Fix a crash in the
esLint
helper when a rule'smeta.docs
isn't defined.Properly dedent lines starting with an opening curly brace below composite statements like
for
/while
.v6.2.3
Compare Source
Bug fixes
Disable JavaScript completions in JSX context.
codemirror/lang-json (@codemirror/lang-json)
v6.0.2
Compare Source
Bug fixes
Add a .d.cts file to make TypeScript happy.
codemirror/lang-markdown (@codemirror/lang-markdown)
v6.3.4
Compare Source
Bug fixes
Make sure header-based indentation is available even when Markdown isn't the editor's top-level language.
v6.3.3
Compare Source
Bug fixes
Make
insertNewlineContinueMarkup
take effect even when at the end of a nested range of Markdown content.v6.3.2
Compare Source
Bug fixes
Make Markdown-specific commands return false inside fenced code.
Fix an infinite loop caused by
insertNewlineContinueMarkup
.v6.3.1
Compare Source
Bug fixes
Fix an issue where
insertNewlineContinueMarkup
didn't work with the cursor directly after an HTML tag.v6.3.0
Compare Source
New features
The new
htmlTagLanguage
option allows client code to configure which language is used to parse HTML tags in the document.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.
v6.11.2
Compare Source
Bug fixes
Make sure folded ranges open when backspacing or deleting into them.
v6.11.1
Compare Source
Bug fixes
Fix an issue where indentation would sometimes miss nodes in mixed-language situations.
v6.11.0
Compare Source
New features
Stream parsers now support a
mergeTokens
option that can be used to turn off automatic merging of adjacent tokens.v6.10.8
Compare Source
Bug fixes
Fix a regression introduced 6.10.7 that caused indention to sometimes crash on nested language boundaries.
v6.10.7
Compare Source
Bug fixes
Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.
Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.
v6.10.6
Compare Source
Bug fixes
Fix a crash in
StreamLanguage
when the input range is entirely before the editor viewport.v6.10.5
Compare Source
Bug fixes
Fix an issue where a
StreamLanguage
could get confused when trying to reuse existing parse data when the parsed range changed.v6.10.4
Compare Source
Bug fixes
Join adjacent tokens of the same type into a single token in .
Call stream language indent functions even when the language is used as a nested parser.
Fix a crash in
StreamParser
when a parse was resumed with different input 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 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.
This PR was generated by Mend Renovate. View the repository job log.