This repository was archived by the owner on Sep 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
fix(deps): update dependency @lezer/common to v1.2.3 #38
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/lezer-common-1.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
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
TldrThe package-lock.json files for editors/eo and editors/phi have been updated with new versions of the "@lezer/common" package (from 1.0.0 to 1.0.2). Detailed summary
|
@rultor please, try to merge |
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 11s)
|
ffa5832
to
fe6d732
Compare
fe6d732
to
02ef5cd
Compare
02ef5cd
to
51bbf09
Compare
51bbf09
to
a984432
Compare
a984432
to
3b9f07b
Compare
3b9f07b
to
062221f
Compare
062221f
to
148def7
Compare
148def7
to
4f70d29
Compare
4f70d29
to
b3f6a75
Compare
b3f6a75
to
a9fa417
Compare
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:
1.0.0
->1.2.3
Release Notes
lezer-parser/common (@lezer/common)
v1.2.3
Compare Source
Bug fixes
Fix an issue in
TreeCursor.iterate
that made it iterate through siblings of the current node.v1.2.2
Compare Source
Bug fixes
Fix a bug in
TreeCursor.matchContext
where, if the context fell partially in a buffer node and partially in tree nodes, it could return incorrect results.v1.2.1
Compare Source
Bug fixes
Fix a bug where
getChild
andgetChildren
would, if the first and second arguments matched the same node, return incorrect results.v1.2.0
Compare Source
New features
The new
NodeProp.isolate
can be used by parser to signal that a given node should be treated as isolated when it comes to bidirectional text rendering.v1.1.2
Compare Source
Bug fixes
Fix a crash that could happen in mixed-language parsing when mounting a tree to a zero-length node.
v1.1.1
Compare Source
Bug fixes
Fix a bug where
resolveStack
could sometimes yield the same node multiple times.Allow mixed-parsing trees to be mounted for zero-length nodes.
Fix a bug in mixed-language parsing that could some parts of an inner language to be missed when incrementally reparsing from a stopped parse.
In
Tree.build
, when given an extremely deeply nested tree structure, flatten it instead of overflowing the stack.v1.1.0
Compare Source
New features
The new
Tree.resolveStack
method returns an iterator through the nodes covering a position, including those from overlays not active at that point.v1.0.4
Compare Source
Bug fixes
Make the package usable in TypeScript with node16/nodenext resolution.
v1.0.3
Compare Source
Bug fixes
Tree.iterate
now properly includes anonymous nodes whenIterMode.IncludeAnonymous
is enabled.v1.0.2
Compare Source
Bug fixes
Fix a bug in mixed parsing that would sometimes produce invalid trees.
v1.0.1
Compare Source
Bug fixes
Fix a bug that could cause incremental parsing to incorrectly reuse nodes inside nested mixed parses.
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 becomes conflicted, 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.