yamaryu0508 / vscode-dev-containers

MIT License
0 stars 0 forks source link

Update dependency webpack to v5.40.0 #267

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.38.1 -> 5.40.0 age adoption passing confidence

Release Notes

webpack/webpack ### [`v5.40.0`](https://togithub.com/webpack/webpack/releases/v5.40.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.39.1...v5.40.0) ### Features - accept `node:` prefixed requests as node.js externals - avoid `instanceof Promise` in favor of `p && typeof p.then === "function"` to allow mixing different Promise implementions ### Bugfixes - fix usage analysis of class properties ### Performance - improve LazySet memory usage by shortcircuiting empty sets - reduce algorithmic complexity of the structure analysis for plain objects serialization ### Developer Experience - allow `Buffer` in `this.emitFile` typings (loader context) - improve `reset` cli argument description ### [`v5.39.1`](https://togithub.com/webpack/webpack/releases/v5.39.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.39.0...v5.39.1) ##### Bugfixes - reduce memory usage and fix memory leaks ### [`v5.39.0`](https://togithub.com/webpack/webpack/releases/v5.39.0) [Compare Source](https://togithub.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

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.