-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): update dependency @lezer/common to v1.2.3 #38
base: main
Are you sure you want to change the base?
Conversation
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
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.