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.2.3 in /web/ui #102

Conversation

dependabot[bot]
Copy link

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

Bumps @lezer/generator from 0.15.4 to 1.2.3.

Changelog

Sourced from @​lezer/generator's changelog.

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)

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.

... (truncated)

Commits
  • 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
  • 813ffad Update maintainer email
  • 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
  • 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.2.3.
- [Release notes](https://github.com/lezer-parser/generator/releases)
- [Changelog](https://github.com/lezer-parser/generator/blob/main/CHANGELOG.md)
- [Commits](lezer-parser/generator@0.15.4...1.2.3)

---
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 May 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 1, 2023

Superseded by #114.

@dependabot dependabot bot closed this Jul 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/ui/lezer/generator-1.2.3 branch July 1, 2023 19:11
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