-
|
I see that recently the pnpm version used by the As a result, all consumers of your module now use that version instead of the default v8 when they are using the default rules_js/npm/private/pnpm_extension.bzl Lines 78 to 90 in 3ba5536 I wanted to create this thread just in case this change wasn't intended (otherwise, sorry for the inconvenience!). I think this might be the case because of the following comment, but I don't know whether it is up to date: rules_js/npm/private/pnpm_repository.bzl Lines 9 to 10 in 3ba5536 Also, out of curiosity, could you help me understand what's the use case for allowing different pnpm repo names? Thanks! :) CC: @jbedard |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Changing the default was definitely not intended until rules_js v3 😲 |
Beta Was this translation helpful? Give feedback.
-
|
For multiple pnpm versions... some large monorepos might depend on multiple versions unfortunately 🤷 |
Beta Was this translation helpful? Give feedback.
I'll tag a 1.8.1 release soon to fix the pnpm default version thing once #2439 merges