Skip to content

Commit

Permalink
8a5f319 build: update cross-repo angular dependencies (#57776)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Sep 13, 2024
1 parent 7747f7b commit e52a2e5
Show file tree
Hide file tree
Showing 22 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fri Sep 13 12:18:28 UTC 2024
fd081e8ee4cae6f0e8a7456a1cbc0fdab3e4bb1b
Fri Sep 13 14:13:49 UTC 2024
8a5f3197c05a195cc9655782fb9d885ab927510d
6 changes: 3 additions & 3 deletions fesm2022/core.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -16991,7 +16991,7 @@ function createRootComponent(componentView, rootComponentDef, rootDirectives, ho
function setRootNodeAttributes(hostRenderer, componentDef, hostRNode, rootSelectorOrNode) {
if (rootSelectorOrNode) {
// The placeholder will be replaced with the actual version at build time.
setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.0.0-next.5+sha-fd081e8']);
setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.0.0-next.5+sha-8a5f319']);
}
else {
// If host element is created as a part of this function call (i.e. `rootSelectorOrNode`
Expand Down Expand Up @@ -31081,7 +31081,7 @@ class Version {
/**
* @publicApi
*/
const VERSION = new Version('19.0.0-next.5+sha-fd081e8');
const VERSION = new Version('19.0.0-next.5+sha-8a5f319');

/*
* This file exists to support compilation of @angular/core in Ivy mode.
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/core.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fesm2022/primitives/event-dispatch.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/primitives/signals.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/rxjs-interop.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
8 changes: 4 additions & 4 deletions fesm2022/testing.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -175,10 +175,10 @@ class TestBedApplicationErrorHandler {
throw e;
}
}
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.5+sha-fd081e8", ngImport: i0, type: TestBedApplicationErrorHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.5+sha-fd081e8", ngImport: i0, type: TestBedApplicationErrorHandler }); }
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.5+sha-8a5f319", ngImport: i0, type: TestBedApplicationErrorHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.5+sha-8a5f319", ngImport: i0, type: TestBedApplicationErrorHandler }); }
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.5+sha-fd081e8", ngImport: i0, type: TestBedApplicationErrorHandler, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.5+sha-8a5f319", ngImport: i0, type: TestBedApplicationErrorHandler, decorators: [{
type: Injectable
}] });

Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/core",
"version": "19.0.0-next.5+sha-fd081e8",
"version": "19.0.0-next.5+sha-8a5f319",
"description": "Angular - the core framework",
"author": "angular",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion primitives/event-dispatch/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion primitives/signals/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion rxjs-interop/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
4 changes: 2 additions & 2 deletions schematics/bundles/compiler_host-ca7ba733.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -29070,7 +29070,7 @@ function publishFacade(global) {
* @description
* Entry point for all public APIs of the compiler package.
*/
new Version('19.0.0-next.5+sha-fd081e8');
new Version('19.0.0-next.5+sha-8a5f319');

const _I18N_ATTR = 'i18n';
const _I18N_ATTR_PREFIX = 'i18n-';
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/control-flow-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/explicit-standalone-flag.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/imports-4ac08251.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/inject-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/nodes-0e7d45ca.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/project_tsconfig_paths-e9ccccbf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/route-lazy-loading.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
22 changes: 11 additions & 11 deletions schematics/bundles/standalone-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -874,7 +874,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
function compileDeclareClassMetadata(metadata) {
const definitionMap = new compiler_host.DefinitionMap();
definitionMap.set('minVersion', compiler_host.literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-fd081e8'));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-8a5f319'));
definitionMap.set('ngImport', compiler_host.importExpr(compiler_host.Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('decorators', metadata.decorators);
Expand All @@ -892,7 +892,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? compiler_host.literal(null));
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? compiler_host.literal(null));
definitionMap.set('minVersion', compiler_host.literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-fd081e8'));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-8a5f319'));
definitionMap.set('ngImport', compiler_host.importExpr(compiler_host.Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
Expand Down Expand Up @@ -987,7 +987,7 @@ function createDirectiveDefinitionMap(meta) {
const definitionMap = new compiler_host.DefinitionMap();
const minVersion = getMinimumVersionForPartialOutput(meta);
definitionMap.set('minVersion', compiler_host.literal(minVersion));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-fd081e8'));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-8a5f319'));
// e.g. `type: MyDirective`
definitionMap.set('type', meta.type.value);
if (meta.isStandalone) {
Expand Down Expand Up @@ -1406,7 +1406,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
function compileDeclareFactoryFunction(meta) {
const definitionMap = new compiler_host.DefinitionMap();
definitionMap.set('minVersion', compiler_host.literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-fd081e8'));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-8a5f319'));
definitionMap.set('ngImport', compiler_host.importExpr(compiler_host.Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('deps', compileDependencies(meta.deps));
Expand Down Expand Up @@ -1441,7 +1441,7 @@ function compileDeclareInjectableFromMetadata(meta) {
function createInjectableDefinitionMap(meta) {
const definitionMap = new compiler_host.DefinitionMap();
definitionMap.set('minVersion', compiler_host.literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-fd081e8'));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-8a5f319'));
definitionMap.set('ngImport', compiler_host.importExpr(compiler_host.Identifiers.core));
definitionMap.set('type', meta.type.value);
// Only generate providedIn property if it has a non-null value
Expand Down Expand Up @@ -1492,7 +1492,7 @@ function compileDeclareInjectorFromMetadata(meta) {
function createInjectorDefinitionMap(meta) {
const definitionMap = new compiler_host.DefinitionMap();
definitionMap.set('minVersion', compiler_host.literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-fd081e8'));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-8a5f319'));
definitionMap.set('ngImport', compiler_host.importExpr(compiler_host.Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('providers', meta.providers);
Expand Down Expand Up @@ -1525,7 +1525,7 @@ function createNgModuleDefinitionMap(meta) {
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
}
definitionMap.set('minVersion', compiler_host.literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-fd081e8'));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-8a5f319'));
definitionMap.set('ngImport', compiler_host.importExpr(compiler_host.Identifiers.core));
definitionMap.set('type', meta.type.value);
// We only generate the keys in the metadata if the arrays contain values.
Expand Down Expand Up @@ -1576,7 +1576,7 @@ function compileDeclarePipeFromMetadata(meta) {
function createPipeDefinitionMap(meta) {
const definitionMap = new compiler_host.DefinitionMap();
definitionMap.set('minVersion', compiler_host.literal(MINIMUM_PARTIAL_LINKER_VERSION));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-fd081e8'));
definitionMap.set('version', compiler_host.literal('19.0.0-next.5+sha-8a5f319'));
definitionMap.set('ngImport', compiler_host.importExpr(compiler_host.Identifiers.core));
// e.g. `type: MyPipe`
definitionMap.set('type', meta.type.value);
Expand Down Expand Up @@ -11536,7 +11536,7 @@ class PipeDecoratorHandler {
* @description
* Entry point for all public APIs of the compiler-cli package.
*/
new compiler_host.Version('19.0.0-next.5+sha-fd081e8');
new compiler_host.Version('19.0.0-next.5+sha-8a5f319');

/**
* Whether a given decorator should be treated as an Angular decorator.
Expand Down Expand Up @@ -18893,7 +18893,7 @@ var semver$1 = /*@__PURE__*/getDefaultExportFromCjs(semver);
* @param minVersion Minimum required version for the feature.
*/
function coreVersionSupportsFeature(coreVersion, minVersion) {
// A version of `19.0.0-next.5+sha-fd081e8` usually means that core is at head so it supports
// A version of `19.0.0-next.5+sha-8a5f319` usually means that core is at head so it supports
// all features. Use string interpolation prevent the placeholder from being replaced
// with the current version during build time.
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
Expand Down
2 changes: 1 addition & 1 deletion testing/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.0.0-next.5+sha-fd081e8
* @license Angular v19.0.0-next.5+sha-8a5f319
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down

0 comments on commit e52a2e5

Please sign in to comment.