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

refactor!: remove --all flag from list command & show private packages by default (you can use the --no-private filter flag instead to hide private packages) #275

Merged
merged 3 commits into from
Apr 12, 2022

Conversation

cabljac
Copy link
Contributor

@cabljac cabljac commented Apr 12, 2022

Closes #238.

removes all as a flag on the list command.

BREAKING CHANGE: "all" is no longer a supported flag.

Description

Type of Change

  • feat -- New feature (non-breaking change which adds functionality)
  • 🛠️ fix -- Bug fix (non-breaking change which fixes an issue)
  • ! -- Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 refactor -- Code refactor
  • ci -- Build configuration change
  • 📝 docs -- Documentation
  • 🗑️ chore -- Chore

Sorry, something went wrong.

@cabljac cabljac requested a review from Salakar April 12, 2022 12:33
@Salakar Salakar changed the title refactor!: remove all flag from list command, show private packages by default refactor!: remove --all flag from list command, show private packages by default Apr 12, 2022
@Salakar Salakar changed the title refactor!: remove --all flag from list command, show private packages by default refactor!: remove --all flag from list command & show private packages by default Apr 12, 2022
@Salakar Salakar changed the title refactor!: remove --all flag from list command & show private packages by default refactor!: remove --all flag from list command & show private packages by default (you can use the --no-private filter flag instead to hide private packages) Apr 12, 2022
@Salakar Salakar merged commit 921ec4e into main Apr 12, 2022
@Salakar Salakar deleted the remove-all-flag branch April 12, 2022 13:17
@LinXunFeng LinXunFeng mentioned this pull request Sep 2, 2024
7 tasks
spydon pushed a commit that referenced this pull request Sep 13, 2024
<!--
  Thanks for contributing!

Provide a description of your changes below and a general summary in the
title

Please look at the following checklist to ensure that your PR can be
accepted quickly:
-->

## Description

The list --all flag was removed in
#275, but the documentation was
not updated.



## Type of Change

<!--- Put an `x` in all the boxes that apply: -->

- [ ] ✨ `feat` -- New feature (non-breaking change which adds
functionality)
- [ ] 🛠️ `fix` -- Bug fix (non-breaking change which fixes an issue)
- [ ] ❌ `!` -- Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 `refactor` -- Code refactor
- [ ] ✅ `ci` -- Build configuration change
- [x] 📝 `docs` -- Documentation
- [ ] 🗑️ `chore` -- Chore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Melos doesn't resolve dependency graph for local packages without additional command line flags
2 participants