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,
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@10.26.2",
"packageManager": "pnpm@11.17.0",
"scripts": {
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
@@ -18,20 +18,20 @@
"validate:resources": "pnpm --filter @sammo-ts/tools-scripts validate:resources"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"eslint": "^9.39.2",
"@eslint/js": "^10.0.1",
"@types/node": "^26.1.1",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^10.6.2",
"globals": "^17.0.0",
"prettier": "^3.7.4",
"tsdown": "^0.18.4",
"turbo": "^2.7.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0",
"vue-eslint-parser": "^10.2.0"
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-vue": "^10.10.0",
"globals": "^17.7.0",
"prettier": "^3.9.6",
"tsdown": "^0.22.14",
"turbo": "^2.10.6",
"typescript": "^7.0.2",
"typescript-eslint": "^8.65.0",
"vue-eslint-parser": "^10.4.1"
}
}