-
Notifications
You must be signed in to change notification settings - Fork 9
chore(deps): update dependency @codemirror/language to v6.11.3 #229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/codemirror-language-6.x-lockfile
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
❌ Deploy Preview for tauri-bindgen failed.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
898f9e9 to
b27f219
Compare
❌ Deploy Preview for tauri-bindgen failed.
|
b27f219 to
c4346a2
Compare
c4346a2 to
d3dd4f7
Compare
d3dd4f7 to
8d2badf
Compare
8d2badf to
117befa
Compare
117befa to
5851254
Compare
5851254 to
f0c4f79
Compare
f0c4f79 to
de28503
Compare
de28503 to
84a6d68
Compare
8860e0f to
d3bb080
Compare
d3bb080 to
ba046ed
Compare
0c20faa to
3ae82a7
Compare
3ae82a7 to
07dbfb0
Compare
07dbfb0 to
b99003d
Compare
b99003d to
818ec5c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.7.0->6.11.3Release Notes
codemirror/language (@codemirror/language)
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.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.