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.airbnb:deeplinkdispatch from 4.1.0 to 6.2.2 #416

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2024

Bumps com.airbnb:deeplinkdispatch from 4.1.0 to 6.2.2.

Release notes

Sourced from com.airbnb:deeplinkdispatch's releases.

DeepLinkDispatch v6.2.2

  • Fix matching issue with placeholders (#365)

DeepLinkDispatch v6.2.1

Updates kotlin, ksp, and the xprocessing library.

Notably, the androidx.room:room-compiler-processing library (aka xprocessing) has been updated to 2.6.0-alpha01. This version is incompatible with previous versions due to a breaking API change. All annotation processors using this library must be on the same version. Other annotation processors such as Epoxy and Paris also use xprocessing and if you use them you need to use a version of them that also uses xprocessing 2.6.0-alpha01

DeepLinkDispatch v6.1.0

  • Bump AGP to 7.1.1 and update almost all other dependencies (#337 and #347)
  • Address xprocessing api change (#343)
  • Update dependencies / Clarify parameter override behavior (#347)
  • Fix KSP typo (#346)

DeepLinkDispatch v6.0.0-beta06

  • Added error throwable to result in error case. (#340)
  • Ensure that entries in allowed placeholder values are sorted (#341)
  • Fix crash that could happen with no arg deep Link handler in R8 full mode (#342)

DeepLinkDispatch v6.0.0-beta05

  • Made value length 2 bytes wide. (#338)

DeepLinkDispatch v6.0.0-beta04

  • Fix issues with long placeholders in hosts. (#335)
  • Bump XProcessing version to fix nullability issue (#336)

DeepLinkDispatch v6.0.0-beta03

  • Enable KTLint on all modules #324
  • Added support for allowed placeholder values #328
  • Fix sample app Activity class reference #332
  • Added a new concept of deep link handlers. #330

DeepLinkDispatch v6.0.0-beta02

DeepLinkDispatch v6.0.0-beta01

DeepLinkDispatch v5.4.3

  • Fix inner class matching (matching on methods in inner classes) #321

DeepLinkDispatch v5.4.2

  • Do only load activity class via reflection when it is actually needed. #320

DeepLinkDispatch v5.4.1

  • Fixes to template parsing #317
  • Add functionality to get all DeepLinkEntires from repository #318

DeepLinkDispatch v5.4.0

  • Embed match info into index (#312)

... (truncated)

Commits

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 <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 [com.airbnb:deeplinkdispatch](https://github.com/airbnb/deeplinkdispatch) from 4.1.0 to 6.2.2.
- [Release notes](https://github.com/airbnb/deeplinkdispatch/releases)
- [Changelog](https://github.com/airbnb/DeepLinkDispatch/blob/master/CHANGELOG.md)
- [Commits](airbnb/DeepLinkDispatch@v4.1.0...6.2.2)

---
updated-dependencies:
- dependency-name: com.airbnb:deeplinkdispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from rm3l August 24, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants