Skip to content

Commit 0f5dab2

Browse files
committed
chore(pnpm): bump pnpm and move settings to pnpm-workspace.yaml
1 parent 9322972 commit 0f5dab2

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@
6363
"fileMatch": ["**/_nav.json"],
6464
"url": "./website/node_modules/rspress/nav-json-schema.json"
6565
}
66-
]
66+
],
67+
"cSpell.words": ["esbuild"]
6768
}

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

package.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,9 @@
6060
"vitest": "^3.2.4",
6161
"zx": "^8.5.5"
6262
},
63-
"packageManager": "[email protected].1",
63+
"packageManager": "[email protected].4",
6464
"engines": {
6565
"node": ">=18.0.0",
66-
"pnpm": ">=10.12.1"
67-
},
68-
"pnpm": {
69-
"onlyBuiltDependencies": [
70-
"@biomejs/biome",
71-
"core-js",
72-
"core-js-pure",
73-
"esbuild",
74-
"nx",
75-
"simple-git-hooks"
76-
],
77-
"overrides": {
78-
"zx>@types/node": "-"
79-
}
66+
"pnpm": ">=10.12.4"
8067
}
8168
}

pnpm-workspace.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,14 @@ packages:
66
- 'examples/**'
77
- '!**/compiled/**'
88
- '!**/dist-types/**'
9+
10+
onlyBuiltDependencies:
11+
- '@biomejs/biome'
12+
- 'core-js'
13+
- 'core-js-pure'
14+
- 'esbuild'
15+
- 'nx'
16+
- 'simple-git-hooks'
17+
18+
overrides:
19+
'zx>@types/node': '-'

0 commit comments

Comments
 (0)