Skip to content

Commit bd58259

Browse files
renovate-botmgechev
authored andcommitted
build: update rollup to version 2.3.4
1 parent 0181d85 commit bd58259

File tree

3 files changed

+88
-26
lines changed

3 files changed

+88
-26
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
"browserslist": "^4.9.1",
2424
"cacache": "15.0.0",
2525
"caniuse-lite": "^1.0.30001032",
26-
"cssnano": "4.1.10",
2726
"circular-dependency-plugin": "5.2.0",
2827
"copy-webpack-plugin": "5.1.1",
2928
"core-js": "3.6.4",
29+
"cssnano": "4.1.10",
3030
"file-loader": "6.0.0",
3131
"find-cache-dir": "3.3.1",
3232
"glob": "7.1.6",
3333
"jest-worker": "25.2.6",
3434
"karma-source-map-support": "1.4.0",
3535
"less": "3.11.1",
3636
"less-loader": "5.0.0",
37-
"license-webpack-plugin": "2.1.4",
37+
"license-checker-webpack-plugin": "0.1.4",
3838
"loader-utils": "2.0.0",
3939
"mini-css-extract-plugin": "0.9.0",
4040
"minimatch": "3.0.4",
41-
"parse5": "4.0.0",
4241
"open": "7.0.3",
42+
"parse5": "4.0.0",
4343
"pnp-webpack-plugin": "1.6.4",
4444
"postcss": "7.0.27",
4545
"postcss-import": "12.0.1",
@@ -85,8 +85,9 @@
8585
"@angular/platform-server": "9.1.1",
8686
"@angular/router": "9.1.1",
8787
"@angular/service-worker": "9.1.1",
88-
"codelyzer": "^5.0.0",
88+
"@types/license-checker-webpack-plugin": "^0.0.2",
8989
"bootstrap": "^4.0.0",
90+
"codelyzer": "^5.0.0",
9091
"font-awesome": "^4.7.0",
9192
"jquery": "^3.3.1",
9293
"jasmine-core": "~3.5.0",

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/browser.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
77
*/
8-
import { LicenseWebpackPlugin } from 'license-webpack-plugin';
8+
import * as LicenseCheckerWebpackPlugin from 'license-checker-webpack-plugin';
99
import * as webpack from 'webpack';
1010
import { CommonJsUsageWarnPlugin } from '../../plugins/webpack';
1111
import { WebpackConfigOptions } from '../build-options';
@@ -54,12 +54,7 @@ export function getBrowserConfig(wco: WebpackConfigOptions): webpack.Configurati
5454
}
5555

5656
if (extractLicenses) {
57-
extraPlugins.push(new LicenseWebpackPlugin({
58-
stats: {
59-
warnings: false,
60-
errors: false,
61-
},
62-
perChunkOutput: false,
57+
extraPlugins.push(new LicenseCheckerWebpackPlugin({
6358
outputFilename: '3rdpartylicenses.txt',
6459
}));
6560
}

yarn.lock

Lines changed: 81 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,44 @@
941941
source-map-support "0.5.9"
942942
tsutils "2.27.2"
943943

944+
"@hapi/address@^2.1.2":
945+
version "2.1.4"
946+
resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
947+
integrity sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==
948+
949+
"@hapi/formula@^1.2.0":
950+
version "1.2.0"
951+
resolved "https://registry.yarnpkg.com/@hapi/formula/-/formula-1.2.0.tgz#994649c7fea1a90b91a0a1e6d983523f680e10cd"
952+
integrity sha512-UFbtbGPjstz0eWHb+ga/GM3Z9EzqKXFWIbSOFURU0A/Gku0Bky4bCk9/h//K2Xr3IrCfjFNhMm4jyZ5dbCewGA==
953+
954+
"@hapi/hoek@^8.2.4", "@hapi/hoek@^8.3.0":
955+
version "8.5.0"
956+
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.5.0.tgz#2f9ce301c8898e1c3248b0a8564696b24d1a9a5a"
957+
integrity sha512-7XYT10CZfPsH7j9F1Jmg1+d0ezOux2oM2GfArAzLwWe4mE2Dr3hVjsAL6+TFY49RRJlCdJDMw3nJsLFroTc8Kw==
958+
959+
"@hapi/joi@^16.1.7":
960+
version "16.1.8"
961+
resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-16.1.8.tgz#84c1f126269489871ad4e2decc786e0adef06839"
962+
integrity sha512-wAsVvTPe+FwSrsAurNt5vkg3zo+TblvC5Bb1zMVK6SJzZqw9UrJnexxR+76cpePmtUZKHAPxcQ2Bf7oVHyahhg==
963+
dependencies:
964+
"@hapi/address" "^2.1.2"
965+
"@hapi/formula" "^1.2.0"
966+
"@hapi/hoek" "^8.2.4"
967+
"@hapi/pinpoint" "^1.0.2"
968+
"@hapi/topo" "^3.1.3"
969+
970+
"@hapi/pinpoint@^1.0.2":
971+
version "1.0.2"
972+
resolved "https://registry.yarnpkg.com/@hapi/pinpoint/-/pinpoint-1.0.2.tgz#025b7a36dbbf4d35bf1acd071c26b20ef41e0d13"
973+
integrity sha512-dtXC/WkZBfC5vxscazuiJ6iq4j9oNx1SHknmIr8hofarpKUZKmlUVYVIhNVzIEgK5Wrc4GMHL5lZtt1uS2flmQ==
974+
975+
"@hapi/topo@^3.1.3":
976+
version "3.1.6"
977+
resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-3.1.6.tgz#68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29"
978+
integrity sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==
979+
dependencies:
980+
"@hapi/hoek" "^8.3.0"
981+
944982
"@istanbuljs/schema@^0.1.2":
945983
version "0.1.2"
946984
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
@@ -1327,6 +1365,13 @@
13271365
dependencies:
13281366
"@types/node" "*"
13291367

1368+
"@types/license-checker-webpack-plugin@^0.0.2":
1369+
version "0.0.2"
1370+
resolved "https://registry.yarnpkg.com/@types/license-checker-webpack-plugin/-/license-checker-webpack-plugin-0.0.2.tgz#ee35e2b36a0eccea48254dc1bcc47429f8290384"
1371+
integrity sha512-ad6Z7r3PdexKQI1MQD3o7VVHPdfduZbTRiob7bKBKihZC6Z3BzKvoZjHWIpkkxXjk6SaEhPjWdDGYQbFtsCQBg==
1372+
dependencies:
1373+
"@types/webpack" "*"
1374+
13301375
"@types/loader-utils@^1.1.3":
13311376
version "1.1.3"
13321377
resolved "https://registry.yarnpkg.com/@types/loader-utils/-/loader-utils-1.1.3.tgz#82b9163f2ead596c68a8c03e450fbd6e089df401"
@@ -2244,9 +2289,9 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
22442289
color-convert "^1.9.0"
22452290

22462291
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
2247-
version "4.2.1"
2248-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359"
2249-
integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==
2292+
version "4.2.0"
2293+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.0.tgz#5681f0dcf7ae5880a7841d8831c4724ed9cc0172"
2294+
integrity sha512-7kFQgnEaMdRtwf6uSfUnVr9gSGC7faurn+J/Mv90/W+iTtN0405/nLdopfMWwchyxhbGYl6TC4Sccn9TUkGAgg==
22502295
dependencies:
22512296
"@types/color-name" "^1.1.1"
22522297
color-convert "^2.0.1"
@@ -6763,14 +6808,22 @@ jasminewd2@^2.1.0:
67636808
resolved "https://registry.yarnpkg.com/jasminewd2/-/jasminewd2-2.2.0.tgz#e37cf0b17f199cce23bea71b2039395246b4ec4e"
67646809
integrity sha1-43zwsX8ZnM4jvqcbIDk5Uka07E4=
67656810

6766-
[email protected], jest-worker@^25.1.0:
6811+
67676812
version "25.2.6"
67686813
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-25.2.6.tgz#d1292625326794ce187c38f51109faced3846c58"
67696814
integrity sha512-FJn9XDUSxcOR4cwDzRfL1z56rUofNTFs539FGASpd50RHdb6EVkhxQqktodW2mI49l+W3H+tFJDotCHUQF6dmA==
67706815
dependencies:
67716816
merge-stream "^2.0.0"
67726817
supports-color "^7.0.0"
67736818

6819+
jest-worker@^25.1.0:
6820+
version "25.1.0"
6821+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-25.1.0.tgz#75d038bad6fdf58eba0d2ec1835856c497e3907a"
6822+
integrity sha512-ZHhHtlxOWSxCoNOKHGbiLzXnl42ga9CxDr27H36Qn+15pQZd3R/F24jrmjDelw9j/iHUIWMWs08/u2QN50HHOg==
6823+
dependencies:
6824+
merge-stream "^2.0.0"
6825+
supports-color "^7.0.0"
6826+
67746827
jquery@^3.3.1:
67756828
version "3.4.1"
67766829
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
@@ -7237,6 +7290,20 @@ levn@~0.3.0:
72377290
prelude-ls "~1.1.2"
72387291
type-check "~0.3.2"
72397292

7293+
7294+
version "0.1.4"
7295+
resolved "https://registry.yarnpkg.com/license-checker-webpack-plugin/-/license-checker-webpack-plugin-0.1.4.tgz#2b984e0a4b7dcf9d8729fa1add58f58ad535f175"
7296+
integrity sha512-FExcCJnxIXX5stAIKtnm6y0N42WMtusV6mjDIjNr5qvC3wSw/tmxC11cSGzVjtPCkk3tO5Z6ysf3Ut7HheNNaw==
7297+
dependencies:
7298+
"@hapi/joi" "^16.1.7"
7299+
lodash.template "^4.5.0"
7300+
minimatch "^3.0.4"
7301+
semver "^6.3.0"
7302+
spdx-expression-validate "^2.0.0"
7303+
spdx-satisfies "^5.0.0"
7304+
webpack-sources "^1.4.3"
7305+
wrap-ansi "^6.1.0"
7306+
72407307
license-checker@^25.0.0:
72417308
version "25.0.1"
72427309
resolved "https://registry.yarnpkg.com/license-checker/-/license-checker-25.0.1.tgz#4d14504478a5240a857bb3c21cd0491a00d761fa"
@@ -7253,14 +7320,6 @@ license-checker@^25.0.0:
72537320
spdx-satisfies "^4.0.0"
72547321
treeify "^1.1.0"
72557322

7256-
7257-
version "2.1.4"
7258-
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-2.1.4.tgz#c5529a4bb87cc9b4489b486d054ba7cae43a554e"
7259-
integrity sha512-1Xq72fmPbTg5KofXs+yI5L4QqPFjQ6mZxoeI6D7gfiEDOtaEIk6PGrdLaej90bpDqKNHNxlQ/MW4tMAL6xMPJQ==
7260-
dependencies:
7261-
"@types/webpack-sources" "^0.1.5"
7262-
webpack-sources "^1.2.0"
7263-
72647323
lie@~3.3.0:
72657324
version "3.3.0"
72667325
resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a"
@@ -7424,7 +7483,7 @@ lodash.sortby@^4.7.0:
74247483
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
74257484
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
74267485

7427-
lodash.template@^4.0.2:
7486+
lodash.template@^4.0.2, lodash.template@^4.5.0:
74287487
version "4.5.0"
74297488
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
74307489
integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
@@ -10922,6 +10981,13 @@ spdx-expression-parse@^3.0.0:
1092210981
spdx-exceptions "^2.1.0"
1092310982
spdx-license-ids "^3.0.0"
1092410983

10984+
spdx-expression-validate@^2.0.0:
10985+
version "2.0.0"
10986+
resolved "https://registry.yarnpkg.com/spdx-expression-validate/-/spdx-expression-validate-2.0.0.tgz#25c9408e1c63fad94fff5517bb7101ffcd23350b"
10987+
integrity sha512-b3wydZLM+Tc6CFvaRDBOF9d76oGIHNCLYFeHbftFXUWjnfZWganmDmvtM5sm1cRwJc/VDBMLyGGrsLFd1vOxbg==
10988+
dependencies:
10989+
spdx-expression-parse "^3.0.0"
10990+
1092510991
spdx-license-ids@^3.0.0:
1092610992
version "3.0.5"
1092710993
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654"
@@ -12366,7 +12432,7 @@ [email protected]:
1236612432
dependencies:
1236712433
lodash "^4.17.15"
1236812434

12369-
[email protected], webpack-sources@^1.1.0, webpack-sources@^1.2.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3:
12435+
[email protected], webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3:
1237012436
version "1.4.3"
1237112437
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
1237212438
integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==
@@ -12563,7 +12629,7 @@ wrap-ansi@^5.1.0:
1256312629
string-width "^3.0.0"
1256412630
strip-ansi "^5.0.0"
1256512631

12566-
wrap-ansi@^6.2.0:
12632+
wrap-ansi@^6.1.0, wrap-ansi@^6.2.0:
1256712633
version "6.2.0"
1256812634
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
1256912635
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==

0 commit comments

Comments
 (0)