Skip to content

Commit

Permalink
8333ef7 docs: Fix Code of Conduct Readme link (#59217) PR Close #59217
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKushnir committed Dec 17, 2024
1 parent 86d4c6c commit 81f995f
Show file tree
Hide file tree
Showing 33 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Tue Dec 17 20:51:26 UTC 2024
9b0aab9b8c3ca930f66a0bd024eae97de9596fb3
Tue Dec 17 20:59:31 UTC 2024
8333ef78dcb56cbe1ea8cc840220febe4972915e
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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -18110,7 +18110,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.1.0-next.3+sha-9b0aab9']);
setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.1.0-next.3+sha-8333ef7']);
}
else {
// If host element is created as a part of this function call (i.e. `rootSelectorOrNode`
Expand Down Expand Up @@ -34981,7 +34981,7 @@ class Version {
/**
* @publicApi
*/
const VERSION = new Version('19.1.0-next.3+sha-9b0aab9');
const VERSION = new Version('19.1.0-next.3+sha-8333ef7');

/**
* Combination of NgModuleFactory and ComponentFactories.
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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -175,10 +175,10 @@ class TestBedApplicationErrorHandler {
throw e;
}
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9b0aab9", ngImport: i0, type: TestBedApplicationErrorHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9b0aab9", ngImport: i0, type: TestBedApplicationErrorHandler });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-8333ef7", ngImport: i0, type: TestBedApplicationErrorHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-8333ef7", ngImport: i0, type: TestBedApplicationErrorHandler });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-9b0aab9", ngImport: i0, type: TestBedApplicationErrorHandler, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.3+sha-8333ef7", 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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (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.1.0-next.3+sha-9b0aab9",
"version": "19.1.0-next.3+sha-8333ef7",
"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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
4 changes: 2 additions & 2 deletions schematics/bundles/checker-884633eb.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -30410,7 +30410,7 @@ function publishFacade(global) {
* @description
* Entry point for all public APIs of the compiler package.
*/
new Version('19.1.0-next.3+sha-9b0aab9');
new Version('19.1.0-next.3+sha-8333ef7');

const _I18N_ATTR = 'i18n';
const _I18N_ATTR_PREFIX = 'i18n-';
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/combine_units-4a95b1b9.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/compiler_host-22f6513d.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/imports-abe29092.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/leading_space-d190b83b.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/migrate_ts_type_references-4b11f3f2.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/nodes-a9f0b985.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/output-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/pending-tasks.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
20 changes: 10 additions & 10 deletions schematics/bundles/program-094352ba.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -995,7 +995,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
function compileDeclareClassMetadata(metadata) {
const definitionMap = new checker.DefinitionMap();
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-9b0aab9'));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-8333ef7'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('decorators', metadata.decorators);
Expand All @@ -1013,7 +1013,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? checker.literal(null));
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? checker.literal(null));
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-9b0aab9'));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-8333ef7'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
Expand Down Expand Up @@ -1108,7 +1108,7 @@ function createDirectiveDefinitionMap(meta) {
const definitionMap = new checker.DefinitionMap();
const minVersion = getMinimumVersionForPartialOutput(meta);
definitionMap.set('minVersion', checker.literal(minVersion));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-9b0aab9'));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-8333ef7'));
// e.g. `type: MyDirective`
definitionMap.set('type', meta.type.value);
if (meta.isStandalone !== undefined) {
Expand Down Expand Up @@ -1524,7 +1524,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
function compileDeclareFactoryFunction(meta) {
const definitionMap = new checker.DefinitionMap();
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-9b0aab9'));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-8333ef7'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('deps', compileDependencies(meta.deps));
Expand Down Expand Up @@ -1559,7 +1559,7 @@ function compileDeclareInjectableFromMetadata(meta) {
function createInjectableDefinitionMap(meta) {
const definitionMap = new checker.DefinitionMap();
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-9b0aab9'));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-8333ef7'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
definitionMap.set('type', meta.type.value);
// Only generate providedIn property if it has a non-null value
Expand Down Expand Up @@ -1610,7 +1610,7 @@ function compileDeclareInjectorFromMetadata(meta) {
function createInjectorDefinitionMap(meta) {
const definitionMap = new checker.DefinitionMap();
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-9b0aab9'));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-8333ef7'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('providers', meta.providers);
Expand Down Expand Up @@ -1643,7 +1643,7 @@ function createNgModuleDefinitionMap(meta) {
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
}
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-9b0aab9'));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-8333ef7'));
definitionMap.set('ngImport', checker.importExpr(checker.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 @@ -1694,7 +1694,7 @@ function compileDeclarePipeFromMetadata(meta) {
function createPipeDefinitionMap(meta) {
const definitionMap = new checker.DefinitionMap();
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-9b0aab9'));
definitionMap.set('version', checker.literal('19.1.0-next.3+sha-8333ef7'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
// e.g. `type: MyPipe`
definitionMap.set('type', meta.type.value);
Expand Down Expand Up @@ -20166,7 +20166,7 @@ var semver = /*@__PURE__*/getDefaultExportFromCjs(semverExports);
* @param minVersion Minimum required version for the feature.
*/
function coreVersionSupportsFeature(coreVersion, minVersion) {
// A version of `19.1.0-next.3+sha-9b0aab9` usually means that core is at head so it supports
// A version of `19.1.0-next.3+sha-8333ef7` 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 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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/provide-initializer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/signal-input-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/signal-queries-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/signals.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
4 changes: 2 additions & 2 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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -32,7 +32,7 @@ var ts__default = /*#__PURE__*/_interopDefaultLegacy(ts);
* @description
* Entry point for all public APIs of the compiler-cli package.
*/
new checker.Version('19.1.0-next.3+sha-9b0aab9');
new checker.Version('19.1.0-next.3+sha-8333ef7');

function createProgram({ rootNames, options, host, oldProgram, }) {
return new program.NgtscProgram(rootNames, options, host, oldProgram);
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.1.0-next.3+sha-9b0aab9
* @license Angular v19.1.0-next.3+sha-8333ef7
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down

0 comments on commit 81f995f

Please sign in to comment.