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

Update unicode-emoji requirement from ~> 3.1 to >= 3.1, < 5.0 #53

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 Nov 7, 2024

Updates the requirements on unicode-emoji to permit the latest version.

Changelog

Sourced from unicode-emoji's changelog.

4.0.0

  • Breaking change: Regexes now include single skin tone modifiers (🏻) and hair components (🦰). They were previously considered to be invalid partial Emoji, however since they are supposed to be displayed as Emoji in isolation, they are now part of the regexes (see ED-20 in UTS51).
  • Breaking change: Drop REGEX_ANY in favor of REGEX_PROP_EMOJI
  • Expose regexes for Emoji props (REGEX_PROP_*). The advantage over using the native regex properties directly is that you will be able to use the Emoji support level of this gem instead of Ruby's. For example, as of releasing this, the current Emoji version is 16.0, while Ruby is at 15.0. Also see README for a table listing the regexes that match Emoji properties.
  • Add REGEX_EMOJI_KEYCAP for matching specifically Emoji keycaps
  • Use character class instead of lookbehind for native text emoji and non-emoji pictographic regexes

3.8.0

  • Add new RGI-based regexes REGEX_INCLUDE_MQE and REGEX_INCLUDE_MQE_UQE which allows to match for minimally-qualified and unqualified RGI sequences (Emoji that lack some VS16)
  • Add specs running through emoji-text.txt and classify qualification statuses per regex
  • Improve documentation and add detailed table about which regex has which features
  • Native regexes: Use native Emoji props for Emoji text presentation
  • Update CLDR to v46 (valid subdivisions)
  • Further improvements (see commit log)

3.7.0

  • Bump required Ruby slightly to 2.5
  • Introduce new REGEX_POSSIBLE which contains the regex described in https://www.unicode.org/reports/tr51/#EBNF_and_Regex
  • Fix that some valid subdivisions were not decompressed (REGEX_VALID)
  • Be stricter about selection of tag characters in REGEX_WELL_FORMED
    • Only U+E0030..U+E0039, U+E0061..U+E007A allowed
    • Max tag sequence length
  • Use native /\p{RI}/ regex for regional indicators
  • Separately autoload emoji list, so it can be loaded when other indexes are not needed

3.6.0

  • Unicode::Emoji::REGEX_TEXT now matches non-emoji keycaps like "3⃣" (U+0033 U+20E3)
  • Minor refactorings

3.5.0

  • Emoji 16.0

3.4.0

  • Emoji 15.1

3.3.2

... (truncated)

Commits
  • dcfe469 Release v4.0.0
  • 1afedf2 Move visual components
  • b7feb94 Breaking: Remove REGEX_ANY
  • 64daa74 Add REGEX_EMOJI_KEYCAP
  • 6ed7c5a Breaking: Include skin tone modifiers and hair components in regexes
  • edc3435 Use character class instead of lookbehind for native text emoji and non-emoji...
  • 0ddb7f6 Expose Emoji properties as regexes
  • b86a3cf Release v3.8.0
  • adae6c0 Add link to MQE / UQE list
  • c25f980 Update CLDR to v46
  • 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)

Updates the requirements on [unicode-emoji](https://github.com/janlelis/unicode-emoji) to permit the latest version.
- [Changelog](https://github.com/janlelis/unicode-emoji/blob/main/CHANGELOG.md)
- [Commits](janlelis/unicode-emoji@v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: unicode-emoji
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Dependency updates label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants