Skip to content

Commit

Permalink
fix(util/emoji): Update emoji-related deps (#13122)
Browse files Browse the repository at this point in the history
* chore(util/emoji): Update emoji-related deps

* Remove unused dep

* Fix
  • Loading branch information
zharinov committed Dec 15, 2021
1 parent 83b87c0 commit d0d4821
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 346 deletions.
2 changes: 1 addition & 1 deletion lib/util/emoji.spec.ts
Expand Up @@ -47,7 +47,7 @@ describe('util/emoji', () => {
});

describe('unsupported characters', () => {
const unsupported = '🪆';
const unsupported = '🫠';

it('uses replacement character', () => {
setEmojiConfig({ unicodeEmoji: false });
Expand Down
9 changes: 4 additions & 5 deletions package.json
Expand Up @@ -154,9 +154,9 @@
"detect-indent": "6.1.0",
"editorconfig": "0.15.3",
"email-addresses": "5.0.0",
"emoji-regex": "9.2.2",
"emojibase": "5.2.0",
"emojibase-regex": "5.1.3",
"emoji-regex": "10.0.0",
"emojibase": "6.0.2",
"emojibase-regex": "6.0.0",
"extract-zip": "2.0.1",
"fast-safe-stringify": "2.1.1",
"find-up": "5.0.0",
Expand Down Expand Up @@ -240,7 +240,6 @@
"@types/moo": "0.5.5",
"@types/nock": "10.0.3",
"@types/node": "16.11.12",
"@types/node-emoji": "1.8.1",
"@types/parse-link-header": "1.0.1",
"@types/registry-auth-token": "4.2.1",
"@types/semver": "7.3.9",
Expand All @@ -255,7 +254,7 @@
"aws-sdk-client-mock": "0.5.6",
"conventional-changelog-conventionalcommits": "4.6.1",
"cross-env": "7.0.3",
"emojibase-data": "6.2.0",
"emojibase-data": "7.0.0",
"eslint": "8.4.1",
"eslint-config-prettier": "8.3.0",
"eslint-formatter-gha": "1.3.0",
Expand Down

0 comments on commit d0d4821

Please sign in to comment.