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

build(deps-dev): bump @lezer/generator from 0.15.4 to 1.3.0 in /web/ui #114

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps @lezer/generator from 0.15.4 to 1.3.0.

Changelog

Sourced from @​lezer/generator's changelog.

1.3.0 (2023-06-15)

New features

The test utilities can now be imported as "@lezer/generator/test".

1.2.4 (2023-06-12)

Bug fixes

Fix a bug where precedences specified for local tokens were not properly applied.

1.2.3 (2023-04-28)

Bug fixes

Make sure the Rollup plugin imports the rest of the library using a full file path.

Make --help show the correct executable name.

1.2.2 (2023-01-18)

Bug fixes

Make sure require isn't used as an identifier in generator output.

1.2.1 (2023-01-13)

Bug fixes

Fix an invalid optimization that sometimes led to incomplete token precedence tables, leading to incorrect tokenization.

1.2.0 (2023-01-09)

Bug fixes

Fix a bug where the error to use () to denote empty options in a choice expression was signalled even when that is what the input did.

New features

Grammars can now declare @local tokens blocks defining all the tokens that may appear in a set of state, and allowing @else tokens that match everything else.

1.1.3 (2022-11-07)

Bug fixes

Fix broken Rollup plugin due to a bad import.

1.1.2 (2022-11-07)

... (truncated)

Commits
  • d9f5176 Mark version 1.3.0
  • 64f7539 Add a @​lezer/generator/test export
  • 9062368 Remove superfluous JSDoc comment
  • 62bab75 Mark version 1.2.4
  • d65a539 Allow the Rollup plugin to be used from the command line
  • 036691b Make the Rollup plugin not crash when the .grammar file is the entry point
  • 08c3652 Make sure local tokens have their precedences computed
  • 9ef811f Mark version 1.2.3
  • 0220e65 Fix the command name in the help output
  • 77c5307 Rename relative import in ES output for Rollup plugin
  • 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)

Bumps [@lezer/generator](https://github.com/lezer-parser/generator) from 0.15.4 to 1.3.0.
- [Changelog](https://github.com/lezer-parser/generator/blob/main/CHANGELOG.md)
- [Commits](lezer-parser/generator@0.15.4...1.3.0)

---
updated-dependencies:
- dependency-name: "@lezer/generator"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants