Commit 5301054
authored
chore(deps): bump pnpm to 11.0.0-rc.3 (#274)
* chore(deps): bump pnpm to 11.0.0-rc.3
Release assets were renamed (macos-* → darwin-*, win-x64 → win32-x64)
and @pnpm/exe optional deps moved to @pnpm/exe.<platform>-<arch>[-<libc>]
scheme. New linux-*-musl variants added. @pnpm/exe now depends on
detect-libc for runtime libc selection.
* fix(ci): strip packageManagerDependencies block from lockfile
pnpm 11.0.0-rc.3's @pnpm/exe package ships a "This file intentionally
left blank" stub as its pnpm binary, filled in by a preinstall script
that downloads the real binary via detect-libc. Our .npmrc sets
ignore-scripts=true, which blocks that preinstall, leaving the stub in
place. When pnpm bootstraps from the lockfile's packageManagerDependencies,
it executes the stub and dies with "This: not found".
The setup action downloads the pnpm tarball directly onto PATH, so the
packageManagerDependencies bootstrap is unnecessary. Strip the block.1 parent 33b8285 commit 5301054
File tree
4 files changed
+19
-190
lines changed- .github/actions/setup
4 files changed
+19
-190
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments