connect-deps
connect-deps copied to clipboard
This is a CLI tool that intends to be a better yarn link
When using an npm version `6.x.x`, `npm pack` wrongly parses git output, producing the following error: ```javascript Error: ENOENT: no such file or directory, rename '/redacted/.connect-deps-cache/Your branch is up to...
Bumps [update-notifier](https://github.com/yeoman/update-notifier) from 4.1.3 to 5.1.0. Release notes Sourced from update-notifier's releases. v5.1.0 Upgrade dependencies 73c391b https://github.com/yeoman/update-notifier/compare/v5.0.1...v5.1.0 v5.0.1 Update dependencies 9e2b772 https://github.com/yeoman/update-notifier/compare/v5.0.0...v5.0.1 v5.0.0 Breaking Require Node.js 10 5b440c2 Fixes Don't...
Bumps [del](https://github.com/sindresorhus/del) from 5.1.0 to 6.0.0. Release notes Sourced from del's releases. v6.0.0 Breaking Require Node.js 10 6c99805 Improvements Update dependencies 6c99805 https://github.com/sindresorhus/del/compare/v5.1.0...v6.0.0 Commits cd0543e 6.0.0 6c99805 Require Node.js 10...
Question about using `connect-deps` for a child package in a repo that uses lerna: `lerna bootstrap` leads to symlinking of all the packages in the monorepo From lerna docs: ```...