Support for semver ranges?
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.8k
- Forks
- 279
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
I'd like to write a package.json like:
{
"packageJson": "pnpm@6"
}
Or maybe pnpm@^6.32.2, etc.
As it stands, adding a package manager to package.json requires a full specified version. This adds more maintenance overhead.
I think this is related to #93.
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
Start by reading issue #93 and the current handling of the package.json package-manager version. Check how exact versions are validated, then define support for the examples pnpm@6 and pnpm@^6.32.2; done means supported semver ranges work without requiring a full version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100