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 anvil from 2.5.0-beta05 to 2.5.0-beta08 #38

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps anvil from 2.5.0-beta05 to 2.5.0-beta08.
Updates com.squareup.anvil:annotations-optional from 2.5.0-beta05 to 2.5.0-beta08

Release notes

Sourced from com.squareup.anvil:annotations-optional's releases.

v2.5.0-beta08

Changed

  • Anvil's generated hints are now all generated to the same anvil.hint package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. (#975)

Fixed

  • cache generated file paths relative to the build directory (changed from project directory) (#979)
  • check both kapt and ksp for dagger-compiler when using KSP (#989)

v2.5.0-beta07

Fixed

  • Another mangled name workaround in KSP (#966)

v2.5.0-beta06

Deprecated

  • ContributesBinding.priority has been deprecated in favor of the int-value-based ContributesBinding.rank. This allows for more granular prioritization, rather than just the three enum entries that ContributesBinding.Priority offered.

[!IMPORTANT] IDE auto-replace can auto-replace the enum entry with the corresponding integer, but not the named argument. Automatically-migrated code may wind up with something like priority = RANK_NORMAL. This is an IntelliJ limitation.

Removed

Fixed

  • pass files with only top-level function/property declarations to CodeGenerator implementations (#956)
  • rename the new int-based priority to rank, restore the enum to priority (#957)
  • Fix private targets API use (#961)
  • Fix KSP2 fallback in mangle name checks (#962)
  • Simplify redundant logic (#963)
Changelog

Sourced from com.squareup.anvil:annotations-optional's changelog.

[2.5.0-beta08] - 2024-05-01

Changed

  • Anvil's generated hints are now all generated to the same anvil.hint package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. (#975)

Fixed

  • cache generated file paths relative to the build directory (changed from project directory) (#979)
  • check both kapt and ksp for dagger-compiler when using KSP (#989)

[2.5.0-beta07] - 2024-04-16

Fixed

  • Another mangled name workaround in KSP (#966)

[2.5.0-beta06] - 2024-04-16

Deprecated

  • ContributesBinding.priority has been deprecated in favor of the int-value-based ContributesBinding.rank. This allows for more granular prioritization, rather than just the three enum entries that ContributesBinding.Priority offered.

[!IMPORTANT] IDE auto-replace can auto-replace the enum entry with the corresponding integer, but not the named argument. Automatically-migrated code may wind up with something like priority = RANK_NORMAL. This is an IntelliJ limitation.

Fixed

  • pass files with only top-level function/property declarations to CodeGenerator implementations (#956)
  • rename the new int-based priority to rank, restore the enum to priority (#957)
  • Fix private targets API use (#961)
  • Fix KSP2 fallback in mangle name checks (#962)
  • Simplify redundant logic (#963)
Commits
  • 61b6ad6 Releasing v2.5.0-beta08
  • 4e7f510 check both kapt and ksp for dagger-compiler when using KSP
  • fdf6262 shorter names for binding modules and hints
  • 43d580e Update gradle/actions digest to db19848
  • f9def92 Update actions/checkout digest to 0ad4b8f
  • 92c15ff delete leftover unused test function
  • 70db021 cache generated file paths relative to the build directory (changed from proj...
  • 0f96fac handle GitHub's switch to M1 macs for macos-latest runners
  • a51846f Consolidate hints into single package for simpler lookups (#975)
  • 51eaecf Update actions/upload-artifact digest to 6546280
  • Additional commits viewable in compare view

Updates com.squareup.anvil:annotations from 2.5.0-beta05 to 2.5.0-beta08

Release notes

Sourced from com.squareup.anvil:annotations's releases.

v2.5.0-beta08

Changed

  • Anvil's generated hints are now all generated to the same anvil.hint package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. (#975)

Fixed

  • cache generated file paths relative to the build directory (changed from project directory) (#979)
  • check both kapt and ksp for dagger-compiler when using KSP (#989)

v2.5.0-beta07

Fixed

  • Another mangled name workaround in KSP (#966)

v2.5.0-beta06

Deprecated

  • ContributesBinding.priority has been deprecated in favor of the int-value-based ContributesBinding.rank. This allows for more granular prioritization, rather than just the three enum entries that ContributesBinding.Priority offered.

[!IMPORTANT] IDE auto-replace can auto-replace the enum entry with the corresponding integer, but not the named argument. Automatically-migrated code may wind up with something like priority = RANK_NORMAL. This is an IntelliJ limitation.

Removed

Fixed

  • pass files with only top-level function/property declarations to CodeGenerator implementations (#956)
  • rename the new int-based priority to rank, restore the enum to priority (#957)
  • Fix private targets API use (#961)
  • Fix KSP2 fallback in mangle name checks (#962)
  • Simplify redundant logic (#963)
Changelog

Sourced from com.squareup.anvil:annotations's changelog.

[2.5.0-beta08] - 2024-05-01

Changed

  • Anvil's generated hints are now all generated to the same anvil.hint package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. (#975)

Fixed

  • cache generated file paths relative to the build directory (changed from project directory) (#979)
  • check both kapt and ksp for dagger-compiler when using KSP (#989)

[2.5.0-beta07] - 2024-04-16

Fixed

  • Another mangled name workaround in KSP (#966)

[2.5.0-beta06] - 2024-04-16

Deprecated

  • ContributesBinding.priority has been deprecated in favor of the int-value-based ContributesBinding.rank. This allows for more granular prioritization, rather than just the three enum entries that ContributesBinding.Priority offered.

[!IMPORTANT] IDE auto-replace can auto-replace the enum entry with the corresponding integer, but not the named argument. Automatically-migrated code may wind up with something like priority = RANK_NORMAL. This is an IntelliJ limitation.

Fixed

  • pass files with only top-level function/property declarations to CodeGenerator implementations (#956)
  • rename the new int-based priority to rank, restore the enum to priority (#957)
  • Fix private targets API use (#961)
  • Fix KSP2 fallback in mangle name checks (#962)
  • Simplify redundant logic (#963)
Commits
  • 61b6ad6 Releasing v2.5.0-beta08
  • 4e7f510 check both kapt and ksp for dagger-compiler when using KSP
  • fdf6262 shorter names for binding modules and hints
  • 43d580e Update gradle/actions digest to db19848
  • f9def92 Update actions/checkout digest to 0ad4b8f
  • 92c15ff delete leftover unused test function
  • 70db021 cache generated file paths relative to the build directory (changed from proj...
  • 0f96fac handle GitHub's switch to M1 macs for macos-latest runners
  • a51846f Consolidate hints into single package for simpler lookups (#975)
  • 51eaecf Update actions/upload-artifact digest to 6546280
  • Additional commits viewable in compare view

Updates com.squareup.anvil:compiler-api from 2.5.0-beta05 to 2.5.0-beta08

Release notes

Sourced from com.squareup.anvil:compiler-api's releases.

v2.5.0-beta08

Changed

  • Anvil's generated hints are now all generated to the same anvil.hint package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. (#975)

Fixed

  • cache generated file paths relative to the build directory (changed from project directory) (#979)
  • check both kapt and ksp for dagger-compiler when using KSP (#989)

v2.5.0-beta07

Fixed

  • Another mangled name workaround in KSP (#966)

v2.5.0-beta06

Deprecated

  • ContributesBinding.priority has been deprecated in favor of the int-value-based ContributesBinding.rank. This allows for more granular prioritization, rather than just the three enum entries that ContributesBinding.Priority offered.

[!IMPORTANT] IDE auto-replace can auto-replace the enum entry with the corresponding integer, but not the named argument. Automatically-migrated code may wind up with something like priority = RANK_NORMAL. This is an IntelliJ limitation.

Removed

Fixed

  • pass files with only top-level function/property declarations to CodeGenerator implementations (#956)
  • rename the new int-based priority to rank, restore the enum to priority (#957)
  • Fix private targets API use (#961)
  • Fix KSP2 fallback in mangle name checks (#962)
  • Simplify redundant logic (#963)
Changelog

Sourced from com.squareup.anvil:compiler-api's changelog.

[2.5.0-beta08] - 2024-05-01

Changed

  • Anvil's generated hints are now all generated to the same anvil.hint package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. (#975)

Fixed

  • cache generated file paths relative to the build directory (changed from project directory) (#979)
  • check both kapt and ksp for dagger-compiler when using KSP (#989)

[2.5.0-beta07] - 2024-04-16

Fixed

  • Another mangled name workaround in KSP (#966)

[2.5.0-beta06] - 2024-04-16

Deprecated

  • ContributesBinding.priority has been deprecated in favor of the int-value-based ContributesBinding.rank. This allows for more granular prioritization, rather than just the three enum entries that ContributesBinding.Priority offered.

[!IMPORTANT] IDE auto-replace can auto-replace the enum entry with the corresponding integer, but not the named argument. Automatically-migrated code may wind up with something like priority = RANK_NORMAL. This is an IntelliJ limitation.

Fixed

  • pass files with only top-level function/property declarations to CodeGenerator implementations (#956)
  • rename the new int-based priority to rank, restore the enum to priority (#957)
  • Fix private targets API use (#961)
  • Fix KSP2 fallback in mangle name checks (#962)
  • Simplify redundant logic (#963)
Commits
  • 61b6ad6 Releasing v2.5.0-beta08
  • 4e7f510 check both kapt and ksp for dagger-compiler when using KSP
  • fdf6262 shorter names for binding modules and hints
  • 43d580e Update gradle/actions digest to db19848
  • f9def92 Update actions/checkout digest to 0ad4b8f
  • 92c15ff delete leftover unused test function
  • 70db021 cache generated file paths relative to the build directory (changed from proj...
  • 0f96fac handle GitHub's switch to M1 macs for macos-latest runners
  • a51846f Consolidate hints into single package for simpler lookups (#975)
  • 51eaecf Update actions/upload-artifact digest to 6546280
  • Additional commits viewable in compare view

Updates com.squareup.anvil:compiler-utils from 2.5.0-beta05 to 2.5.0-beta08

Release notes

Sourced from com.squareup.anvil:compiler-utils's releases.

v2.5.0-beta08

Changed

  • Anvil's generated hints are now all generated to the same anvil.hint package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. (#975)

Fixed

  • cache generated file paths relative to the build directory (changed from project directory) (#979)
  • check both kapt and ksp for dagger-compiler when using KSP (#989)

v2.5.0-beta07

Fixed

  • Another mangled name workaround in KSP (#966)

v2.5.0-beta06

Deprecated

  • ContributesBinding.priority has been deprecated in favor of the int-value-based ContributesBinding.rank. This allows for more granular prioritization, rather than just the three enum entries that ContributesBinding.Priority offered.

[!IMPORTANT] IDE auto-replace can auto-replace the enum entry with the corresponding integer, but not the named argument. Automatically-migrated code may wind up with something like priority = RANK_NORMAL. This is an IntelliJ limitation.

Removed

Fixed

  • pass files with only top-level function/property declarations to CodeGenerator implementations (#956)
  • rename the new int-based priority to rank, restore the enum to priority (#957)
  • Fix private targets API use (#961)
  • Fix KSP2 fallback in mangle name checks (#962)
  • Simplify redundant logic (#963)
Changelog

Sourced from com.squareup.anvil:compiler-utils's changelog.

[2.5.0-beta08] - 2024-05-01

Changed

  • Anvil's generated hints are now all generated to the same anvil.hint package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. (#975)

Fixed

  • cache generated file paths relative to the build directory (changed from project directory) (#979)
  • check both kapt and ksp for dagger-compiler when using KSP (#989)

[2.5.0-beta07] - 2024-04-16

Fixed

  • Another mangled name workaround in KSP (#966)

[2.5.0-beta06] - 2024-04-16

Deprecated

  • ContributesBinding.priority has been deprecated in favor of the int-value-based ContributesBinding.rank. This allows for more granular prioritization, rather than just the three enum entries that ContributesBinding.Priority offered.

[!IMPORTANT] IDE auto-replace can auto-replace the enum entry with the corresponding integer, but not the named argument. Automatically-migrated code may wind up with something like priority = RANK_NORMAL. This is an IntelliJ limitation.

Fixed

  • pass files with only top-level function/property declarations to CodeGenerator implementations (#956)
  • rename the new int-based priority to rank, restore the enum to priority (#957)
  • Fix private targets API use (#961)
  • Fix KSP2 fallback in mangle name checks (#962)
  • Simplify redundant logic (#963)
Commits
  • 61b6ad6 Releasing v2.5.0-beta08
  • 4e7f510 check both kapt and ksp for dagger-compiler when using KSP
  • fdf6262 shorter names for binding modules and hints
  • 43d580e Update gradle/actions digest to db19848
  • f9def92 Update actions/checkout digest to 0ad4b8f
  • 92c15ff delete leftover unused test function
  • 70db021 cache generated file paths relative to the build directory (changed from proj...
  • 0f96fac handle GitHub's switch to M1 macs for macos-latest runners
  • a51846f Consolidate hints into single package for simpler lookups (#975)
  • 51eaecf Update actions/upload-artifact digest to 6546280
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps `anvil` from 2.5.0-beta05 to 2.5.0-beta08.

Updates `com.squareup.anvil:annotations-optional` from 2.5.0-beta05 to 2.5.0-beta08
- [Release notes](https://github.com/square/anvil/releases)
- [Changelog](https://github.com/square/anvil/blob/main/CHANGELOG.md)
- [Commits](square/anvil@v2.5.0-beta05...v2.5.0-beta08)

Updates `com.squareup.anvil:annotations` from 2.5.0-beta05 to 2.5.0-beta08
- [Release notes](https://github.com/square/anvil/releases)
- [Changelog](https://github.com/square/anvil/blob/main/CHANGELOG.md)
- [Commits](square/anvil@v2.5.0-beta05...v2.5.0-beta08)

Updates `com.squareup.anvil:compiler-api` from 2.5.0-beta05 to 2.5.0-beta08
- [Release notes](https://github.com/square/anvil/releases)
- [Changelog](https://github.com/square/anvil/blob/main/CHANGELOG.md)
- [Commits](square/anvil@v2.5.0-beta05...v2.5.0-beta08)

Updates `com.squareup.anvil:compiler-utils` from 2.5.0-beta05 to 2.5.0-beta08
- [Release notes](https://github.com/square/anvil/releases)
- [Changelog](https://github.com/square/anvil/blob/main/CHANGELOG.md)
- [Commits](square/anvil@v2.5.0-beta05...v2.5.0-beta08)

---
updated-dependencies:
- dependency-name: com.squareup.anvil:annotations-optional
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.squareup.anvil:annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.squareup.anvil:compiler-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.squareup.anvil:compiler-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/gradle/anvil-2.5.0-beta08 branch May 13, 2024 15:17
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 Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants