[FR]: Support arbitrary pnpm versions if metadata is provided manually #1173
Labels
enhancement
New feature or request
tech debt
Implied cost of additional rework caused by choosing an quick/easy solution earlier
untriaged
Requires traige
What is the current behavior?
pnpm_repository
only supports pnpm versions that have their metadata hard-coded inversions.bzl
.What do we want to achieve?
We have a policy of using the most recent version of dependencies, so we would like to use the most recent release of pnpm before its metadata makes it into a
rules_js
release.Describe the feature
Can you add an optional argument to
pnpm_repository
where we can override the hard-coded metadata dictionary?The text was updated successfully, but these errors were encountered: