This repository was archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
chore(deps): update dependency @codemirror/language to v6 #65
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/codemirror-language-6.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fa77fb5 to
539ea83
Compare
539ea83 to
7df33ad
Compare
7df33ad to
d0f4d4b
Compare
d0f4d4b to
25d059f
Compare
25d059f to
76c7045
Compare
76c7045 to
3291ea2
Compare
3291ea2 to
e69579a
Compare
e69579a to
a1b84af
Compare
a1b84af to
7381c2e
Compare
7381c2e to
6ba7e7a
Compare
6ba7e7a to
aebbd8d
Compare
aebbd8d to
38ed809
Compare
38ed809 to
f7b673d
Compare
f7b673d to
82bd20b
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
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:
0.19.2->6.10.1Release Notes
codemirror/language (@codemirror/language)
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.v6.6.0Compare Source
New features
Syntax-driven language data queries now support sublanguages, which make it possible to return different data for specific parts of the tree produced by a single language.
v6.5.0Compare Source
Bug fixes
Make indentation for stream languages more reliable by having
StringStream.indentationreturn overridden indentations from the indent context.New features
The
toggleFoldcommand folds or unfolds depending on whether there's an existing folded range on the current line.indentUnitnow accepts any (repeated) whitespace character, not just spaces and tabs.v6.4.0Compare Source
New features
The
bracketMatchingHandlenode prop can now be used to limit bracket matching behavior for larger nodes to a single subnode (for example the tag name of an HTML tag).v6.3.2Compare Source
Bug fixes
Fix a bug that caused
ensureSyntaxTreeto return incomplete trees when using a viewport-aware parser likeStreamLanguage.v6.3.1Compare Source
Bug fixes
Make syntax-based folding include syntax nodes that start right at the end of a line as potential fold targets.
Fix the
indentServiceprotocol to allow a distinction between declining to handle the indentation and returning null to indicate the line has no definite indentation.v6.3.0Compare Source
New features
HighlightStyleobjects now have aspecsproperty holding the tag styles that were used to define them.Languageobjects now have anamefield holding the language name.v6.2.1Compare Source
Bug fixes
Fix a bug where
bracketMatchingwould incorrectly match nested brackets in syntax trees that put multiple pairs of brackets in the same parent node.Fix a bug that could cause
indentRangeto loop infinitely.v6.2.0Compare Source
Bug fixes
Fix a bug that prevented bracket matching to recognize plain brackets inside a language parsed as an overlay.
New features
The
indentRangefunction provides an easy way to programatically auto-indent a range of the document.v6.1.0Compare Source
New features
The
foldStatefield is now public, and can be used to serialize and deserialize the fold state.v6.0.0Compare Source
New features
The
foldingChangedoption tofoldGuttercan now be used to trigger a recomputation of the fold markers.v0.20.2Compare Source
Bug fixes
List style-mod as a dependency.
v0.20.1Compare Source
Bug fixes
Make sure
allstyles in the CSS generated for aHighlightStylehave a lower precedence than the other rules defined for the style. Use a shorthand propertyv0.20.0Compare Source
Breaking changes
HighlightStyle.getis now calledhighlightingFor.HighlightStylesno longer function as extensions (to improve tree shaking), and must be wrapped withsyntaxHighlightingto add to an editor configuration.Languageobjects no longer have atopNodeproperty.New features
HighlightStyleanddefaultHighlightStylefrom the now-removed @codemirror/highlight package now live in this package.The new
forceParsingfunction can be used to run the parser forward on an editor view.The exports that used to live in @codemirror/matchbrackets are now exported from this package.
The @codemirror/fold package has been merged into this one.
The exports from the old @codemirror/stream-parser package now live in this package.
v0.19.10Compare Source
Bug fixes
Autocompletion may now also trigger automatic indentation on input.
v0.19.9Compare Source
Bug fixes
Make sure nodes that end at the end of a partial parse aren't treated as valid fold targets.
Fix an issue where the parser sometimes wouldn't reuse parsing work done in the background on transactions.
v0.19.8Compare Source
Bug fixes
Fix an issue that could cause indentation logic to use the wrong line content when indenting multiple lines at once.
v0.19.7Compare Source
Bug fixes
Fix an issue where the parse worker could incorrectly stop working when the parse tree has skipped gaps in it.
v0.19.6Compare Source
Bug fixes
Fixes an issue where the background parse work would be scheduled too aggressively, degrading responsiveness on a newly-created editor with a large document.
Improve initial highlight for mixed-language editors and limit the amount of parsing done on state creation for faster startup.
v0.19.5Compare Source
New features
The new function
syntaxTreeAvailablecan be used to check if a fully-parsed syntax tree is available up to a given document position.The module now exports
syntaxParserRunning, which tells you whether the background parser is still planning to do more work for a given editor view.v0.19.4Compare Source
New features
LanguageDescription.ofnow takes an optional already-loaded extension.v0.19.3Compare Source
Bug fixes
Fix an issue where a parse that skipped content with
skipUntilInViewwould in some cases not be restarted when the range came into view.Configuration
📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Berlin, 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 has been generated by Mend Renovate. View repository job log here.