Commit 80d7460
authored
chore: support pnpm 11 managed toolchain (#2819)
Support pnpm v11.x.x
### Changes are visible to end-users: yes
- Searched for relevant documentation and updated as needed: yes
- Breaking change (forces users to change their own code or config): no
(note that /bin/pnpm.cjs exists in the older versions too)
- Suggested release notes appear below: no
### Test plan
- New test cases added
- Manual testing; please provide instructions so we can reproduce:
```
cd e2e/pnpm_repo_install
bazel run @pnpm//:pnpm -- --version
11.0.3
```1 parent 739dbdc commit 80d7460
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments