Skip to content

Commit b6e28ea

Browse files
authored
Merge branch 'main' into rss1102/fix-relative-path-bin-resolution
2 parents cad400c + 7586d91 commit b6e28ea

5 files changed

Lines changed: 480 additions & 474 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"tailwindcss": "^4.1.18",
2727
"vitepress": "2.0.0-alpha.17"
2828
},
29-
"packageManager": "pnpm@10.34.4"
29+
"packageManager": "pnpm@11.20.0"
3030
}

docs/pnpm-workspace.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
packages:
22
- .
33

4+
# pnpm 11 fails installs on unreviewed dependency build scripts
5+
# (ERR_PNPM_IGNORED_BUILDS). These scripts were already skipped under
6+
# pnpm 10; keep them skipped explicitly.
7+
allowBuilds:
8+
esbuild: false
9+
vue-demi: false
10+
411
peerDependencyRules:
512
allowAny:
613
- vitepress

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"engines": {
4646
"node": ">=22.18.0"
4747
},
48-
"packageManager": "pnpm@10.34.4"
48+
"packageManager": "pnpm@11.20.0"
4949
}

packages/cli/binding/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ship prebuilt bindings in the npm package even though they are gitignored.

0 commit comments

Comments
 (0)