amzn / style-dictionary

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

chore: upgrade glob to latest, verify windows #1070

Closed jorenbroekema closed 9 months ago

jorenbroekema commented 9 months ago

Issue #, if available: https://github.com/amzn/style-dictionary/issues/1066 -> for v4

Upgrade glob to latest, but mainly, tests to verify on Windows in the CI.

Right now, I expect this will break some tests on Windows where filePath will contain \\ instead of /.

If true, I'll set posix: true in the glob options and see if that fixes the tests on windows.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.