Commit 090dfc1
committed
Auto merge of #4619 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.70.0
[](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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7025 | 7025 | | |
7026 | 7026 | | |
7027 | 7027 | | |
7028 | | - | |
7029 | | - | |
7030 | | - | |
7031 | | - | |
| 7028 | + | |
| 7029 | + | |
| 7030 | + | |
| 7031 | + | |
7032 | 7032 | | |
7033 | 7033 | | |
7034 | 7034 | | |
| |||
14346 | 14346 | | |
14347 | 14347 | | |
14348 | 14348 | | |
14349 | | - | |
14350 | | - | |
14351 | | - | |
14352 | | - | |
| 14349 | + | |
| 14350 | + | |
| 14351 | + | |
| 14352 | + | |
14353 | 14353 | | |
14354 | 14354 | | |
14355 | 14355 | | |
| |||
14360 | 14360 | | |
14361 | 14361 | | |
14362 | 14362 | | |
14363 | | - | |
| 14363 | + | |
14364 | 14364 | | |
14365 | 14365 | | |
14366 | 14366 | | |
| |||
0 commit comments