From acb0f7efe9be99b4bb4766b3bd13064b6f891b59 Mon Sep 17 00:00:00 2001 From: Jason Bedard Date: Thu, 8 Aug 2024 19:10:28 -0700 Subject: [PATCH] docs(npm): document support for pnpm9 (#1882) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index cabddef55..81099a0ea 100644 --- a/docs/README.md +++ b/docs/README.md @@ -59,7 +59,7 @@ If your code works with pnpm, then you should expect it works under Bazel as wel This means that if your issue can be reproduced outside of Bazel, using a reproduction with only pnpm, then we ask that you fix the issue there, and will close such issues filed on rules_js. -Supported pnpm versions are 7-8 (lockfile versions 5.4-6.1) with pnpm 9 (lockfile 9) support in progress (see [1652](https://github.com/aspect-build/rules_js/issues/1652)). +Supported pnpm versions are 7-9 (lockfile versions 5.4-6.1, 9). The typical usage is to import an entire `pnpm-lock.yaml` file. Create such a file if you don't have one. You could install pnpm on your machine, or use `npx` to run it.