[Bug?]: yarn up
seems to also look at files when using glob patterns
#6770
Labels
bug
Something isn't working
Self-service
Describe the bug
When running
yarn up *eslint*
I get the following message:For some reason it is attempting to match against files in the project instead of solely packages.
To reproduce
(npx | yarn dlx) create-next-app@latest --ts --eslint --app --src-dir --use-yarn
to create sample project. Enter project.yarn set version stable
yarn up *eslint*
and see issue.Environment
Windows WSL 2 System: OS: Linux 5.15 Ubuntu 22.04.5 LTS 22.04.5 LTS (Jammy Jellyfish) CPU: (12) x64 Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz Binaries: Node: 22.14.0 - /tmp/xfs-530c5581/node Yarn: 4.9.1 - /tmp/xfs-530c5581/yarn npm: 10.9.2 - ~/.volta/tools/image/node/22.14.0/bin/npm bun: 1.0.25 - /usr/local/bin/bun
Additional context
No response
The text was updated successfully, but these errors were encountered: