Description
(edit: this is not what's happening - #2014 (comment) is)
I have a core project, and three projects which depend on core. Today I noticed that making a change to one of the "sub projects" seems to be causing "core" to replan, and then that (presumably) causes the other two dependent projects to be planned.
It basically appears as if dependencies are being treated as bidirecitonal, such that any project in the dependency tree causes the whole tree to replan. I'm positive that's new, but I don't know exactly how new. I have a PR from June 17 where the subproject was changed and only the affected subproject was replanned. Then today (July 8) is the first day with a planned PR where only the subproject was changed, but the whole tree was planned. So I can at least narrow the window down to sometime in that 3-week period. :)