Fix CI/CD pnpm error around minimumReleaseAge (#33908)
* Update pnpm * Fix @types/node dep reference * disable allowBuilds for js-sdk * disable allowBuilds for js-sdk for git too * Iterate * Iterate
This commit is contained in:
+4
-2
@@ -2,6 +2,7 @@ linkWorkspacePackages: true
|
||||
cleanupUnusedCatalogs: true
|
||||
ignorePatchFailures: false
|
||||
ignoreWorkspaceRootCheck: true
|
||||
minimumReleaseAgeStrict: true
|
||||
packages:
|
||||
- "apps/*"
|
||||
- "packages/*"
|
||||
@@ -11,6 +12,7 @@ packages:
|
||||
catalog:
|
||||
# typescript
|
||||
typescript: 6.0.3
|
||||
"@types/node": ts6.0
|
||||
# react
|
||||
react: ^19.0.0
|
||||
react-dom: ^19.0.0
|
||||
@@ -47,6 +49,7 @@ packageExtensions:
|
||||
vite: "^8.0.0"
|
||||
|
||||
allowBuilds:
|
||||
# Needed to make the git dependency in layered.sh happy
|
||||
matrix-js-sdk: true
|
||||
# Installs the CLI, which we do not need
|
||||
"@sentry/cli": false
|
||||
@@ -115,7 +118,7 @@ overrides:
|
||||
caniuse-lite: 1.0.30001799
|
||||
markdown-it: 14.1.1
|
||||
matrix-widget-api: "^1.17.0"
|
||||
"@types/node": ts6.0
|
||||
"@types/node": 25.9.3
|
||||
config-file-ts: 0.2.8-rc1
|
||||
node-abi: 4.31.0
|
||||
"@types/pg-pool": 2.0.7
|
||||
@@ -137,4 +140,3 @@ minimumReleaseAgeExclude:
|
||||
- "@matrix-org/*"
|
||||
- "@vector-im/*"
|
||||
- "@element-hq/*"
|
||||
- "@types/node@25.9.3"
|
||||
|
||||
Reference in New Issue
Block a user