Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix usage of fast-glob API #167

Closed
wants to merge 1 commit into from

Conversation

samtsai
Copy link
Contributor

@samtsai samtsai commented Jul 11, 2023

globby depends on fast-glob which introduced a breaking change in 3.3.0. Their API has been expecting an string[] for ignore option for awhile but in the latest version it causes a TypeError. Make sure the ignore option is passed an array.

Fixes issues for: bahmutov/cypress-split#78 (comment)

globby depends on fast-glob which introduced a breaking change in 3.3.0. Their API has been expecting an string[] for `ignore` option for awhile but in the latest version it causes a TypeError.
Make sure the `ignore` option is passed an array.

Fixes issues for: bahmutov/cypress-split#78 (comment)
@bahmutov
Copy link
Owner

bahmutov commented Jul 11, 2023 via email

@bahmutov
Copy link
Owner

Thank you, closing in favor of #168

@bahmutov bahmutov closed this Jul 13, 2023
@samtsai samtsai deleted the fix-patterns-glob-issue branch July 13, 2023 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants