eslint-plugin-import has been replaced into eslint-plugin-import-x, for updating ESLint v9.
Major updates
Emoji
Twemoji (community fork) is now updated v15.1, that is including new emojis up to Unicode 15.1. :shaking_face:
emoji-regex has been locked into v10.3.0, that is supporting up to Unicode 15.1 emojis. (The latest v10.4.0 is including incompatible Unicode 16 support)
markdown-it-emoji has been updated to v3, and fix how to import that.
Theme
By updating github-markdown-css, the color scheme of default theme will match to the current GitHub style.
Fixed Sass deprecations in uncover theme definition.
ESLint v9
It requires to replace the configuration into the flat config. This PR is using ESLINT_USE_FLAT_CONFIG=false, but I'll work on migration in another PR.
Notable changes
Replaced packages
npm-run-all
has been replaced intonpm-run-all2
.eslint-plugin-import
has been replaced intoeslint-plugin-import-x
, for updating ESLint v9.Major updates
github-markdown-css
, the color scheme ofdefault
theme will match to the current GitHub style.uncover
theme definition.ESLINT_USE_FLAT_CONFIG=false
, but I'll work on migration in another PR.