korthout / Cantis

Living documentation glossary extractor for Java projects
MIT License
10 stars 1 forks source link

chore(deps): bump javaparser-core from 3.14.9 to 3.14.13 #66

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps javaparser-core from 3.14.9 to 3.14.13.

Changelog *Sourced from [javaparser-core's changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md).* > Version 3.14.13 > ------------------ > [issues resolved](https://github.com/javaparser/javaparser/milestone/149?closed=1) > > Version 3.14.12 > ------------------ > - BREAKING: `NodeWithConstructors` has been merged into `NodeWithMembers`, > so if you don't have a very specific need to only find nodes that support constructors, > you can use `NodeWithMembers` instead. > > [issues resolved](https://github.com/javaparser/javaparser/milestone/148?closed=1) > > Version 3.14.11 > ------------------ > - BREAKING: the pseudo-language levels have been turned into constants with the same name in the same place. > With a little luck everything will keep compiling. > > [issues resolved](https://github.com/javaparser/javaparser/milestone/147?closed=1) > > Version 3.14.10 (buggy!) > ------------------ > - BREAKING: Java 13: `break` no longer has an expression, this was part of a language preview in Java 12 > and has been removed in Java 13. > - BREAKING: Java 13: `YieldStatement` and the keyword `yield` have been added. > This means the token numbers have changed, and this affects serialization. > If you rely on serialized tokens, be sure to deserialize with your current version and serialize with this version. > - Java 13: `TextBlockLiteralExpr` has been added. > - This release is broken because no identifier called `yield` can be used. > > [issues resolved](https://github.com/javaparser/javaparser/milestone/146?closed=1)
Commits - [`5da9950`](https://github.com/javaparser/javaparser/commit/5da995087200a5baa370dede9316856e9d9fe0cf) [maven-release-plugin] prepare release javaparser-parent-3.14.13 - [`19b3faf`](https://github.com/javaparser/javaparser/commit/19b3faf4f69993772b737b0bb8791bef71bea26e) Prepare for release - [`1fc41ef`](https://github.com/javaparser/javaparser/commit/1fc41ef8ba42ebb8022407b40b0b21ab8228a99a) Merge pull request [#2355](https://github-redirect.dependabot.com/javaparser/javaparser/issues/2355) from jlerbsc/master - [`afba25d`](https://github.com/javaparser/javaparser/commit/afba25d04438fa4bb4a5ef0a155fda8b26f0bd49) fix issue [#2351](https://github-redirect.dependabot.com/javaparser/javaparser/issues/2351) Can add an enum constant with lexical preserving printer - [`bdba825`](https://github.com/javaparser/javaparser/commit/bdba825e5d479121e1fc38dcf35faa7fce6f9b37) Update changelog.md - [`216da5e`](https://github.com/javaparser/javaparser/commit/216da5e48bf66841fa7f0b40004289665e8dbd56) [maven-release-plugin] prepare for next development iteration - [`d6df0a8`](https://github.com/javaparser/javaparser/commit/d6df0a845584a8078d7fe8cf974263113a83151e) [maven-release-plugin] prepare release javaparser-parent-3.14.12 - [`06df92e`](https://github.com/javaparser/javaparser/commit/06df92e7f3e10903ac2009c83342579dfd7b15fc) Merge remote-tracking branch 'jp/master' - [`a745d9d`](https://github.com/javaparser/javaparser/commit/a745d9d699d54fe16061b654cd91c2c7a91fd855) Prepare for release - [`6165bb7`](https://github.com/javaparser/javaparser/commit/6165bb7bf3d8848ac2ea667a093ac8abae0f7791) Merge pull request [#2348](https://github-redirect.dependabot.com/javaparser/javaparser/issues/2348) from MDZhB/method-declaration-parse-start - Additional commits viewable in [compare view](https://github.com/javaparser/javaparser/compare/javaparser-parent-3.14.9...javaparser-parent-3.14.13)


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

Merging #66 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #66   +/-   ##
========================================
  Coverage      79.7%   79.7%           
  Complexity       54      54           
========================================
  Files            18      18           
  Lines           202     202           
  Branches         18      18           
========================================
  Hits            161     161           
  Misses           40      40           
  Partials          1       1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 31bd14e...c100ced. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #68.