zenn-dev / zenn-editor

Convert markdown to html in Zenn format
MIT License
626 stars 78 forks source link

Node.js v21でzenn-cliを実行するとwarning #476

Open teppeis opened 11 months ago

teppeis commented 11 months ago
[DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.

Nodeのコアモジュールpunycodeは従来からdeprecatedですが、Node.js v21からは明示的にwanringを出すようになりました。 https://nodejs.org/dist/latest-v21.x/docs/api/punycode.html

Ko1103 commented 1 month ago

Node.js v22でも同様のwarningがでました。

teppeis commented 1 month ago

markdown-it が原因のようです。v14系に上げれば解決されます。 https://github.com/markdown-it/markdown-it/commit/737c95a12976357df99652e4b51d831cac4a75aa#diff-6813bf311f96e0802143101bda56669e83c233a013fb5f4e427c60b74a6d1afbL11