Skip to content
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

Update dependency @lezer/lr to v1.4.0 #87522

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lezer/lr 1.3.3 -> 1.4.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

lezer-parser/lr (@​lezer/lr)

v1.4.0

Compare Source

New features

The new InputStream.acceptTokenTo method allows a tokenizer to create a token that ends at some absolute position.

v1.3.14

Compare Source

Bug fixes

Further reduce maximum parse depth—the old limit could still cause the tree building function to overflow the stack on V8 when all rules on the stack produce actual visible tree nodes.

v1.3.13

Compare Source

Bug fixes

The parser will now emit an error node when it reaches the end of the top rule but not the end of the input, and restarts parsing the top rule.

Fix an issue that could, when error-recovery happened after a skipped token, cause the parser to emit nodes whose start position was after their end position.

v1.3.12

Compare Source

Bug fixes

Reduce tree depth limit to avoid V8 overflowing its stack.

v1.3.11

Compare Source

Bug fixes

When parsing input ranges with gaps, don't treat the token after a gap as covering the entire gap.

v1.3.10

Compare Source

Bug fixes

Make this package usable in TypeScript setups using node16/nodenext resolution.

v1.3.9

Compare Source

Bug fixes

Fix another issue in the way local token groups and input gaps interact.

v1.3.8

Compare Source

Bug fixes

Fix an issue that caused incorrect trees to be emitted when a forced reduction happened inside a skipped term.

v1.3.7

Compare Source

Bug fixes

Fix a bug where the parser could skip characters while tokenizing in a local token group.

v1.3.6

Compare Source

Bug fixes

Fix an issue where context-tracking parsers, in specific circumstances, could create incorrectly nested trees.

v1.3.5

Compare Source

Bug fixes

Fix an issue where some grammars could make the parser unable to force reductions on invalid input, leading to trees that were missing some wrapping nodes around the broken input.

v1.3.4

Compare Source

Bug fixes

Fix tokenizing of @else tokens that span separate input ranges.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team as code owners May 8, 2024 17:25
@renovate renovate bot added area/frontend dependencies Pull requests that update a dependency file no-changelog Skip including change in changelog/release notes labels May 8, 2024
@renovate renovate bot requested review from jackw and removed request for a team May 8, 2024 17:25
@grafana-delivery-bot grafana-delivery-bot bot added this to the 11.1.x milestone May 8, 2024
@ashharrison90
Copy link
Contributor

@grafana/observability-traces-and-profiling one for you i think 🙏

@renovate renovate bot changed the title Update dependency @lezer/lr to v1.4.0 fix(deps): update dependency @lezer/lr to v1.4.0 May 13, 2024
@renovate renovate bot changed the title fix(deps): update dependency @lezer/lr to v1.4.0 Update dependency @lezer/lr to v1.4.0 May 13, 2024
@renovate renovate bot changed the title Update dependency @lezer/lr to v1.4.0 fix(deps): update dependency @lezer/lr to v1.4.0 May 13, 2024
@renovate renovate bot changed the title fix(deps): update dependency @lezer/lr to v1.4.0 Update dependency @lezer/lr to v1.4.0 May 13, 2024
@renovate renovate bot changed the title Update dependency @lezer/lr to v1.4.0 fix(deps): update dependency @lezer/lr to v1.4.0 May 13, 2024
@renovate renovate bot changed the title fix(deps): update dependency @lezer/lr to v1.4.0 Update dependency @lezer/lr to v1.4.0 May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend datasource/Tempo dependencies Pull requests that update a dependency file no-changelog Skip including change in changelog/release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant