Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion integration/animations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"ts-node": "^10.9.1",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/animations/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/cli-hello-world-ivy-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"ts-node": "^10.9.1",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/cli-hello-world-ivy-i18n/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/cli-hello-world-lazy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"ts-node": "^10.9.1",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/cli-hello-world-lazy/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/cli-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"ts-node": "^10.9.1",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/cli-hello-world/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/cli-signal-inputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 0 additions & 6 deletions integration/cli-signal-inputs/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/defer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"ts-node": "10.9.2",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/defer/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/legacy-animations-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"ts-node": "^10.9.1",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/legacy-animations-async/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/legacy-animations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"ts-node": "^10.9.1",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/legacy-animations/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/ng-add-localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"@types/node": "^20.14.8",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/ng-add-localize/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/ng_elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"protractor": "protractor e2e/protractor.config.js"
},
"private": true,
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/ng_elements/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/ng_update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"typescript": "6.0.3",
"zone.js": "0.16.2"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/ng_update/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/no_ts_linker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"scripts": {
"test": "node ./test.mjs"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/no_ts_linker/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/nodenext_resolution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"scripts": {
"test": "tsc"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/nodenext_resolution/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/platform-server-hydration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"ts-node": "^10.9.1",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/platform-server-hydration/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/platform-server-zoneless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"ts-node": "^10.9.1",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/platform-server-zoneless/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/platform-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"ts-node": "^10.9.1",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/platform-server/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/service-worker-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"rxjs": "^7.0.0",
"zone.js": "0.16.2"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/service-worker-schema/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/standalone-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"ts-node": "^10.9.1",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/standalone-bootstrap/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/terser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"typescript": "6.0.3",
"zone.js": "0.16.2"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/terser/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/trusted-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"ts-node": "^10.9.1",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/trusted-types/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/typings_test_rxjs7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"scripts": {
"test": "tsc"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/typings_test_rxjs7/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integration/typings_test_ts60/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"scripts": {
"test": "tsc"
},
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@11.1.2"
}
6 changes: 0 additions & 6 deletions integration/typings_test_ts60/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading
Loading