Skip to content

Commit 911faed

Browse files
authored
chore: upgrade pnpm to v11 (#997)
1 parent 481947a commit 911faed

4 files changed

Lines changed: 27 additions & 27 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/devtools-docs",
33
"private": true,
4-
"packageManager": "pnpm@10.32.1",
4+
"packageManager": "pnpm@11.1.3",
55
"scripts": {
66
"dev": "nuxi dev",
77
"build": "nuxi build",

docs/pnpm-workspace.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ catalog:
1818
better-sqlite3: ^12.8.0
1919
nuxt: ^4.4.2
2020
nuxt-og-image: ^6.0.3
21-
onlyBuiltDependencies:
22-
- better-sqlite3
23-
- esbuild
24-
- sharp
25-
- vue-demi
21+
allowBuilds:
22+
better-sqlite3: true
23+
esbuild: true
24+
sharp: true
25+
vue-demi: true
2626
shamefullyHoist: true
2727
strictPeerDependencies: false

package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.0.0-alpha.4",
55
"private": true,
6-
"packageManager": "pnpm@10.33.0",
6+
"packageManager": "pnpm@11.1.3",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/nuxt/devtools.git"
@@ -64,17 +64,6 @@
6464
"vue": "catalog:frontend",
6565
"vue-tsc": "catalog:cli"
6666
},
67-
"resolutions": {
68-
"@nuxt/devtools": "workspace:*",
69-
"chokidar": "catalog:buildtools",
70-
"esbuild": "catalog:buildtools",
71-
"rollup": "catalog:buildtools",
72-
"semver": "catalog:prod",
73-
"typescript": "catalog:cli",
74-
"unimport": "catalog:types",
75-
"vite": "catalog:buildtools",
76-
"vue-tsc": "catalog:cli"
77-
},
7867
"simple-git-hooks": {
7968
"pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx lint-staged"
8069
},

pnpm-workspace.yaml

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ packages:
1010
- packages/**
1111
- playgrounds/**
1212

13+
allowBuilds:
14+
'@parcel/watcher': true
15+
better-sqlite3: true
16+
cypress: true
17+
esbuild: true
18+
json-editor-vue: true
19+
simple-git-hooks: true
20+
unrs-resolver: true
21+
vue-demi: true
22+
23+
overrides:
24+
'@nuxt/devtools': workspace:*
25+
chokidar: catalog:buildtools
26+
esbuild: catalog:buildtools
27+
rollup: catalog:buildtools
28+
semver: catalog:prod
29+
typescript: catalog:cli
30+
unimport: catalog:types
31+
vite: catalog:buildtools
32+
vue-tsc: catalog:cli
1333
catalogs:
1434
buildtools:
1535
'@discoveryjs/cli': ^2.14.7
@@ -147,12 +167,3 @@ catalogs:
147167
'@unhead/schema': ^2.1.13
148168
'@vitejs/devtools-kit': ^0.1.13
149169
unimport: ^6.0.2
150-
onlyBuiltDependencies:
151-
- '@parcel/watcher'
152-
- better-sqlite3
153-
- cypress
154-
- esbuild
155-
- json-editor-vue
156-
- simple-git-hooks
157-
- unrs-resolver
158-
- vue-demi

0 commit comments

Comments
 (0)