Skip to content

Commit 49ccb51

Browse files
alan-agius4leonsenft
authored andcommitted
build: update pnpm to v11.1.2
See associated pull request for more information. Closes angular#68773 as a pr takeover
1 parent 9b7b9ba commit 49ccb51

47 files changed

Lines changed: 26 additions & 165 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ use_repo(node, "nodejs_windows_amd64")
7171
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
7272
pnpm.pnpm(
7373
name = "pnpm",
74-
pnpm_version = "11.1.1",
75-
pnpm_version_integrity = "sha512-0f319zxhe2T6GlaoHDyN/g6WbjOmAQqiVrUXrne+Idk+Ba/8DeGoOw5PKdVp9otEaujwaM1yR8C7PfD7TXvfmg==",
74+
pnpm_version = "11.1.2",
75+
pnpm_version_integrity = "sha512-QVocwll0cx51RVwUaDcb50xapft2IbUNQFbSIkUWCfEUEvI/1gLmFp8eBgRmZB95hZfhvpYaEGiINqZ7FlaUmQ==",
7676
)
7777
use_repo(pnpm, "pnpm")
7878

integration/animations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"ts-node": "^10.9.1",
3939
"typescript": "6.0.3"
4040
},
41-
"packageManager": "pnpm@11.1.1"
41+
"packageManager": "pnpm@11.1.2"
4242
}

integration/animations/pnpm-workspace.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@ minimumReleaseAgeExclude:
1515
- '@schematics/*'
1616
- 'ng-packagr'
1717
- 'zone.js'
18-
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
19-
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
20-
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
21-
# at @babel/preset-env@7.29.2
22-
# at @babel/plugin-transform-classes@7.28.6
23-
minimumReleaseAgeStrict: false

integration/cli-hello-world-ivy-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"ts-node": "^10.9.1",
4646
"typescript": "6.0.3"
4747
},
48-
"packageManager": "pnpm@11.1.1"
48+
"packageManager": "pnpm@11.1.2"
4949
}

integration/cli-hello-world-ivy-i18n/pnpm-workspace.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
1414
- '@schematics/*'
1515
- 'ng-packagr'
1616
- 'zone.js'
17-
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
18-
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
19-
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
20-
# at @babel/preset-env@7.29.2
21-
# at @babel/plugin-transform-classes@7.28.6
22-
minimumReleaseAgeStrict: false

integration/cli-hello-world-lazy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"ts-node": "^10.9.1",
2828
"typescript": "6.0.3"
2929
},
30-
"packageManager": "pnpm@11.1.1"
30+
"packageManager": "pnpm@11.1.2"
3131
}

integration/cli-hello-world-lazy/pnpm-workspace.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
1414
- '@schematics/*'
1515
- 'ng-packagr'
1616
- 'zone.js'
17-
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
18-
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
19-
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
20-
# at @babel/preset-env@7.29.2
21-
# at @babel/plugin-transform-classes@7.28.6
22-
minimumReleaseAgeStrict: false

integration/cli-hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"ts-node": "^10.9.1",
3333
"typescript": "6.0.3"
3434
},
35-
"packageManager": "pnpm@11.1.1"
35+
"packageManager": "pnpm@11.1.2"
3636
}

integration/cli-hello-world/pnpm-workspace.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,3 @@ minimumReleaseAgeExclude:
1414
- '@schematics/*'
1515
- 'ng-packagr'
1616
- 'zone.js'
17-
# TODO: Investigate why without minimumReleaseAgeStrict: false it fails with such errors:
18-
# [ERR_PNPM_MISSING_TIME] The metadata of @babel/helper-globals is missing the "time" field
19-
# This error happened while installing the dependencies of @angular-devkit/build-angular@22.0.0-next.7
20-
# at @babel/preset-env@7.29.2
21-
# at @babel/plugin-transform-classes@7.28.6
22-
minimumReleaseAgeStrict: false

integration/cli-signal-inputs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "ng lint",
1111
"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"
1212
},
13-
"packageManager": "pnpm@11.1.1",
13+
"packageManager": "pnpm@11.1.2",
1414
"private": true,
1515
"dependencies": {
1616
"@angular/animations": "link:./in-existing-linked-by-bazel",

0 commit comments

Comments
 (0)