Skip to content

Commit 2e7fd58

Browse files
alan-agius4jkrems
authored andcommitted
build: update pnpm to v10.17.0
pnpm v10.17.0 adds support for wildcards in 'minimumReleaseAgeExclude'. This simplifies the configuration by allowing the use of '@angular-devkit/*' and '@angular/*' instead of listing each package individually.
1 parent 50ff86b commit 2e7fd58

File tree

2 files changed

+5
-32
lines changed

2 files changed

+5
-32
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"type": "git",
3333
"url": "https://github.com/angular/angular-cli.git"
3434
},
35-
"packageManager": "pnpm@10.16.1",
35+
"packageManager": "pnpm@10.17.0",
3636
"engines": {
3737
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
3838
"npm": "Please use pnpm instead of NPM to install dependencies",
3939
"yarn": "Please use pnpm instead of Yarn to install dependencies",
40-
"pnpm": "10.16.1"
40+
"pnpm": "10.17.0"
4141
},
4242
"author": "Angular Authors",
4343
"license": "MIT",

pnpm-workspace.yaml

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -20,36 +20,9 @@ packages:
2020
# The value is in minutes (1440 minutes = 1 day).
2121
minimumReleaseAge: 1440
2222
# List of packages to exclude from the minimum release age check.
23-
# Wildcards are not yet supported: https://github.com/pnpm/pnpm/issues/9983
2423
minimumReleaseAgeExclude:
25-
- '@angular-devkit/architect'
26-
- '@angular-devkit/build-angular'
27-
- '@angular-devkit/build-webpack'
28-
- '@angular-devkit/core'
29-
- '@angular-devkit/schematics-cli'
30-
- '@angular-devkit/schematics'
31-
- '@angular-devkit/architect-cli'
32-
- '@angular-devkit/architect'
33-
- '@angular/animations'
34-
- '@angular/benchpress'
35-
- '@angular/cdk'
36-
- '@angular/ng-dev'
37-
- '@angular/cli'
38-
- '@angular/ssr'
39-
- '@angular/common'
40-
- '@angular/compiler-cli'
41-
- '@angular/compiler'
42-
- '@angular/core'
43-
- '@angular/forms'
44-
- '@angular/language-service'
45-
- '@angular/localize'
46-
- '@angular/material'
47-
- '@angular/material-moment-adapter'
48-
- '@angular/platform-browser-dynamic'
49-
- '@angular/platform-browser'
50-
- '@angular/platform-server'
51-
- '@angular/router'
52-
- '@angular/service-worker'
24+
- '@angular-devkit/*'
25+
- '@angular/*'
5326
- '@ngtools/webpack'
54-
- '@schematics/angular'
27+
- '@schematics/*'
5528
- 'ng-packagr'

0 commit comments

Comments
 (0)