Skip to content

Commit

Permalink
feat: update twemoji to 13.1.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jun 15, 2021
1 parent e35c9b4 commit 71bb8f8
Show file tree
Hide file tree
Showing 14,162 changed files with 69,689 additions and 17,491 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions .changeset/light-icons-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@svgmoji/twemoji': minor
---

Upgrade Twemoji to [`Emoji 13.1`](https://github.com/twitter/twemoji/releases/tag/v13.1.0) which adds new emoji's to the library.
10 changes: 10 additions & 0 deletions .changeset/twenty-mangos-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'svgmoji': patch
'@svgmoji/blob': patch
'@svgmoji/core': patch
'@svgmoji/noto': patch
'@svgmoji/openmoji': patch
'@svgmoji/twemoji': patch
---

Regenerate exported `.svg` and `.json` files with latest version of [**SVGO**](https://github.com/svg/svgo).
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: ci

on:
schedule:
- cron: '0 0 * * *'

push:
branches:
- main
- 'changeset-release/main'
- 'issue/*'

pull_request:
branches:
Expand Down Expand Up @@ -38,7 +36,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v2-beta
with:
node-version: 14
node-version: 16

- name: install and audit
uses: ./.github/actions/pnpm
Expand Down Expand Up @@ -78,7 +76,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v2-beta
with:
node-version: 14
node-version: 16

- name: install and audit
uses: ./.github/actions/pnpm
Expand Down Expand Up @@ -109,7 +107,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v2-beta
with:
node-version: 14
node-version: 16

- name: install and audit
uses: ./.github/actions/pnpm
Expand All @@ -125,7 +123,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x]
node-version: [14.x, 16.x]
fail-fast: false

steps:
Expand Down Expand Up @@ -179,7 +177,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v2-beta
with:
node-version: 14
node-version: 16

- name: install and audit
uses: ./.github/actions/pnpm
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,47 +93,47 @@
"@babel/preset-react": "^7.12.13",
"@babel/runtime": "^7.12.5",
"@changesets/cli": "^2.14.1",
"@jest/types": "^26.6.2",
"@manypkg/cli": "^0.17.0",
"@jest/types": "^27.0.2",
"@manypkg/cli": "^0.18.0",
"@manypkg/get-packages": "^1.1.1",
"@preconstruct/cli": "^2.0.4",
"@size-limit/preset-big-lib": "^4.9.2",
"@testing-library/jest-dom": "^5.11.9",
"@types/eslint": "^7.2.6",
"@types/jest": "^26.0.20",
"@types/jest-axe": "^3.5.1",
"@types/node": "^14.14.27",
"@types/node": "^15.12.2",
"@types/testing-library__jest-dom": "^5.9.5",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"babel-jest": "^26.6.3",
"babel-jest": "^27.0.2",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-macros": "^3.0.1",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild": "^0.8.46",
"esbuild": "^0.12.8",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jest-formatting": "^2.0.1",
"eslint-plugin-jest-formatting": "^3.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-markdown": "^2.0.0-rc.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unicorn": "^28.0.0",
"eslint-plugin-unicorn": "^33.0.1",
"esm": "^3.2.25",
"husky": "^5.0.9",
"isomorphic-fetch": "^3.0.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest": "^27.0.4",
"jest-circus": "^27.0.4",
"jest-extended": "^0.11.5",
"jest-watch-typeahead": "^0.6.1",
"json.macro": "^1.3.0",
"lint-staged": "^10.5.4",
"lint-staged": "^11.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"prettier-plugin-packagejson": "^2.2.9",
Expand Down

0 comments on commit 71bb8f8

Please sign in to comment.