elliottsj / front-matter-loader

Webpack loader to extract frontmatter using jxson/front-matter
MIT License
12 stars 1 forks source link

Update dependency webpack to v5.11.1 #82

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

Release Notes

webpack/webpack ### [`v5.11.1`](https://togithub.com/webpack/webpack/releases/v5.11.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.11.0...v5.11.1) ### Bugfixes - ignore cloned ExportInfo during hashing - fixes a problem where changing modules affects hashes in some other part of the application during development - fixes compileBooleanMatcher when prefix and suffix overlap - fixes invalidate code generated when generating properties access - fix `object` types in typings - expose more types regarding Stats ### [`v5.11.0`](https://togithub.com/webpack/webpack/releases/v5.11.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.10.3...v5.11.0) ##### Features - update typings to include undefined/null types (for strict type) - export WebpackError - export Asset and AssetInfo types - allow error configuration for `validateSchema` function ##### Bugfixes - fix typings for SourceMapSource - allow custom properties in AssetInfo - handle `undefined` values for rule conditions like empty strings ### [`v5.10.3`](https://togithub.com/webpack/webpack/releases/v5.10.3) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.10.2...v5.10.3) ### Bugfixes - errors in initial cache no longer cause build dependencies to be ignored - manual side effects flagging should override automatic analysis - modules in dlls without entryOnly will no longer be dropped because of no side effects ### [`v5.10.2`](https://togithub.com/webpack/webpack/releases/v5.10.2) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.10.1...v5.10.2) ### Bugfixes - add a few missing node.js libraries as externals in `target: "node"` - improve cache (de)serialization to allow larger cache files (>2GB) and increase performance for them ### [`v5.10.1`](https://togithub.com/webpack/webpack/releases/v5.10.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.10.0...v5.10.1) ##### Bugfixes - avoid duplicating chunk info in chunk loading global - allow executing chunks before runtime is loaded - avoid error when emitting assets with different query string but identical filename and content - fix duplicated asset name in `processAssets` with `additionalAssets` - add missing `\` in module info header comment ### [`v5.10.0`](https://togithub.com/webpack/webpack/releases/v5.10.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.9.0...v5.10.0) ### Bugfixes - Multiple fixes regarding the side effects optimization (`"sideEffects": false`) when reexports and concatenated modules are combined ### Contributing - Typescript major 4 - Improved internal structure of our typings ### Performance - `output.pathinfo: true` (default in development) adds less verbose information (and is faster) - `output.pathinfo: "verbose"` adds more verbose information - `output.pathinfo: true` is cached - avoid assets and module stats information generation when they are cached and cached assets/modules are not shown

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: 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.