Skip to content

Commit b033ad7

Browse files
ci: update to pnpm v11 (#383)
* ci: update to pnpm v11 * Add allowBuilds * Add unrs-resolver
1 parent 47d572f commit b033ad7

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.changeset/lucky-melons-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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": "https://github.com/TanStack/config.git"
77
},
8-
"packageManager": "pnpm@10.33.0",
8+
"packageManager": "pnpm@11.1.0",
99
"type": "module",
1010
"scripts": {
1111
"clean": "pnpm --filter \"./packages/**\" run clean",

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ packages:
66
- integrations/*
77
- packages/*
88

9+
allowBuilds:
10+
nx: true
11+
unrs-resolver: true
12+
913
catalog:
1014
'@arethetypeswrong/core': ^0.18.2
1115
'@changesets/cli': ^2.30.0

0 commit comments

Comments
 (0)