Skip to content

Commit

Permalink
Remove old code.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 4, 2024
1 parent aabd3f4 commit 76f3eca
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [
"website"
]
}
1 change: 0 additions & 1 deletion .changeset/funny-avocados-return.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
'emojibase-generator': major
'emojibase-regex': major
'emojibase-test-utils': major
'website': major
---

Update to Emoji v16 and CLDR 46.
1 change: 0 additions & 1 deletion .changeset/silver-games-turn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
'emojibase-generator': major
'emojibase-regex': major
'emojibase-test-utils': major
'website': major
---

Drop Node.js v16 support. Requires >= v18.12.
9 changes: 4 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: PR
on: pull_request
jobs:
conventional:
name: Conventional Title
changesets:
name: Changeset
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
- uses: beemojs/conventional-pr-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn install
- run: changeset status --since=master
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"build": "packemon build-workspace --addEngines",
"bump": "changeset",
"bump:status": "changeset status",
"pack": "packemon pack-workspace --addEngines --declaration",
"clean:cache": "rm -rf ./cache",
"check": "yarn run type && yarn run test && yarn run lint",
Expand All @@ -20,7 +21,7 @@
"generate:types": "node ./bin/generateTypes.mjs",
"test": "jest --colors --logHeapUsage",
"format": "prettier --write .",
"release": "yarn run pack && yarn run check && lerna-release",
"release": "yarn run pack && yarn run check && changeset version && changeset publish",
"type": "tsc --build"
},
"engines": {
Expand Down

0 comments on commit 76f3eca

Please sign in to comment.