question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

fast-glob@3.2.0 uses an outdated version of picomatch with Yarn

See original GitHub issue

Environment

  • 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:

https://github.com/mrmlnc/fast-glob/blob/1757299eeec95c9e03bbf965a9f6903184e68a26/src/utils/pattern.ts#L106-L118

With micromatch@4.0.2 (latest version), info doesn’t seem to have a parts property.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:8
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mrmlnccommented, Feb 20, 2020
0reactions
mrmlnccommented, Feb 17, 2020

I’m rolled back the fast-glob@3.2.0 version to fast-glob@3.1.1 in npm. Wait for the micromatch package release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found