Skip to content

Commit bd3a6e3

Browse files
renovate[bot]henchavesclaude
authored
chore(deps): update pnpm to v11 (#123)
* chore(deps): update pnpm to v11 * fix: move pnpm config to pnpm-workspace.yaml for pnpm 11 pnpm 11 no longer reads the "pnpm" field from package.json. The onlyBuiltDependencies list was renamed to allowBuilds and must live in pnpm-workspace.yaml. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Henrique Chaves <henrique@giskard.ai> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e472650 commit bd3a6e3

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "giskard-docs",
33
"type": "module",
44
"version": "0.0.1",
5-
"packageManager": "pnpm@10.33.4",
5+
"packageManager": "pnpm@11.3.0",
66
"scripts": {
77
"dev": "node scripts/convert-notebooks.mjs && astro dev",
88
"start": "astro dev",
@@ -29,12 +29,5 @@
2929
"devDependencies": {
3030
"prettier": "3.8.3",
3131
"wrangler": "4.95.0"
32-
},
33-
"pnpm": {
34-
"onlyBuiltDependencies": [
35-
"esbuild",
36-
"sharp",
37-
"workerd"
38-
]
3932
}
4033
}

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
allowBuilds:
2+
esbuild: true
3+
sharp: true
4+
workerd: true

0 commit comments

Comments
 (0)