Commit 4b7a97b
Update pnpm to v11 (#608)
* Update pnpm to v11
* Migrate onlyBuiltDependencies to allowBuilds for pnpm v11
pnpm v11 removed onlyBuiltDependencies in favor of allowBuilds (a map of
package name to boolean). Without this rename, pnpm 11 errors out with
ERR_PNPM_IGNORED_BUILDS for dtrace-provider, esbuild, nx, and sqlite3.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Larson <9larsons@gmail.com>1 parent b56412f commit 4b7a97b
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments