Skip to content

Commit fc49766

Browse files
committed
3ea0163 build: update cross-repo angular dependencies (#60743)
1 parent 5e5398d commit fc49766

16 files changed

+104
-104
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fri Apr 4 00:03:51 UTC 2025
2-
189935810cd7ecefcfd1949951fc6b69d3d9d570
1+
Fri Apr 4 16:58:31 UTC 2025
2+
3ea01639e3a8c72dedfc6f0b42c97191f743d308

animations/async/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-1899358
2+
* @license Angular v20.0.0-next.5+sha-3ea0163
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

animations/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-1899358
2+
* @license Angular v20.0.0-next.5+sha-3ea0163
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
66

77
import * as i0 from '@angular/core';
88
import { ModuleWithProviders, Provider, OnDestroy } from '@angular/core';
99
export { ANIMATION_MODULE_TYPE } from '@angular/core';
10-
import { B as BrowserModule } from '../browser.d-DbBsQuw9.js';
10+
import { BrowserModule } from '../browser.d-C4gIBeOX.js';
1111
import { ɵAnimationEngine as _AnimationEngine, AnimationDriver, ɵAnimationStyleNormalizer as _AnimationStyleNormalizer } from '@angular/animations/browser';
1212
import '@angular/common';
1313

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-1899358
2+
* @license Angular v20.0.0-next.5+sha-3ea0163
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -126,5 +126,5 @@ declare class BrowserModule {
126126
static ɵinj: i0.ɵɵInjectorDeclaration<BrowserModule>;
127127
}
128128

129-
export { BrowserModule as B, provideProtractorTestingSupport as a, bootstrapApplication as b, createApplication as c, platformBrowser as p };
130-
export type { ApplicationConfig as A };
129+
export { BrowserModule, bootstrapApplication, createApplication, platformBrowser, provideProtractorTestingSupport };
130+
export type { ApplicationConfig };

fesm2022/animations.mjs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-1899358
2+
* @license Angular v20.0.0-next.5+sha-3ea0163
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -10,8 +10,8 @@ export { ANIMATION_MODULE_TYPE } from '@angular/core';
1010
import * as i1 from '@angular/animations/browser';
1111
import { NoopAnimationDriver, AnimationDriver, ɵAnimationStyleNormalizer as _AnimationStyleNormalizer, ɵAnimationEngine as _AnimationEngine, ɵWebAnimationsDriver as _WebAnimationsDriver, ɵWebAnimationsStyleNormalizer as _WebAnimationsStyleNormalizer, ɵAnimationRendererFactory as _AnimationRendererFactory } from '@angular/animations/browser';
1212
import { DOCUMENT } from '@angular/common';
13-
import { D as DomRendererFactory2 } from './dom_renderer-B-2OOwSx.mjs';
14-
import { B as BrowserModule } from './browser-6JTYoVGl.mjs';
13+
import { DomRendererFactory2 } from './dom_renderer-DGKzginR.mjs';
14+
import { BrowserModule } from './browser-Diu6V5w7.mjs';
1515

1616
class InjectableAnimationEngine extends _AnimationEngine {
1717
// The `ApplicationRef` is injected here explicitly to force the dependency ordering.
@@ -23,10 +23,10 @@ class InjectableAnimationEngine extends _AnimationEngine {
2323
ngOnDestroy() {
2424
this.flush();
2525
}
26-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: InjectableAnimationEngine, deps: [{ token: DOCUMENT }, { token: i1.AnimationDriver }, { token: i1.ɵAnimationStyleNormalizer }], target: i0.ɵɵFactoryTarget.Injectable });
27-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: InjectableAnimationEngine });
26+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: InjectableAnimationEngine, deps: [{ token: DOCUMENT }, { token: i1.AnimationDriver }, { token: i1.ɵAnimationStyleNormalizer }], target: i0.ɵɵFactoryTarget.Injectable });
27+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: InjectableAnimationEngine });
2828
}
29-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: InjectableAnimationEngine, decorators: [{
29+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: InjectableAnimationEngine, decorators: [{
3030
type: Injectable
3131
}], ctorParameters: () => [{ type: Document, decorators: [{
3232
type: Inject,
@@ -105,11 +105,11 @@ class BrowserAnimationsModule {
105105
: BROWSER_ANIMATIONS_PROVIDERS,
106106
};
107107
}
108-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: BrowserAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
109-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: BrowserAnimationsModule, exports: [BrowserModule] });
110-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: BrowserAnimationsModule, providers: BROWSER_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
108+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: BrowserAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
109+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: BrowserAnimationsModule, exports: [BrowserModule] });
110+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: BrowserAnimationsModule, providers: BROWSER_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
111111
}
112-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: BrowserAnimationsModule, decorators: [{
112+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: BrowserAnimationsModule, decorators: [{
113113
type: NgModule,
114114
args: [{
115115
exports: [BrowserModule],
@@ -149,11 +149,11 @@ function provideAnimations() {
149149
* @publicApi
150150
*/
151151
class NoopAnimationsModule {
152-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: NoopAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
153-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: NoopAnimationsModule, exports: [BrowserModule] });
154-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: NoopAnimationsModule, providers: BROWSER_NOOP_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
152+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: NoopAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
153+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: NoopAnimationsModule, exports: [BrowserModule] });
154+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: NoopAnimationsModule, providers: BROWSER_NOOP_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
155155
}
156-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: NoopAnimationsModule, decorators: [{
156+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: NoopAnimationsModule, decorators: [{
157157
type: NgModule,
158158
args: [{
159159
exports: [BrowserModule],

fesm2022/animations/async.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-1899358
2+
* @license Angular v20.0.0-next.5+sha-3ea0163
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
66

77
import { DOCUMENT } from '@angular/common';
88
import * as i0 from '@angular/core';
99
import { InjectionToken, inject, Injector, ɵRuntimeError as _RuntimeError, ɵChangeDetectionScheduler as _ChangeDetectionScheduler, Injectable, ɵperformanceMarkFeature as _performanceMarkFeature, makeEnvironmentProviders, NgZone, RendererFactory2, ANIMATION_MODULE_TYPE } from '@angular/core';
10-
import { D as DomRendererFactory2 } from '../dom_renderer-B-2OOwSx.mjs';
10+
import { DomRendererFactory2 } from '../dom_renderer-DGKzginR.mjs';
1111

1212
const ANIMATION_PREFIX = '@';
1313
class AsyncAnimationRendererFactory {
@@ -131,10 +131,10 @@ class AsyncAnimationRendererFactory {
131131
this._engine?.flush();
132132
this.delegate.componentReplaced?.(componentId);
133133
}
134-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: AsyncAnimationRendererFactory, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable });
135-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: AsyncAnimationRendererFactory });
134+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: AsyncAnimationRendererFactory, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable });
135+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: AsyncAnimationRendererFactory });
136136
}
137-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: AsyncAnimationRendererFactory, decorators: [{
137+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: AsyncAnimationRendererFactory, decorators: [{
138138
type: Injectable
139139
}], ctorParameters: () => [{ type: Document }, { type: i0.RendererFactory2 }, { type: i0.NgZone }, { type: undefined }, { type: Promise }] });
140140
/**
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-1899358
2+
* @license Angular v20.0.0-next.5+sha-3ea0163
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
66

77
import { ɵDomAdapter as _DomAdapter, ɵsetRootDomAdapter as _setRootDomAdapter, ɵparseCookieValue as _parseCookieValue, ɵgetDOM as _getDOM, DOCUMENT, CommonModule, XhrFactory, ɵPLATFORM_BROWSER_ID as _PLATFORM_BROWSER_ID } from '@angular/common';
88
import * as i0 from '@angular/core';
99
import { ɵglobal as _global, ɵRuntimeError as _RuntimeError, Injectable, Inject, createPlatformFactory, ɵinternalCreateApplication as _internalCreateApplication, inject, InjectionToken, ApplicationModule, ɵINJECTOR_SCOPE as _INJECTOR_SCOPE, ErrorHandler, RendererFactory2, ɵTESTABILITY_GETTER as _TESTABILITY_GETTER, NgZone, TestabilityRegistry, Testability, ɵTESTABILITY as _TESTABILITY, platformCore, PLATFORM_ID, PLATFORM_INITIALIZER, ɵsetDocument as _setDocument, NgModule } from '@angular/core';
10-
import { a as EventManagerPlugin, E as EVENT_MANAGER_PLUGINS, D as DomRendererFactory2, S as SharedStylesHost, b as EventManager } from './dom_renderer-B-2OOwSx.mjs';
10+
import { EventManagerPlugin, EVENT_MANAGER_PLUGINS, DomRendererFactory2, SharedStylesHost, EventManager } from './dom_renderer-DGKzginR.mjs';
1111

1212
/**
1313
* Provides DOM operations in any browser environment.
@@ -150,10 +150,10 @@ class BrowserXhr {
150150
build() {
151151
return new XMLHttpRequest();
152152
}
153-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: BrowserXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
154-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: BrowserXhr });
153+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: BrowserXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
154+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: BrowserXhr });
155155
}
156-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: BrowserXhr, decorators: [{
156+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: BrowserXhr, decorators: [{
157157
type: Injectable
158158
}] });
159159

@@ -173,10 +173,10 @@ class DomEventsPlugin extends EventManagerPlugin {
173173
removeEventListener(target, eventName, callback, options) {
174174
return target.removeEventListener(eventName, callback, options);
175175
}
176-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: DomEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
177-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: DomEventsPlugin });
176+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: DomEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
177+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: DomEventsPlugin });
178178
}
179-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: DomEventsPlugin, decorators: [{
179+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: DomEventsPlugin, decorators: [{
180180
type: Injectable
181181
}], ctorParameters: () => [{ type: undefined, decorators: [{
182182
type: Inject,
@@ -345,10 +345,10 @@ class KeyEventsPlugin extends EventManagerPlugin {
345345
static _normalizeKey(keyName) {
346346
return keyName === 'esc' ? 'escape' : keyName;
347347
}
348-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: KeyEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
349-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: KeyEventsPlugin });
348+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: KeyEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
349+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: KeyEventsPlugin });
350350
}
351-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: KeyEventsPlugin, decorators: [{
351+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: KeyEventsPlugin, decorators: [{
352352
type: Injectable
353353
}], ctorParameters: () => [{ type: undefined, decorators: [{
354354
type: Inject,
@@ -542,17 +542,17 @@ class BrowserModule {
542542
}
543543
}
544544
}
545-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: BrowserModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
546-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: BrowserModule, exports: [CommonModule, ApplicationModule] });
547-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: BrowserModule, providers: [...BROWSER_MODULE_PROVIDERS, ...TESTABILITY_PROVIDERS], imports: [CommonModule, ApplicationModule] });
545+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: BrowserModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
546+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: BrowserModule, exports: [CommonModule, ApplicationModule] });
547+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: BrowserModule, providers: [...BROWSER_MODULE_PROVIDERS, ...TESTABILITY_PROVIDERS], imports: [CommonModule, ApplicationModule] });
548548
}
549-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", ngImport: i0, type: BrowserModule, decorators: [{
549+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-3ea0163", ngImport: i0, type: BrowserModule, decorators: [{
550550
type: NgModule,
551551
args: [{
552552
providers: [...BROWSER_MODULE_PROVIDERS, ...TESTABILITY_PROVIDERS],
553553
exports: [CommonModule, ApplicationModule],
554554
}]
555555
}], ctorParameters: () => [] });
556556

557-
export { BrowserModule as B, DomEventsPlugin as D, KeyEventsPlugin as K, provideProtractorTestingSupport as a, bootstrapApplication as b, createApplication as c, BrowserDomAdapter as d, BrowserGetTestability as e, platformBrowser as p };
558-
//# sourceMappingURL=browser-6JTYoVGl.mjs.map
557+
export { BrowserDomAdapter, BrowserGetTestability, BrowserModule, DomEventsPlugin, KeyEventsPlugin, bootstrapApplication, createApplication, platformBrowser, provideProtractorTestingSupport };
558+
//# sourceMappingURL=browser-Diu6V5w7.mjs.map
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)