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

fix(deps): bump node-emoji and @types/node-emoji #1923

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2024

Bumps node-emoji and @types/node-emoji. These dependencies needed to be updated together.
Updates node-emoji from 1.11.0 to 2.1.3

Release notes

Sourced from node-emoji's releases.

v2.1.0: TypeScript Types!

What's Changed

New Contributors

Full Changelog: omnidan/node-emoji@v2.0.2...v2.1.0

2.0.2

  • completely new codebase
  • ESM support
  • new API and functions

emoji.replace now requires preserveSpaces: true to be passed to preserve spaces:

emoji.replace('I ❤️ coffee!', 'love', { preserveSpaces: true })
Changelog

Sourced from node-emoji's changelog.

2.1.3 (2023-11-20)

Bug Fixes

  • pin skin-tone to ^2.0.0 and add renovate.json ignoreDeps (dcd6c43)

2.1.2 (2023-11-20)

Bug Fixes

  • add back CJS support, with a test (e2856d9)

2.1.1 (2023-11-18)

Bug Fixes

  • underlines in README.md badges (05e30ae)
Commits
  • d17d670 chore: release v2.1.3
  • 3eae526 Merge pull request #157 from JoshuaKGoldberg/skin-tone-and-ignore-deps
  • dcd6c43 fix: pin skin-tone to ^2.0.0 and add renovate.json ignoreDeps
  • fc53f07 chore: release v2.1.2
  • ac996a3 Merge pull request #154 from JoshuaKGoldberg/fix-cjs
  • 54bec24 chore(deps): update dependency skin-tone to v3
  • 68d554f Fix coverage
  • b53ad87 Move CJS test to its own file
  • f2de234 build before lint and test
  • e2856d9 fix: add back CJS support, with a test
  • Additional commits viewable in compare view

Updates @types/node-emoji from 1.8.2 to 2.1.0

Commits

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)

@dependabot dependabot bot requested a review from a team as a code owner January 3, 2024 21:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 3, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-emoji-and-types/node-emoji-2.1.3 branch 5 times, most recently from 97f545c to 184bc4b Compare January 5, 2024 20:41
@baumandm baumandm force-pushed the dependabot/npm_and_yarn/node-emoji-and-types/node-emoji-2.1.3 branch from 184bc4b to bb8f6a0 Compare January 8, 2024 13:04
Bumps [node-emoji](https://github.com/omnidan/node-emoji) and [@types/node-emoji](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-emoji). These dependencies needed to be updated together.

Updates `node-emoji` from 1.11.0 to 2.1.3
- [Release notes](https://github.com/omnidan/node-emoji/releases)
- [Changelog](https://github.com/omnidan/node-emoji/blob/main/CHANGELOG.md)
- [Commits](omnidan/node-emoji@v1.11.0...v2.1.3)

Updates `@types/node-emoji` from 1.8.2 to 2.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-emoji)

---
updated-dependencies:
- dependency-name: node-emoji
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/node-emoji"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@baumandm baumandm force-pushed the dependabot/npm_and_yarn/node-emoji-and-types/node-emoji-2.1.3 branch from bb8f6a0 to 5d5b7b1 Compare January 8, 2024 13:20
@baumandm baumandm merged commit 0049d49 into main Jan 8, 2024
3 checks passed
@baumandm baumandm deleted the dependabot/npm_and_yarn/node-emoji-and-types/node-emoji-2.1.3 branch January 8, 2024 13:23
@eg-oss-ci
Copy link
Contributor

🎉 This PR is included in version 3.25.23 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 javascript Pull requests that update Javascript code released
Development

Successfully merging this pull request may close these issues.

2 participants