buildless / plugin-gradle

Buildless plug-in for Gradle
https://gradle.docs.less.build/
Apache License 2.0
6 stars 5 forks source link

chore(deps): bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.13.2 to 0.14.0 #141

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps org.jetbrains.kotlinx.binary-compatibility-validator from 0.13.2 to 0.14.0.

Release notes

Sourced from org.jetbrains.kotlinx.binary-compatibility-validator's releases.

0.14.0

The release contains changes potentially affecting dump's content (#144, #162, #161, #175).

What changed:

  • $EntriesMappings classes backing Kotlin's 1.9 Enum.entries are now filtered out (#144)
  • Companion class' annotation are now propagated to the corresponding Companion field (#162)
  • Interface's class-level annotations are now propagated to the corresponding DefaultImpls class (#161)
  • An option to setup a custom dump output directory (other that the default api/) is added (#170)
  • Packages annotated in Java package-info classes could be now filtered from the dump by adding these annotations to nonPublicMarkers (#175)
  • Fixed ignoredClasses behavior to avoid exclusion of classes whose name is a prefix of some ignoredClasses values (#136)
  • Gradle is updated to 8.5, build scripts and configs are refactored (#134, #167), strict API mode is enabled (#168)
  • ASM is updated to 8.6 to support classifies targeting Java versions (#173)
  • Tests were cleaned up to avoid hardcoded dump root paths (#154)
  • Bages in the README file were updated (#159)

Thanks to @​qwwdfsad, @​bryanlogan, @​aSemy, @​xtrm-en and @​Goooler for contributions!

Commits
  • 15fe830 Version 0.14.0
  • 0507790 Support Java package-level annotations (#175)
  • 3969489 Update ASM (#173)
  • 4367cb7 Configure output directory for dumps (#170)
  • 1d7505b Add all interface's class-level annotations to its DefaultImpls class. (#161)
  • 066e01e Add all Companion class annotations to the corresponding Companion field. (#162)
  • 07d46e7 Enable strict explicit API mode (#168)
  • f62caa2 Do not depend on sources and javadocs twice during the publication process (#...
  • 041d70b Fix after-merge build: use absolute paths in test resources
  • 60098a3 BCV Gradle rework (#134)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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.

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

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6127b6c) 6.60% compared to head (9302e37) 6.60%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/buildless/plugin-gradle/pull/141/graphs/tree.svg?width=650&height=150&src=pr&token=5JOZVNX444&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless)](https://app.codecov.io/gh/buildless/plugin-gradle/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless) ```diff @@ Coverage Diff @@ ## main #141 +/- ## ======================================= Coverage 6.60% 6.60% Complexity 5 5 ======================================= Files 21 21 Lines 651 651 Branches 72 72 ======================================= Hits 43 43 Misses 608 608 ``` ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/buildless/plugin-gradle/pull/141?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/buildless/plugin-gradle/pull/141?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless). Last update [6127b6c...9302e37](https://app.codecov.io/gh/buildless/plugin-gradle/pull/141?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless).
sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud