Skip to content

Reverse dependencies of upgraded package #99

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

Open
wes-a2ai opened this issue Feb 14, 2025 · 1 comment
Open

Reverse dependencies of upgraded package #99

wes-a2ai opened this issue Feb 14, 2025 · 1 comment
Labels
feature request New feature or request

Comments

@wes-a2ai
Copy link
Contributor

If a package is being upgraded (either by future --upgrade flag or by specifying a new repository), the user should be have the option to be notified that it may affect other packages

i.e. ggplot2 depends on withr >= 2.5.0. If I have withr 2.5.0 installed, but want to upgrade to 3.0.0 for withr functionality, I sometimes will want to know that ggplot2's behavior may be changed

@wes-a2ai wes-a2ai added the feature request New feature or request label Feb 14, 2025
@dpastoor
Copy link
Member

IMO this can be solved through a series of separate commands/flags. For example uv tree to show the dependency relationships. There is likely some combination of specific incantations to design around like plan --upgrade, plan --upgrade --with-dependency-impact or something like that which presents the data in different ways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants