Skip to content

Commit 10aec2f

Browse files
committed
Auto merge of #3774 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.42.1 [![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://github.com/webpack/webpack) | [`5.42.0` -> `5.42.1`](https://renovatebot.com/diffs/npm/webpack/5.42.0/5.42.1) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.42.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.42.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.42.1/compatibility-slim/5.42.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.42.1/confidence-slim/5.42.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.42.1`](https://github.com/webpack/webpack/releases/v5.42.1) [Compare Source](https://github.com/webpack/webpack/compare/v5.42.0...v5.42.1) ##### Bugfixes - fix crashes when rebuilding with `jsonData` or `dataUrl` of undefined </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 33b0475 + c79e904 commit 10aec2f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.42.0"
127+
"webpack": "5.42.1"
128128
},
129129
"resolutions": {
130130
"ember-css-modules/postcss": "8.3.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14741,10 +14741,10 @@ webpack-sources@^2.3.0:
1474114741
source-list-map "^2.0.1"
1474214742
source-map "^0.6.1"
1474314743

14744-
14745-
version "5.42.0"
14746-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.42.0.tgz#39aadbce84ad2cebf86cc5f88a2c53db65cbddfb"
14747-
integrity sha512-Ln8HL0F831t1x/yPB/qZEUVmZM4w9BnHZ1EQD/sAUHv8m22hthoPniWTXEzFMh/Sf84mhrahut22TX5KxWGuyQ==
14744+
14745+
version "5.42.1"
14746+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.42.1.tgz#3347d0d93e79fe70bf62e51981024c80b9c8c3df"
14747+
integrity sha512-msikozzXrG2Hdx+dElq0fyNvxPFsaM2dKLc/l+xkMmhO/1qwVJ9K9gY+fi/49MYWcpSP7alnK5Q78Evrd1LiqQ==
1474814748
dependencies:
1474914749
"@types/eslint-scope" "^3.7.0"
1475014750
"@types/estree" "^0.0.48"

0 commit comments

Comments
 (0)