Not all pnpm features are supported with lockfiles generated with pnpm9 Issues: * `npm:` deps (examples: [1749](https://github.com/aspect-build/rules_js/issues/1749#issuecomment-2126342101)) (https://github.com/aspect-build/rules_js/pull/1754, https://github.com/aspect-build/rules_js/pull/1767) * `http:` deps (and related `https`, `http+git` etc) (https://github.com/aspect-build/rules_js/pull/1765) * custom named packages depending on `https`, `http+git` etc (https://github.com/aspect-build/rules_js/pull/1765, https://github.com/aspect-build/rules_js/pull/1770) * `npm:` aliases (https://github.com/aspect-build/rules_js/pull/1770)
Not all pnpm features are supported with lockfiles generated with pnpm9
Issues:
npm:deps (examples: 1749) (fix(pnpm): url and git package specifiers #1754, fix(pnpm): support npm: alias dependencies with pnpm lockfile v5 #1767)http:deps (and relatedhttps,http+gitetc) (fix(pnpm): support pnpm9 URL, github version package versions #1765)https,http+gitetc (fix(pnpm): support pnpm9 URL, github version package versions #1765, fix(pnpm): support npm: aliases to packages in alternate registries #1770)npm:aliases (fix(pnpm): support npm: aliases to packages in alternate registries #1770)