Skip to content

Commit 090dfc1

Browse files
committed
Auto merge of #4619 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.70.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.69.1` -> `5.70.0`](https://renovatebot.com/diffs/npm/webpack/5.69.1/5.70.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.70.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.70.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.70.0/compatibility-slim/5.69.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.70.0/confidence-slim/5.69.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.70.0`](https://togithub.com/webpack/webpack/releases/v5.70.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.69.1...v5.70.0) ##### Features - update node.js version constraints for ESM support - add `baseUri` to `entry` options to configure a static base uri (the base of `new URL()`) - alphabetically sort exports in namespace objects when possible - add `__webpack_exports_info__.name.canMangle` - add proxy support to `experiments.buildHttp` - `import.meta.webpackContext` as ESM alternative to `require.context` - handle multiple alternative directories (e. g. due to resolve.alias or resolve.modules) when creating an context module ##### Bugfixes - fix problem when assigning `global` to a variable - fix crash when using `experiments.outputModule` and `loaderContext.importModule` with multiple chunks - avoid generating progress output before the compilation has started (ProgressPlugin) - fix handling of non-static-ESM dependencies with using TLA and HMR in the same module - include the asset module filename in hashing - `output.clean` will keep HMR assets for at least 10s to allow HMR to access them even when compilation is faster then the browser ##### Performance - fix asset caching when using the BannerPlugin ##### Developer Experience - improve typings ##### Contributing - capture caching errors when running the test suite </details> --- ### Configuration 📅 **Schedule**: "before 3am on Monday" (UTC). 🚦 **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, click this checkbox. --- 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 aedab38 + f608ac9 commit 090dfc1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"qunit": "2.18.0",
130130
"qunit-console-grouper": "0.3.0",
131131
"qunit-dom": "2.0.0",
132-
"webpack": "5.69.1"
132+
"webpack": "5.70.0"
133133
},
134134
"resolutions": {
135135
"ember-css-modules/postcss": "8.4.8",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7025,10 +7025,10 @@ enhanced-resolve@^4.0.0, enhanced-resolve@^4.5.0:
70257025
memory-fs "^0.5.0"
70267026
tapable "^1.0.0"
70277027

7028-
enhanced-resolve@^5.8.3:
7029-
version "5.9.1"
7030-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.1.tgz#e898cea44d9199fd92137496cff5691b910fb43e"
7031-
integrity sha512-jdyZMwCQ5Oj4c5+BTnkxPgDZO/BJzh/ADDmKebayyzNwjVX1AFCeGkOfxNx0mHi2+8BKC5VxUYiw3TIvoT7vhw==
7028+
enhanced-resolve@^5.9.2:
7029+
version "5.9.2"
7030+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz#0224dcd6a43389ebfb2d55efee517e5466772dd9"
7031+
integrity sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==
70327032
dependencies:
70337033
graceful-fs "^4.2.4"
70347034
tapable "^2.2.0"
@@ -14346,10 +14346,10 @@ webpack-sources@^3.2.3:
1434614346
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
1434714347
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
1434814348

14349-
webpack@5.69.1:
14350-
version "5.69.1"
14351-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.69.1.tgz#8cfd92c192c6a52c99ab00529b5a0d33aa848dc5"
14352-
integrity sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==
14349+
webpack@5.70.0:
14350+
version "5.70.0"
14351+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.70.0.tgz#3461e6287a72b5e6e2f4872700bc8de0d7500e6d"
14352+
integrity sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==
1435314353
dependencies:
1435414354
"@types/eslint-scope" "^3.7.3"
1435514355
"@types/estree" "^0.0.51"
@@ -14360,7 +14360,7 @@ webpack@5.69.1:
1436014360
acorn-import-assertions "^1.7.6"
1436114361
browserslist "^4.14.5"
1436214362
chrome-trace-event "^1.0.2"
14363-
enhanced-resolve "^5.8.3"
14363+
enhanced-resolve "^5.9.2"
1436414364
es-module-lexer "^0.9.0"
1436514365
eslint-scope "5.1.1"
1436614366
events "^3.2.0"

0 commit comments

Comments
 (0)