yamaryu0508 / vscode-dev-containers

MIT License
0 stars 0 forks source link

Update dependency webpack to v5.46.0 #280

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.40.0 -> 5.46.0 age adoption passing confidence

Release Notes

webpack/webpack ### [`v5.46.0`](https://togithub.com/webpack/webpack/releases/v5.46.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.45.1...v5.46.0) ### Features - status handlers in HMR api can now return Promises to delay the HMR process - reasons in stats can now be grouped and collapsed - add `stats.reasonsSpace` and `stats.groupReasonsByOrigin` ### Bugfixes - fix a crash in asset modules when updating persistent cached modules from unsafe cached modules ### Performance - detailed preset limits all spaces to 1000 by default - upgrade webpack-sources for a performance bugfix ### [`v5.45.1`](https://togithub.com/webpack/webpack/releases/v5.45.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.45.0...v5.45.1) ### Bugfixes - temporary revert import assertions because parser changes break the word `assert` in other places - `import(/* webpackPrefetch: true */ ...)` no longer breaks library output - DataURL tries to avoid re-encoding - fix problems with DataURL encoding in some cases ### [`v5.45.0`](https://togithub.com/webpack/webpack/releases/v5.45.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.44.0...v5.45.0) ### Features - add support to import assertions ### Bugfixes - SourceMaps will now also be added to `.cjs` output files - fix non-system externals in a system library ### Performance - avoid copying timestamps from the watcher to the compiler ### Contributing - update to jest 27 ### [`v5.44.0`](https://togithub.com/webpack/webpack/releases/v5.44.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.43.0...v5.44.0) ### Features - add support for `output.module` + `optimization.runtimeChunk` ### Bugfixes - fix inline externals with dash in type ### [`v5.43.0`](https://togithub.com/webpack/webpack/releases/v5.43.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.42.1...v5.43.0) ##### Features - support `runtime: false` in entry description to disable runtime chunk - support `runtime` option in ModuleFederationPlugin and ContainerPlugin ##### Bugfixes - fix `"module"` externals when concatenated ##### Performance - serialize JSON data as buffer and parse on demand for performance and to avoid performance warning ### [`v5.42.1`](https://togithub.com/webpack/webpack/releases/v5.42.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.42.0...v5.42.1) ### Bugfixes - fix crashes when rebuilding with `jsonData` or `dataUrl` of undefined ### [`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 ### [`v5.41.1`](https://togithub.com/webpack/webpack/releases/v5.41.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.41.0...v5.41.1) ### Bugfixes - add missing types about experimental esm support to schema - avoid slicing large Buffers as that doesn't always work for unknown reasons ### Performance - avoid slicing Buffers unnecessarily ### [`v5.41.0`](https://togithub.com/webpack/webpack/releases/v5.41.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.40.0...v5.41.0) ### Features - Persist cache faster when large changes are detected - new option `cache.idleTimeoutAfterLargeChanges` to control that ### Bugfixes - shutdown lazy compilation server correctly ### Experiments - EcmaScript modules support (`experiments.outputModule: true`) - `output.library.type: "module"`: very basic support, no live bindings, unnecessary runtime code - `output.chunkLoading: "import"` - `output.chunkFormat: "module"` - `externalsType: "module"` generates now `import * as X from "..."` (in a module) or `import("...")` (in a script) - Node.js commonjs externals use `import { createRequire } from "module"` in a module - `new Worker` etc. sets \`type: "module"

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.



This PR has been generated by WhiteSource Renovate. View repository job log here.