mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update pnpm to v10.17.0 (#63870)
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. PR Close #63870
This commit is contained in:
committed by
Jessica Janiuk
parent
dcdca98f5d
commit
bd2caa4eba
+2
-2
@@ -6,11 +6,11 @@
|
||||
"homepage": "https://github.com/angular/angular",
|
||||
"bugs": "https://github.com/angular/angular/issues",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.16.1",
|
||||
"packageManager": "pnpm@10.17.0",
|
||||
"engines": {
|
||||
"npm": "Please use pnpm instead of NPM to install dependencies",
|
||||
"yarn": "Please use pnpm instead of Yarn to install dependencies",
|
||||
"pnpm": "10.16.1"
|
||||
"pnpm": "10.17.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
+3
-30
@@ -55,36 +55,9 @@ overrides:
|
||||
# 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'
|
||||
- '@angular-devkit/*'
|
||||
- '@angular/*'
|
||||
- '@ngtools/webpack'
|
||||
- '@schematics/angular'
|
||||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
|
||||
Reference in New Issue
Block a user