amzn / style-dictionary

A build system for creating cross-platform styles.
https://styledictionary.com
Apache License 2.0
3.78k stars 527 forks source link

Migration guide: node 16 should be upgraded #1191

Open okadurin opened 2 months ago

okadurin commented 2 months ago

v3 was compatible with Node 16. And 4.0.0-prerelease.26 is not anymore. One of reasons is structuredClone which was introduced in Node 17. The migration guide might mention the requirement for the Node upgrade.

jorenbroekema commented 2 months ago

https://github.com/amzn/style-dictionary/blob/v4/package.json#L35 it's in the engines field but I agree, would be great to mention in the migration guide! PR welcome -> https://github.com/amzn/style-dictionary/blob/v4/docs/src/content/docs/version-4/migration.md can be a section at the very top