File tree Expand file tree Collapse file tree 2 files changed +5
-32
lines changed Expand file tree Collapse file tree 2 files changed +5
-32
lines changed Original file line number Diff line number Diff line change 32
32
"type" : " git" ,
33
33
"url" : " https://github.com/angular/angular-cli.git"
34
34
},
35
- "packageManager" : " pnpm@10.16.1 " ,
35
+ "packageManager" : " pnpm@10.17.0 " ,
36
36
"engines" : {
37
37
"node" : " ^20.19.0 || ^22.12.0 || >=24.0.0" ,
38
38
"npm" : " Please use pnpm instead of NPM to install dependencies" ,
39
39
"yarn" : " Please use pnpm instead of Yarn to install dependencies" ,
40
- "pnpm" : " 10.16.1 "
40
+ "pnpm" : " 10.17.0 "
41
41
},
42
42
"author" : " Angular Authors" ,
43
43
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -20,36 +20,9 @@ packages:
20
20
# The value is in minutes (1440 minutes = 1 day).
21
21
minimumReleaseAge : 1440
22
22
# List of packages to exclude from the minimum release age check.
23
- # Wildcards are not yet supported: https://github.com/pnpm/pnpm/issues/9983
24
23
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/*'
53
26
- ' @ngtools/webpack'
54
- - ' @schematics/angular '
27
+ - ' @schematics/* '
55
28
- ' ng-packagr'
You can’t perform that action at this time.
0 commit comments