Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b000481

Browse filesBrowse 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. (cherry picked from commit 2a08e80)
1 parent 5d9fd78 commit b000481
Copy full SHA for b000481

File tree

Expand file treeCollapse file tree

3 files changed

+43
-178
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+43
-178
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2Lines 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.1.0",
69-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5ce0facd1b6958e90d654fc84d68b9899d566a0d",
69+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9c4e8822a4e718b99aa9206e228023bbcddd2355",
7070
"@angular/cdk": "15.1.0-rc.0",
7171
"@angular/common": "15.1.0",
7272
"@angular/compiler": "15.1.0",
@@ -75,7 +75,7 @@
7575
"@angular/forms": "15.1.0",
7676
"@angular/localize": "15.1.0",
7777
"@angular/material": "15.1.0-rc.0",
78-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c883714f8061f200f3aa46dbc6bdd0de41ab94d5",
78+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ada3205985cff0ec8abb545c6602658b346b8e8",
7979
"@angular/platform-browser": "15.1.0",
8080
"@angular/platform-browser-dynamic": "15.1.0",
8181
"@angular/platform-server": "15.1.0",

‎tools/defaults.bzl

Copy file name to clipboardExpand all lines: tools/defaults.bzl
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.