Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39ab7f5

Browse files
committed
0c64a06 build: update cross-repo angular dependencies (#63570)
1 parent 4d4985d commit 39ab7f5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Tue Sep 9 22:48:57 UTC 2025
2-
97d3615b5e5e9667d6d2dc64aab29e8df87b00d8
1+
Tue Sep 9 23:41:07 UTC 2025
2+
0c64a06ea21334f468baaf896b79d3aa5f62eb92

bundles/chunk-BPDNYZBC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
455455
// packages/compiler-cli/linker/src/file_linker/partial_linkers/util.js
456456
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
457457
import semver from "semver";
458-
var PLACEHOLDER_VERSION = "21.0.0-next.2+sha-97d3615";
458+
var PLACEHOLDER_VERSION = "21.0.0-next.2+sha-0c64a06";
459459
function wrapReference(wrapped) {
460460
return { value: wrapped, type: wrapped };
461461
}

bundles/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ import "./chunk-G7GFT6BU.js";
7777

7878
// packages/compiler-cli/src/version.js
7979
import { Version } from "@angular/compiler";
80-
var VERSION = new Version("21.0.0-next.2+sha-97d3615");
80+
var VERSION = new Version("21.0.0-next.2+sha-0c64a06");
8181

8282
// packages/compiler-cli/private/tooling.js
8383
var GLOBAL_DEFS_FOR_TERSER = {

linker/src/file_linker/partial_linkers/util.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
99
import { AstObject, AstValue } from '../../ast/ast_value';
10-
export declare const PLACEHOLDER_VERSION = "21.0.0-next.2+sha-97d3615";
10+
export declare const PLACEHOLDER_VERSION = "21.0.0-next.2+sha-0c64a06";
1111
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
1212
/**
1313
* Parses the value of an enum from the AST value's symbol name.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/compiler-cli",
3-
"version": "21.0.0-next.2+sha-97d3615",
3+
"version": "21.0.0-next.2+sha-0c64a06",
44
"description": "Angular - the compiler CLI for Node.js",
55
"typings": "index.d.ts",
66
"bin": {
@@ -48,7 +48,7 @@
4848
"yargs": "^18.0.0"
4949
},
5050
"peerDependencies": {
51-
"@angular/compiler": "21.0.0-next.2+sha-97d3615",
51+
"@angular/compiler": "21.0.0-next.2+sha-0c64a06",
5252
"typescript": ">=5.9 <6.0"
5353
},
5454
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)