🚀 Updates
In v1.22, we made a change to affected tasks that pass all inputs
as arguments, instead of passing .
. This change was made to not overzealously pass files to the task that it doesn't care about, but it ended up causing problems for certain commands.
We didn't want to revert the change, but it also wasn't easy to fix without causing other issues, so as a compromise, we opted to introduce a new task option, affectedPassInputs
to handle this functionality.