This repository was archived by the owner on Mar 4, 2026. It is now read-only.
fix(deps): update dependency @codemirror/language to ^6.12.2 - #91
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency @codemirror/language to ^6.12.2#91renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
January 17, 2024 13:27
4bc2917 to
6e9d5d0
Compare
saihaj
approved these changes
Jan 17, 2024
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
January 17, 2024 14:10
6e9d5d0 to
31c560f
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
January 17, 2024 14:13
31c560f to
3aecaa1
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
January 17, 2024 14:21
3aecaa1 to
8debce1
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
January 17, 2024 14:23
8debce1 to
2f480d8
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
January 25, 2024 15:33
2f480d8 to
03e3bb1
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
January 25, 2024 15:35
03e3bb1 to
c741479
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
February 2, 2024 14:10
c741479 to
857ee97
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
February 26, 2024 17:23
857ee97 to
84ab2d6
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
February 26, 2024 19:30
84ab2d6 to
227dc99
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
2 times, most recently
from
April 10, 2024 18:43
735508f to
072bbc9
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
June 3, 2024 13:10
072bbc9 to
35d446e
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
December 17, 2024 13:45
8471e6b to
1caa312
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
December 17, 2024 20:38
1caa312 to
2a2a3f5
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
December 18, 2024 01:08
2a2a3f5 to
ccc9bf2
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
2 times, most recently
from
December 23, 2024 16:10
e4aeefa to
bc9fe16
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
December 23, 2024 20:34
bc9fe16 to
e81dc48
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
March 13, 2025 19:37
e81dc48 to
35c50bb
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
April 27, 2025 12:05
35c50bb to
2198a34
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
June 5, 2025 22:54
2198a34 to
1a68408
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
June 27, 2025 17:03
1a68408 to
9bd8010
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
August 10, 2025 13:12
9bd8010 to
75897e3
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
August 15, 2025 14:26
75897e3 to
30fb970
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.6.0→^6.12.2Release Notes
codemirror/language (@codemirror/language)
v6.12.2Compare 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.1Compare Source
Bug fixes
Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.
v6.12.0Compare Source
v6.11.3Compare Source
Bug fixes
Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.
v6.11.2Compare Source
Bug fixes
Make sure folded ranges open when backspacing or deleting into them.
v6.11.1Compare Source
Bug fixes
Fix an issue where indentation would sometimes miss nodes in mixed-language situations.
v6.11.0Compare Source
New features
Stream parsers now support a
mergeTokensoption that can be used to turn off automatic merging of adjacent tokens.v6.10.8Compare Source
Bug fixes
Fix a regression introduced 6.10.7 that caused indention to sometimes crash on nested language boundaries.
v6.10.7Compare 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.6Compare Source
Bug fixes
Fix a crash in
StreamLanguagewhen the input range is entirely before the editor viewport.v6.10.5Compare Source
Bug fixes
Fix an issue where a
StreamLanguagecould get confused when trying to reuse existing parse data when the parsed range changed.v6.10.4Compare 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
StreamParserwhen a parse was resumed with different input ranges.v6.10.3Compare Source
Bug fixes
Fix a TypeScript error when using
HighlightStylewith theexactOptionalPropertyTypestypechecking option enabled.Make
delimitedIndentalign to spaces after the opening token.v6.10.2Compare Source
Bug fixes
Fix an infinite loop that could occur when enabling
bidiIsolatesin documents with both bidirectional text and very long lines.v6.10.1Compare Source
Bug fixes
Fix an issue where, when a lot of code is visible in the initial editor, the bottom bit of code is shown without highlighting for one frame.
v6.10.0Compare Source
New features
The new
bidiIsolatesextension can be used to wrap syntactic elements where this is appropriate in an element that isolates their text direction, avoiding weird ordering of neutral characters on direction boundaries.v6.9.3Compare Source
Bug fixes
Fix an issue in
StreamLanguagewhere it ran out of node type ids if you repeatedly redefined a language with the same token table.v6.9.2Compare Source
Bug fixes
Allow
StreamParsertokens get multiple highlighting tags.v6.9.1Compare Source
Bug fixes
Indentation now works a lot better in mixed-language documents that interleave the languages in a complex way.
Code folding is now able to pick the right foldable syntax node when the line end falls in a mixed-parsing language that doesn't match the target node.
v6.9.0Compare Source
Bug fixes
Make
getIndentationreturn null, rather than 0, when there is no syntax tree available.New features
The new
preparePlaceholderoption tocodeFoldingmakes it possible to display contextual information in a folded range placeholder widget.v6.8.0Compare Source
New features
The new
baseIndentFormethod inTreeIndentContextcan be used to find the base indentation for an arbitrary node.v6.7.0Compare Source
New features
Export
DocInputclass for feeding editor documents to a Lezer parser.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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.