Skip to content

Commit 4eb0ed9

Browse files
SheraffTkDodo
andauthored
chore: update pnpm to 11.9.0 (#10978)
* chore: update pnpm to 11.9.0 * chore: document trust policy exclusions * chore: raise minimum release age --------- Co-authored-by: Dominik Dorfmeister 🔮 <office@dorfmeister.cc>
1 parent 982c618 commit 4eb0ed9

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"type": "git",
66
"url": "git+https://github.com/TanStack/query.git"
77
},
8-
"packageManager": "pnpm@11.1.0",
8+
"packageManager": "pnpm@11.9.0",
99
"engines": {
10-
"pnpm": ">=11.0.0"
10+
"pnpm": ">=11.9.0"
1111
},
1212
"type": "module",
1313
"scripts": {

pnpm-workspace.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
cleanupUnusedCatalogs: true
2+
minimumReleaseAge: 1440
23
linkWorkspacePackages: true
34
preferWorkspacePackages: true
45
blockExoticSubdeps: true
56
trustPolicy: 'no-downgrade'
67
trustPolicyExclude:
7-
- 'vite@6.4.1'
8+
- 'vite@6.4.1' # Socket score 94/100; popular and healthy.
9+
- 'semver@5.7.2' # Socket score 100/100; popular and healthy.
10+
- 'semver@6.3.1' # Socket score 100/100; popular and healthy.
11+
- 'ua-parser-js@1.0.41' # Socket score 100/100; popular and healthy.
12+
- 'undici-types@6.21.0' # Socket score 100/100; popular and healthy.
813

914
packages:
1015
- 'packages/*'
@@ -64,4 +69,3 @@ allowBuilds:
6469

6570
# nextJs
6671
sharp: false # not directly required for build
67-

0 commit comments

Comments
 (0)