Skip to content

Commit cd89d26

Browse files
author
Angular Builds
committed
1284b43 build: update dependency @rollup/plugin-commonjs to v26
1 parent b5f0024 commit cd89d26

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

bin/schematics.d.ts

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
import 'symbol-observable';
1010
import { ProcessOutput } from '@angular-devkit/core/node';

bin/schematics.js

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

blank/factory.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 '@angular-devkit/schematics';
99
import { Schema } from './schema';

blank/factory.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;

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "18.1.0-next.1+sha-f3ed0fe",
3+
"version": "18.1.0-next.1+sha-1284b43",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -21,8 +21,8 @@
2121
],
2222
"schematics": "./collection.json",
2323
"dependencies": {
24-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#f3ed0fe",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#f3ed0fe",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#1284b43",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#1284b43",
2626
"ansi-colors": "4.1.3",
2727
"inquirer": "9.2.23",
2828
"symbol-observable": "4.0.0",

schematic/factory.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 '@angular-devkit/schematics';
99
import { Schema } from './schema';

schematic/factory.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;

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Jun 05 2024 22:29:21 GMT+0000 (Coordinated Universal Time)
1+
Thu Jun 06 2024 09:17:51 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)