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 twemoji and upgrade dependencies #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yuna0x0
Copy link

@yuna0x0 yuna0x0 commented Nov 9, 2024

twitter/twemoji is unmaintained and should be replaced with the newer jdecked/twemoji (@twemoji/api).

The corepack package manager [email protected] might be too old, and cannot connect to the npmjs registry. Therefore, it has been upgraded to a newer one ([email protected]).

Dependencies are also upgraded, as many dependencies are outdated, which is causing type compatibility issues like this: https://github.com/orgs/rehypejs/discussions/63

Changes

  • Replace unmaintained and broken twitter/twemoji with jdecked/twemoji (@twemoji/api)
  • Replace dead MaxCDN URL with jsDelivr URL
  • Remove unnecessary yarn.lock file (Only one lockfile should persist in the repo, which is the corepack one.)
  • Upgrade dependencies and devDependencies
  • Migrate ESLint config and refactor code to match newer rules
  • Upgrade corepack package manager to [email protected]
  • VS Code deprecated setting auto update (https://code.visualstudio.com/updates/v1_83#_code-actions-on-save-and-auto-save)

- Replace unmaintained and broken twitter/twemoji with jdecked/twemoji (@twemoji/api)
- Replace dead MaxCDN URL with jsDelivr URL
- Remove unnecessary yarn.lock file
- Upgrade dependencies and devDependencies
- Migrate ESLint config and refactor code to match newer rules
- Upgrade corepack package manager to [email protected]
- VS Code deprecated setting auto update (https://code.visualstudio.com/updates/v1_83#_code-actions-on-save-and-auto-save)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant