@angular-devkit/build-angular 14.2.0-next.1 → 14.2.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-devkit/build-angular",
|
|
3
|
-
"version": "14.2.0-next.
|
|
3
|
+
"version": "14.2.0-next.2",
|
|
4
4
|
"description": "Angular Webpack Build Facade",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
7
7
|
"builders": "builders.json",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@ampproject/remapping": "2.2.0",
|
|
10
|
-
"@angular-devkit/architect": "0.1402.0-next.
|
|
11
|
-
"@angular-devkit/build-webpack": "0.1402.0-next.
|
|
12
|
-
"@angular-devkit/core": "14.2.0-next.
|
|
10
|
+
"@angular-devkit/architect": "0.1402.0-next.2",
|
|
11
|
+
"@angular-devkit/build-webpack": "0.1402.0-next.2",
|
|
12
|
+
"@angular-devkit/core": "14.2.0-next.2",
|
|
13
13
|
"@babel/core": "7.18.10",
|
|
14
14
|
"@babel/generator": "7.18.12",
|
|
15
15
|
"@babel/helper-annotate-as-pure": "7.18.6",
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
"@babel/runtime": "7.18.9",
|
|
21
21
|
"@babel/template": "7.18.10",
|
|
22
22
|
"@discoveryjs/json-ext": "0.5.7",
|
|
23
|
-
"@ngtools/webpack": "14.2.0-next.
|
|
23
|
+
"@ngtools/webpack": "14.2.0-next.2",
|
|
24
24
|
"ansi-colors": "4.1.3",
|
|
25
25
|
"babel-loader": "8.2.5",
|
|
26
26
|
"babel-plugin-istanbul": "6.1.1",
|
|
27
27
|
"browserslist": "^4.9.1",
|
|
28
|
-
"cacache": "16.1.
|
|
28
|
+
"cacache": "16.1.2",
|
|
29
29
|
"copy-webpack-plugin": "11.0.0",
|
|
30
30
|
"critters": "0.0.16",
|
|
31
31
|
"css-loader": "6.7.1",
|
|
32
|
-
"esbuild-wasm": "0.15.
|
|
32
|
+
"esbuild-wasm": "0.15.5",
|
|
33
33
|
"glob": "8.0.3",
|
|
34
34
|
"https-proxy-agent": "5.0.1",
|
|
35
35
|
"inquirer": "8.2.4",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"postcss": "8.4.16",
|
|
49
49
|
"postcss-import": "14.1.0",
|
|
50
50
|
"postcss-loader": "7.0.1",
|
|
51
|
-
"postcss-preset-env": "7.
|
|
51
|
+
"postcss-preset-env": "7.8.0",
|
|
52
52
|
"regenerator-runtime": "0.13.9",
|
|
53
53
|
"resolve-url-loader": "5.0.0",
|
|
54
54
|
"rxjs": "6.6.7",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"semver": "7.3.7",
|
|
58
58
|
"source-map-loader": "4.0.0",
|
|
59
59
|
"source-map-support": "0.5.21",
|
|
60
|
-
"stylus": "0.
|
|
60
|
+
"stylus": "0.59.0",
|
|
61
61
|
"stylus-loader": "7.0.0",
|
|
62
62
|
"terser": "5.14.2",
|
|
63
63
|
"text-table": "0.2.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"webpack-subresource-integrity": "5.1.0"
|
|
71
71
|
},
|
|
72
72
|
"optionalDependencies": {
|
|
73
|
-
"esbuild": "0.15.
|
|
73
|
+
"esbuild": "0.15.5"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
|
|
@@ -208,7 +208,7 @@ function createCompilerPlugin(pluginOptions, styleOptions) {
|
|
|
208
208
|
// Create the Angular specific program that contains the Angular compiler
|
|
209
209
|
const angularProgram = new compilerCli.NgtscProgram(rootNames, compilerOptions, host);
|
|
210
210
|
const angularCompiler = angularProgram.compiler;
|
|
211
|
-
const { ignoreForDiagnostics
|
|
211
|
+
const { ignoreForDiagnostics } = angularCompiler;
|
|
212
212
|
const typeScriptProgram = angularProgram.getTsProgram();
|
|
213
213
|
const builder = typescript_1.default.createAbstractBuilder(typeScriptProgram, host);
|
|
214
214
|
await angularCompiler.analyzeAsync();
|