Skip to content

Build(deps): Bump com.vanniktech:emoji-google from 0.9.0 to 0.15.0 #12

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 11, 2023

Bumps com.vanniktech:emoji-google from 0.9.0 to 0.15.0.

Release notes

Sourced from com.vanniktech:emoji-google's releases.

0.15.0

0.14.0

There was a problem publishing Android artifacts with 0.14.0, please update directly to 0.15.0

  • Multiplatform: JVM example. #836 (vanniktech)
  • Nuke PMD configuration. #835 (vanniktech)
  • Action: First do jvmTest, ktlint & testDebug & then build. #833 (vanniktech)
  • Multiplatform: Move emoji-ios tests into commonTest. #832 (vanniktech)
  • Android: Generate list with sheets and stop using Resource reflection. #831 (vanniktech)
  • Breaking: Rename EmojiDrawableProvider to EmojiAndroidProvider. #830 (vanniktech)
  • Multiplatform: Generate EmojiProviders into jvmMain. #829 (vanniktech)
  • Multiplatform: EmojiCategory implementations into commonMain. #828 (vanniktech)
  • Breaking: Use EmojiDrawableProvider#getIcon(EmojiCategory) instead of EmojiCategory#icon for proper Multiplatform support. #827 (vanniktech)
  • Multiplatform: Move most of the tests into commonTest. #826 (vanniktech)
  • Multiplatform: Move SearchEmojiManager into commonMain. #825 (vanniktech)
  • Multiplatform: Move CharSequence extension methods into commonMain. #824 (vanniktech)
  • Breaking: Use EmojiCategory#categoryNames Map<String, String> instead of Android Resource for proper Multiplatform support. #823 (vanniktech)
  • Multiplatform: Move EmojiManager into commonMain. #822 (vanniktech)
  • Breaking: Extract EmojiManager#replaceWithImages as an extension function. #821 (vanniktech)
  • Move EmojiDrawableProvider#release() into EmojiProvider. #820 (vanniktech)
  • Multiplatform: Move EmojiCategory into commonMain. #819 (vanniktech)
  • Multiplatform: Add JVM target. #818 (vanniktech)
  • Multiplatform: Move EmojiProvider into commonMain. #817 (vanniktech)
  • Breaking: Rename EmojiProvider#destroy() to EmojiProvider#release(). #816 (vanniktech)
  • Multiplatform: Move Chunks of generated Categories into commonMain. #815 (vanniktech)
  • Multiplatform: Move NoSearchEmoji into commonMain. #814 (vanniktech)
  • Multiplatform: Move SearchEmoji into commonMain. #813 (vanniktech)
  • Multiplatform: Move EmptyEmojiTrait into commonMain. #812 (vanniktech)
  • Multiplatform: Move EmojiInformation into commonMain. #811 (vanniktech)
  • Multiplatform: Move NoRecentEmoji into commonMain. #810 (vanniktech)
  • Multiplatform: Move NoVariantEmoji into commonMain. #809 (vanniktech)
  • Multiplatform: Move EmojiTraitable into commonMain. #808 (vanniktech)
  • Multiplatform: Move RecentEmoji into commonMain. #807 (vanniktech)
  • Multiplatform: Move SearchEmojiResult into commonMain. #806 (vanniktech)
  • Multiplatform: Move EmojiTrait into commonMain. #805 (vanniktech)
  • Multiplatform: Move VariantEmoji into commonMain. #804 (vanniktech)
  • Multiplatform: EmojiAndroidCategory interface to start preparing EmojiCategory for commonMain. #803 (vanniktech)
  • Multiplatform: Move EmojiRange into commonMain. #802 (vanniktech)
  • Multiplatform: Move Emoji implementations into commonMain. #801 (vanniktech)
  • Multiplatform: Move EmojiTrait into commonMain. #800 (vanniktech)
  • Multiplatform: Move Emoji interface to commonMain. #799 (vanniktech)
  • Multiplatform: EmojiDrawableProvider interface to start preparing Emoji for commonMain. #798 (vanniktech)
  • Generator: Update directories & don't delete values directory. #797 (vanniktech)
  • Multiplatform: Parcelize support for Android. #796 (vanniktech)
  • Tests: Do full exception format logging. #795 (vanniktech)
  • Bug fix: Recent Emojis were not removing last recent Emoji. #794 (vanniktech)
  • Start with Kotlin Multiplatform (android only for now) #780 (vanniktech)

... (truncated)

Changelog

Sourced from com.vanniktech:emoji-google's changelog.

Version 0.15.0 (2022-05-28)

Version 0.14.0 (2022-05-27)

There was a problem publishing Android artifacts with 0.14.0, please update directly to 0.15.0

  • Multiplatform: JVM example. #836 (vanniktech)
  • Nuke PMD configuration. #835 (vanniktech)
  • Action: First do jvmTest, ktlint & testDebug & then build. #833 (vanniktech)
  • Multiplatform: Move emoji-ios tests into commonTest. #832 (vanniktech)
  • Android: Generate list with sheets and stop using Resource reflection. #831 (vanniktech)
  • Breaking: Rename EmojiDrawableProvider to EmojiAndroidProvider. #830 (vanniktech)
  • Multiplatform: Generate EmojiProviders into jvmMain. #829 (vanniktech)
  • Multiplatform: EmojiCategory implementations into commonMain. #828 (vanniktech)
  • Breaking: Use EmojiDrawableProvider#getIcon(EmojiCategory) instead of EmojiCategory#icon for proper Multiplatform support. #827 (vanniktech)
  • Multiplatform: Move most of the tests into commonTest. #826 (vanniktech)
  • Multiplatform: Move SearchEmojiManager into commonMain. #825 (vanniktech)
  • Multiplatform: Move CharSequence extension methods into commonMain. #824 (vanniktech)
  • Breaking: Use EmojiCategory#categoryNames Map<String, String> instead of Android Resource for proper Multiplatform support. #823 (vanniktech)
  • Multiplatform: Move EmojiManager into commonMain. #822 (vanniktech)
  • Breaking: Extract EmojiManager#replaceWithImages as an extension function. #821 (vanniktech)
  • Move EmojiDrawableProvider#release() into EmojiProvider. #820 (vanniktech)
  • Multiplatform: Move EmojiCategory into commonMain. #819 (vanniktech)
  • Multiplatform: Add JVM target. #818 (vanniktech)
  • Multiplatform: Move EmojiProvider into commonMain. #817 (vanniktech)
  • Breaking: Rename EmojiProvider#destroy() to EmojiProvider#release(). #816 (vanniktech)
  • Multiplatform: Move Chunks of generated Categories into commonMain. #815 (vanniktech)
  • Multiplatform: Move NoSearchEmoji into commonMain. #814 (vanniktech)
  • Multiplatform: Move SearchEmoji into commonMain. #813 (vanniktech)
  • Multiplatform: Move EmptyEmojiTrait into commonMain. #812 (vanniktech)
  • Multiplatform: Move EmojiInformation into commonMain. #811 (vanniktech)
  • Multiplatform: Move NoRecentEmoji into commonMain. #810 (vanniktech)
  • Multiplatform: Move NoVariantEmoji into commonMain. #809 (vanniktech)
  • Multiplatform: Move EmojiTraitable into commonMain. #808 (vanniktech)
  • Multiplatform: Move RecentEmoji into commonMain. #807 (vanniktech)
  • Multiplatform: Move SearchEmojiResult into commonMain. #806 (vanniktech)
  • Multiplatform: Move EmojiTrait into commonMain. #805 (vanniktech)
  • Multiplatform: Move VariantEmoji into commonMain. #804 (vanniktech)
  • Multiplatform: EmojiAndroidCategory interface to start preparing EmojiCategory for commonMain. #803 (vanniktech)
  • Multiplatform: Move EmojiRange into commonMain. #802 (vanniktech)
  • Multiplatform: Move Emoji implementations into commonMain. #801 (vanniktech)
  • Multiplatform: Move EmojiTrait into commonMain. #800 (vanniktech)
  • Multiplatform: Move Emoji interface to commonMain. #799 (vanniktech)
  • Multiplatform: EmojiDrawableProvider interface to start preparing Emoji for commonMain. #798 (vanniktech)
  • Generator: Update directories & don't delete values directory. #797 (vanniktech)
  • Multiplatform: Parcelize support for Android. #796 (vanniktech)

... (truncated)

Commits
  • d2d506a Prepare version 0.15.0
  • 17942ef Multiplatform: Fix Android publishing. (#837)
  • 304fb5a Prepare next development version.
  • b1a2742 Prepare version 0.14.0
  • 5e3ab17 Multiplatform: JVM example. (#836)
  • f5293ac Nuke PMD configuration. (#835)
  • ef5da96 Action: First do jvmTest, ktlint & testDebug & then build. (#833)
  • f98a77b Multiplatform: Move emoji-ios tests into commonTest. (#832)
  • 658786a Breaking: Rename EmojiDrawableProvider to EmojiAndroidProvider. (#830)
  • 42f7829 Multiplatform: Generate EmojiProviders into jvmMain. (#829)
  • 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 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.vanniktech:emoji-google](https://github.com/vanniktech/Emoji) from 0.9.0 to 0.15.0.
- [Release notes](https://github.com/vanniktech/Emoji/releases)
- [Changelog](https://github.com/vanniktech/Emoji/blob/master/CHANGELOG.md)
- [Commits](vanniktech/Emoji@0.9.0...0.15.0)

---
updated-dependencies:
- dependency-name: com.vanniktech:emoji-google
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 11, 2023

The following labels could not be found: 3. to review.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 11, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 27, 2023

Superseded by #22.

@dependabot dependabot bot closed this Mar 27, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.vanniktech-emoji-google-0.15.0 branch March 27, 2023 02:20
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants