@angular-devkit/build-angular 20.1.2 → 20.2.0-next.1
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,48 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-devkit/build-angular",
|
|
3
|
-
"version": "20.1
|
|
3
|
+
"version": "20.2.0-next.1",
|
|
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.3.0",
|
|
10
|
-
"@angular-devkit/architect": "0.
|
|
11
|
-
"@angular-devkit/build-webpack": "0.
|
|
12
|
-
"@angular-devkit/core": "20.1
|
|
13
|
-
"@angular/build": "20.1
|
|
14
|
-
"@babel/core": "7.
|
|
15
|
-
"@babel/generator": "7.
|
|
10
|
+
"@angular-devkit/architect": "0.2002.0-next.1",
|
|
11
|
+
"@angular-devkit/build-webpack": "0.2002.0-next.1",
|
|
12
|
+
"@angular-devkit/core": "20.2.0-next.1",
|
|
13
|
+
"@angular/build": "20.2.0-next.1",
|
|
14
|
+
"@babel/core": "7.28.0",
|
|
15
|
+
"@babel/generator": "7.28.0",
|
|
16
16
|
"@babel/helper-annotate-as-pure": "7.27.3",
|
|
17
17
|
"@babel/helper-split-export-declaration": "7.24.7",
|
|
18
|
-
"@babel/plugin-transform-async-generator-functions": "7.
|
|
18
|
+
"@babel/plugin-transform-async-generator-functions": "7.28.0",
|
|
19
19
|
"@babel/plugin-transform-async-to-generator": "7.27.1",
|
|
20
|
-
"@babel/plugin-transform-runtime": "7.
|
|
21
|
-
"@babel/preset-env": "7.
|
|
20
|
+
"@babel/plugin-transform-runtime": "7.28.0",
|
|
21
|
+
"@babel/preset-env": "7.28.0",
|
|
22
22
|
"@babel/runtime": "7.27.6",
|
|
23
23
|
"@discoveryjs/json-ext": "0.6.3",
|
|
24
|
-
"@ngtools/webpack": "20.1
|
|
24
|
+
"@ngtools/webpack": "20.2.0-next.1",
|
|
25
25
|
"ansi-colors": "4.1.3",
|
|
26
26
|
"autoprefixer": "10.4.21",
|
|
27
27
|
"babel-loader": "10.0.0",
|
|
28
28
|
"browserslist": "^4.21.5",
|
|
29
29
|
"copy-webpack-plugin": "13.0.0",
|
|
30
30
|
"css-loader": "7.1.2",
|
|
31
|
-
"esbuild-wasm": "0.25.
|
|
31
|
+
"esbuild-wasm": "0.25.8",
|
|
32
32
|
"fast-glob": "3.3.3",
|
|
33
33
|
"http-proxy-middleware": "3.0.5",
|
|
34
34
|
"istanbul-lib-instrument": "6.0.3",
|
|
35
35
|
"jsonc-parser": "3.3.1",
|
|
36
36
|
"karma-source-map-support": "1.4.0",
|
|
37
|
-
"less": "4.
|
|
37
|
+
"less": "4.4.0",
|
|
38
38
|
"less-loader": "12.3.0",
|
|
39
39
|
"license-webpack-plugin": "4.0.2",
|
|
40
40
|
"loader-utils": "3.3.1",
|
|
41
41
|
"mini-css-extract-plugin": "2.9.2",
|
|
42
|
-
"open": "10.
|
|
42
|
+
"open": "10.2.0",
|
|
43
43
|
"ora": "8.2.0",
|
|
44
|
-
"picomatch": "4.0.
|
|
45
|
-
"piscina": "5.1.
|
|
44
|
+
"picomatch": "4.0.3",
|
|
45
|
+
"piscina": "5.1.3",
|
|
46
46
|
"postcss": "8.5.6",
|
|
47
47
|
"postcss-loader": "8.1.1",
|
|
48
48
|
"resolve-url-loader": "5.0.0",
|
|
@@ -55,32 +55,32 @@
|
|
|
55
55
|
"terser": "5.43.1",
|
|
56
56
|
"tree-kill": "1.2.2",
|
|
57
57
|
"tslib": "2.8.1",
|
|
58
|
-
"webpack": "5.
|
|
58
|
+
"webpack": "5.100.2",
|
|
59
59
|
"webpack-dev-middleware": "7.4.2",
|
|
60
60
|
"webpack-dev-server": "5.2.2",
|
|
61
61
|
"webpack-merge": "6.0.1",
|
|
62
62
|
"webpack-subresource-integrity": "5.1.0"
|
|
63
63
|
},
|
|
64
64
|
"optionalDependencies": {
|
|
65
|
-
"esbuild": "0.25.
|
|
65
|
+
"esbuild": "0.25.8"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"@angular/core": "^20.0.0",
|
|
69
|
-
"@angular/compiler-cli": "^20.0.0",
|
|
70
|
-
"@angular/localize": "^20.0.0",
|
|
71
|
-
"@angular/platform-browser": "^20.0.0",
|
|
72
|
-
"@angular/platform-server": "^20.0.0",
|
|
73
|
-
"@angular/service-worker": "^20.0.0",
|
|
74
|
-
"@angular/ssr": "^20.1
|
|
68
|
+
"@angular/core": "^20.0.0 || ^20.2.0-next.0",
|
|
69
|
+
"@angular/compiler-cli": "^20.0.0 || ^20.2.0-next.0",
|
|
70
|
+
"@angular/localize": "^20.0.0 || ^20.2.0-next.0",
|
|
71
|
+
"@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0",
|
|
72
|
+
"@angular/platform-server": "^20.0.0 || ^20.2.0-next.0",
|
|
73
|
+
"@angular/service-worker": "^20.0.0 || ^20.2.0-next.0",
|
|
74
|
+
"@angular/ssr": "^20.2.0-next.1",
|
|
75
75
|
"@web/test-runner": "^0.20.0",
|
|
76
76
|
"browser-sync": "^3.0.2",
|
|
77
77
|
"jest": "^29.5.0",
|
|
78
78
|
"jest-environment-jsdom": "^29.5.0",
|
|
79
79
|
"karma": "^6.3.0",
|
|
80
|
-
"ng-packagr": "^20.0.0",
|
|
80
|
+
"ng-packagr": "^20.0.0 || ^20.2.0-next.0",
|
|
81
81
|
"protractor": "^7.0.0",
|
|
82
82
|
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
|
|
83
|
-
"typescript": ">=5.8 <
|
|
83
|
+
"typescript": ">=5.8 <6.0"
|
|
84
84
|
},
|
|
85
85
|
"peerDependenciesMeta": {
|
|
86
86
|
"@angular/core": {
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
exports.normalizeCacheOptions = normalizeCacheOptions;
|
|
11
11
|
const node_path_1 = require("node:path");
|
|
12
12
|
/** Version placeholder is replaced during the build process with actual package version */
|
|
13
|
-
const VERSION = '20.1
|
|
13
|
+
const VERSION = '20.2.0-next.1';
|
|
14
14
|
function hasCacheMetadata(value) {
|
|
15
15
|
return (!!value &&
|
|
16
16
|
typeof value === 'object' &&
|
|
@@ -205,7 +205,8 @@ async function inlineLocalesDirect(ast, options) {
|
|
|
205
205
|
const { ConcatSource, OriginalSource, ReplaceSource, SourceMapSource } = webpackSources;
|
|
206
206
|
for (const locale of i18n.inlineLocales) {
|
|
207
207
|
const content = new ReplaceSource(inputMap
|
|
208
|
-
?
|
|
208
|
+
? // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
209
|
+
new SourceMapSource(options.code, options.filename, inputMap)
|
|
209
210
|
: new OriginalSource(options.code, options.filename));
|
|
210
211
|
const isSourceLocale = locale === i18n.sourceLocale;
|
|
211
212
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|