cypress icon indicating copy to clipboard operation
cypress copied to clipboard

fix(grep): fix options sent to fast glob package - issue 27216

Open samtsai opened this issue 2 years ago • 4 comments

  • Closes #27216

Additional details

Though fast-glob 3.3.0 update exposes this error it's a consumer side concern.

The public interface of this package does not support a string as the value for the ignore option since 2018 year (release). I do not consider this issue a bug in my package. It is a problem on the consumer side.

See https://github.com/mrmlnc/fast-glob/issues/404#issuecomment-1624832288 for context

Steps to test

Ran:

yarn workspace @cypress/grep lint
yarn workspace @cypress/grep cy:run

How has the user experience changed?

PR Tasks

samtsai avatar Jul 07 '23 15:07 samtsai

cypress-app-bot avatar Jul 07 '23 15:07 cypress-app-bot

@jordanpowell88 @emilyrohrbough could I get eyes on this PR?

samtsai avatar Jul 07 '23 18:07 samtsai

@zedconte do you have permissions to re-run checks for me?

samtsai avatar Jul 11 '23 18:07 samtsai

@samtsai unfortunately I don't

zedconte avatar Jul 12 '23 12:07 zedconte

any chance of getting this PR merged?

quipo avatar Jul 19 '23 08:07 quipo

fast-glob reverted the breaking change: https://github.com/mrmlnc/fast-glob/releases/tag/3.3.1

This is can probably be closed although it wouldn't hurt either way.

samtsai avatar Aug 01 '23 16:08 samtsai

fast-glob reverted the breaking change: https://github.com/mrmlnc/fast-glob/releases/tag/3.3.1

This is can probably be closed although it wouldn't hurt either way.

Probably not, they will reintroduce it in the future

So, in the next major release, we will reintroduce method implementations

dyang-debug avatar Aug 01 '23 17:08 dyang-debug