Skip to content

Bump emoji-java from 3.1.3 to 5.1.1#19

Open
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/maven/com.vdurmont-emoji-java-5.1.1
Open

Bump emoji-java from 3.1.3 to 5.1.1#19
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/maven/com.vdurmont-emoji-java-5.1.1

Conversation

@dependabot-preview
Copy link
Copy Markdown

@dependabot-preview dependabot-preview Bot commented May 18, 2020

Bumps emoji-java from 3.1.3 to 5.1.1.

Release notes

Sourced from emoji-java's releases.

v5.1.1

Bugfix: respect fitzpatrick modifier when extracting emojis (thanks @sullis)

v5.1.0

  • Many performance improvements to the parsing of the emojis (thanks @freva)
  • Add a containsEmoji function (thanks @freva!)

v5.0.0

  • Fix the HTML to Unicode parser to always parse the longer emojis (thanks @freva)
  • Add alias for "pumpkin" (thanks @sullis)
  • Add a lot of missing flag emojis (thanks @ankitkariryaa)
  • Support for all emojis from Unicode 11.0
  • Support for all emojis from Unicode 10.0
  • Add a EmojiParser.replaceAllEmojis function (thanks @cbedoy)

v4.0.0

  • Add "source code" strings to emoji json database
  • Fix some missing/out-of-order code points (thanks @BillyGalbreath)
  • Upgrade org.json:json dependency (thanks @PhotonQyv)
  • Update README with new emojis (thanks @jtobard)

v3.3.0

  • Add family_man_woman_girl_boy emoji (thanks @freva)
  • Fix EmojiManager.isEmoji to support fitzpatrick modifiers (thanks @freva)
  • Fixed several emojis that had the wrong support_fitzpatrick flag (thanks @Tapchicoma)
  • Add some tests to avoid duplicate aliases
  • Fixed several duplicated aliases in the emoji DB

v3.2.0

  • Fixed Poland flag (thanks @Sheigutn)
  • Improvements to the smile emojis (thanks @miquelbeltran)
  • Add a bunch of emojis from Apple iOS 10.2 release
  • Fix some missing fitzpatrick modifiers
  • Add an EmojiManager.isOnlyEmojis() method
Changelog

Sourced from emoji-java's changelog.

v5.1.1

  • Bugfix: respect fitzpatrick modifier when extracting emojis (thanks @sullis)

v5.1.0

  • Many performance improvements to the parsing of the emojis (thanks @freva)
  • Add a containsEmoji function (thanks @freva!)

v5.0.0

  • Fix the HTML to Unicode parser to always parse the longer emojis (thanks @freva)
  • Add alias for "pumpkin" (thanks @sullis)
  • Add a lot of missing flag emojis (thanks @ankitkariryaa)
  • Support for all emojis from Unicode 11.0
  • Support for all emojis from Unicode 10.0
  • Add a EmojiParser.replaceAllEmojis function (thanks @cbedoy)

v4.0.0

  • Add "source code" strings to emoji json database
  • Fix some missing/out-of-order code points (thanks @BillyGalbreath)
  • Upgrade org.json:json dependency (thanks @PhotonQyv)
  • Update README with new emojis (thanks @jtobard)

v3.3.0

  • Add family_man_woman_girl_boy emoji (thanks @freva)
  • Fix EmojiManager.isEmoji to support fitzpatrick modifiers (thanks @freva)
  • Fixed several emojis that had the wrong support_fitzpatrick flag (thanks @Tapchicoma)
  • Add some tests to avoid duplicate aliases
  • Fixed several duplicated aliases in the emoji DB

v3.2.0

  • Fixed Poland flag (thanks @Sheigutn)
  • Improvements to the smile emojis (thanks @miquelbeltran)
  • Add a bunch of emojis from Apple iOS 10.2 release
  • Fix some missing fitzpatrick modifiers
  • Add an EmojiManager.isOnlyEmojis() method
Commits
  • fedae2f Release v5.1.1
  • 498714d EmojiManagerTest: add test for 'getByUnicode' (#136)
  • 5830067 fix EmojiParser extractEmojis (#138)
  • eb73533 Release v5.1.0
  • f276dba Move the emojis table to a separate file
  • 5acb691 Update README with containsEmoji method
  • e4b03c2 Add containsEmoji()
  • 2c098b2 Remove unused imports and redundant throws
  • dd39e95 Improve parseToUnicode() performance for HTML encoded emojis
  • c3c77e3 Avoid array copy when searching for emoji end
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label May 18, 2020
Bumps [emoji-java](https://github.com/vdurmont/emoji-java) from 3.1.3 to 5.1.1.
- [Release notes](https://github.com/vdurmont/emoji-java/releases)
- [Changelog](https://github.com/vdurmont/emoji-java/blob/master/CHANGELOG.md)
- [Commits](vdurmont/emoji-java@v3.1.3...v5.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot changed the base branch from develop to master December 7, 2020 05:27
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/maven/com.vdurmont-emoji-java-5.1.1 branch from 22a5111 to a8599c0 Compare December 7, 2020 05:27
@dependabot-preview dependabot-preview Bot changed the base branch from master to develop December 14, 2020 05:50
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.

1 participant