Skip to content

Commit 316b9e4

Browse files
author
Angular Builds
committed
07a648789 build: update all non-major dependencies
1 parent 4db55ec commit 316b9e4

Some content is hidden

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

48 files changed

+219
-65
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
9-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d1996eb3c",
10-
"@angular-devkit/build-optimizer": "github:angular/angular-devkit-build-optimizer-builds#d1996eb3c",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#d1996eb3c",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#d1996eb3c",
9+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#07a648789",
10+
"@angular-devkit/build-optimizer": "github:angular/angular-devkit-build-optimizer-builds#07a648789",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#07a648789",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#07a648789",
1313
"@babel/core": "7.14.0",
14-
"@babel/generator": "7.14.0",
14+
"@babel/generator": "7.14.1",
1515
"@babel/plugin-transform-async-to-generator": "7.13.0",
1616
"@babel/plugin-transform-runtime": "7.13.15",
17-
"@babel/preset-env": "7.14.0",
17+
"@babel/preset-env": "7.14.1",
1818
"@babel/runtime": "7.14.0",
1919
"@babel/template": "7.12.13",
2020
"@discoveryjs/json-ext": "0.5.2",
2121
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
22-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#d1996eb3c",
22+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#07a648789",
2323
"ansi-colors": "4.1.1",
2424
"babel-loader": "8.2.2",
2525
"browserslist": "^4.9.1",

plugins/karma.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC 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+
*/

src/dev-server/index.js

Lines changed: 2 additions & 2 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.serveWebpackBrowser = void 0;
42
/**
53
* @license
64
* 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.serveWebpackBrowser = void 0;
1111
const architect_1 = require("@angular-devkit/architect");
1212
const build_webpack_1 = require("@angular-devkit/build-webpack");
1313
const core_1 = require("@angular-devkit/core");

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]; } });
@@ -11,13 +18,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
1118
};
1219
Object.defineProperty(exports, "__esModule", { value: true });
1320
exports.executeNgPackagrBuilder = exports.executeServerBuilder = exports.executeProtractorBuilder = exports.executeKarmaBuilder = exports.executeExtractI18nBuilder = exports.executeDevServerBuilder = exports.executeBrowserBuilder = exports.Type = exports.OutputHashing = exports.CrossOrigin = void 0;
14-
/**
15-
* @license
16-
* Copyright Google LLC All Rights Reserved.
17-
*
18-
* Use of this source code is governed by an MIT-style license that can be
19-
* found in the LICENSE file at https://angular.io/license
20-
*/
2121
__exportStar(require("./transforms"), exports);
2222
var schema_1 = require("./browser/schema");
2323
Object.defineProperty(exports, "CrossOrigin", { enumerable: true, get: function () { return schema_1.CrossOrigin; } });

src/utils/build-browser-features.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC 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+
*/
18
import * as ts from 'typescript';
29
export declare class BuildBrowserFeatures {
310
private projectRoot;

src/utils/build-browser-features.js

Lines changed: 2 additions & 2 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.BuildBrowserFeatures = void 0;
42
/**
53
* @license
64
* 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.BuildBrowserFeatures = void 0;
1111
const browserslist = require("browserslist");
1212
const caniuse_lite_1 = require("caniuse-lite");
1313
const ts = require("typescript");

src/utils/build-options.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
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
Object.defineProperty(exports, "__esModule", { value: true });

src/utils/default-progress.js

Lines changed: 2 additions & 2 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.defaultProgress = void 0;
42
/**
53
* @license
64
* 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.defaultProgress = void 0;
1111
function defaultProgress(progress) {
1212
if (progress === undefined) {
1313
return process.stdout.isTTY === true;

src/utils/index-file/augment-index-html.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC 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+
*/
18
export declare type LoadOutputFileFunctionType = (file: string) => Promise<string>;
29
export declare type CrossOriginValue = 'none' | 'anonymous' | 'use-credentials';
310
export interface AugmentIndexHtmlOptions {

src/utils/index-file/augment-index-html.js

Lines changed: 2 additions & 2 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.augmentIndexHtml = void 0;
42
/**
53
* @license
64
* 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.augmentIndexHtml = void 0;
1111
const crypto_1 = require("crypto");
1212
const html_rewriting_stream_1 = require("./html-rewriting-stream");
1313
/*

0 commit comments

Comments
 (0)