Merge pull request #866 from ing-bank/chore/edit-changeset

chore: edit changeset to be more human readable
This commit is contained in:
Thijs Louisse 2020-08-10 12:46:50 +02:00 committed by GitHub
commit d6db31b7b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,15 @@
---
'providence-analytics': patch
'providence-analytics': minor
---
feat: allow target dependencies via cli
#### Features
- Allow specifying target project dependencies via CLI using `--target-dependencies` flag:
When `--target-dependencies` is applied without argument, it will act as boolean and include all dependencies for all search targets (node_modules and bower_components).
When a regex is supplied like `--target-dependencies /^my-brand-/`, it will filter all packages that comply with the regex.
#### Bugfixes
- Use the correct gatherFilesConfig for references/targets
- Provide target/reference result match
- Edit `from-import-to-export` helper function to work without filesystem lookup. This will allow to supply target/reference result matches to `match-imports` analyzer