Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
40 changes: 39 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,42 @@ packages:
- integration/pre_standalone_project
- integration/workspace
- integration/pre_apf_project
- integration/project
- 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'
Loading