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:
+15
-15
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+1537
-505
File diff suppressed because it is too large
Load Diff
+17
-8
@@ -1,11 +1,20 @@
|
||||
packages:
|
||||
- packages/*
|
||||
- app/*
|
||||
- tools/*
|
||||
- packages/*
|
||||
- app/*
|
||||
- tools/*
|
||||
|
||||
allowBuilds:
|
||||
'@prisma/engines': true
|
||||
esbuild: true
|
||||
prisma: true
|
||||
sharp: true
|
||||
|
||||
minimumReleaseAgeExclude:
|
||||
- eslint@10.8.0
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- '@prisma/client'
|
||||
- '@prisma/engines'
|
||||
- esbuild
|
||||
- prisma
|
||||
- vue-demi
|
||||
- '@prisma/client'
|
||||
- '@prisma/engines'
|
||||
- esbuild
|
||||
- prisma
|
||||
- vue-demi
|
||||
|
||||
Reference in New Issue
Block a user