Open Koslun opened 6 years ago
Thanks for getting in touch and thanks the fix for the monorepo deps 🥇 We’ve been getting a couple of these reports and are investigating at the moment, thanks in advance for your patience!
@espy Thanks for the quick response to the issue. Have observed that this issue still appears to be present even after my recent PR was merged: greenkeeperio/monorepo-definitions#22.
So think it's still an issue unless there's a larger delay to the release than I am aware of.
Any updates on this issue would be appreciated.
We will regardless be updating to a new major version of Angular which will require updating all our other libraries which have Angular as a peer dependency. Which I don't think is currently supported in Greenkeeper but potentially would be a nice future feature as a lot of automatic tooling is being created surrounded this using @angular/cli
.
For some reason we are not getting PRs to our
@angular
packages even after there are out of range updates released. Have gone through two or three releases where this happened, even after waiting a few days after each release.Most recently the version
6.1.9
of Angular was not updated to version6.1.10
.Here is most of our
package.json
(omitted a private package, scripts, license and other irrelevant fields):And this is our
greenkeeper.json
file:I note some possible complications or issues that Greenkeeper may be encountering and preventing the creation of these PRs:
@angular/cli
has a different release cadence and thus most often have different versions. I fixed this in the corresponding monorepo definition repository: https://github.com/greenkeeperio/monorepo-definitions/pull/22.