mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update pnpm to v11.1.2
See associated pull request for more information. Closes #68773 as a pr takeover
This commit is contained in:
parent
9b7b9ba304
commit
49ccb5154b
47 changed files with 26 additions and 165 deletions
|
|
@ -71,8 +71,8 @@ use_repo(node, "nodejs_windows_amd64")
|
|||
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
|
||||
pnpm.pnpm(
|
||||
name = "pnpm",
|
||||
pnpm_version = "11.1.1",
|
||||
pnpm_version_integrity = "sha512-0f319zxhe2T6GlaoHDyN/g6WbjOmAQqiVrUXrne+Idk+Ba/8DeGoOw5PKdVp9otEaujwaM1yR8C7PfD7TXvfmg==",
|
||||
pnpm_version = "11.1.2",
|
||||
pnpm_version_integrity = "sha512-QVocwll0cx51RVwUaDcb50xapft2IbUNQFbSIkUWCfEUEvI/1gLmFp8eBgRmZB95hZfhvpYaEGiINqZ7FlaUmQ==",
|
||||
)
|
||||
use_repo(pnpm, "pnpm")
|
||||
|
||||
|
|
|
|||
|
|
@ -38,5 +38,5 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,9 +15,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -45,5 +45,5 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -27,5 +27,5 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -32,5 +32,5 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"lint": "ng lint",
|
||||
"e2e": "ng build --configuration production && concurrently \"serve dist/browser -l 4210 --no-clipboard --single\" \"protractor e2e/protractor.conf.js --baseUrl=http://localhost:4210\" --kill-others --success first"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1",
|
||||
"packageManager": "pnpm@11.1.2",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "link:./in-existing-linked-by-bazel",
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -29,5 +29,5 @@
|
|||
"ts-node": "10.9.2",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -30,5 +30,5 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -39,5 +39,5 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -27,5 +27,5 @@
|
|||
"@types/node": "^20.14.8",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -33,5 +33,5 @@
|
|||
"protractor": "protractor e2e/protractor.config.js"
|
||||
},
|
||||
"private": true,
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -21,5 +21,5 @@
|
|||
"typescript": "6.0.3",
|
||||
"zone.js": "0.16.2"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@
|
|||
"scripts": {
|
||||
"test": "node ./test.mjs"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -27,5 +27,5 @@
|
|||
"scripts": {
|
||||
"test": "tsc"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -41,5 +41,5 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -43,5 +43,5 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -47,5 +47,5 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@
|
|||
"rxjs": "^7.0.0",
|
||||
"zone.js": "0.16.2"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -31,5 +31,5 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@
|
|||
"typescript": "6.0.3",
|
||||
"zone.js": "0.16.2"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -45,5 +45,5 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -26,5 +26,5 @@
|
|||
"scripts": {
|
||||
"test": "tsc"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,3 @@ minimumReleaseAgeExclude:
|
|||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
- 'zone.js'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -26,5 +26,5 @@
|
|||
"scripts": {
|
||||
"test": "tsc"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.1"
|
||||
"packageManager": "pnpm@11.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,9 +8,3 @@ minimumReleaseAgeExclude:
|
|||
- '@ngtools/webpack'
|
||||
- '@schematics/*'
|
||||
- 'ng-packagr'
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@
|
|||
"homepage": "https://github.com/angular/angular",
|
||||
"bugs": "https://github.com/angular/angular/issues",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@11.1.1",
|
||||
"packageManager": "pnpm@11.1.2",
|
||||
"engines": {
|
||||
"npm": "Please use pnpm instead of NPM to install dependencies",
|
||||
"yarn": "Please use pnpm instead of Yarn to install dependencies",
|
||||
"pnpm": "11.1.1"
|
||||
"pnpm": "11.1.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
|
|
@ -87,10 +87,3 @@ hoist: false
|
|||
# for peer dependencies, avoiding potential mismatches. In addition, it ensures we can continue
|
||||
# to rely on peer dependency placeholders substituted via Bazel.
|
||||
autoInstallPeers: false
|
||||
|
||||
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
|
||||
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
|
||||
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
|
||||
# at @babel/preset-env@7.29.2
|
||||
# at @babel/plugin-transform-classes@7.28.6
|
||||
minimumReleaseAgeStrict: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue