Skip to content

Commit 89b9d94

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
build: update dev-infra packages
This is to address `error Couldn't find match for "6cdf0f2153298b828934373cc068b6a0f9dcf098" in "refs/heads/main" for "https://github.com/angular/dev-infra-private-build-tooling-builds.git".` and `error Couldn't find match for "301673f54ebe816bbcf13fe503de105c5e5a6a9c" in "refs/heads/main" for "https://github.com/angular/dev-infra-private-ng-dev-builds.git"` We also update the the stamping keys to match the changes in dev-infra.
1 parent bbc1a4f commit 89b9d94

File tree

3 files changed

+43
-180
lines changed

3 files changed

+43
-180
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@ampproject/remapping": "2.2.0",
6868
"@angular/animations": "15.2.0-next.0",
69-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#6cdf0f2153298b828934373cc068b6a0f9dcf098",
69+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9c4e8822a4e718b99aa9206e228023bbcddd2355",
7070
"@angular/cdk": "15.1.0",
7171
"@angular/common": "15.2.0-next.0",
7272
"@angular/compiler": "15.2.0-next.0",
@@ -75,7 +75,7 @@
7575
"@angular/forms": "15.2.0-next.0",
7676
"@angular/localize": "15.2.0-next.0",
7777
"@angular/material": "15.1.0",
78-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#301673f54ebe816bbcf13fe503de105c5e5a6a9c",
78+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ada3205985cff0ec8abb545c6602658b346b8e8",
7979
"@angular/platform-browser": "15.2.0-next.0",
8080
"@angular/platform-browser-dynamic": "15.2.0-next.0",
8181
"@angular/platform-server": "15.2.0-next.0",

tools/defaults.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def pkg_npm(name, pkg_deps = [], use_prodmode_output = False, **kwargs):
7070

7171
NPM_PACKAGE_SUBSTITUTIONS = {
7272
# Version of the local package being built, generated via the `--workspace_status_command` flag.
73-
"0.0.0-PLACEHOLDER": "{BUILD_SCM_VERSION}",
74-
"0.0.0-EXPERIMENTAL-PLACEHOLDER": "{BUILD_SCM_EXPERIMENTAL_VERSION}",
73+
"0.0.0-PLACEHOLDER": "{STABLE_PROJECT_VERSION}",
74+
"0.0.0-EXPERIMENTAL-PLACEHOLDER": "{STABLE_PROJECT_EXPERIMENTAL_VERSION}",
7575
"BUILD_SCM_HASH-PLACEHOLDER": "{BUILD_SCM_ABBREV_HASH}",
7676
"0.0.0-ENGINES-NODE": RELEASE_ENGINES_NODE,
7777
"0.0.0-ENGINES-NPM": RELEASE_ENGINES_NPM,

0 commit comments

Comments
 (0)