emotion-js / emotion

šŸ‘©ā€šŸŽ¤ CSS-in-JS library designed for high performance style composition
https://emotion.sh/
MIT License
17.49k stars 1.11k forks source link

replace `html-tokenize` with other alternative, and upgrade `multipipe` to 4.x of `@emotion/server` #3197

Open tjx666 opened 4 months ago

tjx666 commented 4 months ago

About html-tokenize:

  1. which github repository had been deleted, now is a close source project
  2. it depend on readable-stream@1.x cause duplicated deps with other versions

About multipipe:

  1. which had publish 4.x, now used 1.x
  2. multiple 1.x rely on duplexer2 which is 9 year not updated package
image image
Andarist commented 3 months ago

Iā€™m open to PRs that would improve this