Skip to content

Commit 70bf214

Browse files
alan-agius4clydin
authored andcommitted
build: update @angular/dev-infra-private package
Update `@angular/dev-infra-private` package to the latest version.
1 parent e607d44 commit 70bf214

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ Must be one of the following:
198198
* **feat**: Creates a new feature [1]
199199
* **fix**: Fixes a previously discovered failure/bug [1]
200200
* **perf**: Improves performance without any change in functionality or API [1]
201-
* **refactor**: Refactor without any change in functionality or API (includes style changes) [1]
201+
* **refactor**: Refactor without any change in functionality or API (includes style changes)
202202
* **release**: A release point in the repository [2]
203-
* **test**: Improvements or corrections made to the project's test suite [1]
203+
* **test**: Improvements or corrections made to the project's test suite
204204
205205
206206
<sup>[1] This type MUST have a scope. See the next section for more information.</sup><br/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@angular/compiler": "12.0.0-next.7",
7171
"@angular/compiler-cli": "12.0.0-next.7",
7272
"@angular/core": "12.0.0-next.7",
73-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#f1c05c2749f9fb4b72bfd8a57d23ffe5af9d4219",
73+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#001abdbcf9bd49e46dd3a678898dc104c8148a9f",
7474
"@angular/forms": "12.0.0-next.7",
7575
"@angular/localize": "12.0.0-next.7",
7676
"@angular/material": "11.2.7",

yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,9 @@
8585
dependencies:
8686
tslib "^2.0.0"
8787

88-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#f1c05c2749f9fb4b72bfd8a57d23ffe5af9d4219":
88+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#001abdbcf9bd49e46dd3a678898dc104c8148a9f":
8989
version "0.0.0"
90-
uid f1c05c2749f9fb4b72bfd8a57d23ffe5af9d4219
91-
resolved "https://github.com/angular/dev-infra-private-builds.git#f1c05c2749f9fb4b72bfd8a57d23ffe5af9d4219"
90+
resolved "https://github.com/angular/dev-infra-private-builds.git#001abdbcf9bd49e46dd3a678898dc104c8148a9f"
9291
dependencies:
9392
"@angular/benchpress" "0.2.1"
9493
"@bazel/buildifier" "^0.29.0"

0 commit comments

Comments
 (0)