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

chore(deps): bump javaparser-core from 3.24.2 to 3.25.0 #157

Conversation

dependabot[bot]
Copy link

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

Bumps javaparser-core from 3.24.2 to 3.25.0.

Release notes

Sourced from javaparser-core's releases.

Release javaparser-parent-3.25.0

Added

Changed

Fixed

  • Fix: Method hasScope must return true on NodeWithOptionalScope and No… (PR #3875 by @​jlerbsc)
  • fix #3859 UnsupportedOperationException when trying to resolve a type… (PR #3873 by @​abego)
  • Fix: issue 3866 Symbol solver is unable to resolve inner classes of ancestors when they are prefixed with a subclass (PR #3868 by @​jlerbsc)
  • Fix: issue 3703 Allow removing empty parentheses after removing all pairs from an annotation (PR #3865 by @​jlerbsc)
  • Fix: One must be able to know if any resolved type is a boxed primiti… (PR #3864 by @​jlerbsc)
  • Fix: Issue 2374 Comments of added Nodes are ignored in LexicalPreserv… (PR #3856 by @​jlerbsc)
  • Checkstyle for unused import (PR #3841 by @​4everTheOne)
  • Update bnd file (PR #3783 by @​jlerbsc)

Developer Changes

Uncategorised

  • Add test case to verify range calculation on ArrayType (PR #3828 by @​jlerbsc)
  • Add test case to verify that LexicalPreservation supports TextBlock (PR #3827 by @​jlerbsc)
  • Refactoring: Removing useless method convertToUsage in JavaParserFacade (PR #3780 by @​jlerbsc)

... (truncated)

Changelog

Sourced from javaparser-core's changelog.

Version 3.25.0

issues resolved

Added

Changed

Fixed

  • Fix: Method hasScope must return true on NodeWithOptionalScope and No… (PR #3875 by @​jlerbsc)
  • fix #3859 UnsupportedOperationException when trying to resolve a type… (PR #3873 by @​abego)
  • Fix: issue 3866 Symbol solver is unable to resolve inner classes of ancestors when they are prefixed with a subclass (PR #3868 by @​jlerbsc)
  • Fix: issue 3703 Allow removing empty parentheses after removing all pairs from an annotation (PR #3865 by @​jlerbsc)
  • Fix: One must be able to know if any resolved type is a boxed primiti… (PR #3864 by @​jlerbsc)
  • Fix: Issue 2374 Comments of added Nodes are ignored in LexicalPreserv… (PR #3856 by @​jlerbsc)
  • Checkstyle for unused import (PR #3841 by @​4everTheOne)
  • Update bnd file (PR #3783 by @​jlerbsc)

Developer Changes

Uncategorised

... (truncated)

Commits
  • 46afa90 [maven-release-plugin] prepare release javaparser-parent-3.25.0
  • 11a455a update readme
  • 70defe1 Update changelog
  • a27e261 Merge pull request #3881 from jlerbsc/master
  • de7df9a Revert checkstyle rule related to import from error to warning
  • a83ed92 Merge pull request #3880 from jlerbsc/master
  • 02cd68b Merge branch 'javaparser:master' into master
  • 3e22ad6 First part of the implementation of least upper bound logic
  • 3c7be13 Merge pull request #3873 from abego/issue-3859-fix
  • 0371502 Merge branch 'master' into issue-3859-fix
  • 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 [javaparser-core](https://github.com/javaparser/javaparser) from 3.24.2 to 3.25.0.
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](javaparser/javaparser@javaparser-parent-3.24.2...javaparser-parent-3.25.0)

---
updated-dependencies:
- dependency-name: com.github.javaparser:javaparser-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2023

Dependabot tried to add @oscerd, @rohanKanojia and @manusa as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/rohanKanojia/kubernetes-client/pulls/157/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the rohanKanojia/kubernetes-client repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2023

Superseded by #173.

@dependabot dependabot bot closed this Mar 1, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.github.javaparser-javaparser-core-3.25.0 branch March 1, 2023 12:09
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.

0 participants