Thinkmill / manypkg

☔️ An umbrella for your monorepo
MIT License
865 stars 48 forks source link

enable possibility to end name with "/" for scoped packages #175

Closed dohomi closed 2 months ago

dohomi commented 1 year ago

This would be very helpful to still upgrade scoped packages like @scoped-name/ which currently fails:

manypkg upgrade @scoped-name/
changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 5db57d74444ba327cff946ece5f72897d44e46a3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dohomi commented 1 year ago

Example:

manypkg upgrade @tamagui/

currently does not work.

manypkg upgrade @tamagui

works but it also upgrades @tamagui-extras which is not intended.

emmatown commented 1 year ago

Could you update this PR so that writing @scope in the CLI looks for packages starting with @scope/ rather than @scope? That was the original intent.

Andarist commented 2 months ago

Closed by https://github.com/Thinkmill/manypkg/pull/206