Skip to content

build(deps): bump antlr4.version from 4.5.3 to 4.13.2 - #19896

Merged
FrankChen021 merged 2 commits into
masterfrom
dependabot/maven/antlr4.version-4.13.2
Aug 7, 2026
Merged

build(deps): bump antlr4.version from 4.5.3 to 4.13.2#19896
FrankChen021 merged 2 commits into
masterfrom
dependabot/maven/antlr4.version-4.13.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps antlr4.version from 4.5.3 to 4.13.2.
Updates org.antlr:antlr4-runtime from 4.5.3 to 4.13.2

Release notes

Sourced from org.antlr:antlr4-runtime's releases.

4.13.2

Minor updates release.

Pull requests grouped by target

cpp target

go target

javascript target

python3 target

Contributors

4.13.1

Pull requests grouped by target

csharp target

  • [[CSharp] Fix for #4386 -- change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets](antlr/antlr4#4399) (target:csharp, type:cleanup)

go target

java target

javascript target

swift target

... (truncated)

Commits
  • cc82115 [maven-release-plugin] prepare release 4.13.2
  • b91cecf Update 4.13.1 -> 4.13.2
  • 35ff30d Update release docs to say 4.13.2; rebuild XPathLexers
  • 2559349 fix(javascript): fix types not being recognized for NodeNext module resolutio...
  • e8bf978 rule name 'state' conflict with Python runtime.
  • 88a0c7a Support TypeScript bundler module resolution
  • caf46b9 [Python3] Replace deprecated assertEquals() to fix py3.12 compat
  • 17f3f5e Add include dirs direclty to cpp targets
  • b3bb743 chore: fix error link
  • 7d4cea9 Fix singleton memory leaks
  • Additional commits viewable in compare view

Updates org.antlr:antlr4-coordinator from 4.5.3 to 4.13.2

Updates org.antlr:antlr4-maven-plugin from 4.5.3 to 4.13.2

Release notes

Sourced from org.antlr:antlr4-maven-plugin's releases.

4.13.2

Minor updates release.

Pull requests grouped by target

cpp target

go target

javascript target

python3 target

Contributors

4.13.1

Pull requests grouped by target

csharp target

  • [[CSharp] Fix for #4386 -- change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets](antlr/antlr4#4399) (target:csharp, type:cleanup)

go target

java target

javascript target

swift target

... (truncated)

Commits
  • cc82115 [maven-release-plugin] prepare release 4.13.2
  • b91cecf Update 4.13.1 -> 4.13.2
  • 35ff30d Update release docs to say 4.13.2; rebuild XPathLexers
  • 2559349 fix(javascript): fix types not being recognized for NodeNext module resolutio...
  • e8bf978 rule name 'state' conflict with Python runtime.
  • 88a0c7a Support TypeScript bundler module resolution
  • caf46b9 [Python3] Replace deprecated assertEquals() to fix py3.12 compat
  • 17f3f5e Add include dirs direclty to cpp targets
  • b3bb743 chore: fix error link
  • 7d4cea9 Fix singleton memory leaks
  • Additional commits viewable in compare view

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 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 `antlr4.version` from 4.5.3 to 4.13.2.

Updates `org.antlr:antlr4-runtime` from 4.5.3 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.5.3...4.13.2)

Updates `org.antlr:antlr4-coordinator` from 4.5.3 to 4.13.2

Updates `org.antlr:antlr4-maven-plugin` from 4.5.3 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.5.3...4.13.2)

---
updated-dependencies:
- dependency-name: org.antlr:antlr4-runtime
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.antlr:antlr4-coordinator
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.antlr:antlr4-maven-plugin
  dependency-version: 4.13.2
  dependency-type: direct:production
  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 java Pull requests that update Java code labels Aug 5, 2026
// see: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Double.html#valueOf(java.lang.String)
DOUBLE : 'NaN' | 'Infinity' | (LONG '.' LONG?) | (LONG EXP) | (LONG '.' LONG? EXP);
IDENTIFIER : [_$a-zA-Z][_$a-zA-Z0-9]* | '"' (ESC | ~ [\"\\])* '"';
IDENTIFIER : [_$a-zA-Z][_$a-zA-Z0-9]* | '"' (ESC | ~ ["\\])* '"';

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ANTLR 4.13.2 character-set syntax

The quote escapes were removed because ANTLR 4.13.2 rejects \" and \' when they appear inside lexer character sets as invalid escapes. Quotes are literal members inside [...], so this preserves the language behavior: IDENTIFIER still excludes \" and \, while STRING still excludes \' and \. The corresponding ESC rule keeps the same JSON-style escape letters and Unicode support. This is a grammar-generation compatibility fix for ANTLR 4.13.2, not a change to comment handling or the accepted expression syntax. Grammar generation and 35 ParserTest cases passed locally.

@FrankChen021 FrankChen021 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This review was performed by Codex GPT-5.6-Sol model.

@FrankChen021
FrankChen021 merged commit 627fdc8 into master Aug 7, 2026
28 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/antlr4.version-4.13.2 branch August 7, 2026 05:19
@github-actions github-actions Bot added this to the 39.0.0 milestone Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area - Dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant