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 1.0.0 to 1.2.2 in /web/ui #96

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

Conversation

dependabot[bot]
Copy link

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

Bumps @lezer/generator from 1.0.0 to 1.2.2.

Changelog

Sourced from @​lezer/generator's changelog.

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)

Bug fixes

Fix a bug where the _ notation in tokens would match only half of a surrogate pair.

Fix a bug that caused invalid tokenizer data to be generated for character ranges ending in \uffff.

1.1.1 (2022-08-03)

Bug fixes

Emit enough information about external specializers to make ParserConfig.specializers fixable.

1.1.0 (2022-06-27)

New features

Things that used to be written like std.digit are now written @digit. The old notation will remain available until a breaking release.

The new @eof marker can be used in tokens to match the end of the input.

Commits
  • 46bac6c Mark version 1.2.2
  • ab67ead Support local development on Windows
  • 9115d7d Make sure the generator doesn't emit files redefining 'require'
  • f71a622 Mark version 1.2.1
  • b38d018 Remove invalid optimization in token precedence tables
  • 07d6aac Adjust tests to changed error message
  • 03cc051 Mark version 1.2.0
  • 4b5ad86 Allow use of token rules from other tokenizer blocks in local token blocks
  • f8024ad Add support for @​local tokens
  • 484d637 Clean up import generation in file output
  • 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 1.0.0 to 1.2.2.
- [Release notes](https://github.com/lezer-parser/generator/releases)
- [Changelog](https://github.com/lezer-parser/generator/blob/main/CHANGELOG.md)
- [Commits](lezer-parser/generator@1.0.0...1.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants