ztoben / assets-webpack-plugin

Webpack plugin that emits a json file with assets paths
https://www.npmjs.com/package/assets-webpack-plugin
MIT License
958 stars 104 forks source link

chore(deps): update dependency webpack to v5.41.1 #417

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

Release Notes

webpack/webpack ### [`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.