Skip to content

Commit 98b938d

Browse files
author
Angular Builds
committed
1284b43 build: update dependency @rollup/plugin-commonjs to v26
1 parent 0e3e2fb commit 98b938d

File tree

118 files changed

+119
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+119
-119
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics",
3-
"version": "18.1.0-next.1+sha-f3ed0fe",
3+
"version": "18.1.0-next.1+sha-1284b43",
44
"description": "Angular Schematics - Library",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
@@ -18,7 +18,7 @@
1818
"tooling"
1919
],
2020
"dependencies": {
21-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#f3ed0fe",
21+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#1284b43",
2222
"jsonc-parser": "3.2.1",
2323
"magic-string": "0.30.10",
2424
"ora": "5.4.1",

src/engine/engine.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { BaseException } from '@angular-devkit/core';
99
import { Observable } from 'rxjs';

src/engine/engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.SchematicEngine = exports.TaskScheduler = exports.CollectionImpl = exports.UnknownTaskDependencyException = exports.UnregisteredTaskException = exports.SchematicEngineConflictingException = exports.PrivateSchematicException = exports.UnknownSchematicException = exports.CircularCollectionException = exports.UnknownCollectionException = exports.UnknownUrlSourceProtocol = void 0;

src/engine/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
export * from './engine';
99
export * from './interface';

src/engine/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/engine/interface.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { logging } from '@angular-devkit/core';
99
import { Observable } from 'rxjs';

src/engine/interface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });

src/engine/schematic.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { BaseException } from '@angular-devkit/core';
99
import { Observable } from 'rxjs';

src/engine/schematic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.SchematicImpl = exports.InvalidSchematicsNameException = void 0;

src/exception/exception.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { BaseException } from '@angular-devkit/core';
99
export declare class SchematicsException extends BaseException {

src/exception/exception.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.UnimplementedException = exports.UnsuccessfulWorkflowExecution = exports.MergeConflictException = exports.InvalidUpdateRecordException = exports.ContentHasMutatedException = exports.FileAlreadyExistException = exports.FileDoesNotExistException = exports.SchematicsException = void 0;

src/formats/format-validator.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { JsonObject, JsonValue, schema } from '@angular-devkit/core';
99
export declare function formatValidator(data: JsonValue, dataSchema: JsonObject, formats: schema.SchemaFormat[]): Promise<schema.SchemaValidatorResult>;

src/formats/format-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.formatValidator = formatValidator;

src/formats/html-selector.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { schema } from '@angular-devkit/core';
99
export declare const htmlSelectorFormat: schema.SchemaFormat;

src/formats/html-selector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.htmlSelectorFormat = void 0;

src/formats/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { schema } from '@angular-devkit/core';
99
export { htmlSelectorFormat } from './html-selector';

src/formats/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.standardFormats = exports.pathFormat = exports.htmlSelectorFormat = void 0;

src/formats/path.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { schema } from '@angular-devkit/core';
99
export declare const pathFormat: schema.SchemaFormat;

src/formats/path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.pathFormat = void 0;

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { strings } from '@angular-devkit/core';
99
import * as formats from './formats/index';

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1010
if (k2 === undefined) k2 = k;

src/rules/base.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { FileOperator, Rule, Source } from '../engine/interface';
99
import { FilePredicate, MergeStrategy, Tree } from '../tree/interface';

src/rules/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.source = source;

src/rules/call.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { BaseException } from '@angular-devkit/core';
99
import { Observable } from 'rxjs';

src/rules/call.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.InvalidSourceResultException = exports.InvalidRuleResultException = void 0;

src/rules/move.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Rule } from '../engine/interface';
99
export declare function move(from: string, to?: string): Rule;

src/rules/move.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.move = move;

src/rules/random.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Source } from '../engine/interface';
99
export interface RandomOptions {

src/rules/random.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.default = default_1;

src/rules/schematic.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { ExecutionOptions, Rule } from '../engine/interface';
99
/**

src/rules/schematic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.externalSchematic = externalSchematic;

src/rules/template.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { BaseException } from '@angular-devkit/core';
99
import { FileOperator, Rule } from '../engine/interface';

src/rules/template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.InvalidPipeException = exports.UnknownPipeException = exports.OptionIsNotDefinedException = exports.TEMPLATE_FILENAME_RE = void 0;

src/rules/url.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Source } from '../engine/interface';
99
export declare function url(urlString: string): Source;

src/rules/url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.url = url;

src/sink/dryrun.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { virtualFs } from '@angular-devkit/core';
99
import { Observable, Subject } from 'rxjs';

src/sink/dryrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.DryRunSink = void 0;

src/sink/host.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Path, virtualFs } from '@angular-devkit/core';
99
import { Observable } from 'rxjs';

src/sink/host.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.HostSink = void 0;

src/sink/sink.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { Observable } from 'rxjs';
99
import { Action, CreateFileAction, DeleteFileAction, OverwriteFileAction, RenameFileAction } from '../tree/action';

src/sink/sink.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.SimpleSinkBase = void 0;

src/tree/action.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import { BaseException, Path } from '@angular-devkit/core';
99
export declare class UnknownActionException extends BaseException {

src/tree/action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
7-
* found in the LICENSE file at https://angular.io/license
7+
* found in the LICENSE file at https://angular.dev/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.ActionList = exports.UnknownActionException = void 0;

0 commit comments

Comments
 (0)