Skip to content

Commit 748c299

Browse files
committed
Auto merge of #3706 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.39.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://github.com/webpack/webpack) | [`5.38.1` -> `5.39.0`](https://renovatebot.com/diffs/npm/webpack/5.38.1/5.39.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.39.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.39.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.39.0/compatibility-slim/5.38.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.39.0/confidence-slim/5.38.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.39.0`](https://github.com/webpack/webpack/releases/v5.39.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.38.1...v5.39.0) ### Features - allow lazy compilation for `import()` context (import with expression) ### Bugfixes - fix respecting `cache.allowCollectingMemory` - fix cli loading after installing it - fix initial list of non-js chunks that are flagged as already loaded ### Performance - remove unnecessary `Error.captureStackTrace` from webpack errors </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 c7da7c4 + 1571bce commit 748c299

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
@@ -126,7 +126,7 @@
126126
"qunit-console-grouper": "0.3.0",
127127
"qunit-dom": "1.6.0",
128128
"timekeeper": "2.2.0",
129-
"webpack": "5.38.1"
129+
"webpack": "5.39.0"
130130
},
131131
"resolutions": {
132132
"ember-css-modules/postcss": "8.3.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14800,10 +14800,10 @@ webpack-sources@^2.3.0:
1480014800
source-list-map "^2.0.1"
1480114801
source-map "^0.6.1"
1480214802

14803-
webpack@5.38.1:
14804-
version "5.38.1"
14805-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.38.1.tgz#5224c7f24c18e729268d3e3bc97240d6e880258e"
14806-
integrity sha512-OqRmYD1OJbHZph6RUMD93GcCZy4Z4wC0ele4FXyYF0J6AxO1vOSuIlU1hkS/lDlR9CDYBz64MZRmdbdnFFoT2g==
14803+
webpack@5.39.0:
14804+
version "5.39.0"
14805+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.39.0.tgz#37d6899f1f40c31d5901abc0f39bc8cc7224138c"
14806+
integrity sha512-25CHmuDj+oOTyteI13sUqNlCnjCnySuhiKWE/cRYPQYeoQ3ijHgyWX27CiyUKLNGq27v8S0mrksyTreT/xo7pg==
1480714807
dependencies:
1480814808
"@types/eslint-scope" "^3.7.0"
1480914809
"@types/estree" "^0.0.47"

0 commit comments

Comments
 (0)