-
Notifications
You must be signed in to change notification settings - Fork 112
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
fast-glob@3.2.0 uses an outdated version of picomatch with Yarn #253
Comments
Could this be a further problem down the rabbit hole in |
@mrmlnc let me know if you need me to do something to fix this. I can push up a patch if you need me to and can give me guidance on what needs to be fixed, but I won't have much time to debug until Tuesday morning. Or ping me if you want me to add you to the repo and npm -- we've collaborated a lot over the past couple of years, I'd be happy to add you. |
Additional case: Looks like we got a combo. Initial state:
Something inside the
To avoid this situation we need:
|
Not sure if it's the same issue but |
@ivan-kleshnin, please, file your issue into separated issue if you do not use yarn. I don't see any problems in addition described in this issue (for a limited number of yarn users with |
I'm rolled back the |
Temporarily fixed on the side of this package. Release: https://github.com/mrmlnc/fast-glob/releases/tag/3.2.1 Issue: |
Environment
There was a regression in https://github.com/dotansimha/graphql-code-generator and after investigating the issue, I've concluded that there's a regression in
fast-glob@3.2.0
.You can see the original issue here, which has a reproduction in codesandbox: dotansimha/graphql-code-generator#3512
The problem:
fast-glob/src/utils/pattern.ts
Lines 106 to 118 in 1757299
With
micromatch@4.0.2
(latest version),info
doesn't seem to have aparts
property.The text was updated successfully, but these errors were encountered: