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

feat(misc): update minimatch version used across packages #21207

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

leosvelperez
Copy link
Member

@leosvelperez leosvelperez commented Jan 18, 2024

Bumps the minimatch version used across packages to get several fixes made in the latest versions.

With this, we specifically address an issue with the tree-aware glob search helper where globstart matching (**) was not matching zero path portions (e.g. **/*.txt would match a/foo.txt but not foo.txt).

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

@leosvelperez leosvelperez self-assigned this Jan 18, 2024
Copy link

vercel bot commented Jan 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Jan 18, 2024 4:16pm

@leosvelperez leosvelperez marked this pull request as ready for review January 18, 2024 14:18
@leosvelperez leosvelperez requested review from a team as code owners January 18, 2024 14:18
@Cammisuli
Copy link
Member

Let me confirm some things with the rust glob utils. We want to make sure that and minimatch have the same behavior

Copy link
Member

@Cammisuli Cammisuli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rust + minimatch match, LGTM

@leosvelperez leosvelperez merged commit f98a16f into nrwl:master Jan 18, 2024
6 checks passed
@leosvelperez leosvelperez deleted the misc/bump-minimatch branch January 19, 2024 08:40
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants