diff --git a/MODULE.bazel b/MODULE.bazel index d8506ca7e63..b434148bd41 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 14f1c43eed3..f7afeeb6c23 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 19168f814f0..3c0a7eaed81 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 e5359bb68df..7d766943d6a 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 3bb179b6640..587110a29c8 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 c8565c29c30..f6b5809ae95 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 3bb179b6640..587110a29c8 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 31ca440342c..cbafe662a16 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 3bb179b6640..587110a29c8 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 4c6240977bd..63d71af6be0 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 3bb179b6640..587110a29c8 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 9b05a2d4c59..aa476260b41 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 3bb179b6640..587110a29c8 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 90a19dfd1ab..adbf12309f1 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 3bb179b6640..587110a29c8 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 f8c83f4b9ba..c596e5884ed 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 3bb179b6640..587110a29c8 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 71deb3a0cd2..1bec019fdba 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 3bb179b6640..587110a29c8 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 bc1f8d69ff9..c45d1db2703 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 e765aacd072..7f08a60050d 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 af008d6eb77..64ae223b1e2 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 e765aacd072..7f08a60050d 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 3a21b6455e4..b8599439b44 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 e765aacd072..7f08a60050d 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 6685fe6d341..c0e2d74326d 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 e765aacd072..7f08a60050d 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 36883500766..70905ff3e7e 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 3bb179b6640..587110a29c8 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 93e65a7e1d9..cd79652e888 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 3bb179b6640..587110a29c8 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 0fd8625b9df..3b139136d14 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 3bb179b6640..587110a29c8 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 c3f64774f05..5dcd44d115f 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 e765aacd072..7f08a60050d 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 03ce43759f2..5b028f00051 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 3bb179b6640..587110a29c8 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 2d98a4c3f70..12e40afb5a0 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 e765aacd072..7f08a60050d 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 c5751ecb242..424842599c1 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 3bb179b6640..587110a29c8 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 5a406f5c22e..67fd3558e4e 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 e765aacd072..7f08a60050d 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 00a0cf1b516..c4d18aa558e 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 9d9c2a03ef0..f33725e9d37 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 41754c5f594..d0a17017524 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 f8be7642b29..90f11a476ec 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