Skip to content
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

suggestion: check for circular dependencies in deno publish --dry-run #23599

Open
iuioiua opened this issue Apr 29, 2024 · 0 comments
Open

suggestion: check for circular dependencies in deno publish --dry-run #23599

iuioiua opened this issue Apr 29, 2024 · 0 comments
Labels
publish Related to "deno publish" subcommand suggestion suggestions for new features (yet to be agreed)

Comments

@iuioiua
Copy link
Collaborator

iuioiua commented Apr 29, 2024

Currently, deno publish checks for circular dependencies between packages within the same workspace project. It'd be nice if deno publish --dry-run did this too. In std, we compensate for this lack of functionality in deno publish --dry-run by using our own circular dependencies check.
image

@dsherret dsherret added suggestion suggestions for new features (yet to be agreed) publish Related to "deno publish" subcommand labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
publish Related to "deno publish" subcommand suggestion suggestions for new features (yet to be agreed)
Projects
None yet
Development

No branches or pull requests

2 participants