micronaut-projects / micronaut-sourcegen

Compilation time source code generators
Apache License 2.0
7 stars 4 forks source link

Update dependency com.google.testing.compile:compile-testing to v0.21.0 #49

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.testing.compile:compile-testing 0.19 -> 0.21.0 age adoption passing confidence

Release Notes

google/compile-testing (com.google.testing.compile:compile-testing) ### [`v0.21.0`](https://togithub.com/google/compile-testing/releases/tag/v0.21.0): 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. (https://github.com/google/compile-testing/commit/9a592f77821adecf10a16a7a4cdd2f071ddcf136)

Configuration

📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud