Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/ng-renovate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-renovate",
"type": "commonjs",
"packageManager": "pnpm@10.33.3",
"packageManager": "pnpm@10.33.4",
"dependencies": {
"renovate": "43.150.0"
},
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ use_repo(rules_angular, rules_angular_configurable_deps = "dev_infra_rules_angul
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
pnpm.pnpm(
name = "pnpm",
pnpm_version = "10.33.3",
pnpm_version_integrity = "sha512-oZdENkp+JIuSZXpMpZc/k1TSHK+YJXlnSxxTnzLHQgxHE4rYsSVN8Hq6m8eC2bMCnj2zTV2/+XQybrdNrI/0iQ==",
pnpm_version = "10.33.4",
pnpm_version_integrity = "sha512-HGezs1my1AgRm6HtKJ80uPw8aHNBK+xv0mT73IJInlEPy+y5zp0i2ufzt2Jp2EQQRgFL3KU7mXnNelYa1jG4AA==",
)
use_repo(pnpm, "pnpm")

Expand Down
2 changes: 1 addition & 1 deletion bazel/integration/tests/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "ng test"
},
"private": true,
"packageManager": "pnpm@10.33.3",
"packageManager": "pnpm@10.33.4",
"dependencies": {
"@angular/animations": "22.0.0-next.10",
"@angular/common": "22.0.0-next.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "bazelisk test ..."
},
"packageManager": "pnpm@10.33.3",
"packageManager": "pnpm@10.33.4",
"devDependencies": {
"@bazel/bazelisk": "^1.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion bazel/integration/tests/package_mappings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"packageManager": "pnpm@10.33.3",
"packageManager": "pnpm@10.33.4",
"dependencies": {
"fake_pkg": "link:./in-existing-linked-by-bazel"
},
Expand Down
2 changes: 1 addition & 1 deletion bazel/integration/tests/playwright_chromium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"@playwright/test": "^1.16.3",
"typescript": "^6.0.2"
},
"packageManager": "pnpm@10.33.3"
"packageManager": "pnpm@10.33.4"
}
4 changes: 2 additions & 2 deletions bazel/rules/rules_angular/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ node.toolchain(
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
pnpm.pnpm(
name = "pnpm",
pnpm_version = "10.33.3",
pnpm_version_integrity = "sha512-oZdENkp+JIuSZXpMpZc/k1TSHK+YJXlnSxxTnzLHQgxHE4rYsSVN8Hq6m8eC2bMCnj2zTV2/+XQybrdNrI/0iQ==",
pnpm_version = "10.33.4",
pnpm_version_integrity = "sha512-HGezs1my1AgRm6HtKJ80uPw8aHNBK+xv0mT73IJInlEPy+y5zp0i2ufzt2Jp2EQQRgFL3KU7mXnNelYa1jG4AA==",
)
use_repo(pnpm, "pnpm")

Expand Down
4 changes: 2 additions & 2 deletions bazel/rules/rules_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
}
}
},
"packageManager": "pnpm@10.33.3",
"packageManager": "pnpm@10.33.4",
"engines": {
"npm": "Please use pnpm instead of NPM to install dependencies",
"yarn": "Please use pnpm instead of Yarn to install dependencies",
"pnpm": "10.33.3"
"pnpm": "10.33.4"
},
"dependencies": {
"@angular/compiler-cli": "22.0.0-next.10",
Expand Down
4 changes: 2 additions & 2 deletions bazel/rules/rules_browsers/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ bazel_dep(name = "aspect_rules_js", version = "3.0.3")
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
pnpm.pnpm(
name = "pnpm",
pnpm_version = "10.33.3",
pnpm_version_integrity = "sha512-oZdENkp+JIuSZXpMpZc/k1TSHK+YJXlnSxxTnzLHQgxHE4rYsSVN8Hq6m8eC2bMCnj2zTV2/+XQybrdNrI/0iQ==",
pnpm_version = "10.33.4",
pnpm_version_integrity = "sha512-HGezs1my1AgRm6HtKJ80uPw8aHNBK+xv0mT73IJInlEPy+y5zp0i2ufzt2Jp2EQQRgFL3KU7mXnNelYa1jG4AA==",
)
use_repo(pnpm, "pnpm")

Expand Down
4 changes: 2 additions & 2 deletions bazel/rules/rules_browsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"scripts": {
"ng-dev": "bash ../../../tools/local-dev.sh"
},
"packageManager": "pnpm@10.33.3",
"packageManager": "pnpm@10.33.4",
"engines": {
"npm": "Please use pnpm instead of NPM to install dependencies",
"yarn": "Please use pnpm instead of Yarn to install dependencies",
"pnpm": "10.33.3"
"pnpm": "10.33.4"
},
"keywords": [],
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@angular/build-tooling",
"version": "0.0.0-{SCM_HEAD_SHA}",
"private": true,
"packageManager": "pnpm@10.33.3",
"packageManager": "pnpm@10.33.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The pnpm-lock.yaml files (at the root and in the bazel/rules/rules_angular and bazel/rules/rules_browsers directories) are missing from this pull request. Updating the packageManager version in package.json should be accompanied by a lockfile update to maintain consistency and to enable the new security features (integrity pinning for git-hosted tarballs) mentioned in the release notes for pnpm 10.33.4.

"engines": {
"npm": "Please use pnpm instead of NPM to install dependencies",
"yarn": "Please use pnpm instead of Yarn to install dependencies",
"pnpm": "10.33.3"
"pnpm": "10.33.4"
},
"scripts": {
"prepare": "husky",
Expand Down
Loading