Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"tailwindcss": "^4.1.18",
"vitepress": "2.0.0-alpha.17"
},
"packageManager": "pnpm@10.34.4"
"packageManager": "pnpm@11.20.0"
}
7 changes: 7 additions & 0 deletions docs/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
packages:
- .

# pnpm 11 fails installs on unreviewed dependency build scripts
# (ERR_PNPM_IGNORED_BUILDS). These scripts were already skipped under
# pnpm 10; keep them skipped explicitly.
allowBuilds:
esbuild: false
vue-demi: false

peerDependencyRules:
allowAny:
- vitepress
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"engines": {
"node": ">=22.18.0"
},
"packageManager": "pnpm@10.34.4"
"packageManager": "pnpm@11.20.0"
}
1 change: 1 addition & 0 deletions packages/cli/binding/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Ship prebuilt bindings in the npm package even though they are gitignored.
Loading
Loading