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 emoji from 0.5.4 to 1.7.0 #1021

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps emoji from 0.5.4 to 1.7.0.

Release notes

Sourced from emoji's releases.

v1.7.0

  • Added emoji_list() and distinct_emoji_list()
  • Added deprecation warnings for several functions and variables that will be removed in version 2.0.0. If you don't want to see these warnings, you can stay with 1.6.x. For example in pip/requirements.txt you can pin to 1.6.x with emoji~=1.6.3.

v1.6.3

  • Added support for counting unique emojis

v1.6.2

  • Improve performance of demojize()
  • Added more tests
  • Added warning when someone uses any other language than 'en' with use_aliases=True in emojize()

v1.6.1

  • Allow multiple aliases
  • Restored aliases from 1.5.0

v1.6.0

  • Added dict of dict with emoji data, include emoji versions and statuses
  • emoji.version(string) method added
  • Included 'variant' in the dict of dicts

v1.5.2

  • is_emoji function added

v1.5.1

  • Fix Unicode of some emoji in the language files

v1.5.0

  • The English version of Emojis has been updated to version 14.0 Emoji Charts.
  • Current count of emojis - 3633
  • Fix matching of non-ASCII emoji names on Python 2

v1.4.2

  • Delimiter for German time naming changed from ":" to "."

v.1.4.1

  • Fix some French emoji names not being matched
  • Drop seemingly accidentally added colons from German emoji names

v.1.4.0

Added support for German naming of emojis

v.1.3.0

  • Added support for French naming of emojis

v.1.2.1

  • Added replace_emoji

v.1.2.0

... (truncated)

Changelog

Sourced from emoji's changelog.

v1.7.0 (2022-03-07)

  • Added emoji_list() and distinct_emoji_list()
  • Added deprecation warnings for several functions and variables that will be removed in version 2.0.0. If you don't want to see these warnings, you can stay with 1.6.x. For example, in pip/requirements.txt you can pin to 1.6.x with emoji~=1.6.3.

v1.6.3 (2022-01-15)

  • Added support for counting unique emojis

v1.6.2 (2021-12-06)

  • Improve performance of demojize()
  • Added more tests
  • Added warning when someone uses any other language than 'en' with use_aliases=True in emojize()

v1.6.1 (2021-10-13)

  • Allow multiple aliases
  • Restored aliases from 1.5.0

v1.6.0 (2021-10-04)

  • Fix Unicode of some emoji in the language files
  • is_emoji function added
  • Added dict of dict with emoji data include emoji versions and statuses
  • emoji.version(string) method added
  • Included 'variant' in the dict of dicts

v1.5.2 (2021-09-25)

  • is_emoji function added

v1.5.1 (2021-09-25)

  • Fix Unicode of some emoji in the language files

v1.5.0 (2021-09-17)

  • Emojis of English version updated to the Emoji Charts v14.0
  • Current count of emojis - 3633
  • Fix matching of non-ASCII emoji names on Python 2

v1.4.2 (2021-07-30)

  • Delimiter for German time naming changed from ":" to "."

v1.4.1 (2021-07-18)

  • Fix some French emoji names not being matched

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
emoji [>= 2.dev0, < 3]

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 [emoji](https://github.com/carpedm20/emoji) from 0.5.4 to 1.7.0.
- [Release notes](https://github.com/carpedm20/emoji/releases)
- [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md)
- [Commits](https://github.com/carpedm20/emoji/commits/v1.7.0)

---
updated-dependencies:
- dependency-name: emoji
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 9, 2024
Copy link

sonarqubecloud bot commented Dec 9, 2024

@bact
Copy link
Member

bact commented Dec 9, 2024

@dependabot ignore this major version

@dependabot dependabot bot closed this Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

OK, I won't notify you about version 1.x.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/pip/emoji-1.7.0 branch December 9, 2024 14:41
@coveralls
Copy link

Coverage Status

coverage: 52.527%. remained the same
when pulling e26eaa1 on dependabot/pip/emoji-1.7.0
into f925589 on dev.

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants