Skip to content

Commit aa97e7e

Browse files
author
Angular Builds
committed
cb0561a9a ci: remove commitMessage from Renovate configuration
1 parent 429986b commit aa97e7e

File tree

10 files changed

+21
-28
lines changed

10 files changed

+21
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typings": "src/index.d.ts",
88
"builders": "builders.json",
99
"dependencies": {
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d272de8ea",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#cb0561a9a",
1111
"rxjs": "6.6.7"
1212
},
1313
"peerDependencies": {

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright Google Inc. All Rights Reserved.
3+
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license

src/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
"use strict";
2+
/**
3+
* @license
4+
* Copyright Google LLC All Rights Reserved.
5+
*
6+
* 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
8+
*/
29
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
310
if (k2 === undefined) k2 = k;
411
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
@@ -10,12 +17,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
1017
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
1118
};
1219
Object.defineProperty(exports, "__esModule", { value: true });
13-
/**
14-
* @license
15-
* Copyright Google Inc. All Rights Reserved.
16-
*
17-
* Use of this source code is governed by an MIT-style license that can be
18-
* found in the LICENSE file at https://angular.io/license
19-
*/
2020
__exportStar(require("./webpack"), exports);
2121
__exportStar(require("./webpack-dev-server"), exports);

src/utils.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* @license
3-
* Copyright Google Inc. All Rights Reserved.
4-
*
5-
* 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
7-
*/
81
import * as webpack from 'webpack';
92
export interface EmittedFiles {
103
id?: string;

src/utils.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"use strict";
2+
Object.defineProperty(exports, "__esModule", { value: true });
3+
exports.getEmittedFiles = void 0;
24
/**
35
* @license
4-
* Copyright Google Inc. All Rights Reserved.
6+
* Copyright Google LLC All Rights Reserved.
57
*
68
* Use of this source code is governed by an MIT-style license that can be
79
* found in the LICENSE file at https://angular.io/license
810
*/
9-
Object.defineProperty(exports, "__esModule", { value: true });
10-
exports.getEmittedFiles = void 0;
1111
const path = require("path");
1212
function getEmittedFiles(compilation) {
1313
const files = [];

src/webpack-dev-server/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright Google Inc. All Rights Reserved.
3+
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license

src/webpack-dev-server/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"use strict";
2-
Object.defineProperty(exports, "__esModule", { value: true });
3-
exports.runWebpackDevServer = void 0;
42
/**
53
* @license
6-
* Copyright Google Inc. All Rights Reserved.
4+
* Copyright Google LLC All Rights Reserved.
75
*
86
* Use of this source code is governed by an MIT-style license that can be
97
* found in the LICENSE file at https://angular.io/license
108
*/
9+
Object.defineProperty(exports, "__esModule", { value: true });
10+
exports.runWebpackDevServer = void 0;
1111
const architect_1 = require("@angular-devkit/architect");
1212
const path_1 = require("path");
1313
const rxjs_1 = require("rxjs");

src/webpack/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright Google Inc. All Rights Reserved.
3+
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license

src/webpack/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"use strict";
2-
Object.defineProperty(exports, "__esModule", { value: true });
3-
exports.runWebpack = void 0;
42
/**
53
* @license
6-
* Copyright Google Inc. All Rights Reserved.
4+
* Copyright Google LLC All Rights Reserved.
75
*
86
* Use of this source code is governed by an MIT-style license that can be
97
* found in the LICENSE file at https://angular.io/license
108
*/
9+
Object.defineProperty(exports, "__esModule", { value: true });
10+
exports.runWebpack = void 0;
1111
const architect_1 = require("@angular-devkit/architect");
1212
const path_1 = require("path");
1313
const rxjs_1 = require("rxjs");

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue Apr 27 2021 07:13:35 GMT+0000 (Coordinated Universal Time)
1+
Tue Apr 27 2021 12:06:47 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)