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 net.java.dev.javacc:javacc from 7.0.10 to 7.0.13 #12103

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2023

Bumps net.java.dev.javacc:javacc from 7.0.10 to 7.0.13.

Changelog

Sourced from net.java.dev.javacc:javacc's changelog.

Modifications in JavaCC 7.0.13

  • #267 : Resolve merge conflicts from #245
  • #245 : Fix issue #243 (Character code is returned instead of the symbol in the message)
  • #232 : Revert "Try to fix {{{{{}}}}} issue in GitHub Pages"
  • #231 : Try to fix {{{{{}}}}} issue in GitHub Pages

Modifications in JavaCC 7.0.12

  • #230 : Remove unused char from TokenMgrError.template in LexicalEr
  • #228 : Remove redundant cast in TokenMgrError template
  • #224 : Production part in javacc_input cannot be omitted
  • #223 : Fix annotations for JavaCharStream
  • #222 : Generate max. one deprecated annotation per method
  • #219 : Fix mismatched javadoc
  • #213 : Fix legacy links to Apache Lucene's grammar file
  • #212 : Test for allocation expression #189
  • #211 : Bad defaultVisit() method generated
  • #210 : Another change for marked for removal
  • #209 : Improve lexical error message
  • #208 : Relocated misplaced annotations
  • #207 : Changed methods marked for removal
  • #206 : Build xml improvements
  • #205 : Small fixes on warnings
  • #203 : Missing change for doc for token_manager_decls (issue #190)
  • #202 : Fix doc for token_manager_decls (issue #190)
  • #200 : Update index.md and _config.yml
  • #199 : Fix QueryParser.jj url in README

Modifications in JavaCC 7.0.11

  • #193 : Code error in class RCharacterList.SortDescriptors(): fixed

Commits
  • e64881d [maven-release-plugin] prepare release javacc-7.0.13
  • 46bf103 Updates for release 7.0.13. Signed
  • e8bf242 Bump to 7.0.13
  • f9e8c42 Revert "Bump to version 7.0.13"
  • 6bfdaa5 Bump to version 7.0.13
  • 38cfc5d Merge pull request #267 from zbynek/resolve-conflict
  • dfba32b More missing bits from 7.0.12 version bump
  • 670551b Bump to 7.0.12
  • e501ff6 Update index.md
  • 66924ba Production part in javacc_input cannot be omitted
  • 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 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 [net.java.dev.javacc:javacc](https://github.com/javacc/javacc) from 7.0.10 to 7.0.13.
- [Release notes](https://github.com/javacc/javacc/releases)
- [Changelog](https://github.com/javacc/javacc/blob/master/docs/release-notes.md)
- [Commits](javacc/javacc@javacc-7.0.10...javacc-7.0.13)

---
updated-dependencies:
- dependency-name: net.java.dev.javacc:javacc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Dec 6, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (49804a4) 61.68% compared to head (7498ee0) 61.69%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #12103   +/-   ##
=========================================
  Coverage     61.68%   61.69%           
- Complexity     1152     1153    +1     
=========================================
  Files          2391     2391           
  Lines        130211   130211           
  Branches      20141    20141           
=========================================
+ Hits          80320    80332   +12     
+ Misses        44048    44034   -14     
- Partials       5843     5845    +2     
Flag Coverage Δ
custom-integration1 <0.01% <ø> (ø)
integration <0.01% <ø> (ø)
integration1 <0.01% <ø> (ø)
integration2 0.00% <ø> (ø)
java-11 61.65% <ø> (+26.58%) ⬆️
java-21 61.57% <ø> (+<0.01%) ⬆️
skip-bytebuffers-false 61.67% <ø> (ø)
skip-bytebuffers-true 61.55% <ø> (+0.02%) ⬆️
temurin 61.69% <ø> (+<0.01%) ⬆️
unittests 61.68% <ø> (+<0.01%) ⬆️
unittests1 46.95% <ø> (-0.01%) ⬇️
unittests2 27.60% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Jackie-Jiang Jackie-Jiang merged commit 48dd67e into master Dec 6, 2023
20 of 21 checks passed
@Jackie-Jiang Jackie-Jiang deleted the dependabot/maven/net.java.dev.javacc-javacc-7.0.13 branch December 6, 2023 22:06
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants