careful-mechanic-89327
08/31/2023, 2:30 PM2.17 and I have a message for deprecation: DEPRECATED: option 'dependees' in scope 'changed' is scheduled to be removed in version 2.23.0.dev0.
so I have changed then my command from pants --changed-since=master --changed-dependees=direct lint to pants --changed-since=master --dependents=direct lint but now I get this error: Unknown flags --dependents on global scope
Could you know what I am doing wrong base on the documentation: https://www.pantsbuild.org/v2.16/docs/reference-changed#deprecated-options
Thanks in advancenarrow-vegetable-37489
08/31/2023, 2:31 PM--changed-dependents, not --dependents :)careful-mechanic-89327
08/31/2023, 2:32 PMcareful-mechanic-89327
08/31/2023, 2:33 PMnarrow-vegetable-37489
08/31/2023, 2:35 PMdependents is in the changed scope/subsystem, the flag is --changed-dependents (as shown in the docs you linked).careful-mechanic-89327
08/31/2023, 2:36 PMcareful-mechanic-89327
08/31/2023, 2:39 PM./pants --changed-since=origin/master --changed-dependents=direct lint
And the error
ERROR] Conflicting options used. You used the new, preferred `--changed-dependents`, but also used the deprecated `--changed-dependees`.careful-mechanic-89327
08/31/2023, 2:39 PM-changed-dependees as I don’t see that property at all in my repocurved-television-6568
08/31/2023, 3:20 PMpants.toml or .pants.rc files…?careful-mechanic-89327
08/31/2023, 3:42 PMdependees is not even in any place of the repo. and I am using gitactions and I think I don’t have anything cachedcareful-mechanic-89327
08/31/2023, 3:48 PMcareful-mechanic-89327
09/01/2023, 9:36 AM