Skip to content

Commit 78064a8

Browse files
clydinfilipesilva
authored andcommitted
fix(@angular-devkit/build-angular): update copy-webpack-plugin to 6.0.3
Prior versions of copy-webpack-plugin 6.x contained a memory usage regression that could cause gigabytes of memory to be used during a build. Version 6.0.3 contains a fix that prevents this issue. Referenced Issue: webpack-contrib/copy-webpack-plugin#505
1 parent 473e608 commit 78064a8

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"common-tags": "^1.8.0",
137137
"conventional-changelog": "^3.0.0",
138138
"conventional-commits-parser": "^3.0.0",
139-
"copy-webpack-plugin": "6.0.2",
139+
"copy-webpack-plugin": "6.0.3",
140140
"core-js": "3.6.4",
141141
"css-loader": "3.5.2",
142142
"cssnano": "4.1.10",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"cacache": "15.0.4",
2727
"caniuse-lite": "^1.0.30001032",
2828
"circular-dependency-plugin": "5.2.0",
29-
"copy-webpack-plugin": "6.0.2",
29+
"copy-webpack-plugin": "6.0.3",
3030
"core-js": "3.6.4",
3131
"css-loader": "3.6.0",
3232
"cssnano": "4.1.10",

yarn.lock

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4530,21 +4530,21 @@ copy-descriptor@^0.1.0:
45304530
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
45314531
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
45324532

4533-
4534-
version "6.0.2"
4535-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.0.2.tgz#10efc6ad219a61acbf2f5fb50af83da38431bc34"
4536-
integrity sha512-9Gm8X0c6eXlKnmltMPFCBeGOKjtcRIyTt4VaO3k1TkNgVTe5Ov2lYsYVuyLp0kp8DItO3apewflM+1GYgh6V2Q==
4533+
4534+
version "6.0.3"
4535+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.0.3.tgz#2b3d2bfc6861b96432a65f0149720adbd902040b"
4536+
integrity sha512-q5m6Vz4elsuyVEIUXr7wJdIdePWTubsqVbEMvf1WQnHGv0Q+9yPRu7MtYFPt+GBOXRav9lvIINifTQ1vSCs+eA==
45374537
dependencies:
45384538
cacache "^15.0.4"
4539-
fast-glob "^3.2.2"
4539+
fast-glob "^3.2.4"
45404540
find-cache-dir "^3.3.1"
45414541
glob-parent "^5.1.1"
45424542
globby "^11.0.1"
45434543
loader-utils "^2.0.0"
45444544
normalize-path "^3.0.0"
4545-
p-limit "^2.3.0"
4545+
p-limit "^3.0.1"
45464546
schema-utils "^2.7.0"
4547-
serialize-javascript "^3.1.0"
4547+
serialize-javascript "^4.0.0"
45484548
webpack-sources "^1.4.3"
45494549

45504550
core-js-compat@^3.6.2:
@@ -5854,7 +5854,7 @@ fast-deep-equal@^3.1.1:
58545854
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
58555855
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
58565856

5857-
fast-glob@^3.1.1, fast-glob@^3.2.2:
5857+
fast-glob@^3.1.1:
58585858
version "3.2.2"
58595859
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.2.tgz#ade1a9d91148965d4bf7c51f72e1ca662d32e63d"
58605860
integrity sha512-UDV82o4uQyljznxwMxyVRJgZZt3O5wENYojjzbaGEGZgeOxkLFf+V4cnUD+krzb2F72E18RhamkMZ7AdeggF7A==
@@ -5866,6 +5866,18 @@ fast-glob@^3.1.1, fast-glob@^3.2.2:
58665866
micromatch "^4.0.2"
58675867
picomatch "^2.2.1"
58685868

5869+
fast-glob@^3.2.4:
5870+
version "3.2.4"
5871+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
5872+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
5873+
dependencies:
5874+
"@nodelib/fs.stat" "^2.0.2"
5875+
"@nodelib/fs.walk" "^1.2.3"
5876+
glob-parent "^5.1.0"
5877+
merge2 "^1.3.0"
5878+
micromatch "^4.0.2"
5879+
picomatch "^2.2.1"
5880+
58695881
[email protected], fast-json-stable-stringify@^2.0.0:
58705882
version "2.1.0"
58715883
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -11764,13 +11776,6 @@ serialize-javascript@^3.0.0:
1176411776
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-3.0.0.tgz#492e489a2d77b7b804ad391a5f5d97870952548e"
1176511777
integrity sha512-skZcHYw2vEX4bw90nAr2iTTsz6x2SrHEnfxgKYmZlvJYBEZrvbKtobJWlQ20zczKb3bsHHXXTYt48zBA7ni9cw==
1176611778

11767-
serialize-javascript@^3.1.0:
11768-
version "3.1.0"
11769-
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-3.1.0.tgz#8bf3a9170712664ef2561b44b691eafe399214ea"
11770-
integrity sha512-JIJT1DGiWmIKhzRsG91aS6Ze4sFUrYbltlkg2onR5OrnNM02Kl/hnY/T4FN2omvyeBbQmMJv+K4cPOpGzOTFBg==
11771-
dependencies:
11772-
randombytes "^2.1.0"
11773-
1177411779
serialize-javascript@^4.0.0:
1177511780
version "4.0.0"
1177611781
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa"

0 commit comments

Comments
 (0)