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

improve glob when finding dependency package.json files from the yarn sources #439

Merged
merged 5 commits into from
Jan 16, 2022

Conversation

jonabc
Copy link
Contributor

@jonabc jonabc commented Jan 16, 2022

suggested by @ljharb in #436 (comment) (🙇 !) as an improvement to the glob for finding dependency paths by ignoring package.json files that don't represent installed packages

this also moves the dependency_paths method to the shared yarn module to consolidate the functionality across both yarn source enumerator versions

suggested by ljharb as an improvement by ignoring
package.json files that don't represent installed packages

this also moves the dependency_paths method to the
shared class to consolidate the functionality across
both source versions
@jonabc
Copy link
Contributor Author

jonabc commented Jan 16, 2022

The licensed-ci GitHub Action has created a pull request containing license metadata updates based on the changes in this branch.

Please review the pull request for any additional changes required and merge when ready.

@jonabc jonabc merged commit ea87bcf into master Jan 16, 2022
@jonabc jonabc deleted the yarn-npm-json-glob-fix branch January 16, 2022 06:12
jonabc added a commit that referenced this pull request Jan 17, 2022
## 3.4.2

2022-01-17

### Fixed

- The yarn source will no longer evaluate package.json files that do not represent project dependencies (#439)
@jonabc jonabc mentioned this pull request Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant