Skip to content

Commit 047cd18

Browse files
alan-agius4clydin
authored andcommitted
build: update webpack to 5.42.0
- fix a memory leak in the unsafe cache
1 parent 32986fc commit 047cd18

File tree

6 files changed

+21
-50
lines changed

6 files changed

+21
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"resolutions": {
65-
"**/@types/copy-webpack-plugin/webpack": "5.41.1",
65+
"**/@types/copy-webpack-plugin/webpack": "5.42.0",
6666
"ajv-formats/ajv": "8.6.0"
6767
},
6868
"devDependencies": {
@@ -231,7 +231,7 @@
231231
"typescript": "4.3.4",
232232
"verdaccio": "5.1.1",
233233
"verdaccio-auth-memory": "^10.0.0",
234-
"webpack": "5.41.1",
234+
"webpack": "5.42.0",
235235
"webpack-dev-middleware": "5.0.0",
236236
"webpack-dev-server": "3.11.2",
237237
"webpack-merge": "5.8.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"text-table": "0.2.0",
7171
"tree-kill": "1.2.2",
7272
"tslib": "2.3.0",
73-
"webpack": "5.41.1",
73+
"webpack": "5.42.0",
7474
"webpack-dev-middleware": "5.0.0",
7575
"webpack-dev-server": "3.11.2",
7676
"webpack-merge": "5.8.0",

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"webpack": "5.40.0"
25+
"webpack": "5.42.0"
2626
}
2727
}

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@angular-devkit/core": "0.0.0",
1515
"node-fetch": "2.6.1",
16-
"webpack": "5.40.0"
16+
"webpack": "5.42.0"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"@angular/compiler": "12.1.0-next.6",
3434
"@angular/compiler-cli": "12.1.0-next.6",
3535
"typescript": "4.3.4",
36-
"webpack": "5.40.0"
36+
"webpack": "5.42.0"
3737
}
3838
}

yarn.lock

Lines changed: 15 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,11 +1645,6 @@
16451645
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
16461646
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
16471647

1648-
"@types/estree@^0.0.47":
1649-
version "0.0.47"
1650-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4"
1651-
integrity sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==
1652-
16531648
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18":
16541649
version "4.17.21"
16551650
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.21.tgz#a427278e106bca77b83ad85221eae709a3414d42"
@@ -2296,10 +2291,10 @@ acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0:
22962291
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
22972292
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
22982293

2299-
acorn@^8.2.1:
2300-
version "8.4.0"
2301-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.0.tgz#af53266e698d7cffa416714b503066a82221be60"
2302-
integrity sha512-ULr0LDaEqQrMFGyQ3bhJkLsbtrQ8QibAseGZeaSUiT/6zb9IvIkomWHJIvgvwad+hinRAgsI51JcWk2yvwyL+w==
2294+
acorn@^8.4.1:
2295+
version "8.4.1"
2296+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
2297+
integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
23032298

23042299
add-stream@^1.0.0:
23052300
version "1.0.0"
@@ -11560,11 +11555,16 @@ typedarray@^0.0.6:
1156011555
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1156111556
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1156211557

11563-
[email protected], typescript@~4.3.2:
11558+
1156411559
version "4.3.4"
1156511560
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
1156611561
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
1156711562

11563+
typescript@~4.3.4:
11564+
version "4.3.5"
11565+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
11566+
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
11567+
1156811568
ua-parser-js@^0.7.28:
1156911569
version "0.7.28"
1157011570
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"
@@ -12066,46 +12066,17 @@ [email protected]:
1206612066
dependencies:
1206712067
webpack-sources "^1.3.0"
1206812068

12069-
12070-
version "5.40.0"
12071-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.40.0.tgz#3182cfd324759d715252cf541901a226e57b5061"
12072-
integrity sha512-c7f5e/WWrxXWUzQqTBg54vBs5RgcAgpvKE4F4VegVgfo4x660ZxYUF2/hpMkZUnLjgytVTitjeXaN4IPlXCGIw==
12073-
dependencies:
12074-
"@types/eslint-scope" "^3.7.0"
12075-
"@types/estree" "^0.0.47"
12076-
"@webassemblyjs/ast" "1.11.0"
12077-
"@webassemblyjs/wasm-edit" "1.11.0"
12078-
"@webassemblyjs/wasm-parser" "1.11.0"
12079-
acorn "^8.2.1"
12080-
browserslist "^4.14.5"
12081-
chrome-trace-event "^1.0.2"
12082-
enhanced-resolve "^5.8.0"
12083-
es-module-lexer "^0.6.0"
12084-
eslint-scope "5.1.1"
12085-
events "^3.2.0"
12086-
glob-to-regexp "^0.4.1"
12087-
graceful-fs "^4.2.4"
12088-
json-parse-better-errors "^1.0.2"
12089-
loader-runner "^4.2.0"
12090-
mime-types "^2.1.27"
12091-
neo-async "^2.6.2"
12092-
schema-utils "^3.0.0"
12093-
tapable "^2.1.1"
12094-
terser-webpack-plugin "^5.1.3"
12095-
watchpack "^2.2.0"
12096-
webpack-sources "^2.3.0"
12097-
12098-
[email protected], webpack@^5.1.0:
12099-
version "5.41.1"
12100-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.41.1.tgz#23fa1d82c95c222d3fc3163806b9a833fe52b253"
12101-
integrity sha512-AJZIIsqJ/MVTmegEq9Tlw5mk5EHdGiJbDdz9qP15vmUH+oxI1FdWcL0E9EO8K/zKaRPWqEs7G/OPxq1P61u5Ug==
12069+
[email protected], webpack@^5.1.0:
12070+
version "5.42.0"
12071+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.42.0.tgz#39aadbce84ad2cebf86cc5f88a2c53db65cbddfb"
12072+
integrity sha512-Ln8HL0F831t1x/yPB/qZEUVmZM4w9BnHZ1EQD/sAUHv8m22hthoPniWTXEzFMh/Sf84mhrahut22TX5KxWGuyQ==
1210212073
dependencies:
1210312074
"@types/eslint-scope" "^3.7.0"
1210412075
"@types/estree" "^0.0.48"
1210512076
"@webassemblyjs/ast" "1.11.0"
1210612077
"@webassemblyjs/wasm-edit" "1.11.0"
1210712078
"@webassemblyjs/wasm-parser" "1.11.0"
12108-
acorn "^8.2.1"
12079+
acorn "^8.4.1"
1210912080
browserslist "^4.14.5"
1211012081
chrome-trace-event "^1.0.2"
1211112082
enhanced-resolve "^5.8.0"

0 commit comments

Comments
 (0)