Skip to content

Commit 211f85c

Browse files
committed
build: upgrade pnpm to v11.1.2 and migrate configuration from .npmrc to pnpm-workspace.yaml
This change updated pnpm to the latest stable version.
1 parent a09a0b0 commit 211f85c

21 files changed

Lines changed: 100 additions & 107 deletions

File tree

.github/ng-renovate/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
22
"name": "ng-renovate",
33
"type": "commonjs",
4-
"packageManager": "pnpm@10.33.4",
4+
"packageManager": "pnpm@11.1.2",
55
"dependencies": {
66
"renovate": "43.150.0"
7-
},
8-
"pnpm": {
9-
"onlyBuiltDependencies": [
10-
"re2"
11-
]
127
}
138
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# The minimum age of a release to be considered for dependency installation.
22
# The value is in minutes (1440 minutes = 1 day).
33
minimumReleaseAge: 1440
4+
allowBuilds:
5+
better-sqlite3: false
6+
core-js-pure: false
7+
dtrace-provider: false
8+
protobufjs: false
9+
re2: true

.npmrc

Lines changed: 0 additions & 12 deletions
This file was deleted.

MODULE.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ use_repo(rules_angular, rules_angular_configurable_deps = "dev_infra_rules_angul
7676
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
7777
pnpm.pnpm(
7878
name = "pnpm",
79-
pnpm_version = "10.33.4",
80-
pnpm_version_integrity = "sha512-HGezs1my1AgRm6HtKJ80uPw8aHNBK+xv0mT73IJInlEPy+y5zp0i2ufzt2Jp2EQQRgFL3KU7mXnNelYa1jG4AA==",
79+
pnpm_version = "11.1.2",
80+
pnpm_version_integrity = "sha512-QVocwll0cx51RVwUaDcb50xapft2IbUNQFbSIkUWCfEUEvI/1gLmFp8eBgRmZB95hZfhvpYaEGiINqZ7FlaUmQ==",
8181
)
8282
use_repo(pnpm, "pnpm")
8383

@@ -110,7 +110,6 @@ npm.npm_translate_lock(
110110
"@devinfra//github-actions/unified-status-check:package.json",
111111
"@devinfra//ng-dev:package.json",
112112
],
113-
npmrc = "@devinfra//:.npmrc",
114113
pnpm_lock = "@devinfra//:pnpm-lock.yaml",
115114
)
116115
use_repo(npm, "devinfra_npm")

bazel/integration/tests/angular-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "ng test"
1010
},
1111
"private": true,
12-
"packageManager": "pnpm@10.33.4",
12+
"packageManager": "pnpm@11.1.2",
1313
"dependencies": {
1414
"@angular/animations": "22.0.0-next.12",
1515
"@angular/common": "22.0.0-next.12",

bazel/integration/tests/angular-cli/pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
allowBuilds:
2+
'@parcel/watcher': false
3+
chromedriver: false
4+
esbuild: false
5+
lmdb: false
6+
msgpackr-extract: false
17
# The minimum age of a release to be considered for dependency installation.
28
# The value is in minutes (1440 minutes = 1 day).
39
minimumReleaseAge: 1440

bazel/integration/tests/nested_bazel_workspaces/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "bazelisk test ..."
88
},
9-
"packageManager": "pnpm@10.33.4",
9+
"packageManager": "pnpm@11.1.2",
1010
"devDependencies": {
1111
"@bazel/bazelisk": "^1.11.0"
1212
}

bazel/integration/tests/package_mappings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",
6-
"packageManager": "pnpm@10.33.4",
6+
"packageManager": "pnpm@11.1.2",
77
"dependencies": {
88
"fake_pkg": "link:./in-existing-linked-by-bazel"
99
},

bazel/integration/tests/playwright_chromium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"@playwright/test": "^1.16.3",
1010
"typescript": "^6.0.2"
1111
},
12-
"packageManager": "pnpm@10.33.4"
12+
"packageManager": "pnpm@11.1.2"
1313
}

bazel/rules/rules_angular/.npmrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)