fast-glob@3.2.0 uses an outdated version of picomatch with Yarn
See original GitHub issueEnvironment
- OS Version: MacOS
- Node.js Version: 12.14.0
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: https://github.com/dotansimha/graphql-code-generator/issues/3512
The problem:
With micromatch@4.0.2
(latest version), info
doesn’t seem to have a parts
property.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:7 (4 by maintainers)
Top Results From Across the Web
picomatch | Yarn - Package Manager
Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Temporarily fixed on the side of this package.
Release:
https://github.com/mrmlnc/fast-glob/releases/tag/3.2.1
Issue:
https://github.com/mrmlnc/fast-glob/issues/256
I’m rolled back the
fast-glob@3.2.0
version tofast-glob@3.1.1
in npm. Wait for themicromatch
package release.