diff --git a/package.json b/package.json index 18d9cdb73e..298fba546e 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ "Angular", "multi-root ready" ], - "packageManager": "pnpm@10.15.1", + "packageManager": "pnpm@10.16.1", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.15.1", + "pnpm": "10.16.1", "vscode": "^1.74.3" }, "capabilities": { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 64bb0912a0..461d41aae3 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,4 +3,42 @@ packages: - integration/pre_standalone_project - integration/workspace - integration/pre_apf_project - - integration/project \ No newline at end of file + - integration/project + +# The minimum age of a release to be considered for dependency installation. +# The value is in minutes (1440 minutes = 1 day). +minimumReleaseAge: 1440 +# List of packages to exclude from the minimum release age check. +# Wildcards are not yet supported: https://github.com/pnpm/pnpm/issues/9983 +minimumReleaseAgeExclude: + - '@angular-devkit/architect' + - '@angular-devkit/build-angular' + - '@angular-devkit/build-webpack' + - '@angular-devkit/core' + - '@angular-devkit/schematics-cli' + - '@angular-devkit/schematics' + - '@angular-devkit/architect-cli' + - '@angular-devkit/architect' + - '@angular/animations' + - '@angular/benchpress' + - '@angular/cdk' + - '@angular/ng-dev' + - '@angular/cli' + - '@angular/ssr' + - '@angular/common' + - '@angular/compiler-cli' + - '@angular/compiler' + - '@angular/core' + - '@angular/forms' + - '@angular/language-service' + - '@angular/localize' + - '@angular/material' + - '@angular/material-moment-adapter' + - '@angular/platform-browser-dynamic' + - '@angular/platform-browser' + - '@angular/platform-server' + - '@angular/router' + - '@angular/service-worker' + - '@ngtools/webpack' + - '@schematics/angular' + - 'ng-packagr'