Skip to content

Commit a6b46be

Browse files
authored
chore(pnpm): bump pnpm and move settings to pnpm-workspace.yaml (#1092)
1 parent 9322972 commit a6b46be

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

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': '-'

scripts/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ docgen
3333
dogfooding
3434
dorny
3535
envinfo
36+
esbuild
3637
estree
3738
facti
3839
filenaming

0 commit comments

Comments
 (0)