Skip to content

Commit 87013d5

Browse files
chore(pnpm): update pnpm to v11 (#10699)
Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
1 parent ae054a0 commit 87013d5

2 files changed

Lines changed: 47 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git+https://github.com/TanStack/query.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",
@@ -82,26 +82,5 @@
8282
"typescript60": "npm:typescript@6.0.1-rc",
8383
"vite": "^6.4.1",
8484
"vitest": "^4.0.18"
85-
},
86-
"pnpm": {
87-
"overrides": {
88-
"@types/react": "^19.2.7",
89-
"@types/react-dom": "^19.2.3",
90-
"@types/node": "^22.15.3",
91-
"@typescript-eslint/eslint-plugin": "8.58.1",
92-
"@typescript-eslint/parser": "8.58.1",
93-
"@typescript-eslint/project-service": "8.58.1",
94-
"@typescript-eslint/rule-tester": "8.58.1",
95-
"@typescript-eslint/scope-manager": "8.58.1",
96-
"@typescript-eslint/tsconfig-utils": "8.58.1",
97-
"@typescript-eslint/type-utils": "8.58.1",
98-
"@typescript-eslint/types": "8.58.1",
99-
"@typescript-eslint/typescript-estree": "8.58.1",
100-
"@typescript-eslint/utils": "8.58.1",
101-
"@typescript-eslint/visitor-keys": "8.58.1",
102-
"typescript-eslint": "8.58.1",
103-
"vite": "^6.4.1",
104-
"esbuild": "^0.27.2"
105-
}
10685
}
10786
}

pnpm-workspace.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,49 @@ packages:
1414
- 'examples/vue/*'
1515
- '!examples/vue/2*'
1616
- '!examples/vue/nuxt*'
17+
18+
overrides:
19+
'@types/react': '^19.2.7'
20+
'@types/react-dom': '^19.2.3'
21+
'@types/node': '^22.15.3'
22+
'@typescript-eslint/eslint-plugin': '8.58.1'
23+
'@typescript-eslint/parser': '8.58.1'
24+
'@typescript-eslint/project-service': '8.58.1'
25+
'@typescript-eslint/rule-tester': '8.58.1'
26+
'@typescript-eslint/scope-manager': '8.58.1'
27+
'@typescript-eslint/tsconfig-utils': '8.58.1'
28+
'@typescript-eslint/type-utils': '8.58.1'
29+
'@typescript-eslint/types': '8.58.1'
30+
'@typescript-eslint/typescript-estree': '8.58.1'
31+
'@typescript-eslint/utils': '8.58.1'
32+
'@typescript-eslint/visitor-keys': '8.58.1'
33+
typescript-eslint: '8.58.1'
34+
vite: '^6.4.1'
35+
esbuild: '^0.27.2'
36+
37+
allowBuilds:
38+
# root dependency
39+
nx: true
40+
unrs-resolver: false # not directly required for build
41+
esbuild: true
42+
43+
# vite
44+
fsevents: false # optional dependency
45+
46+
# msw
47+
msw: false # used for example only
48+
49+
# nx, @vitejs/plugin-react-swc, terser-webpack-plugin
50+
'@swc/core': true
51+
52+
# @angular/build
53+
'@parcel/watcher': false # optional dep of @angular/build
54+
lmdb: false # optional dep of @angular/build
55+
msgpackr-extract: false # optional dep of @angular/build
56+
57+
# @tanstack/vue-store
58+
vue-demi: false # only required for vue 2 support
59+
60+
# nextJs
61+
sharp: false # not directly required for build
62+

0 commit comments

Comments
 (0)