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

Bump antlr4ng from 3.0.10 to 3.0.13 #830

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps antlr4ng from 3.0.10 to 3.0.13.

Release notes

Sourced from antlr4ng's releases.

New Point Release

  • Some member variable init was missing.
  • Fixed duplicated serialized ATN getters (one with a real getter, one with the getSerializedATN method).
  • Fixed token index access for non-writable tokens in BufferedTokenStream.
  • Fixed some toString() methods that produce incompatible output.
  • ParseCancellationException now keeps the original error for later examination.
  • Fixed target state output of the profiling ATN simulator.

New Point Release

  • Added debug config for ANLTR4 grammars (for testing).
  • Fixed a wrong method name in DecisionInfo.
  • Removed automatic reordering of start and stop in Interval. It's by intention to accept whatever comes in. Also change Interval.toString() to conform with the Java runtime.
  • IntervalSet accepts a list of values in its constructor, to ease creation for non-continuous value ranges.
  • Fixed source interval retrieval in ParseRuleContext (now working like in Java).
  • Moved isolated test specs to the API folder, to stay close to the other specs.
  • Added a new test spec for XPath.

New Point Release

  • Each ATN instance now uses its own instance of the LL1Analyzer. This cannot be shared.
  • Removed a forgotten debug output from the ATNSerialiser.
  • The HashMap now supports enumeration of its keys.
  • The channel value for getHiddenTokensToRight/Left in BufferedTokenStream is now marked as optional (it is already handled that way).
Changelog

Sourced from antlr4ng's changelog.

##3.0.13

  • Some member variable init was missing.
  • Fixed duplicated serialized ATN getters (one with a real getter, one with the getSerializedATN method).
  • Fixed token index access for non-writable tokens in BufferedTokenStream.
  • Fixed some toString() methods that produced incompatible output.
  • ParseCancellationException now keeps the original error for later examination.
  • Fixed target state output of the profiling ATN simulator.

3.0.12

  • Added debug config for ANLTR4 grammars (for testing).
  • Fixed a wrong method name in DecisionInfo.
  • Removed automatic reordering of start and stop in Interval. It's by intention to accept whatever comes in. Also changed Interval.toString() to conform with the Java runtime.
  • IntervalSet accepts a list of values in its constructor, to ease creation for non-continuous value ranges.
  • Fixed source interval retrieval in ParseRuleContext (now working like in Java).
  • Moved isolated test specs to the API folder, to stay close to the other specs.
  • Added a new test spec for XPath.
  • SingletonPredictionContext imported EmptyPredictionContext for just one test, which created a circular dependency situation.
  • Fixed two off-by-one bugs in IntervalSet.

3.0.11

  • Each ATN instance now uses its own instance of the LL1Analyzer. This cannot be shared.
  • Removed a forgotten debug output from the ATNSerialiser.
  • The HashMap now supports enumeration of its keys.
  • The channel value for getHiddenTokensToRight/Left in BufferedTokenStream is now marked as optional (it is already handled that way).
Commits
  • 4bbb636 New Point Release
  • 4f5bf49 A number of bug fixes.
  • 28ccec5 New Point Release
  • 0df4c5f Some bug fixes.
  • cdc69c2 Decoupled EmptyPredictionContext and SingletonPredictionContext
  • 672070c New point release
  • b1169dc Improved LL1Analyzer construction + add HashMap key enumeration
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [antlr4ng](https://github.com/mike-lischke/antlr4ng) from 3.0.10 to 3.0.13.
- [Release notes](https://github.com/mike-lischke/antlr4ng/releases)
- [Changelog](https://github.com/mike-lischke/antlr4ng/blob/main/release-notes.md)
- [Commits](mike-lischke/antlr4ng@v3.0.10...v3.0.13)

---
updated-dependencies:
- dependency-name: antlr4ng
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Dec 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

Superseded by #837.

@dependabot dependabot bot closed this Dec 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antlr4ng-3.0.13 branch December 30, 2024 09:20
@github-actions github-actions bot locked and limited conversation to collaborators Dec 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants