microsoft / microsoft/beachball
Package not bumped when disallowedChangeType prerelease and dependency has prerelease bump
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 815
- Forks
- 93
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 12
Description
Steps to repro:
- Package A depends on Package B
- Package A disallows prerelease change types
- Package B is a prerelease version
- Package B sees a prerelease bump
Observed behavior
Package A 's dependency on package B is updated, but the version of Package A does not change
Expected behavior:
Any dependency change to package A leads to a new version bump
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the described Package A and Package B prerelease scenario, then trace the version-bump decision for a dependency change when prerelease change types are disallowed. Done means Package A receives a new version bump whenever its dependency on Package B is updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100