jamiebuilds / workspaces-run

Run tasks/scripts across Yarn/Lerna/Bolt/etc workspaces.
MIT License
94 stars 2 forks source link

feat: orderByDeps recognises relative dependencies #5

Closed Tantalon closed 1 year ago

Tantalon commented 3 years ago

As https://github.com/jamiebuilds/workspaces-run/issues/4 this changes getWorkspaceGraph to recognise dependencies using relative dependency versions (i.e. file: from npm and workspace: from pnpm).

bigtimebuddy commented 1 year ago

Just wanted to +1 this feature. This issue is blocking us after switching from semver to relative package paths within our workspaces.