Skip to content

Commit 3a01128

Browse files
committed
Auto merge of #3767 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.42.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack](https://togithub.com/webpack/webpack) | [`5.41.1` -> `5.42.0`](https://renovatebot.com/diffs/npm/webpack/5.41.1/5.42.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.42.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.42.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.42.0/compatibility-slim/5.41.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.42.0/confidence-slim/5.41.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.42.0`](https://togithub.com/webpack/webpack/releases/v5.42.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.41.1...v5.42.0) ##### Features - add cache compression via `cache.compression` - enable cache compression by default for non-development modes ##### Bugfixes - add `node-commonjs` to schema for `externalsType` - update acorn to fix problems with top level await - fix regression for `system` externals ##### Performance - fix a memory leak in the unsafe cache </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents c88916b + e60afa9 commit 3a01128

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"qunit-console-grouper": "0.3.0",
125125
"qunit-dom": "1.6.0",
126126
"timekeeper": "2.2.0",
127-
"webpack": "5.41.1"
127+
"webpack": "5.42.0"
128128
},
129129
"resolutions": {
130130
"ember-css-modules/postcss": "8.3.5",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0:
28302830
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
28312831
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
28322832

2833-
acorn@^8.2.1, acorn@^8.2.4:
2833+
acorn@^8.2.4, acorn@^8.4.1:
28342834
version "8.4.1"
28352835
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
28362836
integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
@@ -14726,17 +14726,17 @@ webpack-sources@^2.3.0:
1472614726
source-list-map "^2.0.1"
1472714727
source-map "^0.6.1"
1472814728

14729-
webpack@5.41.1:
14730-
version "5.41.1"
14731-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.41.1.tgz#23fa1d82c95c222d3fc3163806b9a833fe52b253"
14732-
integrity sha512-AJZIIsqJ/MVTmegEq9Tlw5mk5EHdGiJbDdz9qP15vmUH+oxI1FdWcL0E9EO8K/zKaRPWqEs7G/OPxq1P61u5Ug==
14729+
webpack@5.42.0:
14730+
version "5.42.0"
14731+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.42.0.tgz#39aadbce84ad2cebf86cc5f88a2c53db65cbddfb"
14732+
integrity sha512-Ln8HL0F831t1x/yPB/qZEUVmZM4w9BnHZ1EQD/sAUHv8m22hthoPniWTXEzFMh/Sf84mhrahut22TX5KxWGuyQ==
1473314733
dependencies:
1473414734
"@types/eslint-scope" "^3.7.0"
1473514735
"@types/estree" "^0.0.48"
1473614736
"@webassemblyjs/ast" "1.11.0"
1473714737
"@webassemblyjs/wasm-edit" "1.11.0"
1473814738
"@webassemblyjs/wasm-parser" "1.11.0"
14739-
acorn "^8.2.1"
14739+
acorn "^8.4.1"
1474014740
browserslist "^4.14.5"
1474114741
chrome-trace-event "^1.0.2"
1474214742
enhanced-resolve "^5.8.0"

0 commit comments

Comments
 (0)