chore: update pnpm workspace configuration

- Added allowBuilds for specific packages: '@prisma/engines', esbuild, prisma, and sharp.
- Included minimumReleaseAgeExclude for eslint@10.8.0.
- Reformatted the packages and onlyBuiltDependencies sections for consistency.
This commit is contained in:
2026-07-25 03:11:10 +00:00
parent 14da014a6f
commit a05f46130e
3 changed files with 1569 additions and 528 deletions
+15 -15
View File
@@ -3,7 +3,7 @@
"private": true, "private": true,
"type": "module", "type": "module",
"version": "0.0.0", "version": "0.0.0",
"packageManager": "pnpm@10.26.2", "packageManager": "pnpm@11.17.0",
"scripts": { "scripts": {
"lint": "turbo lint", "lint": "turbo lint",
"lint:fix": "turbo lint:fix", "lint:fix": "turbo lint:fix",
@@ -18,20 +18,20 @@
"validate:resources": "pnpm --filter @sammo-ts/tools-scripts validate:resources" "validate:resources": "pnpm --filter @sammo-ts/tools-scripts validate:resources"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.39.2", "@eslint/js": "^10.0.1",
"@types/node": "^25.0.3", "@types/node": "^26.1.1",
"@typescript-eslint/eslint-plugin": "^8.51.0", "@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.51.0", "@typescript-eslint/parser": "^8.65.0",
"eslint": "^9.39.2", "eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4", "eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-vue": "^10.6.2", "eslint-plugin-vue": "^10.10.0",
"globals": "^17.0.0", "globals": "^17.7.0",
"prettier": "^3.7.4", "prettier": "^3.9.6",
"tsdown": "^0.18.4", "tsdown": "^0.22.14",
"turbo": "^2.7.2", "turbo": "^2.10.6",
"typescript": "^5.9.3", "typescript": "^7.0.2",
"typescript-eslint": "^8.51.0", "typescript-eslint": "^8.65.0",
"vue-eslint-parser": "^10.2.0" "vue-eslint-parser": "^10.4.1"
} }
} }
+1537 -505
View File
File diff suppressed because it is too large Load Diff
+17 -8
View File
@@ -1,11 +1,20 @@
packages: packages:
- packages/* - packages/*
- app/* - app/*
- tools/* - tools/*
allowBuilds:
'@prisma/engines': true
esbuild: true
prisma: true
sharp: true
minimumReleaseAgeExclude:
- eslint@10.8.0
onlyBuiltDependencies: onlyBuiltDependencies:
- '@prisma/client' - '@prisma/client'
- '@prisma/engines' - '@prisma/engines'
- esbuild - esbuild
- prisma - prisma
- vue-demi - vue-demi