From 6222d6467d4a8ab4615eafd7377368a44b2882ab Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Mon, 18 May 2026 09:07:07 +0000 Subject: [PATCH] build: update pnpm to v11.1.2 See associated pull request for more information. Closes #68773 as a pr takeover --- MODULE.bazel | 4 ++-- integration/animations/package.json | 2 +- integration/animations/pnpm-workspace.yaml | 6 ------ integration/cli-hello-world-ivy-i18n/package.json | 2 +- integration/cli-hello-world-ivy-i18n/pnpm-workspace.yaml | 6 ------ integration/cli-hello-world-lazy/package.json | 2 +- integration/cli-hello-world-lazy/pnpm-workspace.yaml | 6 ------ integration/cli-hello-world/package.json | 2 +- integration/cli-hello-world/pnpm-workspace.yaml | 6 ------ integration/cli-signal-inputs/package.json | 2 +- integration/cli-signal-inputs/pnpm-workspace.yaml | 6 ------ integration/defer/package.json | 2 +- integration/defer/pnpm-workspace.yaml | 6 ------ integration/legacy-animations-async/package.json | 2 +- integration/legacy-animations-async/pnpm-workspace.yaml | 6 ------ integration/legacy-animations/package.json | 2 +- integration/legacy-animations/pnpm-workspace.yaml | 6 ------ integration/ng-add-localize/package.json | 2 +- integration/ng-add-localize/pnpm-workspace.yaml | 6 ------ integration/ng_elements/package.json | 2 +- integration/ng_elements/pnpm-workspace.yaml | 6 ------ integration/ng_update/package.json | 2 +- integration/ng_update/pnpm-workspace.yaml | 6 ------ integration/no_ts_linker/package.json | 2 +- integration/no_ts_linker/pnpm-workspace.yaml | 6 ------ integration/nodenext_resolution/package.json | 2 +- integration/nodenext_resolution/pnpm-workspace.yaml | 6 ------ integration/platform-server-hydration/package.json | 2 +- integration/platform-server-hydration/pnpm-workspace.yaml | 6 ------ integration/platform-server-zoneless/package.json | 2 +- integration/platform-server-zoneless/pnpm-workspace.yaml | 6 ------ integration/platform-server/package.json | 2 +- integration/platform-server/pnpm-workspace.yaml | 6 ------ integration/service-worker-schema/package.json | 2 +- integration/service-worker-schema/pnpm-workspace.yaml | 6 ------ integration/standalone-bootstrap/package.json | 2 +- integration/standalone-bootstrap/pnpm-workspace.yaml | 6 ------ integration/terser/package.json | 2 +- integration/terser/pnpm-workspace.yaml | 6 ------ integration/trusted-types/package.json | 2 +- integration/trusted-types/pnpm-workspace.yaml | 6 ------ integration/typings_test_rxjs7/package.json | 2 +- integration/typings_test_rxjs7/pnpm-workspace.yaml | 6 ------ integration/typings_test_ts60/package.json | 2 +- integration/typings_test_ts60/pnpm-workspace.yaml | 6 ------ package.json | 4 ++-- pnpm-workspace.yaml | 7 ------- 47 files changed, 26 insertions(+), 165 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index d8506ca7e634..b434148bd41b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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") diff --git a/integration/animations/package.json b/integration/animations/package.json index 14f1c43eed3d..f7afeeb6c231 100644 --- a/integration/animations/package.json +++ b/integration/animations/package.json @@ -38,5 +38,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/animations/pnpm-workspace.yaml b/integration/animations/pnpm-workspace.yaml index 19168f814f0f..3c0a7eaed81e 100644 --- a/integration/animations/pnpm-workspace.yaml +++ b/integration/animations/pnpm-workspace.yaml @@ -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 diff --git a/integration/cli-hello-world-ivy-i18n/package.json b/integration/cli-hello-world-ivy-i18n/package.json index e5359bb68df1..7d766943d6ac 100644 --- a/integration/cli-hello-world-ivy-i18n/package.json +++ b/integration/cli-hello-world-ivy-i18n/package.json @@ -45,5 +45,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/cli-hello-world-ivy-i18n/pnpm-workspace.yaml b/integration/cli-hello-world-ivy-i18n/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/cli-hello-world-ivy-i18n/pnpm-workspace.yaml +++ b/integration/cli-hello-world-ivy-i18n/pnpm-workspace.yaml @@ -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 diff --git a/integration/cli-hello-world-lazy/package.json b/integration/cli-hello-world-lazy/package.json index c8565c29c308..f6b5809ae956 100644 --- a/integration/cli-hello-world-lazy/package.json +++ b/integration/cli-hello-world-lazy/package.json @@ -27,5 +27,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/cli-hello-world-lazy/pnpm-workspace.yaml b/integration/cli-hello-world-lazy/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/cli-hello-world-lazy/pnpm-workspace.yaml +++ b/integration/cli-hello-world-lazy/pnpm-workspace.yaml @@ -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 diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index 31ca440342cf..cbafe662a166 100644 --- a/integration/cli-hello-world/package.json +++ b/integration/cli-hello-world/package.json @@ -32,5 +32,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/cli-hello-world/pnpm-workspace.yaml b/integration/cli-hello-world/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/cli-hello-world/pnpm-workspace.yaml +++ b/integration/cli-hello-world/pnpm-workspace.yaml @@ -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 diff --git a/integration/cli-signal-inputs/package.json b/integration/cli-signal-inputs/package.json index 4c6240977bd9..63d71af6be0f 100644 --- a/integration/cli-signal-inputs/package.json +++ b/integration/cli-signal-inputs/package.json @@ -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", diff --git a/integration/cli-signal-inputs/pnpm-workspace.yaml b/integration/cli-signal-inputs/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/cli-signal-inputs/pnpm-workspace.yaml +++ b/integration/cli-signal-inputs/pnpm-workspace.yaml @@ -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 diff --git a/integration/defer/package.json b/integration/defer/package.json index 9b05a2d4c595..aa476260b41d 100644 --- a/integration/defer/package.json +++ b/integration/defer/package.json @@ -29,5 +29,5 @@ "ts-node": "10.9.2", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/defer/pnpm-workspace.yaml b/integration/defer/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/defer/pnpm-workspace.yaml +++ b/integration/defer/pnpm-workspace.yaml @@ -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 diff --git a/integration/legacy-animations-async/package.json b/integration/legacy-animations-async/package.json index 90a19dfd1abe..adbf12309f1b 100644 --- a/integration/legacy-animations-async/package.json +++ b/integration/legacy-animations-async/package.json @@ -30,5 +30,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/legacy-animations-async/pnpm-workspace.yaml b/integration/legacy-animations-async/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/legacy-animations-async/pnpm-workspace.yaml +++ b/integration/legacy-animations-async/pnpm-workspace.yaml @@ -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 diff --git a/integration/legacy-animations/package.json b/integration/legacy-animations/package.json index f8c83f4b9ba1..c596e5884edd 100644 --- a/integration/legacy-animations/package.json +++ b/integration/legacy-animations/package.json @@ -39,5 +39,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/legacy-animations/pnpm-workspace.yaml b/integration/legacy-animations/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/legacy-animations/pnpm-workspace.yaml +++ b/integration/legacy-animations/pnpm-workspace.yaml @@ -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 diff --git a/integration/ng-add-localize/package.json b/integration/ng-add-localize/package.json index 71deb3a0cd22..1bec019fdba8 100644 --- a/integration/ng-add-localize/package.json +++ b/integration/ng-add-localize/package.json @@ -27,5 +27,5 @@ "@types/node": "^20.14.8", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/ng-add-localize/pnpm-workspace.yaml b/integration/ng-add-localize/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/ng-add-localize/pnpm-workspace.yaml +++ b/integration/ng-add-localize/pnpm-workspace.yaml @@ -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 diff --git a/integration/ng_elements/package.json b/integration/ng_elements/package.json index bc1f8d69ff9b..c45d1db2703b 100644 --- a/integration/ng_elements/package.json +++ b/integration/ng_elements/package.json @@ -33,5 +33,5 @@ "protractor": "protractor e2e/protractor.config.js" }, "private": true, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/ng_elements/pnpm-workspace.yaml b/integration/ng_elements/pnpm-workspace.yaml index e765aacd0726..7f08a60050d9 100644 --- a/integration/ng_elements/pnpm-workspace.yaml +++ b/integration/ng_elements/pnpm-workspace.yaml @@ -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 diff --git a/integration/ng_update/package.json b/integration/ng_update/package.json index af008d6eb776..64ae223b1e29 100644 --- a/integration/ng_update/package.json +++ b/integration/ng_update/package.json @@ -21,5 +21,5 @@ "typescript": "6.0.3", "zone.js": "0.16.2" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/ng_update/pnpm-workspace.yaml b/integration/ng_update/pnpm-workspace.yaml index e765aacd0726..7f08a60050d9 100644 --- a/integration/ng_update/pnpm-workspace.yaml +++ b/integration/ng_update/pnpm-workspace.yaml @@ -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 diff --git a/integration/no_ts_linker/package.json b/integration/no_ts_linker/package.json index 3a21b6455e4f..b8599439b447 100644 --- a/integration/no_ts_linker/package.json +++ b/integration/no_ts_linker/package.json @@ -13,5 +13,5 @@ "scripts": { "test": "node ./test.mjs" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/no_ts_linker/pnpm-workspace.yaml b/integration/no_ts_linker/pnpm-workspace.yaml index e765aacd0726..7f08a60050d9 100644 --- a/integration/no_ts_linker/pnpm-workspace.yaml +++ b/integration/no_ts_linker/pnpm-workspace.yaml @@ -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 diff --git a/integration/nodenext_resolution/package.json b/integration/nodenext_resolution/package.json index 6685fe6d3412..c0e2d74326d2 100644 --- a/integration/nodenext_resolution/package.json +++ b/integration/nodenext_resolution/package.json @@ -27,5 +27,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/nodenext_resolution/pnpm-workspace.yaml b/integration/nodenext_resolution/pnpm-workspace.yaml index e765aacd0726..7f08a60050d9 100644 --- a/integration/nodenext_resolution/pnpm-workspace.yaml +++ b/integration/nodenext_resolution/pnpm-workspace.yaml @@ -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 diff --git a/integration/platform-server-hydration/package.json b/integration/platform-server-hydration/package.json index 36883500766d..70905ff3e7e1 100644 --- a/integration/platform-server-hydration/package.json +++ b/integration/platform-server-hydration/package.json @@ -41,5 +41,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/platform-server-hydration/pnpm-workspace.yaml b/integration/platform-server-hydration/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/platform-server-hydration/pnpm-workspace.yaml +++ b/integration/platform-server-hydration/pnpm-workspace.yaml @@ -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 diff --git a/integration/platform-server-zoneless/package.json b/integration/platform-server-zoneless/package.json index 93e65a7e1d9c..cd79652e888e 100644 --- a/integration/platform-server-zoneless/package.json +++ b/integration/platform-server-zoneless/package.json @@ -43,5 +43,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/platform-server-zoneless/pnpm-workspace.yaml b/integration/platform-server-zoneless/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/platform-server-zoneless/pnpm-workspace.yaml +++ b/integration/platform-server-zoneless/pnpm-workspace.yaml @@ -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 diff --git a/integration/platform-server/package.json b/integration/platform-server/package.json index 0fd8625b9df3..3b139136d14b 100644 --- a/integration/platform-server/package.json +++ b/integration/platform-server/package.json @@ -47,5 +47,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/platform-server/pnpm-workspace.yaml b/integration/platform-server/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/platform-server/pnpm-workspace.yaml +++ b/integration/platform-server/pnpm-workspace.yaml @@ -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 diff --git a/integration/service-worker-schema/package.json b/integration/service-worker-schema/package.json index c3f64774f055..5dcd44d115f6 100644 --- a/integration/service-worker-schema/package.json +++ b/integration/service-worker-schema/package.json @@ -13,5 +13,5 @@ "rxjs": "^7.0.0", "zone.js": "0.16.2" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/service-worker-schema/pnpm-workspace.yaml b/integration/service-worker-schema/pnpm-workspace.yaml index e765aacd0726..7f08a60050d9 100644 --- a/integration/service-worker-schema/pnpm-workspace.yaml +++ b/integration/service-worker-schema/pnpm-workspace.yaml @@ -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 diff --git a/integration/standalone-bootstrap/package.json b/integration/standalone-bootstrap/package.json index 03ce43759f2f..5b028f000516 100644 --- a/integration/standalone-bootstrap/package.json +++ b/integration/standalone-bootstrap/package.json @@ -31,5 +31,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/standalone-bootstrap/pnpm-workspace.yaml b/integration/standalone-bootstrap/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/standalone-bootstrap/pnpm-workspace.yaml +++ b/integration/standalone-bootstrap/pnpm-workspace.yaml @@ -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 diff --git a/integration/terser/package.json b/integration/terser/package.json index 2d98a4c3f709..12e40afb5a0e 100644 --- a/integration/terser/package.json +++ b/integration/terser/package.json @@ -14,5 +14,5 @@ "typescript": "6.0.3", "zone.js": "0.16.2" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/terser/pnpm-workspace.yaml b/integration/terser/pnpm-workspace.yaml index e765aacd0726..7f08a60050d9 100644 --- a/integration/terser/pnpm-workspace.yaml +++ b/integration/terser/pnpm-workspace.yaml @@ -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 diff --git a/integration/trusted-types/package.json b/integration/trusted-types/package.json index c5751ecb2429..424842599c1c 100644 --- a/integration/trusted-types/package.json +++ b/integration/trusted-types/package.json @@ -45,5 +45,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/trusted-types/pnpm-workspace.yaml b/integration/trusted-types/pnpm-workspace.yaml index 3bb179b6640a..587110a29c8f 100644 --- a/integration/trusted-types/pnpm-workspace.yaml +++ b/integration/trusted-types/pnpm-workspace.yaml @@ -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 diff --git a/integration/typings_test_rxjs7/package.json b/integration/typings_test_rxjs7/package.json index 5a406f5c22e8..67fd3558e4e5 100644 --- a/integration/typings_test_rxjs7/package.json +++ b/integration/typings_test_rxjs7/package.json @@ -26,5 +26,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/typings_test_rxjs7/pnpm-workspace.yaml b/integration/typings_test_rxjs7/pnpm-workspace.yaml index e765aacd0726..7f08a60050d9 100644 --- a/integration/typings_test_rxjs7/pnpm-workspace.yaml +++ b/integration/typings_test_rxjs7/pnpm-workspace.yaml @@ -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 diff --git a/integration/typings_test_ts60/package.json b/integration/typings_test_ts60/package.json index 00a0cf1b5166..c4d18aa558ee 100644 --- a/integration/typings_test_ts60/package.json +++ b/integration/typings_test_ts60/package.json @@ -26,5 +26,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@11.1.1" + "packageManager": "pnpm@11.1.2" } diff --git a/integration/typings_test_ts60/pnpm-workspace.yaml b/integration/typings_test_ts60/pnpm-workspace.yaml index 9d9c2a03ef07..f33725e9d37c 100644 --- a/integration/typings_test_ts60/pnpm-workspace.yaml +++ b/integration/typings_test_ts60/pnpm-workspace.yaml @@ -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 diff --git a/package.json b/package.json index 41754c5f5942..d0a17017524f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index f8be7642b294..90f11a476ec0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -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