Closed dependabot-preview[bot] closed 5 years ago
Merging #73 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #73 +/- ##
=========================================
Coverage 80.69% 80.69%
Complexity 55 55
=========================================
Files 18 18
Lines 202 202
Branches 18 18
=========================================
Hits 163 163
Misses 38 38
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 e4259dd...4b8c4eb. Read the comment docs.
Dependabot tried to update this pull request, but something went wrong. The most likely cause is #76, which may be blocking Dependabot from updating your dependency files.
@dependabot merge
Bumps javaparser-core from 3.14.9 to 3.15.1.
Changelog
*Sourced from [javaparser-core's changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md).* > Version 3.15.1 > ------------------ > [issues resolved](https://github.com/javaparser/javaparser/milestone/154?closed=1) > > Version 3.15.0 > ------------------ > - The funny "PI" version number messed up the release order in the maven site, > so here is a new minor release. > [issues resolved](https://github.com/javaparser/javaparser/milestone/153?closed=1) > > Version 3.14.16 > ------------------ > [issues resolved](https://github.com/javaparser/javaparser/milestone/152?closed=1) > > Version 3.14.159265359 > ------------------ > [issues resolved](https://github.com/javaparser/javaparser/milestone/151?closed=1) > > Version 3.14.14 > ------------------ > [issues resolved](https://github.com/javaparser/javaparser/milestone/150?closed=1) > > 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. > ... (truncated)Commits
- [`f16102b`](https://github.com/javaparser/javaparser/commit/f16102b2eb59ad839168f61ca8d874f4267454a0) [maven-release-plugin] prepare release javaparser-parent-3.15.1 - [`c02b6c5`](https://github.com/javaparser/javaparser/commit/c02b6c5048dc9815426311a159d25f56f1c174b8) Prepare for release - [`b359c2f`](https://github.com/javaparser/javaparser/commit/b359c2f7efa9dc8c18cd72efcb87cef54ae903a5) Merge pull request [#2394](https://github-redirect.dependabot.com/javaparser/javaparser/issues/2394) from alessiostalla/master - [`1ecbbce`](https://github.com/javaparser/javaparser/commit/1ecbbce56b35ead877ea8e8c733306abf3986bfb) Merge branch 'master' of https://github.com/alessiostalla/javaparser - [`0e1a9da`](https://github.com/javaparser/javaparser/commit/0e1a9da088c7ab6521b55c680ea54ea9de82d130) [#2227](https://github-redirect.dependabot.com/javaparser/javaparser/issues/2227) Simplify writing bnd.bnd - [`62abcec`](https://github.com/javaparser/javaparser/commit/62abcec379a0bce26bad983cf3ae2b402a23acf6) Merge branch 'master' into master - [`2385a14`](https://github.com/javaparser/javaparser/commit/2385a143aada3db4178fd16931add676ca315df0) [#2227](https://github-redirect.dependabot.com/javaparser/javaparser/issues/2227) Rewrite bnd generator to use Java 8+ Paths and Streams. Un-ignore gener... - [`921bd8b`](https://github.com/javaparser/javaparser/commit/921bd8bb7a1ef48338169caf67eb58a7071108fa) Merge pull request [#2395](https://github-redirect.dependabot.com/javaparser/javaparser/issues/2395) from gitmotte/master - [`4a29302`](https://github.com/javaparser/javaparser/commit/4a29302a7e6f3773907cd5e2f1db513c7fd2069e) Merge branch 'master' into master - [`4d160c6`](https://github.com/javaparser/javaparser/commit/4d160c648464ba76452f20cf527d088e2053a6d5) * allow $ in class-names, use getCanonicalName() instead of replacing $ - Additional commits viewable in [compare view](https://github.com/javaparser/javaparser/compare/javaparser-parent-3.14.9...javaparser-parent-3.15.1)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)