[PR #2484] [CLOSED] chore(deps): bump @lezer/lr from 0.15.8 to 1.1.0 #3836

Closed
opened 2026-03-17 01:25:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2484
Author: @dependabot[bot]
Created: 7/4/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/lezer/lr-1.1.0


📝 Commits (1)

  • 8cde85d chore(deps): bump @lezer/lr from 0.15.8 to 1.1.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/codemirror-lang-graphql/package.json (+1 -1)

📄 Description

Bumps @lezer/lr from 0.15.8 to 1.1.0.

Changelog

Sourced from @​lezer/lr's changelog.

1.1.0 (2022-06-27)

New features

Support the output produced by the new @eof marker in lezer-generator.

1.0.0 (2022-06-06)

New features

First stable version.

0.16.3 (2022-05-11)

Bug fixes

Don't crash when a non-Node environment defines a process global that doesn't have an env property.

Fix a bug that could cause partially-parsed nodes to be reused when they ended in skipped nodes, when parsing incrementally.

0.16.2 (2022-04-21)

Bug fixes

Fix an issue that could make the parser merge adjacent error nodes even when they had different parent nodes.

0.16.1 (2022-04-21)

Bug fixes

Fix an issue that caused error nodes created for inserted tokens to sometimes end up in the wrong parent node.

0.16.0 (2022-04-20)

Bug fixes

Avoid the need for generated parser files to directly import @​lezer/common.

Commits
  • c8f2685 Mark version 1.1.0
  • eb753c1 Add support for EOF markers in tokens
  • 6bed86b Mark version 1.0.0
  • e2889fc Improve some doc comments
  • 97f426b Mark version 0.16.3
  • e01aecb Make sure skipped nodes are kept inside force-ended nodes
  • 46cb23e Don't assume process global is Node's one
  • a0ae934 Mark version 0.16.2
  • 5e98e0c Don't merge error nodes across parent node boundaries
  • a3c6582 Mark version 0.16.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2484 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/4/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/lezer/lr-1.1.0` --- ### 📝 Commits (1) - [`8cde85d`](https://github.com/hoppscotch/hoppscotch/commit/8cde85d2504372bf081c3693a226f016d7945b36) chore(deps): bump @lezer/lr from 0.15.8 to 1.1.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/codemirror-lang-graphql/package.json` (+1 -1) </details> ### 📄 Description Bumps [@lezer/lr](https://github.com/lezer-parser/lr) from 0.15.8 to 1.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lezer-parser/lr/blob/main/CHANGELOG.md"><code>@​lezer/lr</code>'s changelog</a>.</em></p> <blockquote> <h2>1.1.0 (2022-06-27)</h2> <h3>New features</h3> <p>Support the output produced by the new <code>@eof</code> marker in lezer-generator.</p> <h2>1.0.0 (2022-06-06)</h2> <h3>New features</h3> <p>First stable version.</p> <h2>0.16.3 (2022-05-11)</h2> <h3>Bug fixes</h3> <p>Don't crash when a non-Node environment defines a <code>process</code> global that doesn't have an <code>env</code> property.</p> <p>Fix a bug that could cause partially-parsed nodes to be reused when they ended in skipped nodes, when parsing incrementally.</p> <h2>0.16.2 (2022-04-21)</h2> <h3>Bug fixes</h3> <p>Fix an issue that could make the parser merge adjacent error nodes even when they had different parent nodes.</p> <h2>0.16.1 (2022-04-21)</h2> <h3>Bug fixes</h3> <p>Fix an issue that caused error nodes created for inserted tokens to sometimes end up in the wrong parent node.</p> <h2>0.16.0 (2022-04-20)</h2> <h3>Bug fixes</h3> <p>Avoid the need for generated parser files to directly import <code>@​lezer/common</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lezer-parser/lr/commit/c8f26858961af7fdb287b79684ae42894c9ddb98"><code>c8f2685</code></a> Mark version 1.1.0</li> <li><a href="https://github.com/lezer-parser/lr/commit/eb753c1d4235bbe985178bf39ffa244e891c0207"><code>eb753c1</code></a> Add support for EOF markers in tokens</li> <li><a href="https://github.com/lezer-parser/lr/commit/6bed86bded243d67becf1e546afc0bbf205fc8fd"><code>6bed86b</code></a> Mark version 1.0.0</li> <li><a href="https://github.com/lezer-parser/lr/commit/e2889fc174179adb466a7f3cd35675df89b9c338"><code>e2889fc</code></a> Improve some doc comments</li> <li><a href="https://github.com/lezer-parser/lr/commit/97f426bbf65d7fb37c9dab0182a0f23b044b1344"><code>97f426b</code></a> Mark version 0.16.3</li> <li><a href="https://github.com/lezer-parser/lr/commit/e01aecbf0152256d393018c556955eda9de6e927"><code>e01aecb</code></a> Make sure skipped nodes are kept inside force-ended nodes</li> <li><a href="https://github.com/lezer-parser/lr/commit/46cb23eb4d860f80a50eb07b607b307cfc398067"><code>46cb23e</code></a> Don't assume process global is Node's one</li> <li><a href="https://github.com/lezer-parser/lr/commit/a0ae934455b14338ddee700dee6e1ed985c5c0da"><code>a0ae934</code></a> Mark version 0.16.2</li> <li><a href="https://github.com/lezer-parser/lr/commit/5e98e0c0857c75d65da4ab01e784bd8f1e1e45f1"><code>5e98e0c</code></a> Don't merge error nodes across parent node boundaries</li> <li><a href="https://github.com/lezer-parser/lr/commit/a3c65822ffa93204db4e42ede9bcce488b1e5f52"><code>a3c6582</code></a> Mark version 0.16.1</li> <li>Additional commits viewable in <a href="https://github.com/lezer-parser/lr/compare/0.15.8...1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@lezer/lr&package-manager=npm_and_yarn&previous-version=0.15.8&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:25:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3836
No description provided.