Skip to content

Commit

Permalink
1872fcd build: update cross-repo angular dependencies (#55422)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKushnir committed May 3, 2024
1 parent 44a22fe commit c26a667
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fri May 3 18:26:19 UTC 2024
6e1e70d3f13a69a7ba0c4f147edf1ddef3131537
Fri May 3 20:05:10 UTC 2024
1872fcd8e09fefb52f9b36e8261702cd6fb03f85
2 changes: 1 addition & 1 deletion bundles/chunk-GNJXY53X.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion linker/src/file_linker/partial_linkers/util.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
import { AstObject, AstValue } from '../../ast/ast_value';
export declare const PLACEHOLDER_VERSION = "18.1.0-next.0+sha-6e1e70d";
export declare const PLACEHOLDER_VERSION = "18.1.0-next.0+sha-1872fcd";
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
/**
* Parses the value of an enum from the AST value's symbol name.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/compiler-cli",
"version": "18.1.0-next.0+sha-6e1e70d",
"version": "18.1.0-next.0+sha-1872fcd",
"description": "Angular - the compiler CLI for Node.js",
"typings": "index.d.ts",
"bin": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"yargs": "^17.2.1"
},
"peerDependencies": {
"@angular/compiler": "18.1.0-next.0+sha-6e1e70d",
"@angular/compiler": "18.1.0-next.0+sha-1872fcd",
"typescript": ">=5.4 <5.5"
},
"repository": {
Expand Down

0 comments on commit c26a667

Please sign in to comment.