Skip to content

Commit 3886dcc

Browse files
chore(pnpm): update pnpm to v11 (#2175)
* chore(pnpm): update pnpm to v11 * chore: allow builds * chore: fix config to sha * chore: update allowBuilds list * chore: missing builds --------- Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
1 parent 3575210 commit 3886dcc

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git+https://github.com/TanStack/form.git"
77
},
8-
"packageManager": "pnpm@10.24.0",
8+
"packageManager": "pnpm@11.1.0",
99
"type": "module",
1010
"scripts": {
1111
"clean": "pnpm --filter \"./packages/**\" run clean",

pnpm-workspace.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,23 @@ packages:
1111
- examples/vue/**
1212
- examples/lit/**
1313
- examples/svelte/**
14+
15+
allowBuilds:
16+
# root dependency
17+
nx: true
18+
unrs-resolver: false # not directly required for build
19+
esbuild: true
20+
21+
# nx, @vitejs/plugin-react-swc, terser-webpack-plugin
22+
'@swc/core': true
23+
24+
# @angular/build
25+
'@parcel/watcher': false # optional dep of @angular/build
26+
lmdb: false # optional dep of @angular/build
27+
msgpackr-extract: false # optional dep of @angular/build
28+
29+
# @tanstack/vue-store
30+
vue-demi: false # only required for vue 2 support
31+
32+
# nextJs
33+
sharp: false # not directly required for build

0 commit comments

Comments
 (0)