-
Notifications
You must be signed in to change notification settings - Fork 333
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
Implement --deep flag to update deps in monorepo #522
Comments
In the meantime, you can use It does two tasks: 1. updates dependencies; 2. enforces |
Testing with a rather extreme example of ~1500 dependencies
|
^ interesting! |
No offense to @revelt or |
@revelt It is a nice extension. However, I tried to use it today in a lerna/yarn monorepo on windows and the issue that even if I have |
Update-versions doesn't seem to offer the same level of interactivity. Or it's docs are terrible. Will be forking ncu and publishing a --deep option that was mentioned above. |
I managed to use this command as a workaround in a monorepo:
This works but having |
…hine#522 Implement --deep flag as alias of `--packageFile '{,*[!node_modules]/**/}package.json'`
I like the @kachkaev idea of so
is same as
|
Please go ahead and test it and let me know is that behavior what you are expecting... |
…hine#522 Implement --deep flag as alias of `--packageFile '{,*[!node_modules]/**/}package.json'`
Similar to #154, but would it be idea to add
--deep
or similar flag to check updates in monorepo to update multiple packages found in repository?use case would be doing something like bellow, but more elegantly:
The text was updated successfully, but these errors were encountered: