ReVanced / revanced-patcher

💉 ReVanced Patcher used to patch Android applications
https://revanced.app
GNU General Public License v3.0
2.41k stars 200 forks source link

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

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 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

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 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)
dependabot[bot] commented 4 months ago

Looks like org.jetbrains.kotlinx.binary-compatibility-validator is up-to-date now, so this is no longer needed.