From e7570bbb9a3b3e9b1d1ac7d8b7e34ea23407fa8b Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 9 Oct 2024 15:46:04 +0000 Subject: [PATCH] 2d11314 refactor(migrations): improve statistic tracking of signal input migration (#58137) --- BUILD_INFO | 4 ++-- bundles/chunk-JF4LKQQP.js | 2 +- bundles/index.js | 2 +- linker/src/file_linker/partial_linkers/util.d.ts | 2 +- package.json | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BUILD_INFO b/BUILD_INFO index 9ba3a2426d..7cf3d82657 100644 --- a/BUILD_INFO +++ b/BUILD_INFO @@ -1,2 +1,2 @@ -Wed Oct 9 13:55:32 UTC 2024 -e00775a0c9e0153188e5377b623742ca76f5a499 +Wed Oct 9 15:46:04 UTC 2024 +2d1131491a479a1c79b45179b97e559976c48e0a diff --git a/bundles/chunk-JF4LKQQP.js b/bundles/chunk-JF4LKQQP.js index 78fcc1e61d..42a17cc47b 100755 --- a/bundles/chunk-JF4LKQQP.js +++ b/bundles/chunk-JF4LKQQP.js @@ -299,7 +299,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler"; -var PLACEHOLDER_VERSION = "19.0.0-next.8+sha-e00775a"; +var PLACEHOLDER_VERSION = "19.0.0-next.8+sha-2d11314"; function wrapReference(wrapped) { return { value: wrapped, type: wrapped }; } diff --git a/bundles/index.js b/bundles/index.js index 7de53c3965..754591eb58 100755 --- a/bundles/index.js +++ b/bundles/index.js @@ -80,7 +80,7 @@ import "./chunk-XI2RTGAL.js"; // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs import { Version } from "@angular/compiler"; -var VERSION = new Version("19.0.0-next.8+sha-e00775a"); +var VERSION = new Version("19.0.0-next.8+sha-2d11314"); // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs var NgTscPlugin = class { diff --git a/linker/src/file_linker/partial_linkers/util.d.ts b/linker/src/file_linker/partial_linkers/util.d.ts index 7472ec71e9..975250020e 100755 --- a/linker/src/file_linker/partial_linkers/util.d.ts +++ b/linker/src/file_linker/partial_linkers/util.d.ts @@ -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 = "19.0.0-next.8+sha-e00775a"; +export declare const PLACEHOLDER_VERSION = "19.0.0-next.8+sha-2d11314"; export declare function wrapReference(wrapped: o.WrappedNodeExpr): R3Reference; /** * Parses the value of an enum from the AST value's symbol name. diff --git a/package.json b/package.json index 7bb700be46..7c09370332 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/compiler-cli", - "version": "19.0.0-next.8+sha-e00775a", + "version": "19.0.0-next.8+sha-2d11314", "description": "Angular - the compiler CLI for Node.js", "typings": "index.d.ts", "bin": { @@ -53,7 +53,7 @@ "yargs": "^17.2.1" }, "peerDependencies": { - "@angular/compiler": "19.0.0-next.8+sha-e00775a", + "@angular/compiler": "19.0.0-next.8+sha-2d11314", "typescript": ">=5.5 <5.7" }, "repository": {