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 com.google.testing.compile:compile-testing from 0.19 to 0.21.0 #2170

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2023

Bumps com.google.testing.compile:compile-testing from 0.19 to 0.21.0.

Release notes

Sourced from com.google.testing.compile:compile-testing's releases.

0.21.0

  • Fixed a bug: When comparing ASTs, for example in JavaFileObjectSubject.hasSourceEquivalentTo, some kinds of nodes were omitted from the comparison. In particular, if the expected code had an annotated type or a union type (multicatch), the actual code could contain anything at that point and the test would still pass. This was also true for post-Java-8 constructs like module declarations, yield statements, and the like. These omissions have been corrected. Some tests may now fail if the expected and actual source do not match, in ways that were hidden by this bug. (google/compile-testing@9a592f7)

0.20

  • Allow sources being compiled to be read from annotation processors. (95e749d)
  • Fix false negative when comparing source files that differ only in try-with-resources specifications. (cb6486c)
  • Add withAnnotationProcessorPath() to Compiler. (80a9ee0)
  • Improve error messages rendered by JavaSourcesSubject.parsesAs() and JavaFileObjectSubject.containsElementsIn() to more easily distinguish between errors incurred in actual vs expected source. (115014e)
  • Use @Nullable from the Checker Framework and fix a few null-correctness issues. (6260258)
  • Fixed bug where testing package-info.java with parsesAs() threw a NullPointerException. (c46b1b6)
  • Close JavaCompiler objects to avoid resource leaks. (cd2c0a8)
Commits
  • c24c262 Set version number for compile-testing to 0.21.0.
  • 9a592f7 Use reflection to implement TreeDiffer.DiffVisitor.
  • cd5e8a9 Adjust configuration and documents to reflect the renamed main branch.
  • 75b95ed Name our release profile sonatype-oss-release instead of release.
  • ea22b1d Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0
  • 1148d31 Bump error_prone_annotations from 2.15.0 to 2.16
  • d288d45 Bump auto-value from 1.9 to 1.10
  • 6be818d Bump checker-qual from 3.25.0 to 3.26.0
  • b9a66d1 Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1
  • c2bd7ba Bump maven-jar-plugin from 3.2.2 to 3.3.0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Jul 27, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a9ff025) 75.20% compared to head (67f8086) 75.18%.

Additional details and impacted files
@@              Coverage Diff              @@
##             3.6-dev    #2170      +/-   ##
=============================================
- Coverage      75.20%   75.18%   -0.02%     
+ Complexity     12322    12316       -6     
=============================================
  Files           1057     1057              
  Lines          63450    63450              
  Branches        6935     6935              
=============================================
- Hits           47716    47706      -10     
- Misses         13169    13173       +4     
- Partials        2565     2571       +6     

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

@Cole-Greer
Copy link
Contributor

Closing to retarget 3.6-dev

@Cole-Greer Cole-Greer closed this Dec 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/3.5-dev/com.google.testing.compile-compile-testing-0.21.0 branch December 4, 2023 22:39
@Cole-Greer Cole-Greer restored the dependabot/maven/3.5-dev/com.google.testing.compile-compile-testing-0.21.0 branch December 4, 2023 22:49
@Cole-Greer Cole-Greer reopened this Dec 4, 2023
Bumps [com.google.testing.compile:compile-testing](https://github.com/google/compile-testing) from 0.19 to 0.21.0.
- [Release notes](https://github.com/google/compile-testing/releases)
- [Commits](google/compile-testing@compile-testing-0.19...v0.21.0)

---
updated-dependencies:
- dependency-name: com.google.testing.compile:compile-testing
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot changed the base branch from 3.5-dev to 3.6-dev December 4, 2023 22:50
@dependabot dependabot bot force-pushed the dependabot/maven/3.5-dev/com.google.testing.compile-compile-testing-0.21.0 branch from 2764204 to 67f8086 Compare December 4, 2023 22:50
@spmallette
Copy link
Contributor

merged to master - e8a61e0

@spmallette spmallette closed this Dec 7, 2023
@dependabot dependabot bot deleted the dependabot/maven/3.5-dev/com.google.testing.compile-compile-testing-0.21.0 branch December 7, 2023 13:08
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants