From e7d725bd0bba74e761a6590ae8279fb7732a1e42 Mon Sep 17 00:00:00 2001 From: Thijs Louisse Date: Mon, 10 Aug 2020 12:43:46 +0200 Subject: [PATCH] chore: edit changeset to be more human readable --- .changeset/sharp-rules-tell.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.changeset/sharp-rules-tell.md b/.changeset/sharp-rules-tell.md index 9f8c6de83..7a11c028d 100644 --- a/.changeset/sharp-rules-tell.md +++ b/.changeset/sharp-rules-tell.md @@ -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